merge Russian translations from e5faf2
This commit is contained in:
commit
6a9da5cf09
6 changed files with 566 additions and 27 deletions
263
CHANGELOG.txt
Normal file
263
CHANGELOG.txt
Normal file
|
@ -0,0 +1,263 @@
|
|||
bitaddress.org
|
||||
Open Source JavaScript Client-Side Bitcoin Wallet Generator
|
||||
|
||||
The bitaddress.org file contains all the JavaScript/Css/Images embedded
|
||||
in the HTML document. Included in the file name is the file's version
|
||||
number and hash.
|
||||
|
||||
The bitaddress.org software is available Open Source under the MIT License.
|
||||
Visit the GitHub Repository for the full copyright and license information:
|
||||
https://github.com/pointbiz/bitaddress.org
|
||||
|
||||
Bitcoin Forum thread:
|
||||
https://bitcointalk.org/index.php?topic=43496.0
|
||||
|
||||
Donation Address: 1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN
|
||||
|
||||
END USER NOTES:
|
||||
1) To print QRCode in IE8 you must enable the "Print Background Colors and
|
||||
Images" checkbox on the "Page Setup" screen.
|
||||
2) For Bulk Wallet I recommended using Google Chrome, it's the fastest.
|
||||
3) Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
|
||||
4) Mobile Safari only works with iPhone4 or newer devices.
|
||||
Older devices timeout while executing JavaScript.
|
||||
5) DO NOT use Opera Mini it renders JavaScript output server side, therefore
|
||||
they might record the private key you generated.
|
||||
6) Art Wallet does not work properly in IE8 due to CSS limitations.
|
||||
7) BIP38 most likely will not work on mobile devices due to hardware limitations.
|
||||
|
||||
Here is a signed list of file names and version history.
|
||||
|
||||
2015-01-05: status ACTIVE
|
||||
bitaddress.org-v2.9.6-SHA256-.html
|
||||
-
|
||||
|
||||
2014-04-23: status ACTIVE
|
||||
bitaddress.org-v2.9.3-SHA1-7d47ab312789b7b3c1792e4abdb8f2d95b726d64.html
|
||||
- increased the HTML height to allow for greater range of mouse
|
||||
seed values on large monitors. Thanks danbartram.
|
||||
- Japanese translations. Thanks dabura667.
|
||||
|
||||
2014-04-21: status ACTIVE
|
||||
bitaddress.org-v2.9.1-SHA1-67b1facd70890aa9544597e97122c7a1d4fdc821.html
|
||||
- Hungarian translation. Thanks bitcoin333.
|
||||
- Auto detect culture and translate. Thanks onovy.
|
||||
|
||||
2014-04-15: status ACTIVE
|
||||
bitaddress.org-v2.9.0-SHA1-6e9ae5c64d510b53fa39e36a3017d5342b838984.html
|
||||
- Split Wallet: Shamir's Secret Sharing for a Bitcoin private key.
|
||||
Thanks to Jeff Weiss.
|
||||
|
||||
2014-01-19: status ACTIVE
|
||||
bitaddress.org-v2.8.1-SHA1-a6e63f2712851710255a27fa0f22ef7833c2cd07.html
|
||||
- Czech translation
|
||||
- remove firstbits link
|
||||
- fix mouse movement visualization for Firefox and IE
|
||||
|
||||
2014-01-18: status ACTIVE
|
||||
bitaddress.org-v2.8.0-SHA1-87dcf19f02ee9fb9dd3a8c787bcf52eef944aa82.html
|
||||
- more entropy from browser fingerprinting for PRNG seed
|
||||
- user can add entropy through URL hash tag
|
||||
- seed mouse movement as 16-bit number
|
||||
- whole seed pool initially filled by window.crypto.getRandomValues
|
||||
- added textbox as an alternative input source for entropy
|
||||
- address will not generate without a minimum amount of human added entropy
|
||||
from mouse or keyboard
|
||||
- discard mouse movements less than 40ms apart
|
||||
- visualize points of entropy collection from the mouse
|
||||
|
||||
2013-12-23: status ACTIVE
|
||||
bitaddress.org-v2.7.2-SHA1-364542f1ccc5777c79aebb1692a6265cf3e42e7e.html
|
||||
- keys and addresses in monospace font.
|
||||
|
||||
2013-12-22: status ACTIVE
|
||||
bitaddress.org-v2.7.1-SHA1-6dfa290d1a133fc444c5580e2a8f1f890d5edf17.html
|
||||
- more entropy for the PRNG seed.
|
||||
- use ?showseedpool=true to see the contents of the seed pool in hex.
|
||||
|
||||
2013-12-09: status ACTIVE
|
||||
bitaddress.org-v2.6.6-SHA1-0d68accca48df174b6b4f48544498f333dc6e33a.html
|
||||
- German translations thanks to gerEDH.
|
||||
|
||||
2013-12-01: status ACTIVE
|
||||
bitaddress.org-v2.6.5-SHA1-fa763c2bbc97e1b37bc6d3945647aed869ec8c18.html
|
||||
- dice FAQ on detail wallet tab.
|
||||
- QR code spacing adjusted to 4x on single wallet and detail wallet tab.
|
||||
- update to JSBN 1.4
|
||||
- add passphrase required alert to paper wallet tab for bip38 keys.
|
||||
|
||||
2013-11-14: status ACTIVE
|
||||
bitaddress.org-v2.6.2-SHA1-4d98755d7e78caa4361228a2b11b0faa0f65e6de.html
|
||||
- Italian translations thanks to Coin-Escrow
|
||||
- Add base6 support to Wallet Details tab
|
||||
|
||||
2013-11-03: status ACTIVE
|
||||
bitaddress.org-v2.6.0-SHA1-4f1fea4620287f863473193b8d93a8f3877ba972.html
|
||||
- Usability improvements to Single Wallet, Paper Wallet and Brain Wallet.
|
||||
|
||||
2013-10-24: status ACTIVE
|
||||
bitaddress.org-v2.5.1-SHA1-b7bda19c2327cc44a81b68a44926a9f8057ed681.html
|
||||
- BIP38 passphrase protected paper wallets. Thanks to casascius, scintill, Zeilap.
|
||||
Paper Wallet tab and Wallet Details tab support BIP38.
|
||||
- Compressed address support on Bulk Wallet tab.
|
||||
- Greek translations thanks to ifaist0s
|
||||
|
||||
2013-02-17: status ACTIVE
|
||||
bitaddress.org-v2.4-SHA1-1d5951f6a04dd5a287ac925da4e626870ee58d60.html
|
||||
- French translations thanks to blockgenesis.
|
||||
|
||||
2013-01-27: status ACTIVE
|
||||
bitaddress.org-v2.3-SHA1-1d067dc4f3103622ca9de332c3c86fc57d76ec83.html
|
||||
- Vanity Wallet now supports compressed keys.
|
||||
- Elliptic Curve and Bitcoin.ECKey libaries now support compressed keys.
|
||||
- English Json used for translations is now output to a textarea when
|
||||
you run the unit tests.
|
||||
- more unit tests, use ?unittests=true to run them.
|
||||
|
||||
2012-12-30: status ACTIVE
|
||||
bitaddress.org-v2.2-SHA1-d414530eea984e9ebdd40dc27af9078cd73dc3b3.html
|
||||
- critical bug fix to Vanity Wallet multiplication of a public key with a private key.
|
||||
Bug was due to incorrect construction of BigInteger object. Which results in the incorrect
|
||||
Bitcoin Address being displayed. Therefore, v2.1 has been taken offline.
|
||||
- new translations code and initial spanish translation. Thanks to dserrano5 for translating.
|
||||
|
||||
2012-12-24: status OFFLINE
|
||||
bitaddress.org-v2.1-SHA1-af431934553aeef3e042e796a31ee101cdabc496.html
|
||||
- Vanity Wallet now supports adding/multiplying of public/private keys.
|
||||
Compressed keys not supported.
|
||||
- refactored wallet HTML/JavaScript to make the code more modular.
|
||||
Now it's easier to add/remove a specific wallet.
|
||||
- reusable public and private key math has been extracted to
|
||||
ninja.privateKey and ninja.publicKey
|
||||
- created unit tests
|
||||
|
||||
2012-10-20: status ACTIVE
|
||||
bitaddress.org-v2.0-SHA1-c0300a88d2de421106560185e4916f4eee6ed9df.html
|
||||
- Added Vanity Wallet merged from n1bor
|
||||
- Paper Wallet merged high resolution QR code from ironwolf
|
||||
|
||||
2012-10-11: status ACTIVE
|
||||
bitaddress.org-v1.9-SHA1-a487b495d710d6f617d688e5f758e40c8b6c510e.html
|
||||
- fixed Testnet Edition WIF and Compressed WIF private keys. It now prepends
|
||||
the correct byte (0xEF) for testnet when activated.
|
||||
|
||||
2012-10-07: status ACTIVE
|
||||
bitaddress.org-v1.8-SHA1-97d52a44eeb261e2398e98e1eed2bd56b99c845a.html
|
||||
- Paper Wallet Tab: Art wallet is now the default.
|
||||
- Paper Wallet Tab: The PNG has been resized to fit better into physical
|
||||
wallets when printed.
|
||||
- Paper Wallet Tab: The PNG has been rendered using the Ubuntu font.
|
||||
|
||||
2012-09-29: status ACTIVE
|
||||
bitaddress.org-v1.7-SHA1-46215e8a2f026b784f29ea86c00c866e634a22fa.html
|
||||
- Paper Wallet Tab now has the option to print an artistic wallet.
|
||||
Current implementation uses an embedded PNG. This feature is not supported
|
||||
in IE8.
|
||||
- Brain Wallet Tab now has passphrase confirm and show passphrase options.
|
||||
|
||||
2012-07-29: status ACTIVE
|
||||
bitaddress.org-v1.6-SHA1-162d1ff4fd1e09222cbaca6c282672ee6c195e1b.html
|
||||
- Added Brain Wallet Tab. Algorithm is SHA256(passphrase).
|
||||
Minimum passphrase length is 15 characters.
|
||||
|
||||
2012-03-22: status ACTIVE
|
||||
bitaddress.org-v1.5-SHA1-f2e410251c8741ac65d29a1c6fb8ef6919b6ab8b.html
|
||||
- Wallet Details Tab:
|
||||
coretechs fixed a bug with the display of the base64 private key
|
||||
coretechs added support for compressed keys
|
||||
|
||||
2012-01-09: status ACTIVE
|
||||
bitaddress.org-v1.4-SHA1-5c120c0860032e88a8fd81b802d6f53a5fc082bf.html
|
||||
- Wallet Details Tab: Allow for a deterministic wallet to be created by entering a passphrase on
|
||||
the wallet details tab. If you input text that is not a valid private key you will
|
||||
be prompted and asked if you want to use the entered text as a passphrase to
|
||||
create a private key. If you select OK then it will perform a SHA256 of the passphrase
|
||||
to generate your private key.
|
||||
- Wallet Details Tab: Added QRCodes. Added Public Key.
|
||||
- Bulk Wallet Tab: added FAQs.
|
||||
- Version number now shown in footer.
|
||||
|
||||
2011-11-28: status ACTIVE
|
||||
bitaddress.org-v1.3-SHA1-88d9a17e6d6286d7840043b6df9980e85f44b8c0.html
|
||||
- Testnet Edition: if you add ?testnet=true to the end of the URL it will activate testnet edition.
|
||||
- isMiniFormat function updated to accept mini key formats of length 22, 26 or 30 characters.
|
||||
- bitaddress.org software is now open source available under the MIT License.
|
||||
|
||||
2011-10-12: status ACTIVE
|
||||
bitaddress.org-v1.2-SHA1-1770e5e8993cca823a2ad956e2aab5c291151692.html
|
||||
-Wallet Details Tab: Added extra check on validity of Wallet Import Format and
|
||||
Base64 Private Keys.
|
||||
|
||||
2011-10-11: status ACTIVE
|
||||
bitaddress.org-v1.1-SHA1-969273be66ecf93d8bb3525edc1fa0cf3de228d2.html
|
||||
-Removed 'Standard Format' from Wallet Details tab.
|
||||
|
||||
2011-10-10: status ACTIVE
|
||||
bitaddress.org-v1.0-SHA1-8fc60a3ca4eb24c85c31b264e95a9298e41032c2.html
|
||||
-Added Wallet Details tab.
|
||||
|
||||
2011-10-02: status ACTIVE
|
||||
bitaddress.org-v0.9-SHA1-aa61ca480288e1bda00f1f042d60a057880a2321.html
|
||||
-Added more entropy, all mouse movements in the window will add to the random seed pool.
|
||||
-Added PaperWallet tab. You can now generate multiple QRCode pairs per page.
|
||||
|
||||
2011-09-22: status ACTIVE
|
||||
bitaddress.org-v0.8-SHA1-47b989b8a33407df14d21dbd00fad653e0161d6c.html
|
||||
-Css update to tabs
|
||||
-Added double quotes around CSV bitcoin address and private key output
|
||||
|
||||
2011-09-22: status ACTIVE
|
||||
bitaddress.org-v0.7-SHA1-34e344a0d229dc10c8f5c99ed6b6298e6fc5e39f.html
|
||||
-Added Bulk Wallet tab. Now you can generate CSV lists of addresses!
|
||||
|
||||
2011-09-19: status ACTIVE
|
||||
bitaddress.org-v0.6-SHA1-1cea2d8c437d49c550b9ec1cfc5d02ac85e8199e.html
|
||||
-Removed QRCode donation address
|
||||
|
||||
2011-09-19: status ACTIVE
|
||||
bitaddress.org-v0.5-SHA1-7ea8d0e32c3583d369dc4079443e0d6e215ac216.html
|
||||
-DO NOT USE VERSION 0.1 TO 0.4! They infrequently could generate bad keys.
|
||||
-Bug Fixed: v0.1 to v0.4 included a bug in the Elliptic Curve function:
|
||||
ec.PointFp.prototype.getEncoded
|
||||
The X and Y integers that were less than 32 bytes were not being zero padded.
|
||||
They are now zero padded which fixes the bug in generating public keys.
|
||||
-Bug Fixed: v0.3 and v0.4 had a bug in the Wallet Import Format function:
|
||||
ECKey.prototype.getBitcoinWalletImportFormat
|
||||
Private keys there were less than 32 bytes were not being zero padded.
|
||||
They are now zero padded which fixes the bug in generating private keys.
|
||||
-Requires IE8+, Firefox, Chrome or sufficient JavaScript support.
|
||||
-Added function to build a CSV list of addresses and keys.
|
||||
Not supported in the GUI yet.
|
||||
-Added a timeout to override the mouse move detection. Therefore, if the user
|
||||
has not moved his mouse before a certain random expiry the address and key
|
||||
will then be generated. This helps for mobile devices.
|
||||
|
||||
2011-09-18: status OFFLINE
|
||||
bitaddress.org-v0.4-SHA1-9d3afda22f8cf526330c0387a77e4016fd050323.html
|
||||
-Known bug: Bitcoin.Base58.encode is not working in IE7
|
||||
-Removed Private Key Hex
|
||||
-Added QRCode for Bitcoin Address
|
||||
-Added QRCode for Private Key Wallet Import Format
|
||||
-Added extra entrophy with mouse movement technique
|
||||
-Footer now hides when printing
|
||||
-QRCode shows with canvas, if canvas is not supported (IE8) then it shows
|
||||
with a table. Printing of the table is not supported by most browsers.
|
||||
|
||||
2011-09-13: status OFFLINE
|
||||
bitaddress.org-v0.3-SHA1-bd94e796811d852f9db69e82adea9a9c48daf183.html
|
||||
-Removed Private Key Base64
|
||||
-Added Private Key Wallet Import Format
|
||||
|
||||
2011-09-12: status OFFLINE
|
||||
bitaddress.org-v0.2-SHA1-71216f5b84ef8831a805dbf66e9d8b83ad1dc5fb.html
|
||||
-Added doctype so IE9 renders in standards mode
|
||||
-Added Array.prototype.map for IE7/8 compatibility
|
||||
-Added New Address and Print buttons
|
||||
-Added new logo
|
||||
-Known bug: Bitcoin.Base58.encode is not working in IE7
|
||||
|
||||
2011-09-11: status OFFLINE
|
||||
bitaddress.org-v0.1-SHA1-f40e706490f3eb2be56c31ddbf4c8646cd51ef40.html
|
||||
-Initial release
|
||||
|
||||
|
44
README
44
README
|
@ -32,12 +32,16 @@ END USER NOTES:
|
|||
|
||||
Notice of Copyrights and Licenses:
|
||||
---------------------------------------
|
||||
The bitaddress.org project, software and embedded resources are copyright bitaddress.org.
|
||||
The bitaddress.org name and logo are not part of the open source license.
|
||||
The bitaddress.org project, software and embedded resources are
|
||||
copyright bitaddress.org.
|
||||
|
||||
Portions of the all-in-one HTML document contain JavaScript codes that are the copyrights
|
||||
of others. The individual copyrights are included throughout the document along with their
|
||||
licenses. Included JavaScript libraries are separated with HTML script tags.
|
||||
The bitaddress.org name and logo are not part of the open source
|
||||
license.
|
||||
|
||||
Portions of the all-in-one HTML document contain JavaScript codes that
|
||||
are the copyrights of others. The individual copyrights are included
|
||||
throughout the document along with their licenses. Included JavaScript
|
||||
libraries are separated with HTML script tags.
|
||||
|
||||
Summary of JavaScript functions with a redistributable license:
|
||||
JavaScript function License
|
||||
|
@ -53,19 +57,21 @@ window.Bitcoin MIT License
|
|||
The bitaddress.org software is available under The MIT License (MIT)
|
||||
Copyright (c) 2011-2013 bitaddress.org
|
||||
|
||||
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:
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies
|
||||
or substantial portions of the Software.
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "bitaddress.org",
|
||||
"version": "2.9.6",
|
||||
"sha1sum": "ba76d84709652a3f9770f01137dc4c849e91cf30",
|
||||
"sha256sum": "9843c2c7fe0d013b48e64a5fab1bf1d48c984d2b9ab0b26e05f0b377da390b85",
|
||||
"sha1sum": "47de666b87aa86303cef8fca376cf6ea956a3a47",
|
||||
"sha256sum": "7a99fc7a90ed0d4acb6081b01cd214718b8c0cef374d3bd3ebe6ca26caf698f3",
|
||||
"description": "Open Source JavaScript Client-Side Bitcoin Wallet Generator",
|
||||
"main": "Gruntfile.js",
|
||||
"dependencies": {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1309,6 +1309,140 @@ ninja.translator = {
|
|||
"detaillabelq1": "怎样用骰子生成私钥?B6是什么意思?",
|
||||
"detaila1": "真正用随机数产生的钱包才是好钱包。物理产生的随机数可能会比计算机产生的随机数更优越(计算机的伪随机算法可能被识破,但是物理随机不太可能)。生成物理随机的最简单的办法是使用骰子,掷一枚六面骰99次,记录结果,将结果“6”记为“0”(或者将所有结果-1记录),这样你得到的记录将会是由0 1 2 3 4 5 组成的一串数字,称为“Base6格式”,简称“B6”。将它输入上面的文本框,点击“显示详情”按钮,得到你的私钥、地址。",
|
||||
}
|
||||
"ru": {
|
||||
// javascript alerts or messages
|
||||
"testneteditionactivated": "Активирован режим TESTNET",
|
||||
"paperlabelbitcoinaddress": "Адрес Bitcoin кошелька:",
|
||||
"paperlabelprivatekey": "Приватный Ключ (в формате для импорта):",
|
||||
"paperlabelencryptedkey": "Зашифрованный Приватный Ключ (требуется пароль)",
|
||||
"bulkgeneratingaddresses": "Генерация адресов... ",
|
||||
"brainalertpassphrasetooshort": "Введенная парольная фраза слишком коротка.\n\n",
|
||||
"brainalertpassphrasewarning": "Предупреждение: Очень важно выбрать сложную парольную фразу, чтобы было невозможно угадать ее методом грубого перебора и украсть ваши биткоины.",
|
||||
"brainalertpassphrasedoesnotmatch": "Парольная фраза и ее подтверждение не совпадают.",
|
||||
"detailalertnotvalidprivatekey": "Введенный текст не является корректным приватным ключем",
|
||||
"detailconfirmsha256": "Введенный текст не является корректным приватным ключем!\n\nВы хотите использовать введенный текст в качестве парольной фразы и создать Приватный Ключ используя SHA256 для хеширования парольной фразы?\n\nПредупреждение: Очень важно выбрать сложную парольную фразу, чтобы было невозможно угадать ее методом грубого перебора и украсть ваши биткоины.",
|
||||
"bip38alertincorrectpassphrase": "Введена некорректная парольная фраза для этого зашифрованного приватного ключа.",
|
||||
"bip38alertpassphraserequired": "Парольная фраза необходима для ключа BIP38",
|
||||
"vanityinvalidinputcouldnotcombinekeys": "Некорректный ввод. Не удалось объединить ключи.",
|
||||
"vanityalertinvalidinputpublickeysmatch": "Некорректный ввод. Обе записи имеют одинаковый публичный ключ. Введите два разных публичных ключа.",
|
||||
"vanityalertinvalidinputcannotmultiple": "Некорректный ввод. Невозможно объединить два публичных ключа. Выберите 'Добавить', чтобы добавить два публичных ключа для получения биткоин адреса.",
|
||||
"vanityprivatekeyonlyavailable": "Доступно только при объединении двух приватных ключей",
|
||||
"vanityalertinvalidinputprivatekeysmatch": "Некорректный ввод. Обе записи имеют одинаковый приватный ключ. Введите два разных приватных ключа.",
|
||||
|
||||
// header and menu html
|
||||
"tagline": "JavaScript генератор Биткоин кошельков на стороне клиента с открытым исходным кодом",
|
||||
"generatelabelbitcoinaddress": "Генерация Биткоин адреса...",
|
||||
"generatelabelmovemouse": "Двигайте указателем мыши по экрану для добавления случайности...",
|
||||
"generatelabelkeypress": "ИЛИ введите несколько случайных символов в это текстовое поле",
|
||||
"singlewallet": "Один кошелек",
|
||||
"paperwallet": "Бумажный кошелек",
|
||||
"bulkwallet": "Несколько кошельков",
|
||||
"brainwallet": "Умный кошелек",
|
||||
"vanitywallet": "Персональный кошелек",
|
||||
"detailwallet": "Детали кошелька",
|
||||
|
||||
// footer html
|
||||
"footerlabeldonations": "Пожертвования:",
|
||||
"footerlabeltranslatedby": "Перевод: 1JGnkKH7gJhTyAz9r47nugFM8sdrUENpJi",
|
||||
"footerlabelpgp": "PGP ключ",
|
||||
"footerlabelversion": "История версий",
|
||||
"footerlabelgithub": "Проект на GitHub",
|
||||
"footerlabelcopyright1": "Копирайт bitaddress.org.",
|
||||
"footerlabelcopyright2": "Информация о копирайте на JavaScript в исходниках.",
|
||||
"footerlabelnowarranty": "Без гарантий.",
|
||||
|
||||
// single wallet html
|
||||
"newaddress": "Сгенерировать новый адрес",
|
||||
"singleprint": "Распечатать",
|
||||
"singlelabelbitcoinaddress": "Адрес Биткоин кошелька",
|
||||
"singlelabelprivatekey": "Приватный Ключ (в формате для импорта)",
|
||||
"singletip1": "<b>Биткоин кошелек</b> это простая пара идентификаторов, состоящая из адреса Биткоин кошелька и соответствующего ему приватного ключа. Такой колшелек был сгенерирован для Вас в Вашем браузере и отображен выше.",
|
||||
"singletip2": "<b>Для обеспечения сохранности этого кошелька</b> Вам необходимо распечатать или каким-либо другим спобом записать Биткоин адрес и приватный ключ. Очень важно иметь запасную копию приватного ключа и хранить ее в безопасном месте. Этот сайт не хранит информацию о Вашем ключе. Если Вы имеете опыт работы с PGP, то Вы можете сохранить эту HTML страницу в формате архива и проверить то, что Вы используете подлинную версию страницы от автора сайта, сравнив SHA1 хэш этой HTML страницы с SHA1 хэшем указанным истории версий данной страницы, которая подписана ключем автора сайта. Данную ифнормацию можно найти внизу страницы. Если Вы покинете или обновите страницу с сайтом или нажмете кнопку 'Сгенерировать новый адрес', то будет сгенерирован новый приватный ключ и предыдущий приватный ключ восстановить будет невозможно. Ваш приватный ключ Биткоин кошелька должен храниться в секрете. С кем бы Вы не поделились информацией о приватном ключе - он будет иметь возможность потратить Биткоины кошелька с этим адресом. Если вы распечатали приватный ключ - необходимо обеспечить его сохранность в месте, недоступном для воды. Обращайтесь с бумажным кошельком для Биткоинов как с наличными деньгами.",
|
||||
"singletip3": "<b>Пополните кошелек</b> сообщив другим свой Биткоин адрес.",
|
||||
"singletip4": "<b>Проверить баланс кошелька</b> можно на сайте blockchain.info or blockexplorer.com по адресу Биткоин кошелька.",
|
||||
"singletip5": "<b>Потратить Ваши биткоины</b> можно на сайте blockchain.info переведя все средства соответсвующие приватному ключу на аккаунт этого сайта. Также Вы можете потратить биткоины загрузив один из наиболее популярных Биткоин p2p-клиентов и выполнив импорт Вашего приватного ключа. Необходимо учесть, что когда Вы импортируете свой один приватный ключ в программу-клиент и тратите биткоины - Ваш ключ смешан с другими приватными ключами в программе-клиенте. При выполнении транзакции по расходу или получению средств, сдача будет перенаправлена на другой Биткоин адрес программного кошелька.После выполнения транзации необходимо сделать резервную копию Вашего программного кошелька и сохранить ее в надежном месте, так как на нем будут сожержаться оставшиеся средства. Сатоши рекомендует никогда не удалять кошелек.",
|
||||
"singleshare": "Поделиться",
|
||||
"singlesecret": "Хранить в секрете",
|
||||
|
||||
// paper wallet html
|
||||
"paperlabelhideart": "Без дизайна",
|
||||
"paperlabeladdressesperpage": "Адресов на страницу:",
|
||||
"papergenerate": "Сгенерировать",
|
||||
"paperprint": "Распечатать",
|
||||
"paperlabelBIPpassphrase": "Парольная фраза:",
|
||||
"paperlabelencrypt": "Шифрование BIP38?",
|
||||
|
||||
// bulk wallet html
|
||||
"bulklabelstartindex": "Стартовый индекс:",
|
||||
"bulklabelrowstogenerate": "Количество кошельков:",
|
||||
"bulklabelcompressed": "Короткие адреса?",
|
||||
"bulkgenerate": "Сгенерировать",
|
||||
"bulkprint": "Распечатать",
|
||||
"bulklabelcsv": "Значения разделенные запятой:",
|
||||
"bulklabelformat": "Порядковый номер, Адрес, Приватный Ключ (импорт)",
|
||||
"bulklabelq1": "Почему нужно использовать несколько кошельков, чтобы принимать биткоины на Вашем сайте?",
|
||||
"bulka1": "Традиционный подход к приему биткоинов на Вашем сайте - это установка оффициального демона клиента Биткоин ('bitcoind'). Большинство хостингов для вебсайтов не поддерживают установку демона Биткоин. Также, запуск демона клиента Биткоин на Вашем веб-сервере означает, что Вы храните приватные ключи на этом сервере и они могут быть украдены, если Ваш веб-сервер подвергнется взлому. При использовании нескольких кошельков Вы можете выгрузить только адреса Биткоин на Ваш сервер, в то время как приватные ключи останутся в секрете. В этом случае Вам не следует беспокоиться того, что Ваш веб-сервер будет взломан и биткоин кошелек будет украден.",
|
||||
"bulklabelq2": "Как использовать несколько кошельков, чтобы принимать биткоины на Вашем сайте?",
|
||||
"bulklabela2li1": "Используйте вкладку 'Несколько кошельков', для того чтобы сгенерировать большое количество адресов Биткоин (10.000+). Скопируйте и вставьте сгенерированные идентификаторы в виде списка (в формате CSV) в секретный файл на вашем компьютере. Сделайте резервную копию созданного файла и сохраните ее в надежном месте. ",
|
||||
"bulklabela2li2": "Импортируйте биткоин адреса в базу данных или иное хранилище Вашего веб-сервера. (Не размещайте приватные ключи кошелька на Вашем веб-сервере, в противном случае Вы рискуете потерять свои биткоины. Своим клиентам Вам достаточно предоставить Биткоин адрес.)",
|
||||
"bulklabela2li3": "Добавьте опцию для оплаты заказа из корзины Вашего клиента для оплаты Биткоинами. Если клиент выбирает оплату Биткоинами - предоставьте ему информацию о Биткоин адресе для приема оплаты, который будет закреплен за этим клиентом и сохраните соответствующим образом заказ.",
|
||||
"bulklabela2li4": "Вам необходимо получать информацию о получении оплаты. Загуглите 'нотификации об оплате биткоинами' и подпишитесь на какой-нибудь сервис нотификаций. В интернете можно найти множество сервисов дял получения нотификаций через веб-сервисы, api, смс, электронную почту и т.д. Как только Вы получите нотификацию об оплате, которую можно обрабатывать в автоматическом режиме, Вы можете приступить к подготовке заказа для Вашего клиента. Чтобы вручную проверить статус оплаты воспользуйтесь сервисом Block Explorer. Заменить АДРЕС на Ваш адрес Биткоин, который Вы хотите проверить. Подтверждение транзакции оплаты может занимать от 10 минут до одного часа. http://www.blockexplorer.com/address/АДРЕС\n\nНеподтвержденные транзации оплаты можно посмотреть на: http://blockchain.info/\nНеподтвержденная транзакция будет отображаться через 30 секунд.",
|
||||
"bulklabela2li5": "Биткоины накапливаются в цепочке блоков. Используйте оригинальный файл сгенерированный на 1 шаге, чтобы потратить их.",
|
||||
|
||||
// brain wallet html
|
||||
"brainlabelenterpassphrase": "Парольная фраза:",
|
||||
"brainlabelshow": "Показать?",
|
||||
"brainprint": "Распечатать",
|
||||
"brainlabelconfirm": "Подтверждение парольной фразы:",
|
||||
"brainview": "Просмотр",
|
||||
"brainalgorithm": "Алгоритм SHA256(парольная фраза)",
|
||||
"brainlabelbitcoinaddress": "Адрес Биткоин кошелька:",
|
||||
"brainlabelprivatekey": "Приватный ключ (в формате импорта):",
|
||||
|
||||
// vanity wallet html
|
||||
"vanitylabelstep1": "Шаг 1 - Сгенерируйте Ваш приватный ключ первого шага",
|
||||
"vanitynewkeypair": "Сгенерировать",
|
||||
"vanitylabelstep1publickey": "Шаг 1 Публичный Ключ:",
|
||||
"vanitylabelstep1pubnotes": "Скопируйте и вставьте это значение в поле Вашей части публичного ключа на сайте пула для генерации адресов.",
|
||||
"vanitylabelstep1privatekey": "Шаг 1 Приватный Ключ:",
|
||||
"vanitylabelstep1privnotes": "Скопируйте и вставьте приватный ключ в файл. В идеале необходимо сохранить его на зашифрованный диск. Вам будет нужен приватный ключ после того, как пул найдет интересующий Вас префикс адреса.",
|
||||
"vanitylabelstep2calculateyourvanitywallet": "Шаг 2 - Вычисление Вашего персонального кошелька",
|
||||
"vanitylabelenteryourpart": "Введите Вашу часть приватного ключа (сгенерированного и сохраненного на шаге 1):",
|
||||
"vanitylabelenteryourpoolpart": "Введите часть приватного ключа пула (предоставляется пулом):",
|
||||
"vanitylabelnote1": "Это поле для публичного или приватного ключа",
|
||||
"vanitylabelnote2": "Это поле для публичного или приватного ключа",
|
||||
"vanitylabelradioadd": "Сложить",
|
||||
"vanitylabelradiomultiply": "Перемножить",
|
||||
"vanitycalc": "Вычислить адрес кошелька",
|
||||
"vanitylabelbitcoinaddress": "Адрес Биткоин кошелька:",
|
||||
"vanitylabelnotesbitcoinaddress": "Это Ваш новый адрес с префиксом.",
|
||||
"vanitylabelpublickeyhex": "Публичный ключ (в формате HEX):",
|
||||
"vanitylabelnotespublickeyhex": "Это публичный ключ в формате hex.",
|
||||
"vanitylabelprivatekey": "Приватный ключ (в формате импорта):",
|
||||
"vanitylabelnotesprivatekey": "Это Ваш приватный ключ для импорта в другой кошелек.",
|
||||
|
||||
// detail wallet html
|
||||
"detaillabelenterprivatekey": "Введите Приватный Ключ",
|
||||
"detailkeyformats": "Форматы ключа: WIF, WIFC, HEX, B64, B6, MINI, BIP38",
|
||||
"detailview": "Детальная информация",
|
||||
"detailprint": "Распечатать",
|
||||
"detaillabelnote1": "Ваш Приватный Ключ - это секретная информация, которую знаете только Вы. Этот ключ можно закодировать несколькими способами. Ниже вы видите адрес Биткоин и публичный ключ, которые соответствуют Вашему приватному ключу, если Ваш приватный ключ в одном из популярных форматов (WIF, WIFC, HEX, B64, MINI)",
|
||||
"detaillabelnote2": "Приложение Bitcoin версии 0.6 и выше хранит ключи в сжатом формате. Это приложение также поддерживает импорт и экспорт приватных ключей командами importprivkey/dumpprivkey. Формат экспортированного ключа определяется кошельком, который сгенерировал адрес Биткоин.",
|
||||
"detaillabelbitcoinaddress": "Адрес Биткоин кошелька",
|
||||
"detaillabelbitcoinaddresscomp": "Короткий адрес Биткоин кошелька",
|
||||
"detaillabelpublickey": "Публичный ключ (130 символов [0-9A-F]):",
|
||||
"detaillabelpublickeycomp": "Публичный ключ (короткий, 66 символов [0-9A-F]):",
|
||||
"detaillabelprivwif": "Приватный ключ (в формате импорта), 51 символ base58, начинается с '5'",
|
||||
"detaillabelprivwifcomp" : "Приватный ключ, короткий, 52 символа base58, начинается с",
|
||||
"detailcompwifprefix": "'K' или 'L'",
|
||||
"detaillabelprivhex": "Приватный Ключ в HEX формате (64 символа [0-9A-F]):",
|
||||
"detaillabelprivb64": "Приватный Ключ в Base64 формате (44 символа):",
|
||||
"detaillabelprivmini": "Приватный Ключ в формате мини (22, 26 или 30 символов, начинается с 'S'):",
|
||||
"detaillabelpassphrase": "Парольная фраза BIP38",
|
||||
"detaildecrypt": "Расшифровать BIP38",
|
||||
"detaillabelq1": "Как сделать кошелек используя игральный кости? Что такое B6?",
|
||||
"detaila1": "Очень важно понимать, что при генерации биткоин кошелька используются действительно случайные числа. Физическая случайность лучше компьютерной псевдо-случайности. Самым простым способом генерации физической случайности является игральная кость. Для генерации Приватного Ключа Биткоин кошелька Вам нужна игральная кость с шестью сторонами, которую необходимо бросить 99 раз. Необходимо записать каждую цифру, выпавшую на игральной кости. Итоговый результат необходимо записать в таком виде: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. Таким образом Вы запишите большое случайное число - Ваш Приватный Ключ, в формате B6 или Base6. После этого Вы можете ввести 99 символов приватного ключа в формате Base6 в текстовое поле вверху страницы и получить детальную информацию о кошельке. После этого Вы сможете увидеть адрес Биткоин кошелька соответствующий полученному приватному ключу. Вам потребуется сделать запись приватного ключа в формате для импорта, так как он наиболее часто используется."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue