LaravelTest
191 строка · 6.2 Кб
1/*!
2*
3* Super simple WYSIWYG editor v0.8.20
4* https://summernote.org
5*
6*
7* Copyright 2013- Alan Hong and contributors
8* Summernote may be freely distributed under the MIT license.
9*
10* Date: 2021-10-14T21:15Z
11*
12*/
13(function webpackUniversalModuleDefinition(root, factory) {14if(typeof exports === 'object' && typeof module === 'object')15module.exports = factory();16else if(typeof define === 'function' && define.amd)17define([], factory);18else {19var a = factory();20for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];21}22})(self, function() {23return /******/ (() => { // webpackBootstrap24var __webpack_exports__ = {};25(function ($) {26$.extend($.summernote.lang, {27'es-ES': {28font: {29bold: 'Negrita',30italic: 'Cursiva',31underline: 'Subrayado',32clear: 'Eliminar estilo de letra',33height: 'Altura de línea',34name: 'Tipo de letra',35strikethrough: 'Tachado',36subscript: 'Subíndice',37superscript: 'Superíndice',38size: 'Tamaño de la fuente',39sizeunit: 'Unidad del tamaño de letra'40},41image: {42image: 'Imagen',43insert: 'Insertar imagen',44resizeFull: 'Redimensionar a tamaño completo',45resizeHalf: 'Redimensionar a la mitad',46resizeQuarter: 'Redimensionar a un cuarto',47resizeNone: 'Tamaño original',48floatLeft: 'Flotar a la izquierda',49floatRight: 'Flotar a la derecha',50floatNone: 'No flotar',51shapeRounded: 'Forma: Redondeado',52shapeCircle: 'Forma: Círculo',53shapeThumbnail: 'Forma: Miniatura',54shapeNone: 'Forma: Ninguna',55dragImageHere: 'Arrastre una imagen o texto aquí',56dropImage: 'Suelte una imagen o texto',57selectFromFiles: 'Seleccione un fichero',58maximumFileSize: 'Tamaño máximo del fichero',59maximumFileSizeError: 'Superado el tamaño máximo de fichero.',60url: 'URL de la imagen',61remove: 'Eliminar la imagen',62original: 'Original'63},64video: {65video: 'Vídeo',66videoLink: 'Enlace del vídeo',67insert: 'Insertar un vídeo',68url: 'URL del vídeo',69providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'70},71link: {72link: 'Enlace',73insert: 'Insertar un enlace',74unlink: 'Quitar el enlace',75edit: 'Editar',76textToDisplay: 'Texto a mostrar',77url: '¿A qué URL lleva este enlace?',78openInNewWindow: 'Abrir en una nueva ventana',79useProtocol: 'Usar el protocolo predefinido'80},81table: {82table: 'Tabla',83addRowAbove: 'Añadir una fila encima',84addRowBelow: 'Añadir una fila debajo',85addColLeft: 'Añadir una columna a la izquierda',86addColRight: 'Añadir una columna a la derecha',87delRow: 'Borrar la fila',88delCol: 'Borrar la columna',89delTable: 'Borrar la tabla'90},91hr: {92insert: 'Insertar una línea horizontal'93},94style: {95style: 'Estilo',96p: 'Normal',97blockquote: 'Cita',98pre: 'Código',99h1: 'Título 1',100h2: 'Título 2',101h3: 'Título 3',102h4: 'Título 4',103h5: 'Título 5',104h6: 'Título 6'105},106lists: {107unordered: 'Lista',108ordered: 'Lista numerada'109},110options: {111help: 'Ayuda',112fullscreen: 'Pantalla completa',113codeview: 'Ver el código fuente'114},115paragraph: {116paragraph: 'Párrafo',117outdent: 'Reducir la sangría',118indent: 'Aumentar la sangría',119left: 'Alinear a la izquierda',120center: 'Centrar',121right: 'Alinear a la derecha',122justify: 'Justificar'123},124color: {125recent: 'Último color',126more: 'Más colores',127background: 'Color de fondo',128foreground: 'Color del texto',129transparent: 'Transparente',130setTransparent: 'Establecer transparente',131reset: 'Restablecer',132resetToDefault: 'Restablecer a los valores predefinidos',133cpSelect: 'Seleccionar'134},135shortcut: {136shortcuts: 'Atajos de teclado',137close: 'Cerrar',138textFormatting: 'Formato de texto',139action: 'Acción',140paragraphFormatting: 'Formato de párrafo',141documentStyle: 'Estilo de documento',142extraKeys: 'Teclas adicionales'143},144help: {145insertParagraph: 'Insertar un párrafo',146undo: 'Deshacer la última acción',147redo: 'Rehacer la última acción',148tab: 'Tabular',149untab: 'Eliminar tabulación',150bold: 'Establecer estilo negrita',151italic: 'Establecer estilo cursiva',152underline: 'Establecer estilo subrayado',153strikethrough: 'Establecer estilo tachado',154removeFormat: 'Limpiar estilo',155justifyLeft: 'Alinear a la izquierda',156justifyCenter: 'Alinear al centro',157justifyRight: 'Alinear a la derecha',158justifyFull: 'Justificar',159insertUnorderedList: 'Insertar lista',160insertOrderedList: 'Insertar lista numerada',161outdent: 'Reducir sangría del párrafo',162indent: 'Aumentar sangría del párrafo',163formatPara: 'Cambiar el formato del bloque actual a párrafo (etiqueta P)',164formatH1: 'Cambiar el formato del bloque actual a H1',165formatH2: 'Cambiar el formato del bloque actual a H2',166formatH3: 'Cambiar el formato del bloque actual a H3',167formatH4: 'Cambiar el formato del bloque actual a H4',168formatH5: 'Cambiar el formato del bloque actual a H5',169formatH6: 'Cambiar el formato del bloque actual a H6',170insertHorizontalRule: 'Insertar una línea horizontal',171'linkDialog.show': 'Mostrar el panel de enlaces'172},173history: {174undo: 'Deshacer',175redo: 'Rehacer'176},177specialChar: {178specialChar: 'CARACTERES ESPECIALES',179select: 'Seleccionar caracteres especiales'180},181output: {182noSelection: '¡No ha seleccionado nada!'183}184}185});186})(jQuery);187/******/ return __webpack_exports__;188/******/ })()189;
190});191//# sourceMappingURL=summernote-es-ES.js.map