@ckeditor/ckeditor5-media-embed
Version:
Media embed feature for CKEditor 5.
14 lines (12 loc) • 1.53 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 { [ 'no' ]: translations } = {"no":{"dictionary":{"media widget":"media-widget","Media URL":"Media-URL","Paste the media URL in the input.":"Lim inn media URL ","Tip: Paste the URL into the content to embed faster.":"Tips: lim inn URL i innhold for bedre hastighet ","The URL must not be empty.":"URL-en kan ikke være tom.","This media URL is not supported.":"Denne media-URL-en er ikke støttet.","Insert media":"Sett inn media","Media embed":"Medieinnbygging","Media":"Medier","Media toolbar":"Media verktøy ","Open media in new tab":"Åpne media i ny fane","Left aligned media":"Venstrejustert innhold","Centered media":"Sentrert innhold","Right aligned media":"Høyrejustert innhold","Resize media":"Endre mediastørrelse","Resize media to %0":"Endre mediastørrelse til %0","Resize media to the original size":"Endre media til original størrelse","Resize media (in %0)":"Endre mediastørrelse (i %0)","Custom media size":"Tilpasset mediestørrelse","Media resize list":"Liste for mediastørrelse","Media Resize":"Endre mediastørrelse"}}};
e[ 'no' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'no' ].dictionary = Object.assign( e[ 'no' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'no' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );