mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.es.js
vendored
Normal file
24
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.es.js
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
/**
|
||||
* Spanish translation for bootstrap-markdown
|
||||
* by Leandro Poblet <leandrodrhouse@gmail.com>
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.markdown.messages['es'] = {
|
||||
'Bold': "Negrita",
|
||||
'Italic': "Itálica",
|
||||
'Heading': "Título",
|
||||
'URL/Link': "Inserte un link",
|
||||
'Image': "Inserte una imagen",
|
||||
'List': "Lista de items",
|
||||
'Preview': "Previsualizar",
|
||||
'strong text': "texto importante",
|
||||
'emphasized text': "texto con énfasis",
|
||||
'heading text': "texto titular",
|
||||
'enter link description here': "descripción del link",
|
||||
'Insert Hyperlink': "Inserte un hipervínculo",
|
||||
'enter image description here': "descripción de la imagen",
|
||||
'Insert Image Hyperlink': "Inserte una imagen con un hipervínculo",
|
||||
'enter image title here': "Inserte una imagen con título",
|
||||
'list text here': "lista con texto"
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue