SpellCheck.js 472 B

1234567891011121314151617181920
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/SpellCheck", //begin v1.x content
  3. ({
  4. widgetLabel: "批次拼字檢查",
  5. unfound: "找不到",
  6. skip: "跳過",
  7. skipAll: "全部跳過",
  8. toDic: "新增至字典",
  9. suggestions: "建議",
  10. replace: "取代",
  11. replaceWith: "取代為",
  12. replaceAll: "全部取代",
  13. cancel: "取消",
  14. msg: "找不到拼錯",
  15. iSkip: "跳過此項",
  16. iSkipAll: "跳過所有如此項的項目",
  17. iMsg: "沒有拼字建議"
  18. })
  19. //end v1.x content
  20. );