@ckeditor/ckeditor5-html-embed
Version:
HTML embed feature for CKEditor 5.
12 lines (10 loc) • 820 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 { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Trecho HTML","Paste raw HTML here...":"Cole o HTML puro aqui","Edit source":"Editar código","Save changes":"Salvar alterações","No preview available":"Nenhuma visualização disponível","Empty snippet content":"Trecho sem conteúdo"},getPluralForm(n){return (n != 1);}}};
e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary );
e[ 'pt-br' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );