LaravelTest
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) {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'es-EU': {28font: {29bold: 'Lodia',30italic: 'Etzana',31underline: 'Azpimarratua',32clear: 'Estiloa kendu',33height: 'Lerro altuera',34name: 'Tipografia',35strikethrough: 'Marratua',36subscript: 'Subscript',37superscript: 'Superscript',38size: 'Letren neurria'39},40image: {41image: 'Irudia',42insert: 'Irudi bat txertatu',43resizeFull: 'Jatorrizko neurrira aldatu',44resizeHalf: 'Neurria erdira aldatu',45resizeQuarter: 'Neurria laurdenera aldatu',46floatLeft: 'Ezkerrean kokatu',47floatRight: 'Eskuinean kokatu',48floatNone: 'Kokapenik ez ezarri',49shapeRounded: 'Shape: Rounded',50shapeCircle: 'Shape: Circle',51shapeThumbnail: 'Shape: Thumbnail',52shapeNone: 'Shape: None',53dragImageHere: 'Irudi bat ezarri hemen',54dropImage: 'Drop image or Text',55selectFromFiles: 'Zure fitxategi bat aukeratu',56maximumFileSize: 'Maximum file size',57maximumFileSizeError: 'Maximum file size exceeded.',58url: 'Irudiaren URL helbidea',59remove: 'Remove Image',60original: 'Original'61},62video: {63video: 'Bideoa',64videoLink: 'Bideorako esteka',65insert: 'Bideo berri bat txertatu',66url: 'Bideoaren URL helbidea',67providers: '(YouTube, Vimeo, Vine, Instagram edo DailyMotion)'68},69link: {70link: 'Esteka',71insert: 'Esteka bat txertatu',72unlink: 'Esteka ezabatu',73edit: 'Editatu',74textToDisplay: 'Estekaren testua',75url: 'Estekaren URL helbidea',76openInNewWindow: 'Leiho berri batean ireki'77},78table: {79table: 'Taula',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: 'Marra horizontala txertatu'90},91style: {92style: 'Estiloa',93p: 'p',94blockquote: 'Aipamena',95pre: 'Kodea',96h1: '1. izenburua',97h2: '2. izenburua',98h3: '3. izenburua',99h4: '4. izenburua',100h5: '5. izenburua',101h6: '6. izenburua'102},103lists: {104unordered: 'Ordenatu gabeko zerrenda',105ordered: 'Zerrenda ordenatua'106},107options: {108help: 'Laguntza',109fullscreen: 'Pantaila osoa',110codeview: 'Kodea ikusi'111},112paragraph: {113paragraph: 'Paragrafoa',114outdent: 'Koska txikiagoa',115indent: 'Koska handiagoa',116left: 'Ezkerrean kokatu',117center: 'Erdian kokatu',118right: 'Eskuinean kokatu',119justify: 'Justifikatu'120},121color: {122recent: 'Azken kolorea',123more: 'Kolore gehiago',124background: 'Atzeko planoa',125foreground: 'Aurreko planoa',126transparent: 'Gardena',127setTransparent: 'Gardendu',128reset: 'Lehengoratu',129resetToDefault: 'Berrezarri lehenetsia'130},131shortcut: {132shortcuts: 'Lasterbideak',133close: 'Itxi',134textFormatting: 'Testuaren formatua',135action: 'Ekintza',136paragraphFormatting: 'Paragrafoaren formatua',137documentStyle: 'Dokumentuaren estiloa'138},139help: {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},168history: {169undo: 'Desegin',170redo: 'Berregin'171},172specialChar: {173specialChar: 'SPECIAL CHARACTERS',174select: 'Select Special characters'175}176}177});178})(jQuery);179/******/ return __webpack_exports__;180/******/ })()181;
182});183//# sourceMappingURL=summernote-es-EU.js.map