UNPKG

@ckeditor/ckeditor5-image

Version:

Image feature for CKEditor 5.

12 lines (10 loc) 2.22 kB
/** * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ ( e => { const { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"image widget":"image widget","Wrap text":"Omslut med text","Break text":"Bryt upp text","In line":"På rad","Side image":"Kantbild","Full size image":"Bild i full storlek","Left aligned image":"Vänsterjusterad bild","Centered image":"Centrerad bild","Right aligned image":"Högerjusterad bild","Change image text alternative":"Ändra bildens alternativa text","Text alternative":"Alternativ text","Enter image caption":"Fyll i bildtext","Insert image":"Infoga bild","Replace image":"Ersätt bild","Upload from computer":"Ladda upp från dator","Replace from computer":"Ersätt från dator","Upload image from computer":"Ladda upp bild från dator","Image from computer":"Bild från dator","Replace image from computer":"Ersätt bild från dator","Upload failed":"Uppladdning misslyckades","Image toolbar":"Bildverktygsfält","Resize image":"Ändra storlek på bild","Resize image to %0":"Ändra bildens storlek till %0","Resize image to the original size":"Ändra bilden till dess ursprungsstorlek","Resize image (in %0)":"Ändra storlek på bilden (i %0)","Original":"Ursprunglig","Custom image size":"Anpassad bildstorlek","Custom":"Anpassad","Image resize list":"Lista för storleksändring av bild","Insert":"Infoga","Update":"Uppdatera","Insert image via URL":"Infoga bild via URL","Update image URL":"Uppdatera bildens URL","Caption for the image":"Bildtext till bilden","Caption for image: %0":"Bildtext till bild: %0","The value must not be empty.":"Värdet får inte vara tomt.","The value should be a plain number.":"Värdet ska vara ett vanligt tal.","Uploading image":"Laddar upp bild","Image upload complete":"Bilduppladdningen klar","Error during image upload":"Fel vid bilduppladdning"},getPluralForm(n){return (n != 1);}}}; e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary ); e[ 'sv' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );