25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

184 satır
5.4KB

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