UNPKG

@ckeditor/ckeditor5-image

Version:

Image feature for CKEditor 5.

12 lines (10 loc) 1.68 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 { [ 'az' ]: { dictionary, getPluralForm } } = {"az":{"dictionary":{"image widget":"Şəkil vidgetı","Wrap text":"","Break text":"","In line":"","Side image":"Yan şəkil","Full size image":"Tam ölçülü şəkili","Left aligned image":"Soldan düzləndir","Centered image":"Mərkəzə düzləndir","Right aligned image":"Sağdan düzləndir","Change image text alternative":"Alternativ mətni redaktə et","Text alternative":"Alternativ mətn","Enter image caption":"Şəkil başlığı daxil edin","Insert image":"Şəkili əlavə et","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","Replace image from computer":"","Upload failed":"Şəkili serverə yüklə","Image toolbar":"Şəkil paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Original":"","Custom image size":"","Custom":"","Image resize list":"","Insert":"","Update":"","Insert image via URL":"","Update image URL":"","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[ 'az' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'az' ].dictionary = Object.assign( e[ 'az' ].dictionary, dictionary ); e[ 'az' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );