zh.js 407 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'asciimath', 'zh', {
  6. title: '以 ASCII 表示數學',
  7. button: '數學',
  8. dialogInput: '請輸入 ASCII',
  9. docUrl: 'http://en.wikibooks.org/wiki/ASCII',
  10. docLabel: 'ASCII 說明文件',
  11. loading: '載入中…',
  12. pathName: '數學'
  13. } );