Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ultraviolet
GitHub Repository: ultraviolet/bitaddress.org
Path: blob/master/src/culture/es.js
248 views
1
(function (translator) {
2
translator.translations["es"] = {
3
// javascript alerts or messages
4
"testneteditionactivated": "Testnet se activa",
5
"paperlabelbitcoinaddress": "Dirección Bitcoin:",
6
"paperlabelprivatekey": "Clave privada:",
7
"paperlabelencryptedkey": "Clave privada cifrada (contraseña necesaria)",
8
"bulkgeneratingaddresses": "Generación de direcciones... ",
9
"brainalertpassphrasetooshort": "La contraseña introducida es demasiado corta.\n\n",
10
"brainalertpassphrasewarning": "Aviso: Es importante escoger una contraseña fuerte para evitar ataques de fuerza bruta a fin de adivinarla y robar tus bitcoins.",
11
"brainalertpassphrasedoesnotmatch": "Las contraseñas no coinciden.",
12
"detailalertnotvalidprivatekey": "El texto que has introducido no es una clave privada válida",
13
"detailconfirmsha256": "El texto que has introducido no es una clave privada válida\n\n¿Quieres usar ese texto como si fuera una contraseña y generar una clave privada usando un hash SHA256 de tal contraseña?\n\nAviso: Es importante escoger una contraseña fuerte para evitar ataques de fuerza bruta a fin de adivinarla y robar tus bitcoins.",
14
"bip38alertincorrectpassphrase": "Incorrect passphrase for this encrypted private key.", //TODO: please translate
15
"bip38alertpassphraserequired": "Passphrase required for BIP38 key", //TODO: please translate
16
"vanityinvalidinputcouldnotcombinekeys": "Entrada no válida. No se puede combinar llaves.",
17
"vanityalertinvalidinputpublickeysmatch": "Entrada no válida. La clave pública de ambos coincidan entradas. Debe introducir dos claves diferentes.",
18
"vanityalertinvalidinputcannotmultiple": "Entrada no válida. No se puede multiplicar dos claves públicas. Seleccione 'Añadir' para agregar dos claves públicas para obtener una dirección bitcoin.",
19
"vanityprivatekeyonlyavailable": "Sólo está disponible cuando se combinan dos claves privadas",
20
"vanityalertinvalidinputprivatekeysmatch": "Entrada no válida. La clave privada de ambos coincidan entradas. Debe introducir dos claves diferentes.",
21
22
// header and menu html
23
"tagline": "Generador de carteras Bitcoin de código abierto en lado de cliente con Javascript",
24
"generatelabelbitcoinaddress": "Generando dirección Bitcoin...",
25
"generatelabelmovemouse": "Mueve un poco el ratón para crear entropía...",
26
"generatelabelkeypress": "OR type some random characters into this textbox", //TODO: please translate
27
"singlewallet": "Una sola cartera",
28
"paperwallet": "Cartera en papel",
29
"bulkwallet": "Direcciones en masa",
30
"brainwallet": "Cartera mental",
31
"vanitywallet": "Cartera personalizada",
32
"splitwallet": "Split Wallet", //TODO: please translate
33
"detailwallet": "Detalles de la cartera",
34
35
// footer html
36
"footerlabeldonations": "Donaciones:",
37
"footerlabeltranslatedby": "Traducción: <b>12345</b>Vypv2QSmuRXcciT5oEB27mPbWGeva",
38
"footerlabelpgp": "PGP",
39
"footerlabelversion": "Histórico de versiones",
40
"footerlabelgithub": "Repositorio GitHub",
41
"footerlabelgithubzip": "zip",
42
"footerlabelsig": "sig",
43
"footerlabelcopyright1": "Copyright bitaddress.org.",
44
"footerlabelcopyright2": "Copyright del código JavaScript: en el fuente.",
45
"footerlabelnowarranty": "Sin garantía.",
46
47
// status html
48
"statuslabelcryptogood": "&#10004; Good!", //TODO: please translate
49
"statuslabelcryptogood1": "Your browser can generate cryptographically random keys using window.crypto.getRandomValues", //TODO: please translate
50
"statusokcryptogood": "OK", //TODO: please translate
51
"statuslabelcryptobad": "&times; Oh no!", //TODO: please translate
52
"statuslabelcryptobad1": "Your browser does NOT support window.crypto.getRandomValues. You should use a more modern browser with this generator to increase the security of the keys generated.",
53
"statusokcryptobad": "OK", //TODO: please translate
54
"statuslabelunittestsgood": "&#10004; Good!", //TODO: please translate
55
"statuslabelunittestsgood1": "All synchronous unit tests passed.", //TODO: please translate
56
"statusokunittestsgood": "OK", //TODO: please translate
57
"statuslabelunittestsbad": "&times; Oh no!", //TODO: please translate
58
"statuslabelunittestsbad1": "Some synchronous unit tests DID NOT pass. You should find another browser to use with this generator.", //TODO: please translate
59
"statusokunittestsbad": "OK", //TODO: please translate
60
"statuslabelprotocolgood": "&#10004; Good!", //TODO: please translate
61
"statuslabelprotocolgood1": "You are running this generator from your local computer. <br />Tip: Double check you are offline by trying ", //TODO: please translate
62
"statusokprotocolgood": "OK", //TODO: please translate
63
"statuslabelprotocolbad": "&#9888; Think twice!", //TODO: please translate
64
"statuslabelprotocolbad1": "You appear to be running this generator online from a live website. For valuable wallets it is recommended to", //TODO: please translate
65
"statuslabelprotocolbad2": "download", //TODO: please translate
66
"statuslabelprotocolbad3": "the zip file from GitHub and run this generator offline as a local html file.", //TODO: please translate
67
"statusokprotocolbad": "OK", //TODO: please translate
68
"statuslabelkeypool1": "This is a log of all the Bitcoin Addresses and Private Keys you generated during your current session. Reloading the page will create a new session.", //TODO: please translate
69
"statuskeypoolrefresh": "Refresh", //TODO: please translate
70
"statusokkeypool": "OK", //TODO: please translate
71
72
// single wallet html
73
"newaddress": "Generar dirección",
74
"singleprint": "Imprimir",
75
"singlelabelbitcoinaddress": "Dirección Bitcoin",
76
"singlelabelprivatekey": "Clave privada (formato para importar):",
77
"singletip1": "<b>A Bitcoin wallet</b> is as simple as a single pairing of a Bitcoin address with it's corresponding Bitcoin private key. Such a wallet has been generated for you in your web browser and is displayed above.", //TODO: please translate
78
"singletip2": "<b>To safeguard this wallet</b> you must print or otherwise record the Bitcoin address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA256 hash of this HTML with the SHA256 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the Generate New Address button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Bitcoin private key should be kept a secret. Whomever you share the private key with has access to spend all the bitcoins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.", //TODO: please translate
79
"singletip3": "<b>Add funds</b> to this wallet by instructing others to send bitcoins to your Bitcoin address.", //TODO: please translate
80
"singletip4": "<b>Check your balance</b> by going to blockchain.info or blockexplorer.com and entering your Bitcoin address.", //TODO: please translate
81
"singletip5": "<b>Spend your bitcoins</b> by going to blockchain.info and sweep the full balance of your private key into your account at their website. You can also spend your funds by downloading one of the popular bitcoin p2p clients and importing your private key to the p2p client wallet. Keep in mind when you import your single key to a bitcoin p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another bitcoin address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.", //TODO: please translate
82
"singleshare": "SHARE", //TODO: please translate
83
"singlesecret": "SECRET", //TODO: please translate
84
85
// paper wallet html
86
"paperlabelhideart": "Ocultar diseño",
87
"paperlabeladdressesperpage": "Direcciones por página:",
88
"paperlabeladdressestogenerate": "Direcciones en total:",
89
"papergenerate": "Generar",
90
"paperprint": "Imprimir",
91
"paperlabelBIPpassphrase": "Passphrase:", //TODO: please translate
92
"paperlabelencrypt": "BIP38 Encrypt?", //TODO: please translate
93
94
// bulk wallet html
95
"bulklabelstartindex": "Empezar en:",
96
"bulklabelrowstogenerate": "Filas a generar:",
97
"bulklabelcompressed": "Compressed addresses?", //TODO: please translate
98
"bulkgenerate": "Generar",
99
"bulkprint": "Imprimir",
100
"bulklabelcsv": "Valores separados por coma:",
101
"bulklabelformat": "Índice,Dirección,Clave privada (formato para importar)",
102
"bulklabelq1": "¿Por qué debo usar \"Direcciones en masa\" para aceptar Bitcoins en mi web?",
103
"bulka1": "La forma tradicional de aceptar bitcoins en tu web requiere tener instalado el cliente oficial de bitcoin (\"bitcoind\"). Sin embargo muchos servicios de hosting no permiten instalar dicho cliente. Además, ejecutar el cliente en tu servidor supone que las claves privadas están también en el servidor y podrían ser comprometidas en caso de intrusión. Al usar este mecanismo, puedes subir al servidor sólo las dirección de bitcoin y no las claves privadas. De esta forma no te tienes que preocupar de que alguien robe la cartera si se cuelan en el servidor.",
104
"bulklabelq2": "¿Cómo uso \"Direcciones en masa\" para aceptar bitcoins en mi web?",
105
"bulklabela2li1": "Usa el tab \"Direcciones en masa\" para generar por anticipado muchas direcciones (más de 10000). Copia y pega la lista de valores separados por comas (CSV) a un archivo de texto seguro (cifrado) en tu ordenador. Guarda una copia de seguridad en algún lugar seguro.",
106
"bulklabela2li2": "Importa las direcciones en la base de datos de tu servidor. No subas la cartera ni las claves públicas, o de lo contrario te lo pueden robar. Sube sólo las direcciones, ya que es lo que se va a mostrar a los clientes.",
107
"bulklabela2li3": "Ofrece una alternativa en el carro de la compra de tu web para que los clientes paguen con Bitcoin. Cuando el cliente elija pagar con Bitcoin, les muestras una de las direcciones de la base de datos como su \"dirección de pago\" y guardas esto junto con el pedido.",
108
"bulklabela2li4": "Ahora te hace falta recibir una notificación del pago. Busca en google \"notificación de pagos bitcoin\" (o \"bitcoin payment notification\" en inglés) y suscríbete a alguno de los servicios que aparezcan. Hay varios de ellos, que te pueden notificar vía Web services, API, SMS, email, etc. Una vez te llegue la notificación, lo cual puede ser automatizado, entonces ya puedes procesar el pedido. Para comprobar a mano si has recibido un pago, puedes usar Block Explorer: reemplaza DIRECCION a continuación por la dirección que estés comprobando. La transacción puede tardar entre 10 minutos y una hora en ser confirmada. <br />http://www.blockexplorer.com/address/DIRECCION<br /><br />Puedes ver las transacciones sin confirmar en: http://blockchain.info/ <br />Las transacciones sin confirmar suelen aparecer ahí en unos 30 segundos.",
109
"bulklabela2li5": "Las bitcoins que recibas se almacenarán de forma segura en la cadena de bloques. Usa la cartera original que generaste en el paso 1 para usarlas.",
110
111
// brain wallet html
112
"brainlabelenterpassphrase": "Contraseña:",
113
"brainlabelshow": "Mostrar",
114
"brainprint": "Imprimir",
115
"brainlabelconfirm": "Confirmar contraseña:",
116
"brainview": "Ver",
117
"brainalgorithm": "Algoritmo: SHA256(contraseña)",
118
"brainlabelbitcoinaddress": "Dirección Bitcoin:",
119
"brainlabelprivatekey": "Clave privada (formato para importar):",
120
121
// vanity wallet html
122
"vanitylabelstep1": "Paso 1 - Genera tu par de claves",
123
"vanitynewkeypair": "Generar",
124
"vanitylabelstep1publickey": "Clave pública:",
125
"vanitylabelstep1pubnotes": "Copia y pega la línea de arriba en el campo \"Your-Part-Public-Key\" de la web de Vanity Pool.",
126
"vanitylabelstep1privatekey": "Clave privada:",
127
"vanitylabelstep1privnotes": "Copia y pega la clave privada de arriba en un archivo de texto. Es mejor que lo almacenes en un volumen cifrado. Lo necesitarás para recuperar la clave privada una vez Vanity Pool haya encontrado tu prefijo.",
128
"vanitylabelstep2calculateyourvanitywallet": "Paso 2 - Calcula tu cartera personalizada",
129
"vanitylabelenteryourpart": "Introduce la clave privada generada en el paso 1, y que has guardado:",
130
"vanitylabelenteryourpoolpart": "Introduce la clave privada obtenida de la Vanity Pool:",
131
"vanitylabelnote1": "[NOTA: esta casilla de entrada puede aceptar una clave pública o clave privada]",
132
"vanitylabelnote2": "[NOTA: esta casilla de entrada puede aceptar una clave pública o clave privada]",
133
"vanitylabelradioadd": "Añadir",
134
"vanitylabelradiomultiply": "Multiplicar",
135
"vanitycalc": "Calcular cartera personalizada",
136
"vanitylabelbitcoinaddress": "Dirección Bitcoin personalizada:",
137
"vanitylabelnotesbitcoinaddress": "Esta es tu nueva dirección, que debería tener el prefijo deseado.",
138
"vanitylabelpublickeyhex": "Clave pública personalizada (HEX):",
139
"vanitylabelnotespublickeyhex": "Lo anterior es la clave pública en formato hexadecimal.",
140
"vanitylabelprivatekey": "Clave privada personalizada (formato para importar):",
141
"vanitylabelnotesprivatekey": "Esto es la clave privada para introducir en tu cartera.",
142
143
// detail wallet html
144
"detaillabelenterprivatekey": "Introduce la clave privada",
145
"detailkeyformats": "Key Formats: WIF, WIFC, HEX, B64, B6, MINI, BIP38",
146
"detailview": "Ver detalles",
147
"detailprint": "Imprimir",
148
"detaillabelnote1": "Tu clave privada es un número secreto, único, que sólo tú conoces. Se puede expresar en varios formatos. Aquí abajo mostramos la dirección y la clave pública que se corresponden con tu clave privada, así como la clave privada en los formatos más conocidos (para importar, hex, base64 y mini).",
149
"detaillabelnote2": "Bitcoin v0.6+ almacena las claves públicas comprimidas. El cliente también soporta importar/exportar claves privadas usando importprivkey/dumpprivkey. El formato de las claves privadas exportadas depende de si la dirección se generó en una cartera antigua o nueva.",
150
"detaillabelbitcoinaddress": "Dirección Bitcoin:",
151
"detaillabelbitcoinaddresscomp": "Dirección Bitcoin (comprimida):",
152
"detaillabelpublickey": "Clave pública (130 caracteres [0-9A-F]):",
153
"detaillabelpublickeycomp": "Clave pública (comprimida, 66 caracteres [0-9A-F]):",
154
"detaillabelprivwif": "Clave privada para importar (51 caracteres en base58, empieza con un",
155
"detaillabelprivwifcomp": "Clave privada para importar (comprimida, 52 caracteres en base58, empieza con",
156
"detailcompwifprefix": "'K' o 'L'",
157
"detaillabelprivhex": "Clave privada en formato hexadecimal (64 caracteres [0-9A-F]):",
158
"detaillabelprivb64": "Clave privada en base64 (44 caracteres):",
159
"detaillabelprivmini": "Clave privada en formato mini (22, 26 o 30 caracteres, empieza por 'S'):",
160
"detaillabelpassphrase": "BIP38 Passphrase", //TODO: please translate
161
"detailbip38decryptbutton": "Decrypt BIP38", //TODO: please translate
162
"detailbip38encryptbutton": "Encrypt BIP38", //TODO: please translate
163
"detaillabelq1": "How do I make a wallet using dice? What is B6?", //TODO: please translate
164
"detaila1": "An important part of creating a Bitcoin wallet is ensuring the random numbers used to create the wallet are truly random. Physical randomness is better than computer generated pseudo-randomness. The easiest way to generate physical randomness is with dice. To create a Bitcoin private key you only need one six sided die which you roll 99 times. Stopping each time to record the value of the die. When recording the values follow these rules: 1=1, 2=2, 3=3, 4=4, 5=5, 6=0. By doing this you are recording the big random number, your private key, in B6 or base 6 format. You can then enter the 99 character base 6 private key into the text field above and click View Details. You will then see the Bitcoin address associated with your private key. You should also make note of your private key in WIF format since it is more widely used." //TODO: please translate
165
};
166
})(ninja.translator);
167