zh_TW.js 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /*******************************************************************************
  2. * KindEditor - WYSIWYG HTML Editor for Internet
  3. * Copyright (C) 2006-2011 kindsoft.net
  4. *
  5. * @author Roddy <luolonghao@gmail.com>
  6. * @site http://www.kindsoft.net/
  7. * @licence http://www.kindsoft.net/license.php
  8. *******************************************************************************/
  9. KindEditor.lang({
  10. source : '原始碼',
  11. preview : '預覽',
  12. undo : '復原(Ctrl+Z)',
  13. redo : '重複(Ctrl+Y)',
  14. cut : '剪下(Ctrl+X)',
  15. copy : '複製(Ctrl+C)',
  16. paste : '貼上(Ctrl+V)',
  17. plainpaste : '貼為純文字格式',
  18. wordpaste : '自Word貼上',
  19. selectall : '全選(Ctrl+A)',
  20. justifyleft : '靠左對齊',
  21. justifycenter : '置中',
  22. justifyright : '靠右對齊',
  23. justifyfull : '左右對齊',
  24. insertorderedlist : '編號清單',
  25. insertunorderedlist : '項目清單',
  26. indent : '增加縮排',
  27. outdent : '減少縮排',
  28. subscript : '下標',
  29. superscript : '上標',
  30. formatblock : '標題',
  31. fontname : '字體',
  32. fontsize : '文字大小',
  33. forecolor : '文字顏色',
  34. hilitecolor : '背景顏色',
  35. bold : '粗體(Ctrl+B)',
  36. italic : '斜體(Ctrl+I)',
  37. underline : '底線(Ctrl+U)',
  38. strikethrough : '刪除線',
  39. removeformat : '清除格式',
  40. image : '影像',
  41. flash : 'Flash',
  42. media : '多媒體',
  43. table : '表格',
  44. hr : '插入水平線',
  45. emoticons : '插入表情',
  46. link : '超連結',
  47. unlink : '移除超連結',
  48. fullscreen : '最大化',
  49. about : '關於',
  50. print : '列印(Ctrl+P)',
  51. fileManager : '瀏覽伺服器',
  52. code : '插入程式代碼',
  53. map : 'Google地圖',
  54. lineheight : '行距',
  55. clearhtml : '清理HTML代碼',
  56. pagebreak : '插入分頁符號',
  57. quickformat : '快速排版',
  58. insertfile : '插入文件',
  59. template : '插入樣板',
  60. anchor : '錨點',
  61. yes : '確定',
  62. no : '取消',
  63. close : '關閉',
  64. editImage : '影像屬性',
  65. deleteImage : '刪除影像',
  66. editFlash : 'Flash屬性',
  67. deleteFlash : '删除Flash',
  68. editMedia : '多媒體屬性',
  69. deleteMedia : '删除多媒體',
  70. editLink : '超連結屬性',
  71. deleteLink : '移除超連結',
  72. tableprop : '表格屬性',
  73. tablecellprop : '儲存格屬性',
  74. tableinsert : '插入表格',
  75. tabledelete : '刪除表格',
  76. tablecolinsertleft : '向左插入列',
  77. tablecolinsertright : '向右插入列',
  78. tablerowinsertabove : '向上插入欄',
  79. tablerowinsertbelow : '下方插入欄',
  80. tablerowmerge : '向下合併單元格',
  81. tablecolmerge : '向右合併單元格',
  82. tablerowsplit : '分割欄',
  83. tablecolsplit : '分割列',
  84. tablecoldelete : '删除列',
  85. tablerowdelete : '删除欄',
  86. noColor : '自動',
  87. invalidImg : "請輸入有效的URL。\n只允許jpg,gif,bmp,png格式。",
  88. invalidMedia : "請輸入有效的URL。\n只允許swf,flv,mp3,wav,wma,wmv,mid,avi,mpg,asf,rm,rmvb格式。",
  89. invalidWidth : "寬度必須是數字。",
  90. invalidHeight : "高度必須是數字。",
  91. invalidBorder : "邊框必須是數字。",
  92. invalidUrl : "請輸入有效的URL。",
  93. invalidRows : '欄數是必須輸入項目,只允許輸入大於0的數字。',
  94. invalidCols : '列數是必須輸入項目,只允許輸入大於0的數字。',
  95. invalidPadding : '內距必須是數字。',
  96. invalidSpacing : '間距必須是數字。',
  97. invalidBorder : '边框必须为数字。',
  98. pleaseInput : "請輸入內容。",
  99. invalidJson : '伺服器發生故障。',
  100. cutError : '您的瀏覽器安全設置不允許使用剪下操作,請使用快捷鍵(Ctrl+X)完成。',
  101. copyError : '您的瀏覽器安全設置不允許使用剪下操作,請使用快捷鍵(Ctrl+C)完成。',
  102. pasteError : '您的瀏覽器安全設置不允許使用剪下操作,請使用快捷鍵(Ctrl+V)完成。',
  103. ajaxLoading : '加載中,請稍候 ...',
  104. uploadLoading : '上傳中,請稍候 ...',
  105. uploadError : '上傳錯誤',
  106. 'plainpaste.comment' : '請使用快捷鍵(Ctrl+V)把內容貼到下方區域裡。',
  107. 'wordpaste.comment' : '請使用快捷鍵(Ctrl+V)把內容貼到下方區域裡。',
  108. 'link.url' : 'URL',
  109. 'link.linkType' : '打開類型',
  110. 'link.newWindow' : '新窗口',
  111. 'link.selfWindow' : '本頁窗口',
  112. 'flash.url' : 'URL',
  113. 'flash.width' : '寬度',
  114. 'flash.height' : '高度',
  115. 'flash.upload' : '上傳',
  116. 'flash.viewServer' : '瀏覽',
  117. 'media.url' : 'URL',
  118. 'media.width' : '寬度',
  119. 'media.height' : '高度',
  120. 'media.autostart' : '自動播放',
  121. 'media.upload' : '上傳',
  122. 'media.viewServer' : '瀏覽',
  123. 'image.remoteImage' : '影像URL',
  124. 'image.localImage' : '上傳影像',
  125. 'image.remoteUrl' : '影像URL',
  126. 'image.localUrl' : '影像URL',
  127. 'image.size' : '影像大小',
  128. 'image.width' : '寬度',
  129. 'image.height' : '高度',
  130. 'image.resetSize' : '原始大小',
  131. 'image.align' : '對齊方式',
  132. 'image.defaultAlign' : '未設定',
  133. 'image.leftAlign' : '向左對齊',
  134. 'image.rightAlign' : '向右對齊',
  135. 'image.imgTitle' : '影像說明',
  136. 'image.viewServer' : '瀏覽...',
  137. 'filemanager.emptyFolder' : '空文件夾',
  138. 'filemanager.moveup' : '至上一級文件夾',
  139. 'filemanager.viewType' : '顯示方式:',
  140. 'filemanager.viewImage' : '縮略圖',
  141. 'filemanager.listImage' : '詳細信息',
  142. 'filemanager.orderType' : '排序方式:',
  143. 'filemanager.fileName' : '名稱',
  144. 'filemanager.fileSize' : '大小',
  145. 'filemanager.fileType' : '類型',
  146. 'insertfile.url' : 'URL',
  147. 'insertfile.title' : '文件說明',
  148. 'insertfile.upload' : '上傳',
  149. 'insertfile.viewServer' : '瀏覽',
  150. 'table.cells' : '儲存格數',
  151. 'table.rows' : '欄數',
  152. 'table.cols' : '列數',
  153. 'table.size' : '表格大小',
  154. 'table.width' : '寬度',
  155. 'table.height' : '高度',
  156. 'table.percent' : '%',
  157. 'table.px' : 'px',
  158. 'table.space' : '內距間距',
  159. 'table.padding' : '內距',
  160. 'table.spacing' : '間距',
  161. 'table.align' : '對齊方式',
  162. 'table.textAlign' : '水平對齊',
  163. 'table.verticalAlign' : '垂直對齊',
  164. 'table.alignDefault' : '未設定',
  165. 'table.alignLeft' : '向左對齊',
  166. 'table.alignCenter' : '置中',
  167. 'table.alignRight' : '向右對齊',
  168. 'table.alignTop' : '靠上',
  169. 'table.alignMiddle' : '置中',
  170. 'table.alignBottom' : '靠下',
  171. 'table.alignBaseline' : '基線',
  172. 'table.border' : '表格邊框',
  173. 'table.borderWidth' : '邊框',
  174. 'table.borderColor' : '顏色',
  175. 'table.backgroundColor' : '背景顏色',
  176. 'map.address' : '住所: ',
  177. 'map.search' : '尋找',
  178. 'anchor.name' : '錨點名稱',
  179. 'formatblock.formatBlock' : {
  180. h1 : '標題 1',
  181. h2 : '標題 2',
  182. h3 : '標題 3',
  183. h4 : '標題 4',
  184. p : '一般'
  185. },
  186. 'fontname.fontName' : {
  187. 'MingLiU' : '細明體',
  188. 'PMingLiU' : '新細明體',
  189. 'DFKai-SB' : '標楷體',
  190. 'SimSun' : '宋體',
  191. 'NSimSun' : '新宋體',
  192. 'FangSong' : '仿宋體',
  193. 'Arial' : 'Arial',
  194. 'Arial Black' : 'Arial Black',
  195. 'Times New Roman' : 'Times New Roman',
  196. 'Courier New' : 'Courier New',
  197. 'Tahoma' : 'Tahoma',
  198. 'Verdana' : 'Verdana'
  199. },
  200. 'lineheight.lineHeight' : [
  201. {'1' : '单倍行距'},
  202. {'1.5' : '1.5倍行距'},
  203. {'2' : '2倍行距'},
  204. {'2.5' : '2.5倍行距'},
  205. {'3' : '3倍行距'}
  206. ],
  207. 'template.selectTemplate' : '可選樣板',
  208. 'template.replaceContent' : '取代當前內容',
  209. 'template.fileList' : {
  210. '1.html' : '影像和文字',
  211. '2.html' : '表格',
  212. '3.html' : '项目清單'
  213. }
  214. }, 'zh_TW');