zh.js 317 B

12345678910
  1. /*
  2. Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. CKEDITOR.plugins.setLang( 'fakeobjects', 'zh', {
  6. anchor: '錨點',
  7. hiddenfield: '隱藏欄位',
  8. iframe: 'IFrame',
  9. unknown: '無法辨識的物件'
  10. } );