UNPKG

@ckeditor/ckeditor5-clipboard

Version:

Clipboard integration feature for CKEditor 5.

12 lines (10 loc) 691 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 { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"Copy selected content":"Copiar o conteúdo selecionado","Paste content":"Colar o conteúdo","Paste content as plain text":"Colar o conteúdo como texto sem formatação"},getPluralForm(n){return (n != 1);}}}; e[ 'pt' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'pt' ].dictionary = Object.assign( e[ 'pt' ].dictionary, dictionary ); e[ 'pt' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );