UNPKG

@ckeditor/ckeditor5-link

Version:

Link feature for CKEditor 5.

14 lines (12 loc) 1.1 kB
/** * @license Copyright (c) 2003-2026, 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' ]: translations } = {"pt-br":{"dictionary":{"Unlink":"Remover link","Link":"Link","Link URL":"URL do link","Link URL must not be empty.":"O URL do link não pode estar vazio.","Link image":"Link com imagem","Link properties":"Propriedades do link","Edit link":"Editar link","Open link in new tab":"Abrir link em nova aba","Open in a new tab":"Abrir em nova aba","Downloadable":"Pode ser baixado","Create link":"Criar link","Move out of a link":"Sair de um link","Displayed text":"Texto mostrado","No links available":"Nenhum link disponível","This link has no URL":"Este link não tem URL"}}}; e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, translations.dictionary ); if ( translations.getPluralForm ) { e[ 'pt-br' ].getPluralForm = translations.getPluralForm; } } )( window.CKEDITOR_TRANSLATIONS ||= {} );