@ckeditor/ckeditor5-image
Version:
Image feature for CKEditor 5.
12 lines (10 loc) • 1.86 kB
JavaScript
/**
* @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 { [ 'de-ch' ]: { dictionary, getPluralForm } } = {"de-ch":{"dictionary":{"image widget":"Bild-Steuerelement","Wrap text":"","Break text":"","In line":"","Side image":"Ausgerichtetes Bild","Full size image":"Bild in voller Grösse","Left aligned image":"linksbündiges Bild","Centered image":"zentriertes Bild","Right aligned image":"rechtsbündiges Bild","Change image text alternative":"Alternativtext ändern","Text alternative":"Alternativtext","Enter image caption":"Bildunterschrift eingeben","Insert image":"Bild einfügen","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Hochladen fehlgeschlagen","Image toolbar":"Bild Werkzeugleiste","Resize image":"Bildgrösse ändern","Resize image to %0":"Bildgrösse ändern in %0","Resize image to the original size":"Originalgrösse wiederherstellen","Resize image (in %0)":"","Original":"Original","Custom image size":"","Custom":"","Image resize list":"Bildgrössen-Liste","Insert":"Einfügen","Update":"Aktualisieren","Insert image via URL":"Bild von URL einfügen","Update image URL":"Bild-URL aktualisieren","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":""},getPluralForm(n){return (n != 1);}}};
e[ 'de-ch' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'de-ch' ].dictionary = Object.assign( e[ 'de-ch' ].dictionary, dictionary );
e[ 'de-ch' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );