shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

summernote-zh-TW.js (3131B)


      1 (function ($) {
      2   $.extend($.summernote.lang, {
      3     'zh-TW': {
      4       font: {
      5         bold: '粗體',
      6         italic: '斜體',
      7         underline: '底線',
      8         clear: '清除格式',
      9         height: '行高',
     10         name: '字體',
     11         strikethrough: '刪除線',
     12         subscript: '下標',
     13         superscript: '上標',
     14         size: '字號'
     15       },
     16       image: {
     17         image: '圖片',
     18         insert: '插入圖片',
     19         resizeFull: '縮放至100%',
     20         resizeHalf: '縮放至 50%',
     21         resizeQuarter: '縮放至 25%',
     22         floatLeft: '靠左浮動',
     23         floatRight: '靠右浮動',
     24         floatNone: '取消浮動',
     25         shapeRounded: '形狀: 圓角',
     26         shapeCircle: '形狀: 圓',
     27         shapeThumbnail: '形狀: 縮略圖',
     28         shapeNone: '形狀: 無',
     29         dragImageHere: '將圖片拖曳至此處',
     30         selectFromFiles: '從本機上傳',
     31         maximumFileSize: '文件大小最大值',
     32         maximumFileSizeError: '文件大小超出最大值。',
     33         url: '圖片網址',
     34         remove: '移除圖片'
     35       },
     36       video: {
     37         video: '影片',
     38         videoLink: '影片連結',
     39         insert: '插入影片',
     40         url: '影片網址',
     41         providers: '(優酷, Instagram, DailyMotion, Youtube等)'
     42       },
     43       link: {
     44         link: '連結',
     45         insert: '插入連結',
     46         unlink: '取消連結',
     47         edit: '編輯連結',
     48         textToDisplay: '顯示文字',
     49         url: '連結網址',
     50         openInNewWindow: '在新視窗開啟'
     51       },
     52       table: {
     53         table: '表格'
     54       },
     55       hr: {
     56         insert: '水平線'
     57       },
     58       style: {
     59         style: '樣式',
     60         p: '一般',
     61         blockquote: '引用區塊',
     62         pre: '程式碼區塊',
     63         h1: '標題 1',
     64         h2: '標題 2',
     65         h3: '標題 3',
     66         h4: '標題 4',
     67         h5: '標題 5',
     68         h6: '標題 6'
     69       },
     70       lists: {
     71         unordered: '項目清單',
     72         ordered: '編號清單'
     73       },
     74       options: {
     75         help: '幫助',
     76         fullscreen: '全螢幕',
     77         codeview: '原始碼'
     78       },
     79       paragraph: {
     80         paragraph: '段落',
     81         outdent: '取消縮排',
     82         indent: '增加縮排',
     83         left: '靠右對齊',
     84         center: '靠中對齊',
     85         right: '靠右對齊',
     86         justify: '左右對齊'
     87       },
     88       color: {
     89         recent: '字型顏色',
     90         more: '更多',
     91         background: '背景',
     92         foreground: '前景',
     93         transparent: '透明',
     94         setTransparent: '透明',
     95         reset: '重設',
     96         resetToDefault: '默認'
     97       },
     98       shortcut: {
     99         shortcuts: '快捷鍵',
    100         close: '關閉',
    101         textFormatting: '文字格式',
    102         action: '動作',
    103         paragraphFormatting: '段落格式',
    104         documentStyle: '文件格式',
    105         extraKeys: '額外按鍵'
    106       },
    107       history: {
    108         undo: '復原',
    109         redo: '取消復原'
    110       }
    111     }
    112   });
    113 })(jQuery);