1
0

zh_tw.js 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* ===========================================================
  2. * zh_tw.js
  3. * Traditional Chinese translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Peter Dave Hello (PeterDaveHello)
  7. * Twitter : @PeterDaveHello
  8. * Github : https://github.com/PeterDaveHello
  9. */
  10. // jshint camelcase:false
  11. jQuery.trumbowyg.langs.zh_tw = {
  12. viewHTML: '原始碼',
  13. undo: '復原',
  14. redo: '重做',
  15. formatting: '格式',
  16. p: '段落',
  17. blockquote: '引用',
  18. code: '代碼',
  19. header: '標題',
  20. bold: '加粗',
  21. italic: '斜體',
  22. strikethrough: '刪除線',
  23. underline: '底線',
  24. strong: '粗體',
  25. em: '斜體',
  26. del: '刪除線',
  27. superscript: '上標',
  28. subscript: '下標',
  29. unorderedList: '無序列表',
  30. orderedList: '有序列表',
  31. insertImage: '插入圖片',
  32. insertVideo: '插入影片',
  33. link: '超連結',
  34. createLink: '插入連結',
  35. unlink: '取消連結',
  36. justifyLeft: '靠左對齊',
  37. justifyCenter: '置中對齊',
  38. justifyRight: '靠右對齊',
  39. justifyFull: '左右對齊',
  40. horizontalRule: '插入分隔線',
  41. removeformat: '移除格式',
  42. fullscreen: '全螢幕',
  43. close: '關閉',
  44. submit: '確定',
  45. reset: '取消',
  46. required: '必需的',
  47. description: '描述',
  48. title: '標題',
  49. text: '文字',
  50. target: '目標',
  51. width: '寬度'
  52. };