UNPKG

@ckeditor/ckeditor5-ckbox

Version:

CKBox integration for CKEditor 5.

12 lines (10 loc) 1.17 kB
/** * @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":{"Open file manager":"Abrir gerenciador de arquivos","Cannot determine a category for the uploaded file.":"Não foi possível determinar a categoria para o arquivo enviado.","Cannot access default workspace.":"Não é possível acessar o espaço de trabalho padrão.","You have no image editing permissions.":"Você não tem permissão para editar imagens.","Edit image":"Editar imagem","Processing the edited image.":"Processando a imagem editada.","Server failed to process the image.":"Falha do servidor ao processar a imagem.","Failed to determine category of edited image.":"Falha ao determinar a categoria da imagem editada."},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 ||= {} );