zh.js 427 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( 'templates', 'zh', {
  6. button: '範本',
  7. emptyListMsg: '(尚未定義任何範本)',
  8. insertOption: '替代實際內容',
  9. options: '範本選項',
  10. selectPromptMsg: '請選擇要在編輯器中開啟的範本。',
  11. title: '內容範本'
  12. } );