GPQAPP
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'zh-TW': {28font: {29bold: '粗體',30italic: '斜體',31underline: '底線',32clear: '清除格式',33height: '行高',34name: '字體',35strikethrough: '刪除線',36subscript: '下標',37superscript: '上標',38size: '字號'39},40image: {41image: '圖片',42insert: '插入圖片',43resizeFull: '縮放至100%',44resizeHalf: '縮放至 50%',45resizeQuarter: '縮放至 25%',46floatLeft: '靠左浮動',47floatRight: '靠右浮動',48floatNone: '取消浮動',49shapeRounded: '形狀: 圓角',50shapeCircle: '形狀: 圓',51shapeThumbnail: '形狀: 縮略圖',52shapeNone: '形狀: 無',53dragImageHere: '將圖片拖曳至此處',54dropImage: 'Drop image or Text',55selectFromFiles: '從本機上傳',56maximumFileSize: '文件大小最大值',57maximumFileSizeError: '文件大小超出最大值。',58url: '圖片網址',59remove: '移除圖片',60original: 'Original'61},62video: {63video: '影片',64videoLink: '影片連結',65insert: '插入影片',66url: '影片網址',67providers: '(優酷, Instagram, DailyMotion, Youtube等)'68},69link: {70link: '連結',71insert: '插入連結',72unlink: '取消連結',73edit: '編輯連結',74textToDisplay: '顯示文字',75url: '連結網址',76openInNewWindow: '在新視窗開啟'77},78table: {79table: '表格',80addRowAbove: '上方插入列',81addRowBelow: '下方插入列',82addColLeft: '左方插入欄',83addColRight: '右方插入欄',84delRow: '刪除列',85delCol: '刪除欄',86delTable: '刪除表格'87},88hr: {89insert: '水平線'90},91style: {92style: '樣式',93p: '一般',94blockquote: '引用區塊',95pre: '程式碼區塊',96h1: '標題 1',97h2: '標題 2',98h3: '標題 3',99h4: '標題 4',100h5: '標題 5',101h6: '標題 6'102},103lists: {104unordered: '項目清單',105ordered: '編號清單'106},107options: {108help: '幫助',109fullscreen: '全螢幕',110codeview: '原始碼'111},112paragraph: {113paragraph: '段落',114outdent: '取消縮排',115indent: '增加縮排',116left: '靠右對齊',117center: '靠中對齊',118right: '靠右對齊',119justify: '左右對齊'120},121color: {122recent: '字型顏色',123more: '更多',124background: '背景',125foreground: '字體',126transparent: '透明',127setTransparent: '透明',128reset: '重設',129resetToDefault: '預設'130},131shortcut: {132shortcuts: '快捷鍵',133close: '關閉',134textFormatting: '文字格式',135action: '動作',136paragraphFormatting: '段落格式',137documentStyle: '文件格式',138extraKeys: '額外按鍵'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: '復原',171redo: '取消復原'172},173specialChar: {174specialChar: 'SPECIAL CHARACTERS',175select: 'Select Special characters'176}177}178});179})(jQuery);180/******/ return __webpack_exports__;181/******/ })()182;
183});184//# sourceMappingURL=summernote-zh-TW.js.map