LaravelTest

Форк
0
/
summernote-it-IT.js 
184 строки · 5.9 Кб
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
    'it-IT': {
28
      font: {
29
        bold: 'Testo in grassetto',
30
        italic: 'Testo in corsivo',
31
        underline: 'Testo sottolineato',
32
        clear: 'Elimina la formattazione del testo',
33
        height: 'Altezza della linea di testo',
34
        name: 'Famiglia Font',
35
        strikethrough: 'Testo barrato',
36
        subscript: 'Subscript',
37
        superscript: 'Superscript',
38
        size: 'Dimensione del carattere'
39
      },
40
      image: {
41
        image: 'Immagine',
42
        insert: 'Inserisci Immagine',
43
        resizeFull: 'Dimensioni originali',
44
        resizeHalf: 'Ridimensiona al 50%',
45
        resizeQuarter: 'Ridimensiona al 25%',
46
        floatLeft: 'Posiziona a sinistra',
47
        floatRight: 'Posiziona a destra',
48
        floatNone: 'Nessun posizionamento',
49
        shapeRounded: 'Shape: Rounded',
50
        shapeCircle: 'Shape: Circle',
51
        shapeThumbnail: 'Shape: Thumbnail',
52
        shapeNone: 'Shape: None',
53
        dragImageHere: 'Trascina qui un\'immagine',
54
        dropImage: 'Drop image or Text',
55
        selectFromFiles: 'Scegli dai Documenti',
56
        maximumFileSize: 'Maximum file size',
57
        maximumFileSizeError: 'Maximum file size exceeded.',
58
        url: 'URL dell\'immagine',
59
        remove: 'Rimuovi immagine',
60
        original: 'Original'
61
      },
62
      video: {
63
        video: 'Video',
64
        videoLink: 'Collegamento ad un Video',
65
        insert: 'Inserisci Video',
66
        url: 'URL del Video',
67
        providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'
68
      },
69
      link: {
70
        link: 'Collegamento',
71
        insert: 'Inserisci Collegamento',
72
        unlink: 'Elimina collegamento',
73
        edit: 'Modifica collegamento',
74
        textToDisplay: 'Testo del collegamento',
75
        url: 'URL del collegamento',
76
        openInNewWindow: 'Apri in una nuova finestra'
77
      },
78
      table: {
79
        table: 'Tabella',
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: 'Inserisce una linea di separazione'
90
      },
91
      style: {
92
        style: 'Stili',
93
        p: 'pe',
94
        blockquote: 'Citazione',
95
        pre: 'Codice',
96
        h1: 'Titolo 1',
97
        h2: 'Titolo 2',
98
        h3: 'Titolo 3',
99
        h4: 'Titolo 4',
100
        h5: 'Titolo 5',
101
        h6: 'Titolo 6'
102
      },
103
      lists: {
104
        unordered: 'Elenco non ordinato',
105
        ordered: 'Elenco ordinato'
106
      },
107
      options: {
108
        help: 'Aiuto',
109
        fullscreen: 'Modalità a tutto schermo',
110
        codeview: 'Visualizza codice'
111
      },
112
      paragraph: {
113
        paragraph: 'Paragrafo',
114
        outdent: 'Diminuisce il livello di rientro',
115
        indent: 'Aumenta il livello di rientro',
116
        left: 'Allinea a sinistra',
117
        center: 'Centra',
118
        right: 'Allinea a destra',
119
        justify: 'Giustifica (allinea a destra e sinistra)'
120
      },
121
      color: {
122
        recent: 'Ultimo colore utilizzato',
123
        more: 'Altri colori',
124
        background: 'Colore di sfondo',
125
        foreground: 'Colore',
126
        transparent: 'Trasparente',
127
        setTransparent: 'Trasparente',
128
        reset: 'Reimposta',
129
        resetToDefault: 'Reimposta i colori'
130
      },
131
      shortcut: {
132
        shortcuts: 'Scorciatoie da tastiera',
133
        close: 'Chiudi',
134
        textFormatting: 'Formattazione testo',
135
        action: 'Azioni',
136
        paragraphFormatting: 'Formattazione paragrafo',
137
        documentStyle: 'Stili',
138
        extraKeys: 'Extra keys'
139
      },
140
      help: {
141
        'insertParagraph': 'Insert Paragraph',
142
        'undo': 'Undoes the last command',
143
        'redo': 'Redoes the last command',
144
        'tab': 'Tab',
145
        'untab': 'Untab',
146
        'bold': 'Set a bold style',
147
        'italic': 'Set a italic style',
148
        'underline': 'Set a underline style',
149
        'strikethrough': 'Set a strikethrough style',
150
        'removeFormat': 'Clean a style',
151
        'justifyLeft': 'Set left align',
152
        'justifyCenter': 'Set center align',
153
        'justifyRight': 'Set right align',
154
        'justifyFull': 'Set full align',
155
        'insertUnorderedList': 'Toggle unordered list',
156
        'insertOrderedList': 'Toggle ordered list',
157
        'outdent': 'Outdent on current paragraph',
158
        'indent': 'Indent on current paragraph',
159
        'formatPara': 'Change current block\'s format as a paragraph(P tag)',
160
        'formatH1': 'Change current block\'s format as H1',
161
        'formatH2': 'Change current block\'s format as H2',
162
        'formatH3': 'Change current block\'s format as H3',
163
        'formatH4': 'Change current block\'s format as H4',
164
        'formatH5': 'Change current block\'s format as H5',
165
        'formatH6': 'Change current block\'s format as H6',
166
        'insertHorizontalRule': 'Insert horizontal rule',
167
        'linkDialog.show': 'Show Link Dialog'
168
      },
169
      history: {
170
        undo: 'Annulla',
171
        redo: 'Ripristina'
172
      },
173
      specialChar: {
174
        specialChar: 'SPECIAL CHARACTERS',
175
        select: 'Select Special characters'
176
      }
177
    }
178
  });
179
})(jQuery);
180
/******/ 	return __webpack_exports__;
181
/******/ })()
182
;
183
});
184
//# sourceMappingURL=summernote-it-IT.js.map

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

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

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

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