SpellCheck.js 484 B

1234567891011121314151617181920
  1. define(
  2. "dojox/editor/plugins/nls/zh/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. );