zh.js 337 B

123456789101112
  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( 'basicstyles', 'zh', {
  6. bold: '粗體',
  7. italic: '斜體',
  8. strike: '刪除線',
  9. subscript: '下標',
  10. superscript: '上標',
  11. underline: '底線'
  12. } );