GPQAPP

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

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.