LaravelTest
184 строки · 5.8 Кб
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'gl-ES': {28font: {29bold: 'Negrita',30italic: 'Cursiva',31underline: 'Subliñado',32clear: 'Quitar estilo de fonte',33height: 'Altura de liña',34name: 'Fonte',35strikethrough: 'Riscado',36superscript: 'Superíndice',37subscript: 'Subíndice',38size: 'Tamaño da fonte'39},40image: {41image: 'Imaxe',42insert: 'Inserir imaxe',43resizeFull: 'Redimensionar a tamaño completo',44resizeHalf: 'Redimensionar á metade',45resizeQuarter: 'Redimensionar a un cuarto',46floatLeft: 'Flotar á esquerda',47floatRight: 'Flotar á dereita',48floatNone: 'Non flotar',49shapeRounded: 'Forma: Redondeado',50shapeCircle: 'Forma: Círculo',51shapeThumbnail: 'Forma: Marco',52shapeNone: 'Forma: Ningunha',53dragImageHere: 'Arrastrar unha imaxe ou texto aquí',54dropImage: 'Solta a imaxe ou texto',55selectFromFiles: 'Seleccionar desde os arquivos',56maximumFileSize: 'Tamaño máximo do arquivo',57maximumFileSizeError: 'Superaches o tamaño máximo do arquivo.',58url: 'URL da imaxe',59remove: 'Eliminar imaxe',60original: 'Original'61},62video: {63video: 'Vídeo',64videoLink: 'Ligazón do vídeo',65insert: 'Insertar vídeo',66url: 'URL do vídeo?',67providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion, o Youku)'68},69link: {70link: 'Ligazón',71insert: 'Inserir Ligazón',72unlink: 'Quitar Ligazón',73edit: 'Editar',74textToDisplay: 'Texto para amosar',75url: 'Cara a que URL leva a ligazón?',76openInNewWindow: 'Abrir nunha nova xanela'77},78table: {79table: 'Táboa',80addRowAbove: 'Add row above',81addRowBelow: 'Add row below',82addColLeft: 'Add column left',83addColRight: 'Add column right',84delRow: 'Delete row',85delCol: 'Delete column',86delTable: 'Delete table'87},88hr: {89insert: 'Inserir liña horizontal'90},91style: {92style: 'Estilo',93p: 'Normal',94blockquote: 'Cita',95pre: 'Código',96h1: 'Título 1',97h2: 'Título 2',98h3: 'Título 3',99h4: 'Título 4',100h5: 'Título 5',101h6: 'Título 6'102},103lists: {104unordered: 'Lista desordenada',105ordered: 'Lista ordenada'106},107options: {108help: 'Axuda',109fullscreen: 'Pantalla completa',110codeview: 'Ver código fonte'111},112paragraph: {113paragraph: 'Parágrafo',114outdent: 'Menos tabulación',115indent: 'Máis tabulación',116left: 'Aliñar á esquerda',117center: 'Aliñar ao centro',118right: 'Aliñar á dereita',119justify: 'Xustificar'120},121color: {122recent: 'Última cor',123more: 'Máis cores',124background: 'Cor de fondo',125foreground: 'Cor de fuente',126transparent: 'Transparente',127setTransparent: 'Establecer transparente',128reset: 'Restaurar',129resetToDefault: 'Restaurar por defecto'130},131shortcut: {132shortcuts: 'Atallos de teclado',133close: 'Pechar',134textFormatting: 'Formato de texto',135action: 'Acción',136paragraphFormatting: 'Formato de parágrafo',137documentStyle: 'Estilo de documento',138extraKeys: 'Teclas adicionais'139},140help: {141'insertParagraph': 'Inserir parágrafo',142'undo': 'Desfacer última acción',143'redo': 'Refacer última acción',144'tab': 'Tabular',145'untab': 'Eliminar tabulación',146'bold': 'Establecer estilo negrita',147'italic': 'Establecer estilo cursiva',148'underline': 'Establecer estilo subliñado',149'strikethrough': 'Establecer estilo riscado',150'removeFormat': 'Limpar estilo',151'justifyLeft': 'Aliñar á esquerda',152'justifyCenter': 'Aliñar ao centro',153'justifyRight': 'Aliñar á dereita',154'justifyFull': 'Xustificar',155'insertUnorderedList': 'Inserir lista desordenada',156'insertOrderedList': 'Inserir lista ordenada',157'outdent': 'Reducir tabulación do parágrafo',158'indent': 'Aumentar tabulación do parágrafo',159'formatPara': 'Mudar estilo do bloque a parágrafo (etiqueta P)',160'formatH1': 'Mudar estilo do bloque a H1',161'formatH2': 'Mudar estilo do bloque a H2',162'formatH3': 'Mudar estilo do bloque a H3',163'formatH4': 'Mudar estilo do bloque a H4',164'formatH5': 'Mudar estilo do bloque a H5',165'formatH6': 'Mudar estilo do bloque a H6',166'insertHorizontalRule': 'Inserir liña horizontal',167'linkDialog.show': 'Amosar panel ligazóns'168},169history: {170undo: 'Desfacer',171redo: 'Refacer'172},173specialChar: {174specialChar: 'CARACTERES ESPECIAIS',175select: 'Selecciona Caracteres especiais'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-gl-ES.js.map