UNPKG

@toast-ui/editor

Version:

GFM Markdown Wysiwyg Editor - Productive and Extensible

162 lines (156 loc) 6.06 kB
/*! * TOAST UI Editor : i18n * @version 3.2.2 * @author NHN Cloud 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__213__) { return /******/ (function() { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ 213: /***/ (function(module) { module.exports = __WEBPACK_EXTERNAL_MODULE__213__; /***/ }) /******/ }); /************************************************************************/ /******/ // 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__(213); /* harmony import */ var _editorCore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_editorCore__WEBPACK_IMPORTED_MODULE_0__); /** * @fileoverview I18N for Finnish * @author Tomi Mynttinen <pikseli@iki.fi> */ _editorCore__WEBPACK_IMPORTED_MODULE_0___default().setLanguage(['fi', 'fi-FI'], { Markdown: 'Markdown', WYSIWYG: 'WYSIWYG', Write: 'Kirjoita', Preview: 'Esikatselu', Headings: 'Otsikot', Paragraph: 'Kappale', Bold: 'Lihavointi', Italic: 'Kursivointi', Strike: 'Yliviivaus', Code: 'Koodi', Line: 'Vaakaviiva', Blockquote: 'Lainaus', 'Unordered list': 'Luettelo', 'Ordered list': 'Numeroitu luettelo', Task: 'Tehtävä', Indent: 'Suurenna sisennystä', Outdent: 'Pienennä sisennystä', 'Insert link': 'Lisää linkki', 'Insert CodeBlock': 'Lisää koodia', 'Insert table': 'Lisää taulukko', 'Insert image': 'Lisää kuva', Heading: 'Otsikko', 'Image URL': 'Kuvan URL', 'Select image file': 'Valitse kuvatiedosto', 'Choose a file': 'Valitse tiedosto', 'No file': 'Ei tiedosto', Description: 'Kuvaus', OK: 'OK', More: 'Lisää', Cancel: 'Peruuta', File: 'Tiedosto', URL: 'URL', 'Link text': 'Linkkiteksti', 'Add row to up': 'Lisää rivi ylöspäin', 'Add row to down': 'Lisää rivi alaspäin', 'Add column to left': 'Lisää sarake vasemmalla', 'Add column to right': 'Lisää sarake oikealle', 'Remove row': 'Poista rivi', 'Remove column': 'Poista sarake', 'Align column to left': 'Tasaus vasemmalle', 'Align column to center': 'Keskitä', 'Align column to right': 'Tasaus oikealle', 'Remove table': 'Poista taulukko', 'Would you like to paste as table?': 'Haluatko liittää taulukkomuodossa?', 'Text color': 'Tekstin väri', 'Auto scroll enabled': 'Automaattinen skrollaus käytössä', 'Auto scroll disabled': 'Automaattinen skrollaus pois käytöstä', 'Choose language': 'Valitse kieli', }); }(); /******/ return __webpack_exports__; /******/ })() ; });