18 lines
2.4 KiB
JavaScript
18 lines
2.4 KiB
JavaScript
"en": {
|
|
"paperlabelbitcoinaddress": "Bitcoin Address:",
|
|
"paperlabelprivatekey": "Private Key (Wallet Import Format):",
|
|
"paperlabelencryptedkey": "Encrypted Private Key (Password required)",
|
|
"bulkgeneratingaddresses": "Generating addresses... ",
|
|
"brainalertpassphrasetooshort": "The passphrase you entered is too short.\n\n",
|
|
"brainalertpassphrasewarning": "Warning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your bitcoins.",
|
|
"brainalertpassphrasedoesnotmatch": "The passphrase does not match the confirm passphrase.",
|
|
"detailalertnotvalidprivatekey": "The text you entered is not a valid Private Key",
|
|
"detailconfirmsha256": "The text you entered is not a valid Private Key!\n\nWould you like to use the entered text as a passphrase and create a Private Key using a SHA256 hash of the passphrase?\n\nWarning: Choosing a strong passphrase is important to avoid brute force attempts to guess your passphrase and steal your bitcoins.",
|
|
"bip38alertincorrectpassphrase": "Incorrect passphrase for this encrypted private key.",
|
|
"bip38alertpassphraserequired": "Passphrase required for BIP38 key",
|
|
"securitychecklistrandomOK": "Your browser is capable of generating cryptographically random keys using window.crypto.getRandomValues",
|
|
"securitychecklistrandomNOK": "Your browser does NOT support window.crypto.getRandomValues(), which is important for generating the most secure random numbers possible. Please use a more modern browser.",
|
|
"securitychecklistofflineNOK": "You appear to be running this generator off of a live website, which is not recommended for creating valuable wallets. Instead, use the download link at the bottom of this page to download the ZIP file from GitHub and run this generator offline as a \'local\' HTML file.",
|
|
"securitychecklistofflineOK": "You are running this generator from your own download.",
|
|
"paperwalletback": "<ul><li>To deposit funds to this paper wallet, send cryptocurrency to its public address, anytime.</li><li>Verify your balance by searching for the public address using a blockain explorer such as blockchain.info.</li><li><b>DO NOT REVEAL THE PRIVATE KEY</b> until you are ready to import the balance on this wallet to a cryptocurrency client, exchange or online wallet.</li></ul><b>Amount :</b> ___________ <b>Date :</b> ________________<br /><b>Notes :</b> ______________________________________",
|
|
},
|