zh-TW.js 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. export default {
  2. messages: {
  3. 'ui': {
  4. 'blockTunes': {
  5. 'toggler': {
  6. 'Click to tune': '開啟調節器',
  7. 'or drag to move': '或拖曳移動'
  8. }
  9. },
  10. 'inlineToolbar': {
  11. 'converter': {
  12. 'Convert to': '轉換為'
  13. }
  14. },
  15. 'toolbar': {
  16. 'toolbox': {
  17. 'Add': '新增'
  18. }
  19. },
  20. 'popover': {
  21. 'Filter': '篩選',
  22. 'Nothing found': '無符合項目'
  23. }
  24. },
  25. blockTunes: {
  26. spoiler: {
  27. 'Hide content': '隱藏內容'
  28. },
  29. 'delete': {
  30. 'Delete': '刪除模組',
  31. 'Click to delete': '點擊刪除'
  32. },
  33. 'moveUp': {
  34. 'Move up': '上移'
  35. },
  36. 'moveDown': {
  37. 'Move down': '下移'
  38. },
  39. 'indentTune': {
  40. 'Add Border': '新增邊框'
  41. }
  42. },
  43. toolNames: {
  44. 'Text': '段落',
  45. 'Heading': '標題',
  46. 'Title': '主標題',
  47. 'List': '清單',
  48. 'Warning': '注意提示',
  49. 'Checklist': '勾選清單',
  50. 'Quote': '引用區塊',
  51. 'Code': '代碼區塊',
  52. 'Delimiter': '分隔符號',
  53. 'Raw HTML': 'HTML原始碼',
  54. 'Table': '表格',
  55. 'Link': '超連結',
  56. 'Marker': '標記工具',
  57. 'Bold': '粗體',
  58. 'Italic': '斜體',
  59. 'Alert': '警示訊息',
  60. 'InlineCode': '行內代碼',
  61. 'ImageTool': '圖片工具',
  62. 'AudioPlayer': '音訊播放器',
  63. 'VideoPlayer': '視訊播放器'
  64. },
  65. tools: {
  66. image: {
  67. 'Stretch Image': '拉伸圖片',
  68. 'Add Background': '新增背景',
  69. 'Add Border': '新增邊框',
  70. 'Reselection Image': '重新選圖'
  71. }
  72. }
  73. }
  74. }