zh.js 295 B

12345678910
  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( 'justify', 'zh', {
  6. block: '左右對齊',
  7. center: '置中',
  8. left: '靠左對齊',
  9. right: '靠右對齊'
  10. } );