UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 765 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'zh' ]: { dictionary, getPluralForm } } = {"zh":{"dictionary":{"Insert HTML":"輸入HTML","HTML snippet":"HTML標籤","Paste raw HTML here...":"在此貼上純HTML","Edit source":"編輯HTML","Save changes":"儲存變更","No preview available":"無法顯示預覽","Empty snippet content":"HTML標籤中無內容"},getPluralForm(n){return 0;}}}; e[ 'zh' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'zh' ].dictionary = Object.assign( e[ 'zh' ].dictionary, dictionary ); e[ 'zh' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );