UNPKG

@ckeditor/ckeditor5-html-embed

Version:

HTML embed feature for CKEditor 5.

12 lines (10 loc) 804 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 { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"Insert HTML":"Insertar HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegue el código HTML aquí…","Edit source":"Editar fuente","Save changes":"Guardar cambios","No preview available":"No hay ninguna previsualización","Empty snippet content":"Fragmento vacío"},getPluralForm(n){return (n != 1);}}}; e[ 'es' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary ); e[ 'es' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );