zh.js 629 B

12345678910111213141516171819
  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( 'div', 'zh', {
  6. IdInputLabel: 'ID',
  7. advisoryTitleInputLabel: '標題',
  8. cssClassInputLabel: '樣式表類別',
  9. edit: '編輯 Div',
  10. inlineStyleInputLabel: '行內樣式',
  11. langDirLTRLabel: '由左至右 (LTR)',
  12. langDirLabel: '語言方向',
  13. langDirRTLLabel: '由右至左 (RTL)',
  14. languageCodeInputLabel: '語言碼',
  15. remove: '移除 Div',
  16. styleSelectLabel: '樣式',
  17. title: '建立 Div 容器',
  18. toolbar: '建立 Div 容器'
  19. } );