@ckeditor/ckeditor5-link
Version:
Link feature for CKEditor 5.
14 lines (12 loc) • 1.06 kB
JavaScript
/**
* @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 { [ 'da' ]: translations } = {"da":{"dictionary":{"Unlink":"Fjern link","Link":"Link","Link URL":"Link URL","Link URL must not be empty.":"Link-URL må ikke være tom.","Link image":"Link-billede","Link properties":"Linkegenskaber","Edit link":"Redigér link","Open link in new tab":"Åben link i ny fane","Open in a new tab":"Åben i ny fane","Downloadable":"Kan downloades","Create link":"Opret link","Move out of a link":"Flyt ud af et link","Displayed text":"Vist tekst","No links available":"Ingen links tilgængelige","This link has no URL":"Dette link har ingen URL"}}};
e[ 'da' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'da' ].dictionary = Object.assign( e[ 'da' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'da' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );