zh.js 595 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', {
  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. } );