@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
package/dist/pictureediting.d.ts
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { Plugin } from
|
|
9
|
-
import { ImageEditing } from
|
|
10
|
-
import { ImageUtils } from
|
|
6
|
+
* @module image/pictureediting
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
|
|
9
|
+
import { ImageEditing } from "./image/imageediting.js";
|
|
10
|
+
import { ImageUtils } from "./imageutils.js";
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
12
|
+
* This plugin enables the [`<picture>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture) element support in the editor.
|
|
13
|
+
*
|
|
14
|
+
* * It enables the `sources` model attribute on `imageBlock` and `imageInline` model elements
|
|
15
|
+
* (brought by {@link module:image/imageblock~ImageBlock} and {@link module:image/imageinline~ImageInline}, respectively).
|
|
16
|
+
* * It translates the `sources` model element to the view (also: data) structure that may look as follows:
|
|
17
|
+
*
|
|
18
|
+
* ```html
|
|
19
|
+
* <p>Inline image using picture:
|
|
20
|
+
* <picture>
|
|
21
|
+
* <source media="(min-width: 800px)" srcset="image-large.webp" type="image/webp">
|
|
22
|
+
* <source media="(max-width: 800px)" srcset="image-small.webp" type="image/webp">
|
|
23
|
+
* <!-- Other sources as specified in the "sources" model attribute... -->
|
|
24
|
+
* <img src="image.png" alt="An image using picture" />
|
|
25
|
+
* </picture>
|
|
26
|
+
* </p>
|
|
27
|
+
*
|
|
28
|
+
* <p>Block image using picture:</p>
|
|
29
|
+
* <figure class="image">
|
|
30
|
+
* <picture>
|
|
31
|
+
* <source media="(min-width: 800px)" srcset="image-large.webp" type="image/webp">
|
|
32
|
+
* <source media="(max-width: 800px)" srcset="image-small.webp" type="image/webp">
|
|
33
|
+
* <!-- Other sources as specified in the "sources" model attribute... -->
|
|
34
|
+
* <img src="image.png" alt="An image using picture" />
|
|
35
|
+
* </picture>
|
|
36
|
+
* <figcaption>Caption of the image</figcaption>
|
|
37
|
+
* </figure>
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* **Note:** The value of the `sources` {@glink framework/architecture/editing-engine#changing-the-model model attribute}
|
|
41
|
+
* in both examples equals:
|
|
42
|
+
*
|
|
43
|
+
* ```css
|
|
44
|
+
* [
|
|
45
|
+
* {
|
|
46
|
+
* media: '(min-width: 800px)',
|
|
47
|
+
* srcset: 'image-large.webp',
|
|
48
|
+
* type: 'image/webp'
|
|
49
|
+
* },
|
|
50
|
+
* {
|
|
51
|
+
* media: '(max-width: 800px)',
|
|
52
|
+
* srcset: 'image-small.webp',
|
|
53
|
+
* type: 'image/webp'
|
|
54
|
+
* }
|
|
55
|
+
* ]
|
|
56
|
+
* ```
|
|
57
|
+
*
|
|
58
|
+
* * It integrates with the {@link module:image/imageupload~ImageUpload} plugin so images uploaded in the editor
|
|
59
|
+
* automatically render using `<picture>` if the {@glink features/images/image-upload/image-upload upload adapter}
|
|
60
|
+
* supports image sources and provides neccessary data.
|
|
61
|
+
*
|
|
62
|
+
* @private
|
|
63
|
+
*/
|
|
64
64
|
export declare class PictureEditing extends Plugin {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
65
|
+
/**
|
|
66
|
+
* @inheritDoc
|
|
67
|
+
*/
|
|
68
|
+
static get requires(): PluginDependenciesOf<[ImageEditing, ImageUtils]>;
|
|
69
|
+
/**
|
|
70
|
+
* @inheritDoc
|
|
71
|
+
*/
|
|
72
|
+
static get pluginName(): "PictureEditing";
|
|
73
|
+
/**
|
|
74
|
+
* @inheritDoc
|
|
75
|
+
*/
|
|
76
|
+
static override get isOfficialPlugin(): true;
|
|
77
|
+
/**
|
|
78
|
+
* @inheritDoc
|
|
79
|
+
*/
|
|
80
|
+
afterInit(): void;
|
|
81
|
+
/**
|
|
82
|
+
* Configures conversion pipelines to support upcasting and downcasting images using the `<picture>` view element
|
|
83
|
+
* and the model `sources` attribute.
|
|
84
|
+
*/
|
|
85
|
+
private _setupConversion;
|
|
86
|
+
/**
|
|
87
|
+
* Makes it possible for uploaded images to get the `sources` model attribute and the `<picture>...</picture>`
|
|
88
|
+
* view structure out-of-the-box if relevant data is provided along the
|
|
89
|
+
* {@link module:image/imageupload/imageuploadediting~ImageUploadEditing#event:uploadComplete} event.
|
|
90
|
+
*/
|
|
91
|
+
private _setupImageUploadEditingIntegration;
|
|
92
92
|
}
|
package/dist/translations/af.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 {"af":{"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 {"af":{"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 { [ 'af' ]: { dictionary, getPluralForm } } = {"af":{"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 { [ 'af' ]: { dictionary, getPluralForm } } = {"af":{"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[ 'af' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'af' ].dictionary = Object.assign( e[ 'af' ].dictionary, dictionary );
|
|
10
10
|
e[ 'af' ].getPluralForm = getPluralForm;
|
package/dist/translations/ar.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 {"ar":{"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 {"ar":{"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 == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"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 { [ 'ar' ]: { dictionary, getPluralForm } } = {"ar":{"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 == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);}}};
|
|
8
8
|
e[ 'ar' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ar' ].dictionary = Object.assign( e[ 'ar' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ar' ].getPluralForm = getPluralForm;
|
package/dist/translations/ast.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 {"ast":{"dictionary":{"image widget":"complementu d'imaxen","In line":"","Side image":"Imaxen llateral","Full size image":"Imaxen a tamañu completu","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 {"ast":{"dictionary":{"image widget":"complementu d'imaxen","In line":"","Side image":"Imaxen llateral","Full size image":"Imaxen a tamañu completu","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 { [ 'ast' ]: { dictionary, getPluralForm } } = {"ast":{"dictionary":{"image widget":"complementu d'imaxen","In line":"","Side image":"Imaxen llateral","Full size image":"Imaxen a tamañu completu","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 { [ 'ast' ]: { dictionary, getPluralForm } } = {"ast":{"dictionary":{"image widget":"complementu d'imaxen","In line":"","Side image":"Imaxen llateral","Full size image":"Imaxen a tamañu completu","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[ 'ast' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ast' ].dictionary = Object.assign( e[ 'ast' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ast' ].getPluralForm = getPluralForm;
|
package/dist/translations/az.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 {"az":{"dictionary":{"image widget":"Şəkil vidgetı","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":"","From computer":"","Replace image from computer":"","Upload failed":"Şəkili serverə yüklə","You have no image upload permissions.":"","Image toolbar":"Şəkil paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
5
|
+
export default {"az":{"dictionary":{"image widget":"Şəkil vidgetı","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":"","From computer":"","Replace image from computer":"","Upload failed":"Şəkili serverə yüklə","You have no image upload permissions.":"","Image toolbar":"Şəkil 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 { [ 'az' ]: { dictionary, getPluralForm } } = {"az":{"dictionary":{"image widget":"Şəkil vidgetı","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":"","From computer":"","Replace image from computer":"","Upload failed":"Şəkili serverə yüklə","You have no image upload permissions.":"","Image toolbar":"Şəkil paneli","Resize image":"","Resize image to %0":"","Resize image to the original size":"","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'az' ]: { dictionary, getPluralForm } } = {"az":{"dictionary":{"image widget":"Şəkil vidgetı","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":"","From computer":"","Replace image from computer":"","Upload failed":"Şəkili serverə yüklə","You have no image upload permissions.":"","Image toolbar":"Şəkil 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[ 'az' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'az' ].dictionary = Object.assign( e[ 'az' ].dictionary, dictionary );
|
|
10
10
|
e[ 'az' ].getPluralForm = getPluralForm;
|
package/dist/translations/be.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 {"be":{"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 {"be":{"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 { [ 'be' ]: { dictionary, getPluralForm } } = {"be":{"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 { [ 'be' ]: { dictionary, getPluralForm } } = {"be":{"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[ 'be' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'be' ].dictionary = Object.assign( e[ 'be' ].dictionary, dictionary );
|
|
10
10
|
e[ 'be' ].getPluralForm = getPluralForm;
|
package/dist/translations/bg.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 {"bg":{"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)":"Промени размера на изображението (in %0)","
|
|
5
|
+
export default {"bg":{"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)":"Промени размера на изображението (in %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 != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"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)":"Промени размера на изображението (in %0)","
|
|
7
|
+
const { [ 'bg' ]: { dictionary, getPluralForm } } = {"bg":{"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)":"Промени размера на изображението (in %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 != 1);}}};
|
|
8
8
|
e[ 'bg' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'bg' ].dictionary = Object.assign( e[ 'bg' ].dictionary, dictionary );
|
|
10
10
|
e[ 'bg' ].getPluralForm = getPluralForm;
|
package/dist/translations/bn.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 {"bn":{"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 {"bn":{"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 != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'bn' ]: { dictionary, getPluralForm } } = {"bn":{"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 { [ 'bn' ]: { dictionary, getPluralForm } } = {"bn":{"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 != 1);}}};
|
|
8
8
|
e[ 'bn' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'bn' ].dictionary = Object.assign( e[ 'bn' ].dictionary, dictionary );
|
|
10
10
|
e[ 'bn' ].getPluralForm = getPluralForm;
|
package/dist/translations/bs.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 {"bs":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Desno poravnata slika","Change image text alternative":"Promijeni ALT atribut za sliku","Text alternative":"ALT atribut","Enter image caption":"Unesi naziv slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Učitavanje slike nije uspjelo","You have no image upload permissions.":"","Image toolbar":"","Resize image":"Promijeni veličinu slike","Resize image to %0":"","Resize image to the original size":"Postavi originalnu veličinu slike","Resize image (in %0)":"","
|
|
5
|
+
export default {"bs":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Desno poravnata slika","Change image text alternative":"Promijeni ALT atribut za sliku","Text alternative":"ALT atribut","Enter image caption":"Unesi naziv slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Učitavanje slike nije uspjelo","You have no image upload permissions.":"","Image toolbar":"","Resize image":"Promijeni veličinu slike","Resize image to %0":"","Resize image to the original size":"Postavi originalnu veličinu slike","Resize image (in %0)":"","Custom image size":"","Image resize list":"Lista veličina slike","Insert image via URL":"Umetni sliku preko URLa","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"Ažuriraj URL slike","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 % 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 { [ 'bs' ]: { dictionary, getPluralForm } } = {"bs":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Desno poravnata slika","Change image text alternative":"Promijeni ALT atribut za sliku","Text alternative":"ALT atribut","Enter image caption":"Unesi naziv slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Učitavanje slike nije uspjelo","You have no image upload permissions.":"","Image toolbar":"","Resize image":"Promijeni veličinu slike","Resize image to %0":"","Resize image to the original size":"Postavi originalnu veličinu slike","Resize image (in %0)":"","
|
|
7
|
+
const { [ 'bs' ]: { dictionary, getPluralForm } } = {"bs":{"dictionary":{"image widget":"","In line":"","Side image":"","Full size image":"","Left aligned image":"Lijevo poravnata slika","Centered image":"Centrirana slika","Right aligned image":"Desno poravnata slika","Change image text alternative":"Promijeni ALT atribut za sliku","Text alternative":"ALT atribut","Enter image caption":"Unesi naziv slike","Insert image":"Umetni sliku","Replace image":"","Upload from computer":"","Replace from computer":"","Upload image from computer":"","Image from computer":"","From computer":"","Replace image from computer":"","Upload failed":"Učitavanje slike nije uspjelo","You have no image upload permissions.":"","Image toolbar":"","Resize image":"Promijeni veličinu slike","Resize image to %0":"","Resize image to the original size":"Postavi originalnu veličinu slike","Resize image (in %0)":"","Custom image size":"","Image resize list":"Lista veličina slike","Insert image via URL":"Umetni sliku preko URLa","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"Ažuriraj URL slike","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 % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'bs' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'bs' ].dictionary = Object.assign( e[ 'bs' ].dictionary, dictionary );
|
|
10
10
|
e[ 'bs' ].getPluralForm = getPluralForm;
|
package/dist/translations/ca.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 {"ca":{"dictionary":{"image widget":"giny d'imatge","In line":"A la línia","Side image":"Imatge lateral","Full size image":"Imatge a mida completa","Left aligned image":"Imatge alineada a l'esquerra","Centered image":"Imatge centrada","Right aligned image":"Imatge alineada a la dreta","Change image text alternative":"Canviar l'alternativa del text de la imatge","Text alternative":"Alternativa de text","Enter image caption":"Introduir el peu de foto de la imatge","Insert image":"Introduir la imatge","Replace image":"Substitueix la imatge","Upload from computer":"Puja-ho des de l'ordinador","Replace from computer":"Substitueix-ho des de l'ordinador","Upload image from computer":"Puja la imatge des de l'ordinador","Image from computer":"Imatge des de l'ordinador","From computer":"Des de l'ordinador","Replace image from computer":"Substitueix la imatge des de l'ordinador","Upload failed":"No s'ha pogut carregar","You have no image upload permissions.":"No tens permisos per pujar imatges.","Image toolbar":"Barra d'eines d'imatge","Resize image":"Redimensionar la imatge","Resize image to %0":"Redimensiona la imatge a %0","Resize image to the original size":"Redimensiona la imatge a la mida original","Resize image (in %0)":"Canvia la mida de la imatge (a %0)","
|
|
5
|
+
export default {"ca":{"dictionary":{"image widget":"giny d'imatge","In line":"A la línia","Side image":"Imatge lateral","Full size image":"Imatge a mida completa","Left aligned image":"Imatge alineada a l'esquerra","Centered image":"Imatge centrada","Right aligned image":"Imatge alineada a la dreta","Change image text alternative":"Canviar l'alternativa del text de la imatge","Text alternative":"Alternativa de text","Enter image caption":"Introduir el peu de foto de la imatge","Insert image":"Introduir la imatge","Replace image":"Substitueix la imatge","Upload from computer":"Puja-ho des de l'ordinador","Replace from computer":"Substitueix-ho des de l'ordinador","Upload image from computer":"Puja la imatge des de l'ordinador","Image from computer":"Imatge des de l'ordinador","From computer":"Des de l'ordinador","Replace image from computer":"Substitueix la imatge des de l'ordinador","Upload failed":"No s'ha pogut carregar","You have no image upload permissions.":"No tens permisos per pujar imatges.","Image toolbar":"Barra d'eines d'imatge","Resize image":"Redimensionar la imatge","Resize image to %0":"Redimensiona la imatge a %0","Resize image to the original size":"Redimensiona la imatge a la mida original","Resize image (in %0)":"Canvia la mida de la imatge (a %0)","Custom image size":"Mida de la imatge personalitzada","Image resize list":"Llista de redimensionament de la imatge","Insert image via URL":"Introduir la imatge mitjançant l'URL","Insert via URL":"Insereix mitjançant un URL","Image via URL":"Imatge mitjançant un URL","Via URL":"Mitjançant un URL","Update image URL":"Actualitzar l'URL de la imatge","Caption for the image":"Peu de foto","Caption for image: %0":"Peu de foto: %0","Uploading image":"S'està pujant la imatge","Image upload complete":"S'ha completat la pujada de la imatge","Error during image upload":"Error durant la càrrega de la imatge","Image":"Imatge","Image Resize":"Canvi de mida de la imatge","Text Alternative":"Alternativa de text"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"image widget":"giny d'imatge","In line":"A la línia","Side image":"Imatge lateral","Full size image":"Imatge a mida completa","Left aligned image":"Imatge alineada a l'esquerra","Centered image":"Imatge centrada","Right aligned image":"Imatge alineada a la dreta","Change image text alternative":"Canviar l'alternativa del text de la imatge","Text alternative":"Alternativa de text","Enter image caption":"Introduir el peu de foto de la imatge","Insert image":"Introduir la imatge","Replace image":"Substitueix la imatge","Upload from computer":"Puja-ho des de l'ordinador","Replace from computer":"Substitueix-ho des de l'ordinador","Upload image from computer":"Puja la imatge des de l'ordinador","Image from computer":"Imatge des de l'ordinador","From computer":"Des de l'ordinador","Replace image from computer":"Substitueix la imatge des de l'ordinador","Upload failed":"No s'ha pogut carregar","You have no image upload permissions.":"No tens permisos per pujar imatges.","Image toolbar":"Barra d'eines d'imatge","Resize image":"Redimensionar la imatge","Resize image to %0":"Redimensiona la imatge a %0","Resize image to the original size":"Redimensiona la imatge a la mida original","Resize image (in %0)":"Canvia la mida de la imatge (a %0)","
|
|
7
|
+
const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"image widget":"giny d'imatge","In line":"A la línia","Side image":"Imatge lateral","Full size image":"Imatge a mida completa","Left aligned image":"Imatge alineada a l'esquerra","Centered image":"Imatge centrada","Right aligned image":"Imatge alineada a la dreta","Change image text alternative":"Canviar l'alternativa del text de la imatge","Text alternative":"Alternativa de text","Enter image caption":"Introduir el peu de foto de la imatge","Insert image":"Introduir la imatge","Replace image":"Substitueix la imatge","Upload from computer":"Puja-ho des de l'ordinador","Replace from computer":"Substitueix-ho des de l'ordinador","Upload image from computer":"Puja la imatge des de l'ordinador","Image from computer":"Imatge des de l'ordinador","From computer":"Des de l'ordinador","Replace image from computer":"Substitueix la imatge des de l'ordinador","Upload failed":"No s'ha pogut carregar","You have no image upload permissions.":"No tens permisos per pujar imatges.","Image toolbar":"Barra d'eines d'imatge","Resize image":"Redimensionar la imatge","Resize image to %0":"Redimensiona la imatge a %0","Resize image to the original size":"Redimensiona la imatge a la mida original","Resize image (in %0)":"Canvia la mida de la imatge (a %0)","Custom image size":"Mida de la imatge personalitzada","Image resize list":"Llista de redimensionament de la imatge","Insert image via URL":"Introduir la imatge mitjançant l'URL","Insert via URL":"Insereix mitjançant un URL","Image via URL":"Imatge mitjançant un URL","Via URL":"Mitjançant un URL","Update image URL":"Actualitzar l'URL de la imatge","Caption for the image":"Peu de foto","Caption for image: %0":"Peu de foto: %0","Uploading image":"S'està pujant la imatge","Image upload complete":"S'ha completat la pujada de la imatge","Error during image upload":"Error durant la càrrega de la imatge","Image":"Imatge","Image Resize":"Canvi de mida de la imatge","Text Alternative":"Alternativa de text"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ca' ].getPluralForm = getPluralForm;
|
package/dist/translations/cs.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 {"cs":{"dictionary":{"image widget":"ovládací prvek obrázku","In line":"Rovnoběžně s textem","Side image":"Postranní obrázek","Full size image":"Obrázek v plné velikosti","Left aligned image":"Obrázek zarovnaný vlevo","Centered image":"Obrázek zarovnaný na střed","Right aligned image":"Obrázek zarovnaný vpravo","Change image text alternative":"Změnit alternativní text obrázku","Text alternative":"Alternativní text","Enter image caption":"Zadejte popis obrázku","Insert image":"Vložit obrázek","Replace image":"Nahradit obrázek","Upload from computer":"Nahrát z počítače","Replace from computer":"Nahradit z počítače","Upload image from computer":"Nahrát obrázek z počítače","Image from computer":"Obrázek z počítače","From computer":"Z počítače","Replace image from computer":"Nahradit obrázek z počítače","Upload failed":"Nahrání selhalo","You have no image upload permissions.":"Nemáte oprávnění k nahrávání obrázků.","Image toolbar":"Panel nástrojů obrázku","Resize image":"Změnit velikost","Resize image to %0":"Změnit velikost na %0","Resize image to the original size":"Změnit velikost na původní velikost","Resize image (in %0)":"Změnit velikost obrázku (v %0)","
|
|
5
|
+
export default {"cs":{"dictionary":{"image widget":"ovládací prvek obrázku","In line":"Rovnoběžně s textem","Side image":"Postranní obrázek","Full size image":"Obrázek v plné velikosti","Left aligned image":"Obrázek zarovnaný vlevo","Centered image":"Obrázek zarovnaný na střed","Right aligned image":"Obrázek zarovnaný vpravo","Change image text alternative":"Změnit alternativní text obrázku","Text alternative":"Alternativní text","Enter image caption":"Zadejte popis obrázku","Insert image":"Vložit obrázek","Replace image":"Nahradit obrázek","Upload from computer":"Nahrát z počítače","Replace from computer":"Nahradit z počítače","Upload image from computer":"Nahrát obrázek z počítače","Image from computer":"Obrázek z počítače","From computer":"Z počítače","Replace image from computer":"Nahradit obrázek z počítače","Upload failed":"Nahrání selhalo","You have no image upload permissions.":"Nemáte oprávnění k nahrávání obrázků.","Image toolbar":"Panel nástrojů obrázku","Resize image":"Změnit velikost","Resize image to %0":"Změnit velikost na %0","Resize image to the original size":"Změnit velikost na původní velikost","Resize image (in %0)":"Změnit velikost obrázku (v %0)","Custom image size":"Vlastní velikost obrázku","Image resize list":"Seznam možností změny velikosti","Insert image via URL":"Vložit obrázek pomocí URL","Insert via URL":"Vložit přes URL","Image via URL":"Obrázek přes URL","Via URL":"Přes URL","Update image URL":"Aktualizovat URL obrázku","Caption for the image":"Popisek k obrázku","Caption for image: %0":"Popisek k obrázku: %0","Uploading image":"Nahrávání obrázku","Image upload complete":"Nahrávání obrázku dokončeno","Error during image upload":"Při nahrávání obrázku došlo k chybě","Image":"Obrázek","Image Resize":"Změna velikosti obrázku","Text Alternative":"Alternativní text"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}
|