GPQAPP

Форк
0
/
summernote-es-EU.js 
183 строки · 5.7 Кб
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-EU': {
28
      font: {
29
        bold: 'Lodia',
30
        italic: 'Etzana',
31
        underline: 'Azpimarratua',
32
        clear: 'Estiloa kendu',
33
        height: 'Lerro altuera',
34
        name: 'Tipografia',
35
        strikethrough: 'Marratua',
36
        subscript: 'Subscript',
37
        superscript: 'Superscript',
38
        size: 'Letren neurria'
39
      },
40
      image: {
41
        image: 'Irudia',
42
        insert: 'Irudi bat txertatu',
43
        resizeFull: 'Jatorrizko neurrira aldatu',
44
        resizeHalf: 'Neurria erdira aldatu',
45
        resizeQuarter: 'Neurria laurdenera aldatu',
46
        floatLeft: 'Ezkerrean kokatu',
47
        floatRight: 'Eskuinean kokatu',
48
        floatNone: 'Kokapenik ez ezarri',
49
        shapeRounded: 'Shape: Rounded',
50
        shapeCircle: 'Shape: Circle',
51
        shapeThumbnail: 'Shape: Thumbnail',
52
        shapeNone: 'Shape: None',
53
        dragImageHere: 'Irudi bat ezarri hemen',
54
        dropImage: 'Drop image or Text',
55
        selectFromFiles: 'Zure fitxategi bat aukeratu',
56
        maximumFileSize: 'Maximum file size',
57
        maximumFileSizeError: 'Maximum file size exceeded.',
58
        url: 'Irudiaren URL helbidea',
59
        remove: 'Remove Image',
60
        original: 'Original'
61
      },
62
      video: {
63
        video: 'Bideoa',
64
        videoLink: 'Bideorako esteka',
65
        insert: 'Bideo berri bat txertatu',
66
        url: 'Bideoaren URL helbidea',
67
        providers: '(YouTube, Vimeo, Vine, Instagram edo DailyMotion)'
68
      },
69
      link: {
70
        link: 'Esteka',
71
        insert: 'Esteka bat txertatu',
72
        unlink: 'Esteka ezabatu',
73
        edit: 'Editatu',
74
        textToDisplay: 'Estekaren testua',
75
        url: 'Estekaren URL helbidea',
76
        openInNewWindow: 'Leiho berri batean ireki'
77
      },
78
      table: {
79
        table: 'Taula',
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: 'Marra horizontala txertatu'
90
      },
91
      style: {
92
        style: 'Estiloa',
93
        p: 'p',
94
        blockquote: 'Aipamena',
95
        pre: 'Kodea',
96
        h1: '1. izenburua',
97
        h2: '2. izenburua',
98
        h3: '3. izenburua',
99
        h4: '4. izenburua',
100
        h5: '5. izenburua',
101
        h6: '6. izenburua'
102
      },
103
      lists: {
104
        unordered: 'Ordenatu gabeko zerrenda',
105
        ordered: 'Zerrenda ordenatua'
106
      },
107
      options: {
108
        help: 'Laguntza',
109
        fullscreen: 'Pantaila osoa',
110
        codeview: 'Kodea ikusi'
111
      },
112
      paragraph: {
113
        paragraph: 'Paragrafoa',
114
        outdent: 'Koska txikiagoa',
115
        indent: 'Koska handiagoa',
116
        left: 'Ezkerrean kokatu',
117
        center: 'Erdian kokatu',
118
        right: 'Eskuinean kokatu',
119
        justify: 'Justifikatu'
120
      },
121
      color: {
122
        recent: 'Azken kolorea',
123
        more: 'Kolore gehiago',
124
        background: 'Atzeko planoa',
125
        foreground: 'Aurreko planoa',
126
        transparent: 'Gardena',
127
        setTransparent: 'Gardendu',
128
        reset: 'Lehengoratu',
129
        resetToDefault: 'Berrezarri lehenetsia'
130
      },
131
      shortcut: {
132
        shortcuts: 'Lasterbideak',
133
        close: 'Itxi',
134
        textFormatting: 'Testuaren formatua',
135
        action: 'Ekintza',
136
        paragraphFormatting: 'Paragrafoaren formatua',
137
        documentStyle: 'Dokumentuaren estiloa'
138
      },
139
      help: {
140
        'insertParagraph': 'Insert Paragraph',
141
        'undo': 'Undoes the last command',
142
        'redo': 'Redoes the last command',
143
        'tab': 'Tab',
144
        'untab': 'Untab',
145
        'bold': 'Set a bold style',
146
        'italic': 'Set a italic style',
147
        'underline': 'Set a underline style',
148
        'strikethrough': 'Set a strikethrough style',
149
        'removeFormat': 'Clean a style',
150
        'justifyLeft': 'Set left align',
151
        'justifyCenter': 'Set center align',
152
        'justifyRight': 'Set right align',
153
        'justifyFull': 'Set full align',
154
        'insertUnorderedList': 'Toggle unordered list',
155
        'insertOrderedList': 'Toggle ordered list',
156
        'outdent': 'Outdent on current paragraph',
157
        'indent': 'Indent on current paragraph',
158
        'formatPara': 'Change current block\'s format as a paragraph(P tag)',
159
        'formatH1': 'Change current block\'s format as H1',
160
        'formatH2': 'Change current block\'s format as H2',
161
        'formatH3': 'Change current block\'s format as H3',
162
        'formatH4': 'Change current block\'s format as H4',
163
        'formatH5': 'Change current block\'s format as H5',
164
        'formatH6': 'Change current block\'s format as H6',
165
        'insertHorizontalRule': 'Insert horizontal rule',
166
        'linkDialog.show': 'Show Link Dialog'
167
      },
168
      history: {
169
        undo: 'Desegin',
170
        redo: 'Berregin'
171
      },
172
      specialChar: {
173
        specialChar: 'SPECIAL CHARACTERS',
174
        select: 'Select Special characters'
175
      }
176
    }
177
  });
178
})(jQuery);
179
/******/ 	return __webpack_exports__;
180
/******/ })()
181
;
182
});
183
//# sourceMappingURL=summernote-es-EU.js.map

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

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

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

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