| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 | /*! *  * Super simple WYSIWYG editor v0.8.20 * https://summernote.org * * * Copyright 2013- Alan Hong and contributors * Summernote may be freely distributed under the MIT license. * * Date: 2021-10-14T21:15Z * */(function webpackUniversalModuleDefinition(root, factory) {	if(typeof exports === 'object' && typeof module === 'object')		module.exports = factory();	else if(typeof define === 'function' && define.amd)		define([], factory);	else {		var a = factory();		for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];	}})(self, function() {return /******/ (() => { // webpackBootstrapvar __webpack_exports__ = {};(function ($) {  $.extend($.summernote.lang, {    'es-ES': {      font: {        bold: 'Negrita',        italic: 'Cursiva',        underline: 'Subrayado',        clear: 'Eliminar estilo de letra',        height: 'Altura de línea',        name: 'Tipo de letra',        strikethrough: 'Tachado',        subscript: 'Subíndice',        superscript: 'Superíndice',        size: 'Tamaño de la fuente',        sizeunit: 'Unidad del tamaño de letra'      },      image: {        image: 'Imagen',        insert: 'Insertar imagen',        resizeFull: 'Redimensionar a tamaño completo',        resizeHalf: 'Redimensionar a la mitad',        resizeQuarter: 'Redimensionar a un cuarto',        resizeNone: 'Tamaño original',        floatLeft: 'Flotar a la izquierda',        floatRight: 'Flotar a la derecha',        floatNone: 'No flotar',        shapeRounded: 'Forma: Redondeado',        shapeCircle: 'Forma: Círculo',        shapeThumbnail: 'Forma: Miniatura',        shapeNone: 'Forma: Ninguna',        dragImageHere: 'Arrastre una imagen o texto aquí',        dropImage: 'Suelte una imagen o texto',        selectFromFiles: 'Seleccione un fichero',        maximumFileSize: 'Tamaño máximo del fichero',        maximumFileSizeError: 'Superado el tamaño máximo de fichero.',        url: 'URL de la imagen',        remove: 'Eliminar la imagen',        original: 'Original'      },      video: {        video: 'Vídeo',        videoLink: 'Enlace del vídeo',        insert: 'Insertar un vídeo',        url: 'URL del vídeo',        providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'      },      link: {        link: 'Enlace',        insert: 'Insertar un enlace',        unlink: 'Quitar el enlace',        edit: 'Editar',        textToDisplay: 'Texto a mostrar',        url: '¿A qué URL lleva este enlace?',        openInNewWindow: 'Abrir en una nueva ventana',        useProtocol: 'Usar el protocolo predefinido'      },      table: {        table: 'Tabla',        addRowAbove: 'Añadir una fila encima',        addRowBelow: 'Añadir una fila debajo',        addColLeft: 'Añadir una columna a la izquierda',        addColRight: 'Añadir una columna a la derecha',        delRow: 'Borrar la fila',        delCol: 'Borrar la columna',        delTable: 'Borrar la tabla'      },      hr: {        insert: 'Insertar una línea horizontal'      },      style: {        style: 'Estilo',        p: 'Normal',        blockquote: 'Cita',        pre: 'Código',        h1: 'Título 1',        h2: 'Título 2',        h3: 'Título 3',        h4: 'Título 4',        h5: 'Título 5',        h6: 'Título 6'      },      lists: {        unordered: 'Lista',        ordered: 'Lista numerada'      },      options: {        help: 'Ayuda',        fullscreen: 'Pantalla completa',        codeview: 'Ver el código fuente'      },      paragraph: {        paragraph: 'Párrafo',        outdent: 'Reducir la sangría',        indent: 'Aumentar la sangría',        left: 'Alinear a la izquierda',        center: 'Centrar',        right: 'Alinear a la derecha',        justify: 'Justificar'      },      color: {        recent: 'Último color',        more: 'Más colores',        background: 'Color de fondo',        foreground: 'Color del texto',        transparent: 'Transparente',        setTransparent: 'Establecer transparente',        reset: 'Restablecer',        resetToDefault: 'Restablecer a los valores predefinidos',        cpSelect: 'Seleccionar'      },      shortcut: {        shortcuts: 'Atajos de teclado',        close: 'Cerrar',        textFormatting: 'Formato de texto',        action: 'Acción',        paragraphFormatting: 'Formato de párrafo',        documentStyle: 'Estilo de documento',        extraKeys: 'Teclas adicionales'      },      help: {        insertParagraph: 'Insertar un párrafo',        undo: 'Deshacer la última acción',        redo: 'Rehacer la última acción',        tab: 'Tabular',        untab: 'Eliminar tabulación',        bold: 'Establecer estilo negrita',        italic: 'Establecer estilo cursiva',        underline: 'Establecer estilo subrayado',        strikethrough: 'Establecer estilo tachado',        removeFormat: 'Limpiar estilo',        justifyLeft: 'Alinear a la izquierda',        justifyCenter: 'Alinear al centro',        justifyRight: 'Alinear a la derecha',        justifyFull: 'Justificar',        insertUnorderedList: 'Insertar lista',        insertOrderedList: 'Insertar lista numerada',        outdent: 'Reducir sangría del párrafo',        indent: 'Aumentar sangría del párrafo',        formatPara: 'Cambiar el formato del bloque actual a párrafo (etiqueta P)',        formatH1: 'Cambiar el formato del bloque actual a H1',        formatH2: 'Cambiar el formato del bloque actual a H2',        formatH3: 'Cambiar el formato del bloque actual a H3',        formatH4: 'Cambiar el formato del bloque actual a H4',        formatH5: 'Cambiar el formato del bloque actual a H5',        formatH6: 'Cambiar el formato del bloque actual a H6',        insertHorizontalRule: 'Insertar una línea horizontal',        'linkDialog.show': 'Mostrar el panel de enlaces'      },      history: {        undo: 'Deshacer',        redo: 'Rehacer'      },      specialChar: {        specialChar: 'CARACTERES ESPECIALES',        select: 'Seleccionar caracteres especiales'      },      output: {        noSelection: '¡No ha seleccionado nada!'      }    }  });})(jQuery);/******/ 	return __webpack_exports__;/******/ })();});//# sourceMappingURL=summernote-es-ES.js.map
 |