@ckeditor/ckeditor5-html-embed
Version:
HTML embed feature for CKEditor 5.
12 lines (10 loc) • 854 B
JavaScript
/**
* @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 { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"dictionary":{"Insert HTML":"HTMLを挿入","HTML snippet":"HTMLスニペット","Paste raw HTML here...":"ここにRaw HTMLを貼り付ける...","Edit source":"ソースを編集","Save changes":"変更を保存","No preview available":"プレビューは使用できません","Empty snippet content":"スニペットのコンテンツを空にする"},getPluralForm(n){return 0;}}};
e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary );
e[ 'ja' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );