GPQAPP

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

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

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

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

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