|
101 | 101 | "message":"Uso básico"
|
102 | 102 | },
|
103 | 103 | "options_page__reload_restart":{
|
104 |
| - "message":"Recarga la página web de tu correo electrónico o reinicia tu navegador web.", |
| 104 | + "message":"After installing or upgrading, reload your email web page or restart your web browser.", |
105 | 105 | "description":"A step in the basic usage instructions"
|
106 | 106 | },
|
107 | 107 | "options_page__start_new_message":{
|
|
292 | 292 | "description":"Label for the checkbox that enables the forgot-to-render feature"
|
293 | 293 | },
|
294 | 294 | "options_page__forgot_to_render_1":{
|
295 |
| - "message":"Actualmente sólo soportado por la interfaz web de Gmail y Thunderbird (y Postbox y Icedove)." |
| 295 | + "message":"Currently only supported in the Gmail and Google Inbox web interfaces, and Thunderbird (and Postbox and Icedove)." |
296 | 296 | },
|
297 | 297 | "options_page__forgot_to_render_2":{
|
298 | 298 | "message":"Cuando envías un correo electrónico, esto comprueba el contenido para ver si parece que escribió en Markdown, pero se te olvidó renderizarlo (es decir, hacer clic en \"Markdown Toggle\") antes de enviar. Esto puede necesitar ser desactivado si interfiere con su capacidad de enviar correo electrónico."
|
299 | 299 | },
|
300 |
| - "options_page__forgot_to_render_3":{ |
301 |
| - "message":"Si te encuentras deshabilitando esto, <em>por favor<\/em> dejame saber por qué y cómo podría ser mejor. Crea <a href=\"https:\/\/groups.google.com\/forum\/#!forum\/markdown-here\" target=\"_blank\"> un post en el grupo de Google \"Markdown Here\"<\/a> o <a href=\"https:\/\/github.com\/adam-p\/markdown-here\/issues\" target=\"_blank\"> un error en el proyecto de Github<\/a>. Gracias." |
| 300 | + "options_page__forgot_to_render_4":{ |
| 301 | + "message":"If this feature stops working for you, please let us know by posting to the <a href=\"https:\/\/groups.google.com\/group\/markdown-here\" target=\"_blank\">\"markdown-here\" Google Group<\/a> or creating <a href=\"https:\/\/github.com\/adam-p\/markdown-here\/issues\" target=\"_blank\">an issue in the Github project<\/a>. (Hooking into the email sending web UI is brittle and will sometimes break.)" |
302 | 302 | },
|
303 | 303 | "options_page__contributing_title":{
|
304 | 304 | "message":"Contribuyendo",
|
|
323 | 323 | "description":"message that shows when user changes have been saved"
|
324 | 324 | },
|
325 | 325 | "options_page__preview_markdown":{
|
326 |
| - "message":"```javascript<br>\nfunction syntaxHighlighting() {<br>\n var n = 33;<br>\n var s = \"hola, こんにちは\";<br>\n console.log(s);<br>\n}<br>\n```<br>\n<br>\n* sin formato <br>\n* *con énfasis*<br>\n * **con mucho énfasis**<br>\n * ~~tachado~~<br>\n* `código en línea`<br>\n<br>\n1. Lista numerada<br>\n 1. Numbered sub-list<br>\n 1. Numbered sub-sub-list<br>\n2. [Enlace](https:\/\/www.google.com)<br>\n<br>\n<br>\nUna imagen: \n<br>\n<br>\n> Bloque de cita. <br>\n> *Con* **algo de** `markdown`.<br>\n<br>\nSi el soporte **TeX Math** está activado, esta es la ecuación cuadrática: <br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n# Cabecera 1<br>\n## Cabecera 2<br>\n### Cabecera 3<br>\n#### Cabecera 4<br>\n##### Cabecera 5<br>\n###### Cabecera 6<br>\n <br>\n| Tablas | Son | Guays |<br>\n| ------------- |:-------------:| -----:|<br>\n| columna 3 | a la derecha | $$1600 |<br>\n| columna 2 | centrada | $$12 |<br>\n| las rayas de cebra | son nítidas | $$1 |<br>\n<br>\nAquí hay un separador vertical:<br>\n<br>\n---<br>\n<br>\n```<br>\nbloque de código<br>\nsin resaltado<br>\n```<br>\n<br>", |
| 326 | + "message":"```javascript<br>\nfunction syntaxHighlighting() {<br>\n var n = 33;<br>\n var s = \"hola, こんにちは\";<br>\n console.log(s);<br>\n}<br>\n```<br>\n<br>\n* sin formato <br>\n* *con énfasis*<br>\n * **con mucho énfasis**<br>\n * ~~tachado~~<br>\n* `código en línea`<br>\n<br>\n1. Lista numerada<br>\n 1. Numbered sub-list<br>\n 1. Numbered sub-sub-list<br>\n2. [Enlace](https:\/\/www.google.com)<br>\n<br>\n<br>\nUna imagen: \n<br>\n<br>\n> Bloque de cita. <br>\n> *Con* **algo de** `markdown`.<br>\n<br>\nSi el soporte **TeX Math** está activado, esta es la ecuación cuadrática: <br>\n$$-b \\pm \\sqrt{b^2 - 4ac} \\over 2a$$<br>\n<br>\n# Cabecera 1<br>\n## Cabecera 2<br>\n### Cabecera 3<br>\n#### Cabecera 4<br>\n##### Cabecera 5<br>\n###### Cabecera 6<br>\n <br>\n| Tablas | Son | Guays |<br>\n| ------------- |:-------------:| -----:|<br>\n| columna 3 | a la derecha | $$1600 |<br>\n| columna 2 | centrada | $$12 |<br>\n| las rayas de cebra | son nítidas | $$1 |<br>\n<br>\nAquí hay un separador vertical:<br>\n<br>\n---<br>\n<br>\n```<br>\nbloque de código<br>\nsin resaltado<br>\n```<br>\n<br>", |
327 | 327 | "description":"This doesn't need to be translated, unless you want to make it more relevant to your language. The raw Markdown used for previewing user styling changes. Also shows users what can be done with Markdown. Please note that the double dollar signs ($$) are needed to make a single dollar sign in the application."
|
328 | 328 | },
|
329 | 329 | "currently_in_use":{
|
|
0 commit comments