zh-cn.js 343 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-cn', {
  6. bold: '加粗',
  7. italic: '倾斜',
  8. strike: '删除线',
  9. subscript: '下标',
  10. superscript: '上标',
  11. underline: '下划线'
  12. } );