UNPKG

@toast-ui/editor

Version:

GFM Markdown Wysiwyg Editor - Productive and Extensible

162 lines (156 loc) 6.13 kB
/*! * TOAST UI Editor : i18n * @version 3.0.0-alpha.1 * @author NHN FE Development Lab <dl_javascript@nhn.com> * @license MIT */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("@toast-ui/editor")); else if(typeof define === 'function' && define.amd) define(["@toast-ui/editor"], factory); else { var a = typeof exports === 'object' ? factory(require("@toast-ui/editor")) : factory(root["toastui"]["Editor"]); for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; } })(self, function(__WEBPACK_EXTERNAL_MODULE__974__) { return /******/ (function() { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ 974: /***/ (function(module) { module.exports = __WEBPACK_EXTERNAL_MODULE__974__; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ /******/ /* webpack/runtime/compat get default export */ /******/ !function() { /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function() { return module['default']; } : /******/ function() { return module; }; /******/ __webpack_require__.d(getter, { a: getter }); /******/ return getter; /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/define property getters */ /******/ !function() { /******/ // define getter functions for harmony exports /******/ __webpack_require__.d = function(exports, definition) { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; /******/ }(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ /******/ !function() { /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } /******/ }(); /******/ /******/ /* webpack/runtime/make namespace object */ /******/ !function() { /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ }(); /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. !function() { __webpack_require__.r(__webpack_exports__); /* harmony import */ var _editorCore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(974); /* harmony import */ var _editorCore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editorCore__WEBPACK_IMPORTED_MODULE_0__); /** * @fileoverview I18N for Italian * @author Massimo Redaelli <massimo@typish.io> */ _editorCore__WEBPACK_IMPORTED_MODULE_0___default().setLanguage(['it', 'it-IT'], { Markdown: 'Markdown', WYSIWYG: 'WYSIWYG', Write: 'Scrivere', Preview: 'Anteprima', Headings: 'Intestazioni', Paragraph: 'Paragrafo', Bold: 'Grassetto', Italic: 'Corsivo', Strike: 'Barrato', Code: 'Codice', Line: 'Linea', Blockquote: 'Blocco citazione', 'Unordered list': 'Lista puntata', 'Ordered list': 'Lista numerata', Task: 'Attività', Indent: 'Aggiungi indentazione', Outdent: 'Rimuovi indentazione', 'Insert link': 'Inserisci link', 'Insert CodeBlock': 'Inserisci blocco di codice', 'Insert table': 'Inserisci tabella', 'Insert image': 'Inserisci immagine', Heading: 'Intestazione', 'Image URL': 'URL immagine', 'Select image file': 'Seleziona file immagine', 'Choose a file': 'Scegli un file', 'No file': 'Nessun file', Description: 'Descrizione', OK: 'OK', More: 'Più', Cancel: 'Cancella', File: 'File', URL: 'URL', 'Link text': 'Testo del collegamento', 'Add row to up': 'Aggiungi riga in alto', 'Add row to down': 'Aggiungi riga in basso', 'Add column to left': 'Aggiungi colonna a sinistra', 'Add column to right': 'Aggiungi colonna a destra', 'Remove row': 'Rimuovi riga', 'Remove column': 'Rimuovi colonna', 'Align column to left': 'Allinea a sinistra', 'Align column to center': 'Allinea al centro', 'Align column to right': 'Allinea a destra', 'Remove table': 'Rimuovi tabella', 'Would you like to paste as table?': 'Desideri incollare sotto forma di tabella?', 'Text color': 'Colore del testo', 'Auto scroll enabled': 'Scrolling automatico abilitato', 'Auto scroll disabled': 'Scrolling automatico disabilitato', 'Choose language': 'Scegli la lingua', }); }(); /******/ return __webpack_exports__; /******/ })() ; });