LaravelTest
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) {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'it-IT': {28font: {29bold: 'Testo in grassetto',30italic: 'Testo in corsivo',31underline: 'Testo sottolineato',32clear: 'Elimina la formattazione del testo',33height: 'Altezza della linea di testo',34name: 'Famiglia Font',35strikethrough: 'Testo barrato',36subscript: 'Subscript',37superscript: 'Superscript',38size: 'Dimensione del carattere'39},40image: {41image: 'Immagine',42insert: 'Inserisci Immagine',43resizeFull: 'Dimensioni originali',44resizeHalf: 'Ridimensiona al 50%',45resizeQuarter: 'Ridimensiona al 25%',46floatLeft: 'Posiziona a sinistra',47floatRight: 'Posiziona a destra',48floatNone: 'Nessun posizionamento',49shapeRounded: 'Shape: Rounded',50shapeCircle: 'Shape: Circle',51shapeThumbnail: 'Shape: Thumbnail',52shapeNone: 'Shape: None',53dragImageHere: 'Trascina qui un\'immagine',54dropImage: 'Drop image or Text',55selectFromFiles: 'Scegli dai Documenti',56maximumFileSize: 'Maximum file size',57maximumFileSizeError: 'Maximum file size exceeded.',58url: 'URL dell\'immagine',59remove: 'Rimuovi immagine',60original: 'Original'61},62video: {63video: 'Video',64videoLink: 'Collegamento ad un Video',65insert: 'Inserisci Video',66url: 'URL del Video',67providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)'68},69link: {70link: 'Collegamento',71insert: 'Inserisci Collegamento',72unlink: 'Elimina collegamento',73edit: 'Modifica collegamento',74textToDisplay: 'Testo del collegamento',75url: 'URL del collegamento',76openInNewWindow: 'Apri in una nuova finestra'77},78table: {79table: 'Tabella',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: 'Inserisce una linea di separazione'90},91style: {92style: 'Stili',93p: 'pe',94blockquote: 'Citazione',95pre: 'Codice',96h1: 'Titolo 1',97h2: 'Titolo 2',98h3: 'Titolo 3',99h4: 'Titolo 4',100h5: 'Titolo 5',101h6: 'Titolo 6'102},103lists: {104unordered: 'Elenco non ordinato',105ordered: 'Elenco ordinato'106},107options: {108help: 'Aiuto',109fullscreen: 'Modalità a tutto schermo',110codeview: 'Visualizza codice'111},112paragraph: {113paragraph: 'Paragrafo',114outdent: 'Diminuisce il livello di rientro',115indent: 'Aumenta il livello di rientro',116left: 'Allinea a sinistra',117center: 'Centra',118right: 'Allinea a destra',119justify: 'Giustifica (allinea a destra e sinistra)'120},121color: {122recent: 'Ultimo colore utilizzato',123more: 'Altri colori',124background: 'Colore di sfondo',125foreground: 'Colore',126transparent: 'Trasparente',127setTransparent: 'Trasparente',128reset: 'Reimposta',129resetToDefault: 'Reimposta i colori'130},131shortcut: {132shortcuts: 'Scorciatoie da tastiera',133close: 'Chiudi',134textFormatting: 'Formattazione testo',135action: 'Azioni',136paragraphFormatting: 'Formattazione paragrafo',137documentStyle: 'Stili',138extraKeys: 'Extra keys'139},140help: {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},169history: {170undo: 'Annulla',171redo: 'Ripristina'172},173specialChar: {174specialChar: 'SPECIAL CHARACTERS',175select: 'Select Special characters'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-it-IT.js.map