zh-cn.js 959 B

123456789101112131415161718192021222324
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'wsc', 'zh-cn', {
  6. btnIgnore: '忽略',
  7. btnIgnoreAll: '全部忽略',
  8. btnReplace: '替换',
  9. btnReplaceAll: '全部替换',
  10. btnUndo: '撤消',
  11. changeTo: '更改为',
  12. errorLoading: '加载应该服务主机时出错: %s.',
  13. ieSpellDownload: '拼写检查插件还没安装, 您是否想现在就下载?',
  14. manyChanges: '拼写检查完成: 更改了 %1 个单词',
  15. noChanges: '拼写检查完成: 没有更改任何单词',
  16. noMispell: '拼写检查完成: 没有发现拼写错误',
  17. noSuggestions: '- 没有建议 -',
  18. notAvailable: '抱歉, 服务目前暂不可用',
  19. notInDic: '没有在字典里',
  20. oneChange: '拼写检查完成: 更改了一个单词',
  21. progress: '正在进行拼写检查...',
  22. title: '拼写检查',
  23. toolbar: '拼写检查'
  24. });