Skip to content

Commit b268031

Browse files
authored
Update bootstrap-markdown.es.js
Extend Spanish translation.
1 parent 41068fc commit b268031

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

locale/bootstrap-markdown.es.js

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,22 @@
1010
'URL/Link': "Inserte un link",
1111
'Image': "Inserte una imagen",
1212
'List': "Lista de items",
13+
'Unordered List': "Lista desordenada",
14+
'Ordered List': "Lista ordenada",
15+
'Code': "Código",
16+
'Quote': "Cita",
1317
'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",
1822
'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",
2024
'Insert Image Hyperlink': "Inserte una imagen con un hipervínculo",
2125
'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"
2330
};
2431
}(jQuery));

0 commit comments

Comments
 (0)