@ckeditor/ckeditor5-link
Version:
Link feature for CKEditor 5.
12 lines (10 loc) • 999 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 { [ 'no' ]: { dictionary, getPluralForm } } = {"no":{"dictionary":{"Unlink":"Fjern lenke","Link":"Lenke","Link URL":"Lenke-URL","Link URL must not be empty.":"Link-URL kan ikke være tom.","Link image":"Bildelenke","Edit link":"Rediger lenke","Open link in new tab":"Åpne lenke i ny fane","Open in a new tab":"Åpne i ny fane","Downloadable":"Nedlastbar","Create link":"Opprett lenke","Move out of a link":"Flytt ut fra en lenke","Link properties":"Lenkeegenskaper","Displayed text":"Vist tekst","No links available":"Ingen lenker tilgjengelig"},getPluralForm(n){return (n != 1);}}};
e[ 'no' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'no' ].dictionary = Object.assign( e[ 'no' ].dictionary, dictionary );
e[ 'no' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );