@ckeditor/ckeditor5-image 48.2.0 → 48.3.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/augmentation.d.ts +55 -55
- package/dist/autoimage.d.ts +51 -51
- package/dist/image/converters.d.ts +78 -56
- package/dist/image/imageblockediting.d.ts +58 -58
- package/dist/image/imageediting.d.ts +29 -29
- package/dist/image/imageinlineediting.d.ts +59 -59
- package/dist/image/imageloadobserver.d.ts +40 -40
- package/dist/image/imageplaceholder.d.ts +38 -38
- package/dist/image/imagetypecommand.d.ts +39 -39
- package/dist/image/insertimagecommand.d.ts +65 -65
- package/dist/image/replaceimagesourcecommand.d.ts +46 -46
- package/dist/image/ui/utils.d.ts +21 -21
- package/dist/image/utils.d.ts +89 -56
- package/dist/image.d.ts +33 -33
- package/dist/imageblock.d.ts +33 -33
- package/dist/imagecaption/imagecaptionediting.d.ts +88 -88
- package/dist/imagecaption/imagecaptionui.d.ts +25 -25
- package/dist/imagecaption/imagecaptionutils.d.ts +37 -37
- package/dist/imagecaption/toggleimagecaptioncommand.d.ts +62 -62
- package/dist/imagecaption.d.ts +25 -25
- package/dist/imageconfig.d.ts +698 -698
- package/dist/imageinline.d.ts +33 -33
- package/dist/imageinsert/imageinsertui.d.ts +82 -82
- package/dist/imageinsert/imageinsertviaurlui.d.ts +65 -65
- package/dist/imageinsert/ui/imageinsertformview.d.ts +53 -53
- package/dist/imageinsert/ui/imageinserturlview.d.ts +61 -61
- package/dist/imageinsert.d.ts +32 -32
- package/dist/imageinsertviaurl.d.ts +30 -30
- package/dist/imageresize/imagecustomresizeui.d.ts +60 -60
- package/dist/imageresize/imageresizebuttons.d.ts +66 -66
- package/dist/imageresize/imageresizeediting.d.ts +50 -50
- package/dist/imageresize/imageresizehandles.d.ts +31 -31
- package/dist/imageresize/resizeimagecommand.d.ts +37 -37
- package/dist/imageresize/ui/imagecustomresizeformview.d.ts +125 -125
- package/dist/imageresize/utils/getselectedimageeditornodes.d.ts +17 -17
- package/dist/imageresize/utils/getselectedimagepossibleresizerange.d.ts +18 -18
- package/dist/imageresize/utils/getselectedimagewidthinunits.d.ts +20 -17
- package/dist/imageresize.d.ts +27 -27
- package/dist/imagesizeattributes.d.ts +33 -33
- package/dist/imagestyle/converters.d.ts +18 -18
- package/dist/imagestyle/imagestylecommand.d.ts +73 -63
- package/dist/imagestyle/imagestyleediting.d.ts +49 -49
- package/dist/imagestyle/imagestyleui.d.ts +55 -55
- package/dist/imagestyle/utils.d.ts +88 -88
- package/dist/imagestyle.d.ts +31 -31
- package/dist/imagetextalternative/imagetextalternativecommand.d.ts +29 -29
- package/dist/imagetextalternative/imagetextalternativeediting.d.ts +27 -27
- package/dist/imagetextalternative/imagetextalternativeui.d.ts +67 -67
- package/dist/imagetextalternative/ui/textalternativeformview.d.ts +88 -88
- package/dist/imagetextalternative.d.ts +28 -28
- package/dist/imagetoolbar.d.ts +34 -34
- package/dist/imageupload/imageuploadediting.d.ts +118 -118
- package/dist/imageupload/imageuploadprogress.d.ts +41 -41
- package/dist/imageupload/imageuploadui.d.ts +46 -46
- package/dist/imageupload/uploadimagecommand.d.ts +67 -67
- package/dist/imageupload/utils.d.ts +27 -27
- package/dist/imageupload.d.ts +31 -31
- package/dist/imageutils.d.ts +124 -124
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +68 -70
- package/dist/index.js +6032 -6533
- package/dist/index.js.map +1 -1
- package/dist/pictureediting.d.ts +87 -87
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/package.json +11 -11
- package/dist/imageresize/utils/tryparsedimensionwithunit.d.ts +0 -39
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"image widget":"widget imagine","In line":"În linie","Side image":"Imagine laterală","Full size image":"Imagine mărime completă","Left aligned image":"Imagine aliniată la stânga","Centered image":"Imagine aliniată pe centru","Right aligned image":"Imagine aliniată la dreapta","Change image text alternative":"Schimbă textul alternativ al imaginii","Text alternative":"Text alternativ","Enter image caption":"Introdu titlul descriptiv al imaginii","Insert image":"Inserează imagine","Replace image":"Înlocuire imagine","Upload from computer":"Încărcare din computer","Replace from computer":"Înlocuire din computer","Upload image from computer":"Încărcare imagine din computer","Image from computer":"Imagine din calculator","From computer":"Din calculator","Replace image from computer":"Înlocuire imagine din computer","Upload failed":"Încărcare eșuată","You have no image upload permissions.":"Nu aveți permisiuni de încărcare a imaginilor.","Image toolbar":"Bară imagine","Resize image":"Redimensionează imaginea","Resize image to %0":"Redimensionează imaginea la %0","Resize image to the original size":"Redimensionează imaginea la mărimea originală","Resize image (in %0)":"Resize image (in %0)","
|
|
7
|
+
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"image widget":"widget imagine","In line":"În linie","Side image":"Imagine laterală","Full size image":"Imagine mărime completă","Left aligned image":"Imagine aliniată la stânga","Centered image":"Imagine aliniată pe centru","Right aligned image":"Imagine aliniată la dreapta","Change image text alternative":"Schimbă textul alternativ al imaginii","Text alternative":"Text alternativ","Enter image caption":"Introdu titlul descriptiv al imaginii","Insert image":"Inserează imagine","Replace image":"Înlocuire imagine","Upload from computer":"Încărcare din computer","Replace from computer":"Înlocuire din computer","Upload image from computer":"Încărcare imagine din computer","Image from computer":"Imagine din calculator","From computer":"Din calculator","Replace image from computer":"Înlocuire imagine din computer","Upload failed":"Încărcare eșuată","You have no image upload permissions.":"Nu aveți permisiuni de încărcare a imaginilor.","Image toolbar":"Bară imagine","Resize image":"Redimensionează imaginea","Resize image to %0":"Redimensionează imaginea la %0","Resize image to the original size":"Redimensionează imaginea la mărimea originală","Resize image (in %0)":"Resize image (in %0)","Custom image size":"Dimensiune personalizată a imaginii","Image resize list":"Lista cu mărimi de redimensionare","Insert image via URL":"Inserează o imagine via URL","Insert via URL":"Inserare prn URL","Image via URL":"Imagine prin URL","Via URL":"Prin URL","Update image URL":"Actualizează o imagine via URL","Caption for the image":"Captură pentru imagine","Caption for image: %0":"Captură pentru imagine: %0","Uploading image":"Se încarcă imaginea","Image upload complete":"Încărcarea imaginii a fost finalizată","Error during image upload":"Eroare în timpul încărcării imaginii","Image":"Imagine","Image Resize":"Redimensionare imagine","Text Alternative":"Text alternativ"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}};
|
|
8
8
|
e[ 'ro' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ro' ].dictionary = Object.assign( e[ 'ro' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ro' ].getPluralForm = getPluralForm;
|
package/dist/translations/ru.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"ru":{"dictionary":{"image widget":"Виджет изображений","In line":"В тексте","Side image":"Боковое изображение","Full size image":"Оригинальный размер изображения","Left aligned image":"Выравнивание по левому краю","Centered image":"Выравнивание по центру","Right aligned image":"Выравнивание по правому краю","Change image text alternative":"Редактировать альтернативный текст","Text alternative":"Альтернативный текст","Enter image caption":"Подпись к изображению","Insert image":"Вставить изображение","Replace image":"Заменить изображение","Upload from computer":"Загрузить с компьютера","Replace from computer":"Заменить с компьютера","Upload image from computer":"Загрузить изображение с компьютера","Image from computer":"Изображение с компьютера","From computer":"С компьютера","Replace image from computer":"Заменить изображение с компьютера","Upload failed":"Загрузка не выполнена","You have no image upload permissions.":"У вас нет разрешений на загрузку изображений в систему.","Image toolbar":"Панель инструментов изображения","Resize image":"Изменить размер изображения","Resize image to %0":"Изменить размер изображения до %0","Resize image to the original size":"Вернуть размер изображения к оригинальному","Resize image (in %0)":"Изменить размер изображения (в %0)","
|
|
5
|
+
export default {"ru":{"dictionary":{"image widget":"Виджет изображений","In line":"В тексте","Side image":"Боковое изображение","Full size image":"Оригинальный размер изображения","Left aligned image":"Выравнивание по левому краю","Centered image":"Выравнивание по центру","Right aligned image":"Выравнивание по правому краю","Change image text alternative":"Редактировать альтернативный текст","Text alternative":"Альтернативный текст","Enter image caption":"Подпись к изображению","Insert image":"Вставить изображение","Replace image":"Заменить изображение","Upload from computer":"Загрузить с компьютера","Replace from computer":"Заменить с компьютера","Upload image from computer":"Загрузить изображение с компьютера","Image from computer":"Изображение с компьютера","From computer":"С компьютера","Replace image from computer":"Заменить изображение с компьютера","Upload failed":"Загрузка не выполнена","You have no image upload permissions.":"У вас нет разрешений на загрузку изображений в систему.","Image toolbar":"Панель инструментов изображения","Resize image":"Изменить размер изображения","Resize image to %0":"Изменить размер изображения до %0","Resize image to the original size":"Вернуть размер изображения к оригинальному","Resize image (in %0)":"Изменить размер изображения (в %0)","Custom image size":"Пользовательский размер изображения","Image resize list":"Список размеров","Insert image via URL":"Вставить изображение по URL","Insert via URL":"Вставка по URL-адресу","Image via URL":"Изображение по URL-адресу","Via URL":"Через URL-адрес","Update image URL":"Изменить URL изображения","Caption for the image":"Подпись к изображению","Caption for image: %0":"Подпись к изображению: %0","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение","Image Resize":"Изменить размер изображения","Text Alternative":"Альтернативный текст"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"image widget":"Виджет изображений","In line":"В тексте","Side image":"Боковое изображение","Full size image":"Оригинальный размер изображения","Left aligned image":"Выравнивание по левому краю","Centered image":"Выравнивание по центру","Right aligned image":"Выравнивание по правому краю","Change image text alternative":"Редактировать альтернативный текст","Text alternative":"Альтернативный текст","Enter image caption":"Подпись к изображению","Insert image":"Вставить изображение","Replace image":"Заменить изображение","Upload from computer":"Загрузить с компьютера","Replace from computer":"Заменить с компьютера","Upload image from computer":"Загрузить изображение с компьютера","Image from computer":"Изображение с компьютера","From computer":"С компьютера","Replace image from computer":"Заменить изображение с компьютера","Upload failed":"Загрузка не выполнена","You have no image upload permissions.":"У вас нет разрешений на загрузку изображений в систему.","Image toolbar":"Панель инструментов изображения","Resize image":"Изменить размер изображения","Resize image to %0":"Изменить размер изображения до %0","Resize image to the original size":"Вернуть размер изображения к оригинальному","Resize image (in %0)":"Изменить размер изображения (в %0)","
|
|
7
|
+
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"image widget":"Виджет изображений","In line":"В тексте","Side image":"Боковое изображение","Full size image":"Оригинальный размер изображения","Left aligned image":"Выравнивание по левому краю","Centered image":"Выравнивание по центру","Right aligned image":"Выравнивание по правому краю","Change image text alternative":"Редактировать альтернативный текст","Text alternative":"Альтернативный текст","Enter image caption":"Подпись к изображению","Insert image":"Вставить изображение","Replace image":"Заменить изображение","Upload from computer":"Загрузить с компьютера","Replace from computer":"Заменить с компьютера","Upload image from computer":"Загрузить изображение с компьютера","Image from computer":"Изображение с компьютера","From computer":"С компьютера","Replace image from computer":"Заменить изображение с компьютера","Upload failed":"Загрузка не выполнена","You have no image upload permissions.":"У вас нет разрешений на загрузку изображений в систему.","Image toolbar":"Панель инструментов изображения","Resize image":"Изменить размер изображения","Resize image to %0":"Изменить размер изображения до %0","Resize image to the original size":"Вернуть размер изображения к оригинальному","Resize image (in %0)":"Изменить размер изображения (в %0)","Custom image size":"Пользовательский размер изображения","Image resize list":"Список размеров","Insert image via URL":"Вставить изображение по URL","Insert via URL":"Вставка по URL-адресу","Image via URL":"Изображение по URL-адресу","Via URL":"Через URL-адрес","Update image URL":"Изменить URL изображения","Caption for the image":"Подпись к изображению","Caption for image: %0":"Подпись к изображению: %0","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение","Image Resize":"Изменить размер изображения","Text Alternative":"Альтернативный текст"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'ru' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ru' ].dictionary = Object.assign( e[ 'ru' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ru' ].getPluralForm = getPluralForm;
|
package/dist/translations/si.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"si":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"පින්තූරය ඇතුල් කරන්න","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"උඩුගත කිරීම අසාර්ථක විය","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"si":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"පින්තූරය ඇතුල් කරන්න","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"උඩුගත කිරීම අසාර්ථක විය","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'si' ]: { dictionary, getPluralForm } } = {"si":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"පින්තූරය ඇතුල් කරන්න","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"උඩුගත කිරීම අසාර්ථක විය","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'si' ]: { dictionary, getPluralForm } } = {"si":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"පින්තූරය ඇතුල් කරන්න","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"උඩුගත කිරීම අසාර්ථක විය","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'si' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'si' ].dictionary = Object.assign( e[ 'si' ].dictionary, dictionary );
|
|
10
10
|
e[ 'si' ].getPluralForm = getPluralForm;
|
package/dist/translations/sk.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sk":{"dictionary":{"image widget":"widget obrázka","In line":"V riadku","Side image":"Bočný obrázok","Full size image":"Obrázok v plnej veľkosti","Left aligned image":"Zarovnať vľavo","Centered image":"Zarovnať na stred","Right aligned image":"Zarovnať vpravo","Change image text alternative":"Zmeňte alternatívny text obrázka","Text alternative":"Alternatívny text","Enter image caption":"Vložte popis obrázka","Insert image":"Vložiť obrázok","Replace image":"Nahradiť obrázok","Upload from computer":"Nahrať z počítača","Replace from computer":"Nahradiť z počítača","Upload image from computer":"Nahrať obrázok z počítača","Image from computer":"Obrázok z počítača","From computer":"Z počítača","Replace image from computer":"Nahradiť obrázok z počítača","Upload failed":"Nahrávanie zlyhalo","You have no image upload permissions.":"Nemáte žiadne povolenia na nahrávanie obrázkov.","Image toolbar":"Panel nástrojov obrázka","Resize image":"Zmeniť veľkosť obrázka","Resize image to %0":"Zmeniť veľkosť na %0","Resize image to the original size":"Zmeniť veľkosť na pôvodnú","Resize image (in %0)":"Zmeniť veľkosť obrázka (v %0)","
|
|
5
|
+
export default {"sk":{"dictionary":{"image widget":"widget obrázka","In line":"V riadku","Side image":"Bočný obrázok","Full size image":"Obrázok v plnej veľkosti","Left aligned image":"Zarovnať vľavo","Centered image":"Zarovnať na stred","Right aligned image":"Zarovnať vpravo","Change image text alternative":"Zmeňte alternatívny text obrázka","Text alternative":"Alternatívny text","Enter image caption":"Vložte popis obrázka","Insert image":"Vložiť obrázok","Replace image":"Nahradiť obrázok","Upload from computer":"Nahrať z počítača","Replace from computer":"Nahradiť z počítača","Upload image from computer":"Nahrať obrázok z počítača","Image from computer":"Obrázok z počítača","From computer":"Z počítača","Replace image from computer":"Nahradiť obrázok z počítača","Upload failed":"Nahrávanie zlyhalo","You have no image upload permissions.":"Nemáte žiadne povolenia na nahrávanie obrázkov.","Image toolbar":"Panel nástrojov obrázka","Resize image":"Zmeniť veľkosť obrázka","Resize image to %0":"Zmeniť veľkosť na %0","Resize image to the original size":"Zmeniť veľkosť na pôvodnú","Resize image (in %0)":"Zmeniť veľkosť obrázka (v %0)","Custom image size":"Vlastná veľkosť obrázka","Image resize list":"Zoznam možností zmeny veľkosti","Insert image via URL":"Vložiť obrázok pomocou URL","Insert via URL":"Vložiť cez URL","Image via URL":"Obrázok cez URL","Via URL":"Cez URL","Update image URL":"Aktualizovať URL obrázka","Caption for the image":"Popis k obrázku","Caption for image: %0":"Popis k obrázku: %0","Uploading image":"Nahrávanie obrázka","Image upload complete":"Nahrávanie obrázka bolo dokončené","Error during image upload":"Chyba pri nahrávaní obrázka","Image":"Obrázok","Image Resize":"Zmena veľkosti obrázka","Text Alternative":"Alternatíva textu"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"image widget":"widget obrázka","In line":"V riadku","Side image":"Bočný obrázok","Full size image":"Obrázok v plnej veľkosti","Left aligned image":"Zarovnať vľavo","Centered image":"Zarovnať na stred","Right aligned image":"Zarovnať vpravo","Change image text alternative":"Zmeňte alternatívny text obrázka","Text alternative":"Alternatívny text","Enter image caption":"Vložte popis obrázka","Insert image":"Vložiť obrázok","Replace image":"Nahradiť obrázok","Upload from computer":"Nahrať z počítača","Replace from computer":"Nahradiť z počítača","Upload image from computer":"Nahrať obrázok z počítača","Image from computer":"Obrázok z počítača","From computer":"Z počítača","Replace image from computer":"Nahradiť obrázok z počítača","Upload failed":"Nahrávanie zlyhalo","You have no image upload permissions.":"Nemáte žiadne povolenia na nahrávanie obrázkov.","Image toolbar":"Panel nástrojov obrázka","Resize image":"Zmeniť veľkosť obrázka","Resize image to %0":"Zmeniť veľkosť na %0","Resize image to the original size":"Zmeniť veľkosť na pôvodnú","Resize image (in %0)":"Zmeniť veľkosť obrázka (v %0)","
|
|
7
|
+
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"image widget":"widget obrázka","In line":"V riadku","Side image":"Bočný obrázok","Full size image":"Obrázok v plnej veľkosti","Left aligned image":"Zarovnať vľavo","Centered image":"Zarovnať na stred","Right aligned image":"Zarovnať vpravo","Change image text alternative":"Zmeňte alternatívny text obrázka","Text alternative":"Alternatívny text","Enter image caption":"Vložte popis obrázka","Insert image":"Vložiť obrázok","Replace image":"Nahradiť obrázok","Upload from computer":"Nahrať z počítača","Replace from computer":"Nahradiť z počítača","Upload image from computer":"Nahrať obrázok z počítača","Image from computer":"Obrázok z počítača","From computer":"Z počítača","Replace image from computer":"Nahradiť obrázok z počítača","Upload failed":"Nahrávanie zlyhalo","You have no image upload permissions.":"Nemáte žiadne povolenia na nahrávanie obrázkov.","Image toolbar":"Panel nástrojov obrázka","Resize image":"Zmeniť veľkosť obrázka","Resize image to %0":"Zmeniť veľkosť na %0","Resize image to the original size":"Zmeniť veľkosť na pôvodnú","Resize image (in %0)":"Zmeniť veľkosť obrázka (v %0)","Custom image size":"Vlastná veľkosť obrázka","Image resize list":"Zoznam možností zmeny veľkosti","Insert image via URL":"Vložiť obrázok pomocou URL","Insert via URL":"Vložiť cez URL","Image via URL":"Obrázok cez URL","Via URL":"Cez URL","Update image URL":"Aktualizovať URL obrázka","Caption for the image":"Popis k obrázku","Caption for image: %0":"Popis k obrázku: %0","Uploading image":"Nahrávanie obrázka","Image upload complete":"Nahrávanie obrázka bolo dokončené","Error during image upload":"Chyba pri nahrávaní obrázka","Image":"Obrázok","Image Resize":"Zmena veľkosti obrázka","Text Alternative":"Alternatíva textu"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}};
|
|
8
8
|
e[ 'sk' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sk' ].dictionary = Object.assign( e[ 'sk' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sk' ].getPluralForm = getPluralForm;
|
package/dist/translations/sl.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sl":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"sl":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sl' ]: { dictionary, getPluralForm } } = {"sl":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'sl' ]: { dictionary, getPluralForm } } = {"sl":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0);}}};
|
|
8
8
|
e[ 'sl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sl' ].dictionary = Object.assign( e[ 'sl' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sl' ].getPluralForm = getPluralForm;
|
package/dist/translations/sq.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sq":{"dictionary":{"image widget":"Vegla e fotos","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","You have no image upload permissions.":"","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"sq":{"dictionary":{"image widget":"Vegla e fotos","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","You have no image upload permissions.":"","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sq' ]: { dictionary, getPluralForm } } = {"sq":{"dictionary":{"image widget":"Vegla e fotos","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","You have no image upload permissions.":"","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'sq' ]: { dictionary, getPluralForm } } = {"sq":{"dictionary":{"image widget":"Vegla e fotos","In line":"","Side image":"Foto anësore","Full size image":"Foto me madhësi të plotë","Left aligned image":"Foto e vendosur majtas","Centered image":"Foto e vendosur në mes","Right aligned image":"Foto e vendosur djathtas","Change image text alternative":"Ndrysho tekstin zgjedhor të fotos","Text alternative":"Teksti zgjedhor","Enter image caption":"Shto përshkrimin e fotos","Insert image":"Shto Foto","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ngarkimi dështoi","You have no image upload permissions.":"","Image toolbar":"Kokështrirja e fotos","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'sq' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sq' ].dictionary = Object.assign( e[ 'sq' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sq' ].getPluralForm = getPluralForm;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sr-latn":{"dictionary":{"image widget":"modul sa slikom","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"Zamenite sliku","Upload from computer":"Otpremite sa računara","Replace from computer":"Zamenite sa računara","Upload image from computer":"Otpremite sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa kompjutera","Replace image from computer":"Zamenite sliku sa računara","Upload failed":"Postavljanje neuspešno","You have no image upload permissions.":"","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"Promenite veličinu slike (u %0)","
|
|
5
|
+
export default {"sr-latn":{"dictionary":{"image widget":"modul sa slikom","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"Zamenite sliku","Upload from computer":"Otpremite sa računara","Replace from computer":"Zamenite sa računara","Upload image from computer":"Otpremite sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa kompjutera","Replace image from computer":"Zamenite sliku sa računara","Upload failed":"Postavljanje neuspešno","You have no image upload permissions.":"","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"Promenite veličinu slike (u %0)","Custom image size":"Prilagođena veličina slike","Image resize list":"Lista veličine slike","Insert image via URL":"Ubaci sliku preko URL-a","Insert via URL":"Ubaci preko URL-a","Image via URL":"Slika preko URL-a","Via URL":"Preko URL-a","Update image URL":"Ažuriraj URL slike","Caption for the image":"Natpis za sliku","Caption for image: %0":"Natpis za sliku:%0","Uploading image":"Otpremanje slike","Image upload complete":"Otpremanje slike je završeno","Error during image upload":"Greška tokom otpremanja slike","Image":"Slika","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"image widget":"modul sa slikom","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"Zamenite sliku","Upload from computer":"Otpremite sa računara","Replace from computer":"Zamenite sa računara","Upload image from computer":"Otpremite sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa kompjutera","Replace image from computer":"Zamenite sliku sa računara","Upload failed":"Postavljanje neuspešno","You have no image upload permissions.":"","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"Promenite veličinu slike (u %0)","
|
|
7
|
+
const { [ 'sr-latn' ]: { dictionary, getPluralForm } } = {"sr-latn":{"dictionary":{"image widget":"modul sa slikom","In line":"U redu","Side image":"Bočna slika","Full size image":"Slika u punoj veličini","Left aligned image":"Leva slika","Centered image":"Slika u sredini","Right aligned image":"Desna slika","Change image text alternative":"Izmena alternativnog teksta","Text alternative":"Alternativni tekst","Enter image caption":"Odredi tekst ispod slike","Insert image":"Dodaj sliku","Replace image":"Zamenite sliku","Upload from computer":"Otpremite sa računara","Replace from computer":"Zamenite sa računara","Upload image from computer":"Otpremite sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa kompjutera","Replace image from computer":"Zamenite sliku sa računara","Upload failed":"Postavljanje neuspešno","You have no image upload permissions.":"","Image toolbar":"Slika traka sa alatkama","Resize image":"Promenite veličinu slike","Resize image to %0":"Promenite veličinu slike na% 0","Resize image to the original size":"Promenite veličinu slike do originalne veličine","Resize image (in %0)":"Promenite veličinu slike (u %0)","Custom image size":"Prilagođena veličina slike","Image resize list":"Lista veličine slike","Insert image via URL":"Ubaci sliku preko URL-a","Insert via URL":"Ubaci preko URL-a","Image via URL":"Slika preko URL-a","Via URL":"Preko URL-a","Update image URL":"Ažuriraj URL slike","Caption for the image":"Natpis za sliku","Caption for image: %0":"Natpis za sliku:%0","Uploading image":"Otpremanje slike","Image upload complete":"Otpremanje slike je završeno","Error during image upload":"Greška tokom otpremanja slike","Image":"Slika","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'sr-latn' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sr-latn' ].dictionary = Object.assign( e[ 'sr-latn' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sr-latn' ].getPluralForm = getPluralForm;
|
package/dist/translations/sr.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sr":{"dictionary":{"image widget":"модул са сликом","In line":"У реду","Side image":"Бочна слика","Full size image":"Слика у пуној величини","Left aligned image":"Лева слика","Centered image":"Слика у средини","Right aligned image":"Десна слика","Change image text alternative":"Измена алтернативног текста","Text alternative":"Алтернативни текст","Enter image caption":"Одреди текст испод слике","Insert image":"Додај слику","Replace image":"Zameni sliku","Upload from computer":"Otpremi sa računara","Replace from computer":"Zameni sa računara","Upload image from computer":"Otpremi sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa računara","Replace image from computer":"Zameni sliku sa računara","Upload failed":"Постављање неуспешно","You have no image upload permissions.":"Nemate dozvole za otpremanje slike.","Image toolbar":"Слика трака са алтакама","Resize image":"Промените величину слике","Resize image to %0":"Промените величину слике на% 0","Resize image to the original size":"Промените величину слике до оригиналне величине","Resize image (in %0)":"Promenite veličinu slike (u %0)","
|
|
5
|
+
export default {"sr":{"dictionary":{"image widget":"модул са сликом","In line":"У реду","Side image":"Бочна слика","Full size image":"Слика у пуној величини","Left aligned image":"Лева слика","Centered image":"Слика у средини","Right aligned image":"Десна слика","Change image text alternative":"Измена алтернативног текста","Text alternative":"Алтернативни текст","Enter image caption":"Одреди текст испод слике","Insert image":"Додај слику","Replace image":"Zameni sliku","Upload from computer":"Otpremi sa računara","Replace from computer":"Zameni sa računara","Upload image from computer":"Otpremi sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa računara","Replace image from computer":"Zameni sliku sa računara","Upload failed":"Постављање неуспешно","You have no image upload permissions.":"Nemate dozvole za otpremanje slike.","Image toolbar":"Слика трака са алтакама","Resize image":"Промените величину слике","Resize image to %0":"Промените величину слике на% 0","Resize image to the original size":"Промените величину слике до оригиналне величине","Resize image (in %0)":"Promenite veličinu slike (u %0)","Custom image size":"Prilagođena veličina slike","Image resize list":"Листа величине слике","Insert image via URL":"Убаци слику преко УРЛ-а","Insert via URL":"Umetni putem URL adrese","Image via URL":"Slika putem URL adrese","Via URL":"Putem URL adrese","Update image URL":"Ажурирај УРЛ слике","Caption for the image":"Натпис за слику","Caption for image: %0":"Натпис за слику: %0","Uploading image":"Otpremanje slike","Image upload complete":"Otpremanje slike je završeno","Error during image upload":"Greška tokom otpremanja slike","Image":"Slika","Image Resize":"Promeni veličinu slike","Text Alternative":"Alternativni tekst"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"image widget":"модул са сликом","In line":"У реду","Side image":"Бочна слика","Full size image":"Слика у пуној величини","Left aligned image":"Лева слика","Centered image":"Слика у средини","Right aligned image":"Десна слика","Change image text alternative":"Измена алтернативног текста","Text alternative":"Алтернативни текст","Enter image caption":"Одреди текст испод слике","Insert image":"Додај слику","Replace image":"Zameni sliku","Upload from computer":"Otpremi sa računara","Replace from computer":"Zameni sa računara","Upload image from computer":"Otpremi sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa računara","Replace image from computer":"Zameni sliku sa računara","Upload failed":"Постављање неуспешно","You have no image upload permissions.":"Nemate dozvole za otpremanje slike.","Image toolbar":"Слика трака са алтакама","Resize image":"Промените величину слике","Resize image to %0":"Промените величину слике на% 0","Resize image to the original size":"Промените величину слике до оригиналне величине","Resize image (in %0)":"Promenite veličinu slike (u %0)","
|
|
7
|
+
const { [ 'sr' ]: { dictionary, getPluralForm } } = {"sr":{"dictionary":{"image widget":"модул са сликом","In line":"У реду","Side image":"Бочна слика","Full size image":"Слика у пуној величини","Left aligned image":"Лева слика","Centered image":"Слика у средини","Right aligned image":"Десна слика","Change image text alternative":"Измена алтернативног текста","Text alternative":"Алтернативни текст","Enter image caption":"Одреди текст испод слике","Insert image":"Додај слику","Replace image":"Zameni sliku","Upload from computer":"Otpremi sa računara","Replace from computer":"Zameni sa računara","Upload image from computer":"Otpremi sliku sa računara","Image from computer":"Slika sa računara","From computer":"Sa računara","Replace image from computer":"Zameni sliku sa računara","Upload failed":"Постављање неуспешно","You have no image upload permissions.":"Nemate dozvole za otpremanje slike.","Image toolbar":"Слика трака са алтакама","Resize image":"Промените величину слике","Resize image to %0":"Промените величину слике на% 0","Resize image to the original size":"Промените величину слике до оригиналне величине","Resize image (in %0)":"Promenite veličinu slike (u %0)","Custom image size":"Prilagođena veličina slike","Image resize list":"Листа величине слике","Insert image via URL":"Убаци слику преко УРЛ-а","Insert via URL":"Umetni putem URL adrese","Image via URL":"Slika putem URL adrese","Via URL":"Putem URL adrese","Update image URL":"Ажурирај УРЛ слике","Caption for the image":"Натпис за слику","Caption for image: %0":"Натпис за слику: %0","Uploading image":"Otpremanje slike","Image upload complete":"Otpremanje slike je završeno","Error during image upload":"Greška tokom otpremanja slike","Image":"Slika","Image Resize":"Promeni veličinu slike","Text Alternative":"Alternativni tekst"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'sr' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sr' ].dictionary = Object.assign( e[ 'sr' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sr' ].getPluralForm = getPluralForm;
|
package/dist/translations/sv.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sv":{"dictionary":{"image widget":"image widget","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","From computer":"Från dator","Replace image from computer":"Ersätt bild från dator","Upload failed":"Uppladdning misslyckades","You have no image upload permissions.":"Du saknar behörighet att ladda upp bilder.","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)","
|
|
5
|
+
export default {"sv":{"dictionary":{"image widget":"image widget","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","From computer":"Från dator","Replace image from computer":"Ersätt bild från dator","Upload failed":"Uppladdning misslyckades","You have no image upload permissions.":"Du saknar behörighet att ladda upp bilder.","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)","Custom image size":"Anpassad bildstorlek","Image resize list":"Lista för storleksändring av bild","Insert image via URL":"Infoga bild via URL","Insert via URL":"Infoga via URL","Image via URL":"Bild via URL","Via URL":"Via URL","Update image URL":"Uppdatera bildens URL","Caption for the image":"Bildtext till bilden","Caption for image: %0":"Bildtext till bild: %0","Uploading image":"Laddar upp bild","Image upload complete":"Bilduppladdningen klar","Error during image upload":"Fel vid bilduppladdning","Image":"Bild","Image Resize":"Ändra storlek på bild","Text Alternative":"Textalternativ"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"image widget":"image widget","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","From computer":"Från dator","Replace image from computer":"Ersätt bild från dator","Upload failed":"Uppladdning misslyckades","You have no image upload permissions.":"Du saknar behörighet att ladda upp bilder.","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)","
|
|
7
|
+
const { [ 'sv' ]: { dictionary, getPluralForm } } = {"sv":{"dictionary":{"image widget":"image widget","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","From computer":"Från dator","Replace image from computer":"Ersätt bild från dator","Upload failed":"Uppladdning misslyckades","You have no image upload permissions.":"Du saknar behörighet att ladda upp bilder.","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)","Custom image size":"Anpassad bildstorlek","Image resize list":"Lista för storleksändring av bild","Insert image via URL":"Infoga bild via URL","Insert via URL":"Infoga via URL","Image via URL":"Bild via URL","Via URL":"Via URL","Update image URL":"Uppdatera bildens URL","Caption for the image":"Bildtext till bilden","Caption for image: %0":"Bildtext till bild: %0","Uploading image":"Laddar upp bild","Image upload complete":"Bilduppladdningen klar","Error during image upload":"Fel vid bilduppladdning","Image":"Bild","Image Resize":"Ändra storlek på bild","Text Alternative":"Textalternativ"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'sv' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'sv' ].dictionary = Object.assign( e[ 'sv' ].dictionary, dictionary );
|
|
10
10
|
e[ 'sv' ].getPluralForm = getPluralForm;
|
package/dist/translations/th.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"th":{"dictionary":{"image widget":"วิดเจ็ตรูปภาพ","In line":"ในบรรทัด","Side image":"รูปด้านข้าง","Full size image":"รูปขนาดเต็ม","Left aligned image":"จัดแนวภาพซ้าย","Centered image":"จัดแนวรูปกึ่งกลาง","Right aligned image":"จัดแนวภาพขวา","Change image text alternative":"เปลี่ยนข้อความเมื่อไม่พบรูป","Text alternative":"ข้อความเมื่อไม่พบรูป","Enter image caption":"ระบุคำอธิบายภาพ","Insert image":"แทรกรูป","Replace image":"แทนที่ภาพ","Upload from computer":"อัปโหลดจากคอมพิวเตอร์","Replace from computer":"แทนที่จากคอมพิวเตอร์","Upload image from computer":"อัปโหลดภาพจากคอมพิวเตอร์","Image from computer":"ภาพจากคอมพิวเตอร์","From computer":"จากคอมพิวเตอร์","Replace image from computer":"แทนที่ภาพจากคอมพิวเตอร์","Upload failed":"อัปโหลดไม่สำเร็จ","You have no image upload permissions.":"คุณไม่มีสิทธิ์อัปโหลดรูปภาพ","Image toolbar":"เครื่องมือรูปภาพ","Resize image":"ปรับขนาดภาพ","Resize image to %0":"ปรับขนาดภาพเป็น %0","Resize image to the original size":"ปรับขนาดภาพเป็นขนาดเดิม","Resize image (in %0)":"ปรับขนาดภาพ (ใน %0)","
|
|
5
|
+
export default {"th":{"dictionary":{"image widget":"วิดเจ็ตรูปภาพ","In line":"ในบรรทัด","Side image":"รูปด้านข้าง","Full size image":"รูปขนาดเต็ม","Left aligned image":"จัดแนวภาพซ้าย","Centered image":"จัดแนวรูปกึ่งกลาง","Right aligned image":"จัดแนวภาพขวา","Change image text alternative":"เปลี่ยนข้อความเมื่อไม่พบรูป","Text alternative":"ข้อความเมื่อไม่พบรูป","Enter image caption":"ระบุคำอธิบายภาพ","Insert image":"แทรกรูป","Replace image":"แทนที่ภาพ","Upload from computer":"อัปโหลดจากคอมพิวเตอร์","Replace from computer":"แทนที่จากคอมพิวเตอร์","Upload image from computer":"อัปโหลดภาพจากคอมพิวเตอร์","Image from computer":"ภาพจากคอมพิวเตอร์","From computer":"จากคอมพิวเตอร์","Replace image from computer":"แทนที่ภาพจากคอมพิวเตอร์","Upload failed":"อัปโหลดไม่สำเร็จ","You have no image upload permissions.":"คุณไม่มีสิทธิ์อัปโหลดรูปภาพ","Image toolbar":"เครื่องมือรูปภาพ","Resize image":"ปรับขนาดภาพ","Resize image to %0":"ปรับขนาดภาพเป็น %0","Resize image to the original size":"ปรับขนาดภาพเป็นขนาดเดิม","Resize image (in %0)":"ปรับขนาดภาพ (ใน %0)","Custom image size":"ขนาดภาพที่กำหนดเอง","Image resize list":"รายการปรับขนาดภาพ","Insert image via URL":"แทรกภาพผ่าน URL","Insert via URL":"แทรกทาง URL","Image via URL":"ภาพทาง URL","Via URL":"ทาง URL","Update image URL":"อัปเดต URL ภาพ","Caption for the image":"คำบรรยายภาพ","Caption for image: %0":"คำบรรยายภาพ: %0","Uploading image":"กำลังอัปโหลดรูปภาพ","Image upload complete":"อัปโหลดรูปภาพเสร็จสิ้น","Error during image upload":"เกิดข้อผิดพลาดระหว่างอัปโหลดรูปภาพ","Image":"ภาพ","Image Resize":"ปรับขนาดรูปภาพ","Text Alternative":"ข้อความแสดงแทน"},getPluralForm(n){return 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"image widget":"วิดเจ็ตรูปภาพ","In line":"ในบรรทัด","Side image":"รูปด้านข้าง","Full size image":"รูปขนาดเต็ม","Left aligned image":"จัดแนวภาพซ้าย","Centered image":"จัดแนวรูปกึ่งกลาง","Right aligned image":"จัดแนวภาพขวา","Change image text alternative":"เปลี่ยนข้อความเมื่อไม่พบรูป","Text alternative":"ข้อความเมื่อไม่พบรูป","Enter image caption":"ระบุคำอธิบายภาพ","Insert image":"แทรกรูป","Replace image":"แทนที่ภาพ","Upload from computer":"อัปโหลดจากคอมพิวเตอร์","Replace from computer":"แทนที่จากคอมพิวเตอร์","Upload image from computer":"อัปโหลดภาพจากคอมพิวเตอร์","Image from computer":"ภาพจากคอมพิวเตอร์","From computer":"จากคอมพิวเตอร์","Replace image from computer":"แทนที่ภาพจากคอมพิวเตอร์","Upload failed":"อัปโหลดไม่สำเร็จ","You have no image upload permissions.":"คุณไม่มีสิทธิ์อัปโหลดรูปภาพ","Image toolbar":"เครื่องมือรูปภาพ","Resize image":"ปรับขนาดภาพ","Resize image to %0":"ปรับขนาดภาพเป็น %0","Resize image to the original size":"ปรับขนาดภาพเป็นขนาดเดิม","Resize image (in %0)":"ปรับขนาดภาพ (ใน %0)","
|
|
7
|
+
const { [ 'th' ]: { dictionary, getPluralForm } } = {"th":{"dictionary":{"image widget":"วิดเจ็ตรูปภาพ","In line":"ในบรรทัด","Side image":"รูปด้านข้าง","Full size image":"รูปขนาดเต็ม","Left aligned image":"จัดแนวภาพซ้าย","Centered image":"จัดแนวรูปกึ่งกลาง","Right aligned image":"จัดแนวภาพขวา","Change image text alternative":"เปลี่ยนข้อความเมื่อไม่พบรูป","Text alternative":"ข้อความเมื่อไม่พบรูป","Enter image caption":"ระบุคำอธิบายภาพ","Insert image":"แทรกรูป","Replace image":"แทนที่ภาพ","Upload from computer":"อัปโหลดจากคอมพิวเตอร์","Replace from computer":"แทนที่จากคอมพิวเตอร์","Upload image from computer":"อัปโหลดภาพจากคอมพิวเตอร์","Image from computer":"ภาพจากคอมพิวเตอร์","From computer":"จากคอมพิวเตอร์","Replace image from computer":"แทนที่ภาพจากคอมพิวเตอร์","Upload failed":"อัปโหลดไม่สำเร็จ","You have no image upload permissions.":"คุณไม่มีสิทธิ์อัปโหลดรูปภาพ","Image toolbar":"เครื่องมือรูปภาพ","Resize image":"ปรับขนาดภาพ","Resize image to %0":"ปรับขนาดภาพเป็น %0","Resize image to the original size":"ปรับขนาดภาพเป็นขนาดเดิม","Resize image (in %0)":"ปรับขนาดภาพ (ใน %0)","Custom image size":"ขนาดภาพที่กำหนดเอง","Image resize list":"รายการปรับขนาดภาพ","Insert image via URL":"แทรกภาพผ่าน URL","Insert via URL":"แทรกทาง URL","Image via URL":"ภาพทาง URL","Via URL":"ทาง URL","Update image URL":"อัปเดต URL ภาพ","Caption for the image":"คำบรรยายภาพ","Caption for image: %0":"คำบรรยายภาพ: %0","Uploading image":"กำลังอัปโหลดรูปภาพ","Image upload complete":"อัปโหลดรูปภาพเสร็จสิ้น","Error during image upload":"เกิดข้อผิดพลาดระหว่างอัปโหลดรูปภาพ","Image":"ภาพ","Image Resize":"ปรับขนาดรูปภาพ","Text Alternative":"ข้อความแสดงแทน"},getPluralForm(n){return 0;}}};
|
|
8
8
|
e[ 'th' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'th' ].dictionary = Object.assign( e[ 'th' ].dictionary, dictionary );
|
|
10
10
|
e[ 'th' ].getPluralForm = getPluralForm;
|
package/dist/translations/ti.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"ti":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"ስእሊ ኣእትው","Replace image":"ስእሊ ተክእ","Upload from computer":"ካብ ኮምፕዩተር ኣደይብ","Replace from computer":"ካብ ኮምፕዩተር ተክእ","Upload image from computer":"ንስእሊ ካብ ኮምፕዩተር ኣደይብ ","Image from computer":"ስእሊ ካብ ኮምፕዩተር","From computer":"","Replace image from computer":"ንስእሊ ካብ ኮምፕዩተር ተክእ ","Upload failed":"ምድያብ ፈሺሉ","You have no image upload permissions.":"","Image toolbar":"መኸወኒ ስእሊ","Resize image":"መጠን ስእሊ ቀይር","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"ti":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"ስእሊ ኣእትው","Replace image":"ስእሊ ተክእ","Upload from computer":"ካብ ኮምፕዩተር ኣደይብ","Replace from computer":"ካብ ኮምፕዩተር ተክእ","Upload image from computer":"ንስእሊ ካብ ኮምፕዩተር ኣደይብ ","Image from computer":"ስእሊ ካብ ኮምፕዩተር","From computer":"","Replace image from computer":"ንስእሊ ካብ ኮምፕዩተር ተክእ ","Upload failed":"ምድያብ ፈሺሉ","You have no image upload permissions.":"","Image toolbar":"መኸወኒ ስእሊ","Resize image":"መጠን ስእሊ ቀይር","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n > 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ti' ]: { dictionary, getPluralForm } } = {"ti":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"ስእሊ ኣእትው","Replace image":"ስእሊ ተክእ","Upload from computer":"ካብ ኮምፕዩተር ኣደይብ","Replace from computer":"ካብ ኮምፕዩተር ተክእ","Upload image from computer":"ንስእሊ ካብ ኮምፕዩተር ኣደይብ ","Image from computer":"ስእሊ ካብ ኮምፕዩተር","From computer":"","Replace image from computer":"ንስእሊ ካብ ኮምፕዩተር ተክእ ","Upload failed":"ምድያብ ፈሺሉ","You have no image upload permissions.":"","Image toolbar":"መኸወኒ ስእሊ","Resize image":"መጠን ስእሊ ቀይር","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'ti' ]: { dictionary, getPluralForm } } = {"ti":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"ስእሊ ኣእትው","Replace image":"ስእሊ ተክእ","Upload from computer":"ካብ ኮምፕዩተር ኣደይብ","Replace from computer":"ካብ ኮምፕዩተር ተክእ","Upload image from computer":"ንስእሊ ካብ ኮምፕዩተር ኣደይብ ","Image from computer":"ስእሊ ካብ ኮምፕዩተር","From computer":"","Replace image from computer":"ንስእሊ ካብ ኮምፕዩተር ተክእ ","Upload failed":"ምድያብ ፈሺሉ","You have no image upload permissions.":"","Image toolbar":"መኸወኒ ስእሊ","Resize image":"መጠን ስእሊ ቀይር","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n > 1);}}};
|
|
8
8
|
e[ 'ti' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ti' ].dictionary = Object.assign( e[ 'ti' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ti' ].getPluralForm = getPluralForm;
|
package/dist/translations/tk.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"tk":{"dictionary":{"image widget":"surat widjeti","In line":"","Side image":"Gapdal surat","Full size image":"Doly ululykdaky surat","Left aligned image":"Çep deňleşdirilen surat","Centered image":"Merkezleşdirilen surat","Right aligned image":"Sag deňleşdirilen surat","Change image text alternative":"Surat tekstiniň alternatiwasyny üýtgediň","Text alternative":"Tekstiň alternatiwasy","Enter image caption":"Surat ýazgysyny giriziň","Insert image":"Surat goýuň","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ýükläp bolmady","You have no image upload permissions.":"","Image toolbar":"Surat gurallar paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"tk":{"dictionary":{"image widget":"surat widjeti","In line":"","Side image":"Gapdal surat","Full size image":"Doly ululykdaky surat","Left aligned image":"Çep deňleşdirilen surat","Centered image":"Merkezleşdirilen surat","Right aligned image":"Sag deňleşdirilen surat","Change image text alternative":"Surat tekstiniň alternatiwasyny üýtgediň","Text alternative":"Tekstiň alternatiwasy","Enter image caption":"Surat ýazgysyny giriziň","Insert image":"Surat goýuň","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ýükläp bolmady","You have no image upload permissions.":"","Image toolbar":"Surat gurallar paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'tk' ]: { dictionary, getPluralForm } } = {"tk":{"dictionary":{"image widget":"surat widjeti","In line":"","Side image":"Gapdal surat","Full size image":"Doly ululykdaky surat","Left aligned image":"Çep deňleşdirilen surat","Centered image":"Merkezleşdirilen surat","Right aligned image":"Sag deňleşdirilen surat","Change image text alternative":"Surat tekstiniň alternatiwasyny üýtgediň","Text alternative":"Tekstiň alternatiwasy","Enter image caption":"Surat ýazgysyny giriziň","Insert image":"Surat goýuň","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ýükläp bolmady","You have no image upload permissions.":"","Image toolbar":"Surat gurallar paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'tk' ]: { dictionary, getPluralForm } } = {"tk":{"dictionary":{"image widget":"surat widjeti","In line":"","Side image":"Gapdal surat","Full size image":"Doly ululykdaky surat","Left aligned image":"Çep deňleşdirilen surat","Centered image":"Merkezleşdirilen surat","Right aligned image":"Sag deňleşdirilen surat","Change image text alternative":"Surat tekstiniň alternatiwasyny üýtgediň","Text alternative":"Tekstiň alternatiwasy","Enter image caption":"Surat ýazgysyny giriziň","Insert image":"Surat goýuň","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Ýükläp bolmady","You have no image upload permissions.":"","Image toolbar":"Surat gurallar paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'tk' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'tk' ].dictionary = Object.assign( e[ 'tk' ].dictionary, dictionary );
|
|
10
10
|
e[ 'tk' ].getPluralForm = getPluralForm;
|
package/dist/translations/tr.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"tr":{"dictionary":{"image widget":"resim aracı","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","From computer":"Bilgisayardan","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","You have no image upload permissions.":"Görüntü yükleme izniniz yok.","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","
|
|
5
|
+
export default {"tr":{"dictionary":{"image widget":"resim aracı","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","From computer":"Bilgisayardan","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","You have no image upload permissions.":"Görüntü yükleme izniniz yok.","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","Custom image size":"Özel resim boyutu","Image resize list":"Resim yeniden boyutlandırma listesi","Insert image via URL":"URL ile görüntü ekle","Insert via URL":"URL aracılığıyla ekle","Image via URL":"URL aracılığıyla görsel","Via URL":"URL'den","Update image URL":"Görüntü URL'sini güncelle","Caption for the image":"Resim için başlık","Caption for image: %0":"Resim için başlık: %0","Uploading image":"Resim yükleniyor","Image upload complete":"Resim yüklemesi tamamlandı","Error during image upload":"Resim yükleme sırasında hata oluştu","Image":"Görsel","Image Resize":"Görüntü Yeniden Boyutlandırma","Text Alternative":"Metin Alternatifi"},getPluralForm(n){return (n > 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"image widget":"resim aracı","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","From computer":"Bilgisayardan","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","You have no image upload permissions.":"Görüntü yükleme izniniz yok.","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","
|
|
7
|
+
const { [ 'tr' ]: { dictionary, getPluralForm } } = {"tr":{"dictionary":{"image widget":"resim aracı","In line":"Aynı hizada","Side image":"Yan Görsel","Full size image":"Tam Boyut Görsel","Left aligned image":"Sola hizalı görsel","Centered image":"Ortalanmış görsel","Right aligned image":"Sağa hizalı görsel","Change image text alternative":"Görsel alternatif yazısını değiştir","Text alternative":"Yazı alternatifi","Enter image caption":"Resim açıklaması gir","Insert image":"Görsel Ekle","Replace image":"Resmi değiştir","Upload from computer":"Bilgisayardan yükle","Replace from computer":"Bilgisayardan değiştir","Upload image from computer":"Bilgisayardan görüntü yükle","Image from computer":"Bilgisayardan görüntü","From computer":"Bilgisayardan","Replace image from computer":"Görüntüyü bilgisayardan değiştir","Upload failed":"Yükleme başarsız","You have no image upload permissions.":"Görüntü yükleme izniniz yok.","Image toolbar":"Resim araç çubuğu","Resize image":"Resmi boyutlandır","Resize image to %0":"Resmi %0 ölçülerine boyutlandır","Resize image to the original size":"Resmi orijinal büyüklüğüne al","Resize image (in %0)":"Resmi yeniden boyutlandır (%0 olarak)","Custom image size":"Özel resim boyutu","Image resize list":"Resim yeniden boyutlandırma listesi","Insert image via URL":"URL ile görüntü ekle","Insert via URL":"URL aracılığıyla ekle","Image via URL":"URL aracılığıyla görsel","Via URL":"URL'den","Update image URL":"Görüntü URL'sini güncelle","Caption for the image":"Resim için başlık","Caption for image: %0":"Resim için başlık: %0","Uploading image":"Resim yükleniyor","Image upload complete":"Resim yüklemesi tamamlandı","Error during image upload":"Resim yükleme sırasında hata oluştu","Image":"Görsel","Image Resize":"Görüntü Yeniden Boyutlandırma","Text Alternative":"Metin Alternatifi"},getPluralForm(n){return (n > 1);}}};
|
|
8
8
|
e[ 'tr' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'tr' ].dictionary = Object.assign( e[ 'tr' ].dictionary, dictionary );
|
|
10
10
|
e[ 'tr' ].getPluralForm = getPluralForm;
|
package/dist/translations/tt.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"tt":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"tt":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'tt' ]: { dictionary, getPluralForm } } = {"tt":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"","Centered image":"","Right aligned image":"","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"","You have no image upload permissions.":"","Image toolbar":"","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","Custom image size":"","Image resize list":"","Insert image via URL":"","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":"","Image Resize":"","Text Alternative":""},getPluralForm(n){return 0;}}};
|
|
8
8
|
e[ 'tt' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'tt' ].dictionary = Object.assign( e[ 'tt' ].dictionary, dictionary );
|
|
10
10
|
e[ 'tt' ].getPluralForm = getPluralForm;
|
package/dist/translations/ug.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"ug":{"dictionary":{"image widget":"رەسىمچىك","In line":"قۇردا","Side image":"يان رەسىم","Full size image":"ئەسلى چوڭلۇقتىكى رەسىم","Left aligned image":"سولغا توغۇرلانغان رەسىم","Centered image":"ئوتتۇردىكى رەسىم","Right aligned image":"ئوڭغا توغۇرلانغان رەسىم","Change image text alternative":"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش","Text alternative":"تېكىست ئاملاشتۇرۇش","Enter image caption":"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ","Insert image":"رەسىم قىستۇرۇش","Replace image":"سۈرەت ئالماشتۇر","Upload from computer":"كومپيۇتېردىن يۈكلە","Replace from computer":"كومپيۇتېردىن ئالماشتۇر","Upload image from computer":"سۈرەتنى كومپيۇتېردىن يۈكلە","Image from computer":"كومپيۇتېردىن سۈرەت تاللاڭ","From computer":"كومپيۇتېردىن","Replace image from computer":"سۈرەتنى كومپيۇتېردىن ئالماشتۇرىدۇ","Upload failed":"چىقىرىش مەغلۇپ بولدى","You have no image upload permissions.":"سۈرەت يۈكلەش ئىجازىتىڭىز يوق.","Image toolbar":"سۈرەت قورال بالداق","Resize image":"سۈرەت چوڭلۇقىنى تەڭشە","Resize image to %0":"سۈرەت چوڭلۇقىنى %0 كە تەڭشە","Resize image to the original size":"سۈرەت چوڭلۇقىنى ئەسلى چوڭلۇقىغا تەڭشەيدۇ","Resize image (in %0)":"سۈرەت چوڭلۇقىنى تەڭشە (بىرلىكى %0)","
|
|
5
|
+
export default {"ug":{"dictionary":{"image widget":"رەسىمچىك","In line":"قۇردا","Side image":"يان رەسىم","Full size image":"ئەسلى چوڭلۇقتىكى رەسىم","Left aligned image":"سولغا توغۇرلانغان رەسىم","Centered image":"ئوتتۇردىكى رەسىم","Right aligned image":"ئوڭغا توغۇرلانغان رەسىم","Change image text alternative":"رەسىملىك تېكىست تاللىغۇچنى ئۆزگەرتىش","Text alternative":"تېكىست ئاملاشتۇرۇش","Enter image caption":"رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ","Insert image":"رەسىم قىستۇرۇش","Replace image":"سۈرەت ئالماشتۇر","Upload from computer":"كومپيۇتېردىن يۈكلە","Replace from computer":"كومپيۇتېردىن ئالماشتۇر","Upload image from computer":"سۈرەتنى كومپيۇتېردىن يۈكلە","Image from computer":"كومپيۇتېردىن سۈرەت تاللاڭ","From computer":"كومپيۇتېردىن","Replace image from computer":"سۈرەتنى كومپيۇتېردىن ئالماشتۇرىدۇ","Upload failed":"چىقىرىش مەغلۇپ بولدى","You have no image upload permissions.":"سۈرەت يۈكلەش ئىجازىتىڭىز يوق.","Image toolbar":"سۈرەت قورال بالداق","Resize image":"سۈرەت چوڭلۇقىنى تەڭشە","Resize image to %0":"سۈرەت چوڭلۇقىنى %0 كە تەڭشە","Resize image to the original size":"سۈرەت چوڭلۇقىنى ئەسلى چوڭلۇقىغا تەڭشەيدۇ","Resize image (in %0)":"سۈرەت چوڭلۇقىنى تەڭشە (بىرلىكى %0)","Custom image size":"ئىختىيارى سۈرەت چوڭلۇقى","Image resize list":"سۈرەت چوڭلۇقىنى تەڭشەش تىزىمى","Insert image via URL":"سۈرەتنى تور ئادرېسىدىن قىستۇر","Insert via URL":"تور ئادرېسىدىن قىستۇر","Image via URL":"تور ئادرېسىدىن كەلگەن سۈرەت","Via URL":"تور ئادرېسى ئارقىلىق","Update image URL":"سۈرەت تور ئادرېسىنى يېڭىلا","Caption for the image":"سۈرەت چۈشەندۈرۈشى","Caption for image: %0":"سۈرەت چۈشەندۈرۈشى: %0","Uploading image":"سۈرەت يۈكلەۋاتىدۇ","Image upload complete":"سۈرەت يۈكلەش تامام","Error during image upload":"سۈرەت يۈكلەشتە خاتالىق كۆرۈلدى","Image":"سۈرەت","Image Resize":"","Text Alternative":""},getPluralForm(n){return 0;}}}
|