zh_TW.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. window.VditorI18n = {
  2. 'alignCenter': '置中',
  3. 'alignLeft': '置左',
  4. 'alignRight': '置右',
  5. 'alternateText': '替代文字',
  6. 'bold': '粗體',
  7. 'both': '編輯 & 預覽',
  8. 'check': '任務列表',
  9. 'close': '關閉',
  10. 'code': '代碼塊',
  11. 'code-theme': '代碼塊主題預覽',
  12. 'column': '欄',
  13. 'comment': '評論',
  14. 'confirm': '確定',
  15. 'content-theme': '內容主題預覽',
  16. 'copied': '已複製',
  17. 'copy': '複製',
  18. 'delete-column': '刪除欄',
  19. 'delete-row': '刪除列',
  20. 'devtools': '開發者工具',
  21. 'down': '下',
  22. 'downloadTip': '該瀏覽器不支持下載功能',
  23. 'edit': '編輯',
  24. 'edit-mode': '切換編輯模式',
  25. 'emoji': '表情',
  26. 'export': '匯出',
  27. 'fileTypeError': '檔案類型不允許上傳',
  28. 'footnoteRef': '腳註參考',
  29. 'fullscreen': '全螢幕切換',
  30. 'generate': '生成中',
  31. 'headings': '標題',
  32. 'heading1': '一級標題',
  33. 'heading2': '二級標題',
  34. 'heading3': '三級標題',
  35. 'heading4': '四級標題',
  36. 'heading5': '五級標題',
  37. 'heading6': '六級標題',
  38. 'help': '幫助',
  39. 'imageURL': '圖片位址',
  40. 'indent': '列表縮排',
  41. 'info': '關於',
  42. 'inline-code': '行內代碼',
  43. 'insert-after': '末尾插入列',
  44. 'insert-before': '起始插入列',
  45. 'insertColumnLeft': '在左邊插入一欄',
  46. 'insertColumnRight': '在右邊插入一欄',
  47. 'insertRowAbove': '在上方插入一行',
  48. 'insertRowBelow': '在下方插入一行',
  49. 'instantRendering': '即時渲染',
  50. 'italic': '斜體',
  51. 'language': '語言',
  52. 'line': '分隔線',
  53. 'link': '連結',
  54. 'linkRef': '連結參考',
  55. 'list': '無序列表',
  56. 'more': '更多',
  57. 'nameEmpty': '文件名不能為空',
  58. 'ordered-list': '有序列表',
  59. 'outdent': '列表反向縮排',
  60. 'outline': '大綱',
  61. 'over': '超過',
  62. 'performanceTip': '即時預覽需 ${x}ms,可點擊編輯 & 預覽按鈕進行關閉',
  63. 'preview': '預覽',
  64. 'quote': '引用',
  65. 'record': '開始錄音/結束錄音',
  66. 'record-tip': '該設備不支持錄音功能',
  67. 'recording': '錄音中...',
  68. 'redo': '重做',
  69. 'remove': '刪除',
  70. 'row': '列',
  71. 'spin': '旋轉',
  72. 'splitView': '分割預覽',
  73. 'strike': '刪除縣',
  74. 'table': '表格',
  75. 'textIsNotEmpty': '文字(不能為空)',
  76. 'title': '標題',
  77. 'tooltipText': '提示文字',
  78. 'undo': '撤銷',
  79. 'up': '上',
  80. 'update': '更新',
  81. 'upload': '上傳圖片或文件',
  82. 'uploadError': '上傳錯誤',
  83. 'uploading': '上傳中...',
  84. 'wysiwyg': '所見即所得',
  85. }