|
10 | 10 | 'URL/Link': "Inserte un link",
|
11 | 11 | 'Image': "Inserte una imagen",
|
12 | 12 | 'List': "Lista de items",
|
| 13 | + 'Unordered List': "Lista desordenada", |
| 14 | + 'Ordered List': "Lista ordenada", |
| 15 | + 'Code': "Código", |
| 16 | + 'Quote': "Cita", |
13 | 17 | 'Preview': "Previsualizar",
|
14 |
| - 'strong text': "texto importante", |
15 |
| - 'emphasized text': "texto con énfasis", |
16 |
| - 'heading text': "texto titular", |
17 |
| - 'enter link description here': "descripción del link", |
| 18 | + 'strong text': "Texto importante", |
| 19 | + 'emphasized text': "Texto con énfasis", |
| 20 | + 'heading text': "Texto de título", |
| 21 | + 'enter link description here': "Descripción del link", |
18 | 22 | 'Insert Hyperlink': "Inserte un hipervínculo",
|
19 |
| - 'enter image description here': "descripción de la imagen", |
| 23 | + 'enter image description here': "Descripción de la imagen", |
20 | 24 | 'Insert Image Hyperlink': "Inserte una imagen con un hipervínculo",
|
21 | 25 | 'enter image title here': "Inserte una imagen con título",
|
22 |
| - 'list text here': "lista con texto" |
| 26 | + 'list text here': "Texto de lista aquí", |
| 27 | + 'code text here': "Código aquí", |
| 28 | + 'quote here': "Cita aquí", |
| 29 | + 'Save': "Guardar" |
23 | 30 | };
|
24 | 31 | }(jQuery));
|
0 commit comments