zh-cn.js 569 B

123456789101112131415161718
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'find', 'zh-cn', {
  6. find: '查找',
  7. findOptions: '查找选项',
  8. findWhat: '查找:',
  9. matchCase: '区分大小写',
  10. matchCyclic: '循环匹配',
  11. matchWord: '全字匹配',
  12. notFoundMsg: '指定的文本没有找到。',
  13. replace: '替换',
  14. replaceAll: '全部替换',
  15. replaceSuccessMsg: '共完成 %1 处替换。',
  16. replaceWith: '替换:',
  17. title: '查找和替换'
  18. } );