@ckeditor/ckeditor5-image 43.2.0 → 43.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/build/image.js +1 -1
- package/build/translations/af.js +1 -0
- package/build/translations/es-co.js +1 -0
- package/build/translations/gu.js +1 -0
- package/build/translations/hy.js +1 -0
- package/build/translations/kk.js +1 -0
- package/build/translations/oc.js +1 -0
- package/build/translations/sl.js +1 -0
- package/build/translations/tt.js +1 -0
- package/dist/autoimage.d.ts +4 -0
- package/dist/image/imageblockediting.d.ts +4 -0
- package/dist/image/imageediting.d.ts +4 -0
- package/dist/image/imageinlineediting.d.ts +4 -0
- package/dist/image/imageplaceholder.d.ts +4 -0
- package/dist/image.d.ts +4 -0
- package/dist/imageblock.d.ts +4 -0
- package/dist/imagecaption/imagecaptionediting.d.ts +4 -0
- package/dist/imagecaption/imagecaptionui.d.ts +4 -0
- package/dist/imagecaption/imagecaptionutils.d.ts +4 -0
- package/dist/imagecaption.d.ts +4 -0
- package/dist/imageinline.d.ts +4 -0
- package/dist/imageinsert/imageinsertui.d.ts +4 -0
- package/dist/imageinsert/imageinsertviaurlui.d.ts +4 -0
- package/dist/imageinsert.d.ts +4 -0
- package/dist/imageinsertviaurl.d.ts +4 -0
- package/dist/imageresize/imagecustomresizeui.d.ts +4 -0
- package/dist/imageresize/imageresizebuttons.d.ts +4 -0
- package/dist/imageresize/imageresizeediting.d.ts +4 -0
- package/dist/imageresize/imageresizehandles.d.ts +4 -0
- package/dist/imageresize.d.ts +4 -0
- package/dist/imagesizeattributes.d.ts +4 -0
- package/dist/imagestyle/imagestyleediting.d.ts +4 -0
- package/dist/imagestyle/imagestyleui.d.ts +4 -0
- package/dist/imagestyle.d.ts +4 -0
- package/dist/imagetextalternative/imagetextalternativeediting.d.ts +4 -0
- package/dist/imagetextalternative/imagetextalternativeui.d.ts +4 -0
- package/dist/imagetextalternative.d.ts +4 -0
- package/dist/imagetoolbar.d.ts +4 -0
- package/dist/imageupload/imageuploadediting.d.ts +4 -0
- package/dist/imageupload/imageuploadprogress.d.ts +4 -0
- package/dist/imageupload/imageuploadui.d.ts +4 -0
- package/dist/imageupload.d.ts +4 -0
- package/dist/imageutils.d.ts +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +185 -6
- package/dist/index.js.map +1 -1
- package/dist/pictureediting.d.ts +4 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +5 -0
- package/dist/translations/af.umd.js +11 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +5 -0
- package/dist/translations/es-co.umd.js +11 -0
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +5 -0
- package/dist/translations/gu.umd.js +11 -0
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +5 -0
- package/dist/translations/kk.umd.js +11 -0
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.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/oc.d.ts +8 -0
- package/dist/translations/oc.js +5 -0
- package/dist/translations/oc.umd.js +11 -0
- 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/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +5 -0
- package/dist/translations/sl.umd.js +11 -0
- 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/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- 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/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/lang/translations/af.po +188 -0
- package/lang/translations/ar.po +4 -10
- package/lang/translations/ast.po +3 -9
- package/lang/translations/az.po +3 -9
- package/lang/translations/bg.po +3 -9
- package/lang/translations/bn.po +3 -9
- package/lang/translations/bs.po +4 -10
- package/lang/translations/ca.po +3 -9
- package/lang/translations/cs.po +4 -10
- package/lang/translations/da.po +3 -9
- package/lang/translations/de-ch.po +3 -9
- package/lang/translations/de.po +3 -9
- package/lang/translations/el.po +3 -9
- package/lang/translations/en-au.po +3 -9
- package/lang/translations/en-gb.po +3 -9
- package/lang/translations/en.po +5 -11
- package/lang/translations/eo.po +3 -9
- package/lang/translations/es-co.po +188 -0
- package/lang/translations/es.po +4 -10
- package/lang/translations/et.po +3 -9
- package/lang/translations/eu.po +3 -9
- package/lang/translations/fa.po +4 -10
- package/lang/translations/fi.po +3 -9
- package/lang/translations/fr.po +4 -10
- package/lang/translations/gl.po +3 -9
- package/lang/translations/gu.po +188 -0
- package/lang/translations/he.po +4 -10
- package/lang/translations/hi.po +3 -9
- package/lang/translations/hr.po +4 -10
- package/lang/translations/hu.po +3 -9
- package/lang/translations/hy.po +188 -0
- package/lang/translations/id.po +3 -9
- package/lang/translations/it.po +4 -10
- package/lang/translations/ja.po +3 -9
- package/lang/translations/jv.po +4 -10
- package/lang/translations/kk.po +188 -0
- package/lang/translations/km.po +3 -9
- package/lang/translations/kn.po +4 -10
- package/lang/translations/ko.po +3 -9
- package/lang/translations/ku.po +3 -9
- package/lang/translations/lt.po +4 -10
- package/lang/translations/lv.po +4 -10
- package/lang/translations/ms.po +3 -9
- package/lang/translations/nb.po +3 -9
- package/lang/translations/ne.po +3 -9
- package/lang/translations/nl.po +3 -9
- package/lang/translations/no.po +3 -9
- package/lang/translations/oc.po +188 -0
- package/lang/translations/pl.po +4 -10
- package/lang/translations/pt-br.po +4 -10
- package/lang/translations/pt.po +4 -10
- package/lang/translations/ro.po +4 -10
- package/lang/translations/ru.po +4 -10
- package/lang/translations/si.po +3 -9
- package/lang/translations/sk.po +4 -10
- package/lang/translations/sl.po +188 -0
- package/lang/translations/sq.po +3 -9
- package/lang/translations/sr-latn.po +4 -10
- package/lang/translations/sr.po +4 -10
- package/lang/translations/sv.po +3 -9
- package/lang/translations/th.po +3 -9
- package/lang/translations/ti.po +3 -9
- package/lang/translations/tk.po +3 -9
- package/lang/translations/tr.po +3 -9
- package/lang/translations/tt.po +188 -0
- package/lang/translations/ug.po +4 -10
- package/lang/translations/uk.po +4 -10
- package/lang/translations/ur.po +3 -9
- package/lang/translations/uz.po +4 -10
- package/lang/translations/vi.po +3 -9
- package/lang/translations/zh-cn.po +3 -9
- package/lang/translations/zh.po +3 -9
- package/package.json +11 -11
- package/src/autoimage.d.ts +4 -0
- package/src/autoimage.js +6 -0
- package/src/image/converters.js +10 -6
- package/src/image/imageblockediting.d.ts +4 -0
- package/src/image/imageblockediting.js +6 -0
- package/src/image/imageediting.d.ts +4 -0
- package/src/image/imageediting.js +6 -0
- package/src/image/imageinlineediting.d.ts +4 -0
- package/src/image/imageinlineediting.js +6 -0
- package/src/image/imageplaceholder.d.ts +4 -0
- package/src/image/imageplaceholder.js +6 -0
- package/src/image.d.ts +4 -0
- package/src/image.js +6 -0
- package/src/imageblock.d.ts +4 -0
- package/src/imageblock.js +6 -0
- package/src/imagecaption/imagecaptionediting.d.ts +4 -0
- package/src/imagecaption/imagecaptionediting.js +6 -0
- package/src/imagecaption/imagecaptionui.d.ts +4 -0
- package/src/imagecaption/imagecaptionui.js +6 -0
- package/src/imagecaption/imagecaptionutils.d.ts +4 -0
- package/src/imagecaption/imagecaptionutils.js +6 -0
- package/src/imagecaption.d.ts +4 -0
- package/src/imagecaption.js +6 -0
- package/src/imageinline.d.ts +4 -0
- package/src/imageinline.js +6 -0
- package/src/imageinsert/imageinsertui.d.ts +4 -0
- package/src/imageinsert/imageinsertui.js +6 -0
- package/src/imageinsert/imageinsertviaurlui.d.ts +4 -0
- package/src/imageinsert/imageinsertviaurlui.js +6 -0
- package/src/imageinsert.d.ts +4 -0
- package/src/imageinsert.js +6 -0
- package/src/imageinsertviaurl.d.ts +4 -0
- package/src/imageinsertviaurl.js +6 -0
- package/src/imageresize/imagecustomresizeui.d.ts +4 -0
- package/src/imageresize/imagecustomresizeui.js +6 -0
- package/src/imageresize/imageresizebuttons.d.ts +4 -0
- package/src/imageresize/imageresizebuttons.js +6 -0
- package/src/imageresize/imageresizeediting.d.ts +4 -0
- package/src/imageresize/imageresizeediting.js +6 -0
- package/src/imageresize/imageresizehandles.d.ts +4 -0
- package/src/imageresize/imageresizehandles.js +6 -0
- package/src/imageresize.d.ts +4 -0
- package/src/imageresize.js +6 -0
- package/src/imagesizeattributes.d.ts +4 -0
- package/src/imagesizeattributes.js +6 -0
- package/src/imagestyle/imagestyleediting.d.ts +4 -0
- package/src/imagestyle/imagestyleediting.js +6 -0
- package/src/imagestyle/imagestyleui.d.ts +4 -0
- package/src/imagestyle/imagestyleui.js +6 -0
- package/src/imagestyle.d.ts +4 -0
- package/src/imagestyle.js +6 -0
- package/src/imagetextalternative/imagetextalternativeediting.d.ts +4 -0
- package/src/imagetextalternative/imagetextalternativeediting.js +6 -0
- package/src/imagetextalternative/imagetextalternativeui.d.ts +4 -0
- package/src/imagetextalternative/imagetextalternativeui.js +6 -0
- package/src/imagetextalternative.d.ts +4 -0
- package/src/imagetextalternative.js +6 -0
- package/src/imagetoolbar.d.ts +4 -0
- package/src/imagetoolbar.js +6 -0
- package/src/imageupload/imageuploadediting.d.ts +4 -0
- package/src/imageupload/imageuploadediting.js +6 -0
- package/src/imageupload/imageuploadprogress.d.ts +4 -0
- package/src/imageupload/imageuploadprogress.js +6 -0
- package/src/imageupload/imageuploadui.d.ts +4 -0
- package/src/imageupload/imageuploadui.js +6 -0
- package/src/imageupload.d.ts +4 -0
- package/src/imageupload.js +6 -0
- package/src/imageutils.d.ts +4 -0
- package/src/imageutils.js +6 -0
- package/src/pictureediting.d.ts +4 -0
- package/src/pictureediting.js +6 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"image widget":"Widget immagine","Wrap text":"Testo a capo","Break text":"Interrompi testo","In line":"In linea","Side image":"Immagine laterale","Full size image":"Immagine a dimensione intera","Left aligned image":"Immagine allineata a sinistra","Centered image":"Immagine centrata","Right aligned image":"Immagine allineata a destra","Change image text alternative":"Cambia testo alternativo dell'immagine","Text alternative":"Testo alternativo","Enter image caption":"inserire didascalia dell'immagine","Insert image":"Inserisci immagine","Replace image":"Sostituisci l'immagine","Upload from computer":"Carica dal computer","Replace from computer":"Sostituisci dal computer","Upload image from computer":"Carica l'immagine dal computer","Image from computer":"Immagine dal computer","From computer":"Dal computer","Replace image from computer":"Sostituisci l'immagine dal computer","Upload failed":"Caricamento fallito","You have no image upload permissions.":"Non disponi di autorizzazione per il caricamento di immagini.","Image toolbar":"Barra degli strumenti dell'immagine","Resize image":"Ridimensiona immagine","Resize image to %0":"Ridimensiona immagine a %0","Resize image to the original size":"Ridimensiona immagine alle dimensioni originali","Resize image (in %0)":"Ridimensiona immagine (in %0 )","Original":"Originale","Custom image size":"Dimensioni immagine personalizzate","Custom":"Personalizzato","Image resize list":"Elenco ridimensionamenti immagine","Insert image via URL":"Inserisci immagine tramite URL","Insert via URL":"Inserisci tramite URL","Image via URL":"Immagine tramite URL","Via URL":"Tramite URL","Update image URL":"Aggiorna URL immagine","Caption for the image":"Didascalia dell'immagine","Caption for image: %0":"Didascalia dell'immagine: %0","The value must not be empty.":"Il valore non può essere essere lasciato in bianco.","The value should be a plain number.":"Il valore deve essere un numero intero.","Uploading image":"Caricamento immagine in corso","Image upload complete":"Caricamento immagine completato","Error during image upload":"Errore durante il caricamento dell'immagine","Image":"Immagine"},getPluralForm(n){return n
|
|
7
|
+
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"image widget":"Widget immagine","Wrap text":"Testo a capo","Break text":"Interrompi testo","In line":"In linea","Side image":"Immagine laterale","Full size image":"Immagine a dimensione intera","Left aligned image":"Immagine allineata a sinistra","Centered image":"Immagine centrata","Right aligned image":"Immagine allineata a destra","Change image text alternative":"Cambia testo alternativo dell'immagine","Text alternative":"Testo alternativo","Enter image caption":"inserire didascalia dell'immagine","Insert image":"Inserisci immagine","Replace image":"Sostituisci l'immagine","Upload from computer":"Carica dal computer","Replace from computer":"Sostituisci dal computer","Upload image from computer":"Carica l'immagine dal computer","Image from computer":"Immagine dal computer","From computer":"Dal computer","Replace image from computer":"Sostituisci l'immagine dal computer","Upload failed":"Caricamento fallito","You have no image upload permissions.":"Non disponi di autorizzazione per il caricamento di immagini.","Image toolbar":"Barra degli strumenti dell'immagine","Resize image":"Ridimensiona immagine","Resize image to %0":"Ridimensiona immagine a %0","Resize image to the original size":"Ridimensiona immagine alle dimensioni originali","Resize image (in %0)":"Ridimensiona immagine (in %0 )","Original":"Originale","Custom image size":"Dimensioni immagine personalizzate","Custom":"Personalizzato","Image resize list":"Elenco ridimensionamenti immagine","Insert image via URL":"Inserisci immagine tramite URL","Insert via URL":"Inserisci tramite URL","Image via URL":"Immagine tramite URL","Via URL":"Tramite URL","Update image URL":"Aggiorna URL immagine","Caption for the image":"Didascalia dell'immagine","Caption for image: %0":"Didascalia dell'immagine: %0","The value must not be empty.":"Il valore non può essere essere lasciato in bianco.","The value should be a plain number.":"Il valore deve essere un numero intero.","Uploading image":"Caricamento immagine in corso","Image upload complete":"Caricamento immagine completato","Error during image upload":"Errore durante il caricamento dell'immagine","Image":"Immagine"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
|
|
10
10
|
e[ 'it' ].getPluralForm = getPluralForm;
|
package/dist/translations/jv.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"jv":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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)":"","Original":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert image via URL":"Tambah gambar saking URL","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return 0;}}}
|
|
5
|
+
export default {"jv":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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)":"","Original":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert image via URL":"Tambah gambar saking URL","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n !== 0);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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)":"","Original":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert image via URL":"Tambah gambar saking URL","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return 0;}}};
|
|
7
|
+
const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","In line":"","Side image":"","Full size image":"Gambar ukuran kebak","Left aligned image":"Gambar ing kiwa","Centered image":"Gambar ing tengah","Right aligned image":"Gambar ing tengen","Change image text alternative":"","Text alternative":"","Enter image caption":"","Insert image":"Tambahaken gambar","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)":"","Original":"Asli","Custom image size":"","Custom":"","Image resize list":"","Insert image via URL":"Tambah gambar saking URL","Insert via URL":"","Image via URL":"","Via URL":"","Update image URL":"","Caption for the image":"","Caption for image: %0":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n !== 0);}}};
|
|
8
8
|
e[ 'jv' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'jv' ].dictionary = Object.assign( e[ 'jv' ].dictionary, dictionary );
|
|
10
10
|
e[ 'jv' ].getPluralForm = getPluralForm;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
export default {"kk":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
( e => {
|
|
7
|
+
const { [ 'kk' ]: { dictionary, getPluralForm } } = {"kk":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n != 1);}}};
|
|
8
|
+
e[ 'kk' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
|
+
e[ 'kk' ].dictionary = Object.assign( e[ 'kk' ].dictionary, dictionary );
|
|
10
|
+
e[ 'kk' ].getPluralForm = getPluralForm;
|
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
package/dist/translations/kn.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"kn":{"dictionary":{"image widget":"ಚಿತ್ರ ವಿಜೆಟ್","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n
|
|
5
|
+
export default {"kn":{"dictionary":{"image widget":"ಚಿತ್ರ ವಿಜೆಟ್","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"dictionary":{"image widget":"ಚಿತ್ರ ವಿಜೆಟ್","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n
|
|
7
|
+
const { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"dictionary":{"image widget":"ಚಿತ್ರ ವಿಜೆಟ್","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'kn' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'kn' ].dictionary = Object.assign( e[ 'kn' ].dictionary, dictionary );
|
|
10
10
|
e[ 'kn' ].getPluralForm = getPluralForm;
|
package/dist/translations/lt.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"lt":{"dictionary":{"image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","From computer":"Iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","You have no image upload permissions.":"Jūs neturite leidimo nuotraukoms įkelti.","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Insert via URL":"Įterpti naudojant URL","Image via URL":"Vaizdas naudojant URL","Via URL":"Naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","Image":"Vaizdas"},getPluralForm(n){return (n % 10 == 1 &&
|
|
5
|
+
export default {"lt":{"dictionary":{"image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","From computer":"Iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","You have no image upload permissions.":"Jūs neturite leidimo nuotraukoms įkelti.","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Insert via URL":"Įterpti naudojant URL","Image via URL":"Vaizdas naudojant URL","Via URL":"Naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","Image":"Vaizdas"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","From computer":"Iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","You have no image upload permissions.":"Jūs neturite leidimo nuotraukoms įkelti.","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Insert via URL":"Įterpti naudojant URL","Image via URL":"Vaizdas naudojant URL","Via URL":"Naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","Image":"Vaizdas"},getPluralForm(n){return (n % 10 == 1 &&
|
|
7
|
+
const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"image widget":"vaizdų valdiklis","Wrap text":"Perkelti tekstą į kitą eilutę","Break text":"Suskaidyti tekstą","In line":"tolygiai","Side image":"Vaizdas šone","Full size image":"Pilno dydžio vaizdas","Left aligned image":"Vaizdas kairėje","Centered image":"Vaizdas centre","Right aligned image":"Vaizdas dešinėje","Change image text alternative":"Pakeisti vaizdo alternatyvųjį tekstą","Text alternative":"Alternatyvusis tekstas","Enter image caption":"Įveskite vaizdo antraštę","Insert image":"Įterpti vaizdą","Replace image":"Pakeisti vaizdą","Upload from computer":"Įkelti iš kompiuterio","Replace from computer":"Pakeisti iš kompiuterio","Upload image from computer":"Įkelti paveiksliuką iš kompiuterio","Image from computer":"Įkelti vaizdą iš kompiuterio","From computer":"Iš kompiuterio","Replace image from computer":"Pakeisti paveiksliuką iš kompiuterio","Upload failed":"Įkelti nepavyko","You have no image upload permissions.":"Jūs neturite leidimo nuotraukoms įkelti.","Image toolbar":"Paveikslėlių įrankių juosta","Resize image":"Pakeisti paveikslėlio dydį","Resize image to %0":"Pakeisti paveikslėlio dydį į %0","Resize image to the original size":"Pakeisti paveikslėlio dydį į originalų","Resize image (in %0)":"Pakeisti vaizdo dydį (%0)","Original":"Originalus","Custom image size":"Tinkinti vaizdo dydį","Custom":"Tinkinti","Image resize list":"Paveikslėlio dydžio keitimo sąrašas","Insert image via URL":"Įkelti paveikslėlį naudojant URL","Insert via URL":"Įterpti naudojant URL","Image via URL":"Vaizdas naudojant URL","Via URL":"Naudojant URL","Update image URL":"Atnaujinti paveikslėlio URL","Caption for the image":"Vaizdo antraštė","Caption for image: %0":"Vaizdo antraštė: %0","The value must not be empty.":"Reikšmės laukelis negali būti tuščias.","The value should be a plain number.":"Reikšmė turi būti sveikasis skaičius.","Uploading image":"Įkeliamas vaizdas","Image upload complete":"Užbaigtas vaizdo įkėlimas","Error during image upload":"Įkeliant vaizdą, įvyko klaida","Image":"Vaizdas"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'lt' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'lt' ].dictionary = Object.assign( e[ 'lt' ].dictionary, dictionary );
|
|
10
10
|
e[ 'lt' ].getPluralForm = getPluralForm;
|
package/dist/translations/lv.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"lv":{"dictionary":{"image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","From computer":"Izmantojot datoru","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","You have no image upload permissions.":"Jums nav attēlu augšupielādes atļaujas.","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Insert via URL":"Ievietot, izmantojot interneta adresi","Image via URL":"Attēls, izmantojot interneta adresi","Via URL":"Izmantojot interneta adresi","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","Image":"Attēls"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}}
|
|
5
|
+
export default {"lv":{"dictionary":{"image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","From computer":"Izmantojot datoru","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","You have no image upload permissions.":"Jums nav attēlu augšupielādes atļaujas.","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Insert via URL":"Ievietot, izmantojot interneta adresi","Image via URL":"Attēls, izmantojot interneta adresi","Via URL":"Izmantojot interneta adresi","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","Image":"Attēls"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","From computer":"Izmantojot datoru","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","You have no image upload permissions.":"Jums nav attēlu augšupielādes atļaujas.","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Insert via URL":"Ievietot, izmantojot interneta adresi","Image via URL":"Attēls, izmantojot interneta adresi","Via URL":"Izmantojot interneta adresi","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","Image":"Attēls"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);}}};
|
|
7
|
+
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"image widget":"attēla sīkrīks","Wrap text":"Aplauzt tekstu","Break text":"Pārtraukt tekstu","In line":"Rindā","Side image":"Sānā novietots attēls","Full size image":"Pilna izmēra attēls","Left aligned image":"Pa kreisi līdzināts attēls","Centered image":"Centrēts attēls","Right aligned image":"Pa labi līdzināts attēls","Change image text alternative":"Mainīt attēla alternatīvo tekstu","Text alternative":"Alternatīvais teksts","Enter image caption":"Ievadiet attēla parakstu","Insert image":"Ievietot attēlu","Replace image":"Aizstāt attēlu","Upload from computer":"Augšupielādēt no datora","Replace from computer":"Aizvietot no datora","Upload image from computer":"Augšupielādēt attēlu no datora","Image from computer":"Attēls no datora","From computer":"Izmantojot datoru","Replace image from computer":"Aizstāt attēlu no datora","Upload failed":"Augšupielāde neizdevusies","You have no image upload permissions.":"Jums nav attēlu augšupielādes atļaujas.","Image toolbar":"Attēlu rīkjosla","Resize image":"Mainīt attēla izmērus","Resize image to %0":"Mainīt attēla izmēru uz %0","Resize image to the original size":"Mainīt attēla izmēru uz oriģinālo izmēru","Resize image (in %0)":"Mainīt attēla izmērus (%0)","Original":"Oriģināls","Custom image size":"Pielāgot attēla izmēru","Custom":"Pielāgot","Image resize list":"Attēla izmēru saraksts","Insert image via URL":"Ievietot attēlu, izmantojot saiti","Insert via URL":"Ievietot, izmantojot interneta adresi","Image via URL":"Attēls, izmantojot interneta adresi","Via URL":"Izmantojot interneta adresi","Update image URL":"Labot attēla avota saiti","Caption for the image":"Attēla virsraksts","Caption for image: %0":"Attēla virsraksts: %0","The value must not be empty.":"Vērtība nedrīkst palikt tukša.","The value should be a plain number.":"Vērtībai ir jābūt vienkāršam skaitlim.","Uploading image":"Attēla augšupielāde","Image upload complete":"Attēla augšupielāde ir pabeigta","Error during image upload":"Attēla augšupielādes laikā radās kļūda","Image":"Attēls"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}};
|
|
8
8
|
e[ 'lv' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'lv' ].dictionary = Object.assign( e[ 'lv' ].dictionary, dictionary );
|
|
10
10
|
e[ 'lv' ].getPluralForm = getPluralForm;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
export default {"oc":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n > 1);}}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
( e => {
|
|
7
|
+
const { [ 'oc' ]: { dictionary, getPluralForm } } = {"oc":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n > 1);}}};
|
|
8
|
+
e[ 'oc' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
|
+
e[ 'oc' ].dictionary = Object.assign( e[ 'oc' ].dictionary, dictionary );
|
|
10
|
+
e[ 'oc' ].getPluralForm = getPluralForm;
|
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
package/dist/translations/pl.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"pl":{"dictionary":{"image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","From computer":"Z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","You have no image upload permissions.":"Nie masz uprawnień do przesyłania obrazów.","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert image via URL":"Wstaw obraz z adresu URL","Insert via URL":"Wstaw przez URL","Image via URL":"Obraz przez URL","Via URL":"Przez URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","Image":"Obraz"},getPluralForm(n){return (n==1 ? 0 :
|
|
5
|
+
export default {"pl":{"dictionary":{"image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","From computer":"Z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","You have no image upload permissions.":"Nie masz uprawnień do przesyłania obrazów.","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert image via URL":"Wstaw obraz z adresu URL","Insert via URL":"Wstaw przez URL","Image via URL":"Obraz przez URL","Via URL":"Przez URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","Image":"Obraz"},getPluralForm(n){return (n == 1 ? 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 { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","From computer":"Z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","You have no image upload permissions.":"Nie masz uprawnień do przesyłania obrazów.","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert image via URL":"Wstaw obraz z adresu URL","Insert via URL":"Wstaw przez URL","Image via URL":"Obraz przez URL","Via URL":"Przez URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","Image":"Obraz"},getPluralForm(n){return (n==1 ? 0 :
|
|
7
|
+
const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","From computer":"Z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","You have no image upload permissions.":"Nie masz uprawnień do przesyłania obrazów.","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert image via URL":"Wstaw obraz z adresu URL","Insert via URL":"Wstaw przez URL","Image via URL":"Obraz przez URL","Via URL":"Przez URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","Image":"Obraz"},getPluralForm(n){return (n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'pl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'pl' ].dictionary = Object.assign( e[ 'pl' ].dictionary, dictionary );
|
|
10
10
|
e[ 'pl' ].getPluralForm = getPluralForm;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"pt-br":{"dictionary":{"image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","From computer":"A partir do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","You have no image upload permissions.":"Você não tem permissão para carregar imagens.","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem via URL","Insert via URL":"Inserir através de URL","Image via URL":"Imagem através de URL","Via URL":"Através de URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n
|
|
5
|
+
export default {"pt-br":{"dictionary":{"image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","From computer":"A partir do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","You have no image upload permissions.":"Você não tem permissão para carregar imagens.","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem via URL","Insert via URL":"Inserir através de URL","Image via URL":"Imagem através de URL","Via URL":"Através de URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","From computer":"A partir do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","You have no image upload permissions.":"Você não tem permissão para carregar imagens.","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem via URL","Insert via URL":"Inserir através de URL","Image via URL":"Imagem através de URL","Via URL":"Através de URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n
|
|
7
|
+
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","From computer":"A partir do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","You have no image upload permissions.":"Você não tem permissão para carregar imagens.","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem via URL","Insert via URL":"Inserir através de URL","Image via URL":"Imagem através de URL","Via URL":"Através de URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary );
|
|
10
10
|
e[ 'pt-br' ].getPluralForm = getPluralForm;
|
package/dist/translations/pt.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"pt":{"dictionary":{"image widget":"módulo de imagem","Wrap text":"Envolver texto","Break text":"Quebrar texto","In line":"Em linha","Side image":"Imagem lateral","Full size image":"Imagem em tamanho completo","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centrada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Indicar legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar a partir do computador","Replace from computer":"Substituir a partir do computador","Upload image from computer":"Carregar imagem a partir do computador","Image from computer":"Imagem a partir do computador","From computer":"Do computador","Replace image from computer":"Substituir imagem a partir do computador","Upload failed":"Falha ao carregar","You have no image upload permissions.":"Não tem permissões para carregar imagens.","Image toolbar":"Barra de ferramentas de imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar imagem para %0","Resize image to the original size":"Redimensionar imagem para tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Personalizar o tamanho da imagem","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem através de URL","Insert via URL":"Inserir através de endereço URL","Image via URL":"Imagem através de endereço URL","Via URL":"Através de endereço URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda da imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não pode estar em branco.","The value should be a plain number.":"O valor deve ser um número inteiro.","Uploading image":"A carregar imagem","Image upload complete":"Carregamento da imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n
|
|
5
|
+
export default {"pt":{"dictionary":{"image widget":"módulo de imagem","Wrap text":"Envolver texto","Break text":"Quebrar texto","In line":"Em linha","Side image":"Imagem lateral","Full size image":"Imagem em tamanho completo","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centrada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Indicar legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar a partir do computador","Replace from computer":"Substituir a partir do computador","Upload image from computer":"Carregar imagem a partir do computador","Image from computer":"Imagem a partir do computador","From computer":"Do computador","Replace image from computer":"Substituir imagem a partir do computador","Upload failed":"Falha ao carregar","You have no image upload permissions.":"Não tem permissões para carregar imagens.","Image toolbar":"Barra de ferramentas de imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar imagem para %0","Resize image to the original size":"Redimensionar imagem para tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Personalizar o tamanho da imagem","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem através de URL","Insert via URL":"Inserir através de endereço URL","Image via URL":"Imagem através de endereço URL","Via URL":"Através de endereço URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda da imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não pode estar em branco.","The value should be a plain number.":"O valor deve ser um número inteiro.","Uploading image":"A carregar imagem","Image upload complete":"Carregamento da imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"image widget":"módulo de imagem","Wrap text":"Envolver texto","Break text":"Quebrar texto","In line":"Em linha","Side image":"Imagem lateral","Full size image":"Imagem em tamanho completo","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centrada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Indicar legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar a partir do computador","Replace from computer":"Substituir a partir do computador","Upload image from computer":"Carregar imagem a partir do computador","Image from computer":"Imagem a partir do computador","From computer":"Do computador","Replace image from computer":"Substituir imagem a partir do computador","Upload failed":"Falha ao carregar","You have no image upload permissions.":"Não tem permissões para carregar imagens.","Image toolbar":"Barra de ferramentas de imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar imagem para %0","Resize image to the original size":"Redimensionar imagem para tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Personalizar o tamanho da imagem","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem através de URL","Insert via URL":"Inserir através de endereço URL","Image via URL":"Imagem através de endereço URL","Via URL":"Através de endereço URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda da imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não pode estar em branco.","The value should be a plain number.":"O valor deve ser um número inteiro.","Uploading image":"A carregar imagem","Image upload complete":"Carregamento da imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n
|
|
7
|
+
const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"image widget":"módulo de imagem","Wrap text":"Envolver texto","Break text":"Quebrar texto","In line":"Em linha","Side image":"Imagem lateral","Full size image":"Imagem em tamanho completo","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centrada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Indicar legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar a partir do computador","Replace from computer":"Substituir a partir do computador","Upload image from computer":"Carregar imagem a partir do computador","Image from computer":"Imagem a partir do computador","From computer":"Do computador","Replace image from computer":"Substituir imagem a partir do computador","Upload failed":"Falha ao carregar","You have no image upload permissions.":"Não tem permissões para carregar imagens.","Image toolbar":"Barra de ferramentas de imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar imagem para %0","Resize image to the original size":"Redimensionar imagem para tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Personalizar o tamanho da imagem","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert image via URL":"Inserir imagem através de URL","Insert via URL":"Inserir através de endereço URL","Image via URL":"Imagem através de endereço URL","Via URL":"Através de endereço URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda da imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não pode estar em branco.","The value should be a plain number.":"O valor deve ser um número inteiro.","Uploading image":"A carregar imagem","Image upload complete":"Carregamento da imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","Image":"Imagem"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'pt' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'pt' ].dictionary = Object.assign( e[ 'pt' ].dictionary, dictionary );
|
|
10
10
|
e[ 'pt' ].getPluralForm = getPluralForm;
|
package/dist/translations/ro.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"ro":{"dictionary":{"image widget":"widget imagine","Wrap text":"Încadrare text","Break text":"Segmentare text","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)","Original":"Original","Custom image size":"Dimensiune personalizată a imaginii","Custom":"Personalizat","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","The value must not be empty.":"Valoare nu poate rămâne necompletată.","The value should be a plain number.":"Valoarea trebuie să fie un număr obișnuit.","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"},getPluralForm(n){return (n==1?0:(
|
|
5
|
+
export default {"ro":{"dictionary":{"image widget":"widget imagine","Wrap text":"Încadrare text","Break text":"Segmentare text","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)","Original":"Original","Custom image size":"Dimensiune personalizată a imaginii","Custom":"Personalizat","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","The value must not be empty.":"Valoare nu poate rămâne necompletată.","The value should be a plain number.":"Valoarea trebuie să fie un număr obișnuit.","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"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"image widget":"widget imagine","Wrap text":"Încadrare text","Break text":"Segmentare text","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)","Original":"Original","Custom image size":"Dimensiune personalizată a imaginii","Custom":"Personalizat","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","The value must not be empty.":"Valoare nu poate rămâne necompletată.","The value should be a plain number.":"Valoarea trebuie să fie un număr obișnuit.","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"},getPluralForm(n){return (n==1?0:(
|
|
7
|
+
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"image widget":"widget imagine","Wrap text":"Încadrare text","Break text":"Segmentare text","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)","Original":"Original","Custom image size":"Dimensiune personalizată a imaginii","Custom":"Personalizat","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","The value must not be empty.":"Valoare nu poate rămâne necompletată.","The value should be a plain number.":"Valoarea trebuie să fie un număr obișnuit.","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"},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-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"ru":{"dictionary":{"image widget":"Виджет изображений","Wrap text":"Обтекать текст","Break text":"Разрывать текст","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)","Original":"Оригинальный","Custom image size":"Пользовательский размер изображения","Custom":"Другое","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","The value must not be empty.":"Значение не должно быть пустым.","The value should be a plain number.":"Значение должно быть простым числом.","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%
|
|
5
|
+
export default {"ru":{"dictionary":{"image widget":"Виджет изображений","Wrap text":"Обтекать текст","Break text":"Разрывать текст","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)","Original":"Оригинальный","Custom image size":"Пользовательский размер изображения","Custom":"Другое","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","The value must not be empty.":"Значение не должно быть пустым.","The value should be a plain number.":"Значение должно быть простым числом.","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение"},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":"Виджет изображений","Wrap text":"Обтекать текст","Break text":"Разрывать текст","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)","Original":"Оригинальный","Custom image size":"Пользовательский размер изображения","Custom":"Другое","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","The value must not be empty.":"Значение не должно быть пустым.","The value should be a plain number.":"Значение должно быть простым числом.","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение"},getPluralForm(n){return (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%
|
|
7
|
+
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"dictionary":{"image widget":"Виджет изображений","Wrap text":"Обтекать текст","Break text":"Разрывать текст","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)","Original":"Оригинальный","Custom image size":"Пользовательский размер изображения","Custom":"Другое","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","The value must not be empty.":"Значение не должно быть пустым.","The value should be a plain number.":"Значение должно быть простым числом.","Uploading image":"Загрузка изображения","Image upload complete":"Загрузка изображения завершена","Error during image upload":"Ошибка при загрузке изображения","Image":"Изображение"},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/sk.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"sk":{"dictionary":{"image widget":"widget obrázka","Wrap text":"Obtekanie textu","Break text":"Zalomenie textu","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)","Original":"Originál","Custom image size":"Vlastná veľkosť obrázka","Custom":"Vlastné","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","The value must not be empty.":"Hodnota nesmie byť prázdna.","The value should be a plain number.":"Hodnota by mala byť obyčajné číslo.","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"},getPluralForm(n){return (n
|
|
5
|
+
export default {"sk":{"dictionary":{"image widget":"widget obrázka","Wrap text":"Obtekanie textu","Break text":"Zalomenie textu","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)","Original":"Originál","Custom image size":"Vlastná veľkosť obrázka","Custom":"Vlastné","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","The value must not be empty.":"Hodnota nesmie byť prázdna.","The value should be a plain number.":"Hodnota by mala byť obyčajné číslo.","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"},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","Wrap text":"Obtekanie textu","Break text":"Zalomenie textu","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)","Original":"Originál","Custom image size":"Vlastná veľkosť obrázka","Custom":"Vlastné","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","The value must not be empty.":"Hodnota nesmie byť prázdna.","The value should be a plain number.":"Hodnota by mala byť obyčajné číslo.","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"},getPluralForm(n){return (n
|
|
7
|
+
const { [ 'sk' ]: { dictionary, getPluralForm } } = {"sk":{"dictionary":{"image widget":"widget obrázka","Wrap text":"Obtekanie textu","Break text":"Zalomenie textu","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)","Original":"Originál","Custom image size":"Vlastná veľkosť obrázka","Custom":"Vlastné","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","The value must not be empty.":"Hodnota nesmie byť prázdna.","The value should be a plain number.":"Hodnota by mala byť obyčajné číslo.","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"},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;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
|
7
|
+
declare const translations: Translations;
|
|
8
|
+
export default translations;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
export default {"sl":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0);}}}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
( e => {
|
|
7
|
+
const { [ 'sl' ]: { dictionary, getPluralForm } } = {"sl":{"dictionary":{"image widget":"","Wrap text":"","Break text":"","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)":"","Original":"","Custom image size":"","Custom":"","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":"","The value must not be empty.":"","The value should be a plain number.":"","Uploading image":"","Image upload complete":"","Error during image upload":"","Image":""},getPluralForm(n){return (n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0);}}};
|
|
8
|
+
e[ 'sl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
|
+
e[ 'sl' ].dictionary = Object.assign( e[ 'sl' ].dictionary, dictionary );
|
|
10
|
+
e[ 'sl' ].getPluralForm = getPluralForm;
|
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|