@ckeditor/ckeditor5-media-embed 48.2.0 → 48.3.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ckeditor5-metadata.json +1 -1
- package/dist/augmentation.d.ts +33 -31
- package/dist/automediaembed.d.ts +50 -50
- package/dist/converters.d.ts +37 -37
- package/dist/index-editor.css +26 -0
- package/dist/index.css +26 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +29 -26
- package/dist/index.js +2601 -1956
- package/dist/index.js.map +1 -1
- package/dist/mediaembed.d.ts +33 -33
- package/dist/mediaembedcommand.d.ts +32 -32
- package/dist/mediaembedconfig.d.ts +564 -483
- package/dist/mediaembedediting.d.ts +30 -30
- package/dist/mediaembedresize/constants.d.ts +13 -13
- package/dist/mediaembedresize/mediaembedcustomresizeui.d.ts +64 -0
- package/dist/mediaembedresize/mediaembedresizebuttons.d.ts +54 -0
- package/dist/mediaembedresize/mediaembedresizeediting.d.ts +47 -43
- package/dist/mediaembedresize/mediaembedresizehandles.d.ts +38 -38
- package/dist/mediaembedresize/resizemediaembedcommand.d.ts +35 -35
- package/dist/mediaembedresize/ui/mediaembedcustomresizeformview.d.ts +118 -0
- package/dist/mediaembedresize/utils/getselectedmediaembededitornodes.d.ts +23 -0
- package/dist/mediaembedresize/utils/getselectedmediaembedpossibleresizerange.d.ts +25 -0
- package/dist/mediaembedresize/utils/getselectedmediaembedwidthinunits.d.ts +21 -0
- package/dist/mediaembedresize.d.ts +28 -25
- package/dist/mediaembedstyle/constants.d.ts +22 -22
- package/dist/mediaembedstyle/mediaembedstylecommand.d.ts +67 -67
- package/dist/mediaembedstyle/mediaembedstyleediting.d.ts +39 -39
- package/dist/mediaembedstyle/mediaembedstyleui.d.ts +76 -76
- package/dist/mediaembedstyle/utils.d.ts +18 -18
- package/dist/mediaembedstyle.d.ts +29 -29
- package/dist/mediaembedtoolbar.d.ts +28 -28
- package/dist/mediaembedui.d.ts +33 -33
- package/dist/mediaregistry.d.ts +59 -59
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/ast.js +1 -1
- package/dist/translations/ast.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/be.js +1 -1
- package/dist/translations/be.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en-gb.js +1 -1
- package/dist/translations/en-gb.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/eo.js +1 -1
- package/dist/translations/eo.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/eu.js +1 -1
- package/dist/translations/eu.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/gu.js +1 -1
- package/dist/translations/gu.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/hy.js +1 -1
- package/dist/translations/hy.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/kk.js +1 -1
- package/dist/translations/kk.umd.js +1 -1
- package/dist/translations/km.js +1 -1
- package/dist/translations/km.umd.js +1 -1
- package/dist/translations/kn.js +1 -1
- package/dist/translations/kn.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/ku.js +1 -1
- package/dist/translations/ku.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nb.js +1 -1
- package/dist/translations/nb.umd.js +1 -1
- package/dist/translations/ne.js +1 -1
- package/dist/translations/ne.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/oc.js +1 -1
- package/dist/translations/oc.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/si.js +1 -1
- package/dist/translations/si.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sl.js +1 -1
- package/dist/translations/sl.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/uz.js +1 -1
- package/dist/translations/uz.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/mediaformview.d.ts +83 -83
- package/dist/utils.d.ts +61 -61
- package/package.json +10 -10
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'de' ]: { dictionary, getPluralForm } } = {"de":{"dictionary":{"media widget":"Medien-Widget","Media URL":"Medien-URL","Paste the media URL in the input.":"Medien-URL in das Eingabefeld einfügen.","Tip: Paste the URL into the content to embed faster.":"Tipp: Zum schnelleren Einbetten können Sie die Medien-URL in den Inhalt einfügen.","The URL must not be empty.":"Die URL darf nicht leer sein.","This media URL is not supported.":"Diese Medien-URL wird nicht unterstützt.","Insert media":"Medium einfügen","Media":"Medien","Media toolbar":"Medien Werkzeugleiste","Open media in new tab":"Medien in neuem Tab öffnen","Media embed":"Medieneinbettung","Left aligned media":"Links ausgerichtete Medien","Centered media":"Zentrierte Medien","Right aligned media":"Rechts ausgerichtete Medien"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'de' ]: { dictionary, getPluralForm } } = {"de":{"dictionary":{"media widget":"Medien-Widget","Media URL":"Medien-URL","Paste the media URL in the input.":"Medien-URL in das Eingabefeld einfügen.","Tip: Paste the URL into the content to embed faster.":"Tipp: Zum schnelleren Einbetten können Sie die Medien-URL in den Inhalt einfügen.","The URL must not be empty.":"Die URL darf nicht leer sein.","This media URL is not supported.":"Diese Medien-URL wird nicht unterstützt.","Insert media":"Medium einfügen","Media":"Medien","Media toolbar":"Medien Werkzeugleiste","Open media in new tab":"Medien in neuem Tab öffnen","Media embed":"Medieneinbettung","Left aligned media":"Links ausgerichtete Medien","Centered media":"Zentrierte Medien","Right aligned media":"Rechts ausgerichtete Medien","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'de' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'de' ].dictionary = Object.assign( e[ 'de' ].dictionary, dictionary );
|
|
10
10
|
e[ 'de' ].getPluralForm = getPluralForm;
|
package/dist/translations/el.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"el":{"dictionary":{"media widget":"Γραφικό στοιχείου πολυμέσου","Media URL":"Διεύθυνση πολυμέσου","Paste the media URL in the input.":"Επικολλήστε τη διεύθυνση του πολυμέσου στο πλαίσιο.","Tip: Paste the URL into the content to embed faster.":"Επισήμανση: Επικολλήστε τη διεύθυνση στο περιεχόμενο για γρηγορότερη ενσωμάτωση.","The URL must not be empty.":"Η διεύθυνση δεν πρέπει να είναι άδεια.","This media URL is not supported.":"Αυτή η διεύθυνση πολυμέσου δεν υποστηρίζεται.","Insert media":"Εισαγωγή πολυμέσου","Media":"Πολυμέσα","Media toolbar":"Γραμμή εργαλείων πολυμέσων","Open media in new tab":"Άνοιγμα πολυμέσων σε νέα καρτέλα","Media embed":"Ενσωμάτωση πολυμέσων","Left aligned media":"Μέσα με αριστερή στοίχιση","Centered media":"Μέσα στο κέντρο","Right aligned media":"Μέσα με δεξιά στοίχιση"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"el":{"dictionary":{"media widget":"Γραφικό στοιχείου πολυμέσου","Media URL":"Διεύθυνση πολυμέσου","Paste the media URL in the input.":"Επικολλήστε τη διεύθυνση του πολυμέσου στο πλαίσιο.","Tip: Paste the URL into the content to embed faster.":"Επισήμανση: Επικολλήστε τη διεύθυνση στο περιεχόμενο για γρηγορότερη ενσωμάτωση.","The URL must not be empty.":"Η διεύθυνση δεν πρέπει να είναι άδεια.","This media URL is not supported.":"Αυτή η διεύθυνση πολυμέσου δεν υποστηρίζεται.","Insert media":"Εισαγωγή πολυμέσου","Media":"Πολυμέσα","Media toolbar":"Γραμμή εργαλείων πολυμέσων","Open media in new tab":"Άνοιγμα πολυμέσων σε νέα καρτέλα","Media embed":"Ενσωμάτωση πολυμέσων","Left aligned media":"Μέσα με αριστερή στοίχιση","Centered media":"Μέσα στο κέντρο","Right aligned media":"Μέσα με δεξιά στοίχιση","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'el' ]: { dictionary, getPluralForm } } = {"el":{"dictionary":{"media widget":"Γραφικό στοιχείου πολυμέσου","Media URL":"Διεύθυνση πολυμέσου","Paste the media URL in the input.":"Επικολλήστε τη διεύθυνση του πολυμέσου στο πλαίσιο.","Tip: Paste the URL into the content to embed faster.":"Επισήμανση: Επικολλήστε τη διεύθυνση στο περιεχόμενο για γρηγορότερη ενσωμάτωση.","The URL must not be empty.":"Η διεύθυνση δεν πρέπει να είναι άδεια.","This media URL is not supported.":"Αυτή η διεύθυνση πολυμέσου δεν υποστηρίζεται.","Insert media":"Εισαγωγή πολυμέσου","Media":"Πολυμέσα","Media toolbar":"Γραμμή εργαλείων πολυμέσων","Open media in new tab":"Άνοιγμα πολυμέσων σε νέα καρτέλα","Media embed":"Ενσωμάτωση πολυμέσων","Left aligned media":"Μέσα με αριστερή στοίχιση","Centered media":"Μέσα στο κέντρο","Right aligned media":"Μέσα με δεξιά στοίχιση"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'el' ]: { dictionary, getPluralForm } } = {"el":{"dictionary":{"media widget":"Γραφικό στοιχείου πολυμέσου","Media URL":"Διεύθυνση πολυμέσου","Paste the media URL in the input.":"Επικολλήστε τη διεύθυνση του πολυμέσου στο πλαίσιο.","Tip: Paste the URL into the content to embed faster.":"Επισήμανση: Επικολλήστε τη διεύθυνση στο περιεχόμενο για γρηγορότερη ενσωμάτωση.","The URL must not be empty.":"Η διεύθυνση δεν πρέπει να είναι άδεια.","This media URL is not supported.":"Αυτή η διεύθυνση πολυμέσου δεν υποστηρίζεται.","Insert media":"Εισαγωγή πολυμέσου","Media":"Πολυμέσα","Media toolbar":"Γραμμή εργαλείων πολυμέσων","Open media in new tab":"Άνοιγμα πολυμέσων σε νέα καρτέλα","Media embed":"Ενσωμάτωση πολυμέσων","Left aligned media":"Μέσα με αριστερή στοίχιση","Centered media":"Μέσα στο κέντρο","Right aligned media":"Μέσα με δεξιά στοίχιση","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'el' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'el' ].dictionary = Object.assign( e[ 'el' ].dictionary, dictionary );
|
|
10
10
|
e[ 'el' ].getPluralForm = getPluralForm;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"en-au":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"en-au":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'en-au' ]: { dictionary, getPluralForm } } = {"en-au":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'en-au' ]: { dictionary, getPluralForm } } = {"en-au":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'en-au' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'en-au' ].dictionary = Object.assign( e[ 'en-au' ].dictionary, dictionary );
|
|
10
10
|
e[ 'en-au' ].getPluralForm = getPluralForm;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"en-gb":{"dictionary":{"media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"en-gb":{"dictionary":{"media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'en-gb' ]: { dictionary, getPluralForm } } = {"en-gb":{"dictionary":{"media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'en-gb' ]: { dictionary, getPluralForm } } = {"en-gb":{"dictionary":{"media widget":"Media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'en-gb' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'en-gb' ].dictionary = Object.assign( e[ 'en-gb' ].dictionary, dictionary );
|
|
10
10
|
e[ 'en-gb' ].getPluralForm = getPluralForm;
|
package/dist/translations/en.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"en":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"Media","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"en":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"Media","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"Media","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'en' ]: { dictionary, getPluralForm } } = {"en":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"Media","Media toolbar":"Media toolbar","Open media in new tab":"Open media in new tab","Media embed":"Media embed","Left aligned media":"Left aligned media","Centered media":"Centered media","Right aligned media":"Right aligned media","Resize media":"Resize media","Resize media to %0":"Resize media to %0","Resize media to the original size":"Resize media to the original size","Resize media (in %0)":"Resize media (in %0)","Custom media size":"Custom media size","Media resize list":"Media resize list","Media Resize":"Media Resize"},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'en' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'en' ].dictionary = Object.assign( e[ 'en' ].dictionary, dictionary );
|
|
10
10
|
e[ 'en' ].getPluralForm = getPluralForm;
|
package/dist/translations/eo.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"eo":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"eo":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'eo' ]: { dictionary, getPluralForm } } = {"eo":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'eo' ]: { dictionary, getPluralForm } } = {"eo":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'eo' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'eo' ].dictionary = Object.assign( e[ 'eo' ].dictionary, dictionary );
|
|
10
10
|
e[ 'eo' ].getPluralForm = getPluralForm;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"es-co":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"es-co":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'es-co' ]: { dictionary, getPluralForm } } = {"es-co":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'es-co' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'es-co' ].dictionary = Object.assign( e[ 'es-co' ].dictionary, dictionary );
|
|
10
10
|
e[ 'es-co' ].getPluralForm = getPluralForm;
|
package/dist/translations/es.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"es":{"dictionary":{"media widget":"Widget de contenido multimedia","Media URL":"URL del contenido multimedia","Paste the media URL in the input.":"Pega la URL del contenido multimedia","Tip: Paste the URL into the content to embed faster.":"Tip: pega la URL dentro del contenido para embeber más rápido","The URL must not be empty.":"La URL no debe estar vacía","This media URL is not supported.":"La URL de este contenido multimedia no está soportada","Insert media":"Insertar contenido multimedia","Media":"Multimedia","Media toolbar":"Barra de herramientas de contenido multimedia","Open media in new tab":"Abrir medio en una pestaña nueva","Media embed":"Inserción de medios","Left aligned media":"Medios alineados a la izquierda","Centered media":"Medios centrados","Right aligned media":"Medios alineados a la derecha"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"es":{"dictionary":{"media widget":"Widget de contenido multimedia","Media URL":"URL del contenido multimedia","Paste the media URL in the input.":"Pega la URL del contenido multimedia","Tip: Paste the URL into the content to embed faster.":"Tip: pega la URL dentro del contenido para embeber más rápido","The URL must not be empty.":"La URL no debe estar vacía","This media URL is not supported.":"La URL de este contenido multimedia no está soportada","Insert media":"Insertar contenido multimedia","Media":"Multimedia","Media toolbar":"Barra de herramientas de contenido multimedia","Open media in new tab":"Abrir medio en una pestaña nueva","Media embed":"Inserción de medios","Left aligned media":"Medios alineados a la izquierda","Centered media":"Medios centrados","Right aligned media":"Medios alineados a la derecha","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"media widget":"Widget de contenido multimedia","Media URL":"URL del contenido multimedia","Paste the media URL in the input.":"Pega la URL del contenido multimedia","Tip: Paste the URL into the content to embed faster.":"Tip: pega la URL dentro del contenido para embeber más rápido","The URL must not be empty.":"La URL no debe estar vacía","This media URL is not supported.":"La URL de este contenido multimedia no está soportada","Insert media":"Insertar contenido multimedia","Media":"Multimedia","Media toolbar":"Barra de herramientas de contenido multimedia","Open media in new tab":"Abrir medio en una pestaña nueva","Media embed":"Inserción de medios","Left aligned media":"Medios alineados a la izquierda","Centered media":"Medios centrados","Right aligned media":"Medios alineados a la derecha"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'es' ]: { dictionary, getPluralForm } } = {"es":{"dictionary":{"media widget":"Widget de contenido multimedia","Media URL":"URL del contenido multimedia","Paste the media URL in the input.":"Pega la URL del contenido multimedia","Tip: Paste the URL into the content to embed faster.":"Tip: pega la URL dentro del contenido para embeber más rápido","The URL must not be empty.":"La URL no debe estar vacía","This media URL is not supported.":"La URL de este contenido multimedia no está soportada","Insert media":"Insertar contenido multimedia","Media":"Multimedia","Media toolbar":"Barra de herramientas de contenido multimedia","Open media in new tab":"Abrir medio en una pestaña nueva","Media embed":"Inserción de medios","Left aligned media":"Medios alineados a la izquierda","Centered media":"Medios centrados","Right aligned media":"Medios alineados a la derecha","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'es' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'es' ].dictionary = Object.assign( e[ 'es' ].dictionary, dictionary );
|
|
10
10
|
e[ 'es' ].getPluralForm = getPluralForm;
|
package/dist/translations/et.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"et":{"dictionary":{"media widget":"meedia vidin","Media URL":"Meedia URL","Paste the media URL in the input.":"Aseta meedia URL sisendi lahtrisse.","Tip: Paste the URL into the content to embed faster.":"Vihje: asetades meedia URLi otse sisusse saab selle lisada kiiremini.","The URL must not be empty.":"URL-i lahter ei tohi olla tühi.","This media URL is not supported.":"See meedia URL pole toetatud.","Insert media":"Sisesta meedia","Media":"Sisu","Media toolbar":"Meedia tööriistariba","Open media in new tab":"Avage meedia uuel vahekaardil","Media embed":"Meedium manustatud","Left aligned media":"Vasakule joondatud meedia","Centered media":"Keskele joondatud meedia","Right aligned media":"Paremale joondatud meedia"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"et":{"dictionary":{"media widget":"meedia vidin","Media URL":"Meedia URL","Paste the media URL in the input.":"Aseta meedia URL sisendi lahtrisse.","Tip: Paste the URL into the content to embed faster.":"Vihje: asetades meedia URLi otse sisusse saab selle lisada kiiremini.","The URL must not be empty.":"URL-i lahter ei tohi olla tühi.","This media URL is not supported.":"See meedia URL pole toetatud.","Insert media":"Sisesta meedia","Media":"Sisu","Media toolbar":"Meedia tööriistariba","Open media in new tab":"Avage meedia uuel vahekaardil","Media embed":"Meedium manustatud","Left aligned media":"Vasakule joondatud meedia","Centered media":"Keskele joondatud meedia","Right aligned media":"Paremale joondatud meedia","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'et' ]: { dictionary, getPluralForm } } = {"et":{"dictionary":{"media widget":"meedia vidin","Media URL":"Meedia URL","Paste the media URL in the input.":"Aseta meedia URL sisendi lahtrisse.","Tip: Paste the URL into the content to embed faster.":"Vihje: asetades meedia URLi otse sisusse saab selle lisada kiiremini.","The URL must not be empty.":"URL-i lahter ei tohi olla tühi.","This media URL is not supported.":"See meedia URL pole toetatud.","Insert media":"Sisesta meedia","Media":"Sisu","Media toolbar":"Meedia tööriistariba","Open media in new tab":"Avage meedia uuel vahekaardil","Media embed":"Meedium manustatud","Left aligned media":"Vasakule joondatud meedia","Centered media":"Keskele joondatud meedia","Right aligned media":"Paremale joondatud meedia"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'et' ]: { dictionary, getPluralForm } } = {"et":{"dictionary":{"media widget":"meedia vidin","Media URL":"Meedia URL","Paste the media URL in the input.":"Aseta meedia URL sisendi lahtrisse.","Tip: Paste the URL into the content to embed faster.":"Vihje: asetades meedia URLi otse sisusse saab selle lisada kiiremini.","The URL must not be empty.":"URL-i lahter ei tohi olla tühi.","This media URL is not supported.":"See meedia URL pole toetatud.","Insert media":"Sisesta meedia","Media":"Sisu","Media toolbar":"Meedia tööriistariba","Open media in new tab":"Avage meedia uuel vahekaardil","Media embed":"Meedium manustatud","Left aligned media":"Vasakule joondatud meedia","Centered media":"Keskele joondatud meedia","Right aligned media":"Paremale joondatud meedia","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'et' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'et' ].dictionary = Object.assign( e[ 'et' ].dictionary, dictionary );
|
|
10
10
|
e[ 'et' ].getPluralForm = getPluralForm;
|
package/dist/translations/eu.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"eu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"eu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'eu' ]: { dictionary, getPluralForm } } = {"eu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'eu' ]: { dictionary, getPluralForm } } = {"eu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'eu' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'eu' ].dictionary = Object.assign( e[ 'eu' ].dictionary, dictionary );
|
|
10
10
|
e[ 'eu' ].getPluralForm = getPluralForm;
|
package/dist/translations/fa.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"fa":{"dictionary":{"media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media":"","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return 0;}}}
|
|
5
|
+
export default {"fa":{"dictionary":{"media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media":"","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media":"","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return 0;}}};
|
|
7
|
+
const { [ 'fa' ]: { dictionary, getPluralForm } } = {"fa":{"dictionary":{"media widget":"ویجت رسانه","Media URL":"آدرس اینترنتی رسانه","Paste the media URL in the input.":"آدرس رسانه را در ورودی قرار دهید","Tip: Paste the URL into the content to embed faster.":"نکته : آدرس را در محتوا قراردهید تا سریع تر جاسازی شود","The URL must not be empty.":"آدرس اینترنتی URL نباید خالی باشد.","This media URL is not supported.":"این آدرس اینترنتی رسانه پشتیبانی نمیشود","Insert media":"وارد کردن رسانه","Media":"","Media toolbar":"نوارابزار رسانه","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return 0;}}};
|
|
8
8
|
e[ 'fa' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'fa' ].dictionary = Object.assign( e[ 'fa' ].dictionary, dictionary );
|
|
10
10
|
e[ 'fa' ].getPluralForm = getPluralForm;
|
package/dist/translations/fi.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"fi":{"dictionary":{"media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media":"Media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Media embed":"Median upotus","Left aligned media":"Vasemmalle tasattu media","Centered media":"Keskitetty media","Right aligned media":"Oikealle tasattu media"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"fi":{"dictionary":{"media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media":"Media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Media embed":"Median upotus","Left aligned media":"Vasemmalle tasattu media","Centered media":"Keskitetty media","Right aligned media":"Oikealle tasattu media","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'fi' ]: { dictionary, getPluralForm } } = {"fi":{"dictionary":{"media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media":"Media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Media embed":"Median upotus","Left aligned media":"Vasemmalle tasattu media","Centered media":"Keskitetty media","Right aligned media":"Oikealle tasattu media"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'fi' ]: { dictionary, getPluralForm } } = {"fi":{"dictionary":{"media widget":"mediawidget","Media URL":"Media-URL","Paste the media URL in the input.":"Liitä media-URL syötteeseen.","Tip: Paste the URL into the content to embed faster.":"Vinkki: liitä URL sisältöön upottaaksesi sen nopeammin.","The URL must not be empty.":"URL-osoite ei voi olla tyhjä.","This media URL is not supported.":"Tätä media-URLia ei tueta.","Insert media":"Liitä media","Media":"Media","Media toolbar":"Median työkalupalkki","Open media in new tab":"Avaa media uudessa välilehdessä","Media embed":"Median upotus","Left aligned media":"Vasemmalle tasattu media","Centered media":"Keskitetty media","Right aligned media":"Oikealle tasattu media","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'fi' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'fi' ].dictionary = Object.assign( e[ 'fi' ].dictionary, dictionary );
|
|
10
10
|
e[ 'fi' ].getPluralForm = getPluralForm;
|
package/dist/translations/fr.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"fr":{"dictionary":{"media widget":"Widget média","Media URL":"URL de média","Paste the media URL in the input.":"Coller l'URL du média","Tip: Paste the URL into the content to embed faster.":"Astuce : Copier l'URL du média dans le contenu pour l'insérer plus rapidement","The URL must not be empty.":"L'URL ne doit pas être vide.","This media URL is not supported.":"Cette URL de média n'est pas supportée.","Insert media":"Insérer un média","Media":"Média","Media toolbar":"Barre d'outils des médias","Open media in new tab":"Ouvrir le média dans un nouvel onglet","Media embed":"Intégration de médias","Left aligned media":"Médias alignés à gauche","Centered media":"Médias alignés au centre","Right aligned media":"Médias alignés à droite"},getPluralForm(n){return (n <= -2 || n >= 2);}}}
|
|
5
|
+
export default {"fr":{"dictionary":{"media widget":"Widget média","Media URL":"URL de média","Paste the media URL in the input.":"Coller l'URL du média","Tip: Paste the URL into the content to embed faster.":"Astuce : Copier l'URL du média dans le contenu pour l'insérer plus rapidement","The URL must not be empty.":"L'URL ne doit pas être vide.","This media URL is not supported.":"Cette URL de média n'est pas supportée.","Insert media":"Insérer un média","Media":"Média","Media toolbar":"Barre d'outils des médias","Open media in new tab":"Ouvrir le média dans un nouvel onglet","Media embed":"Intégration de médias","Left aligned media":"Médias alignés à gauche","Centered media":"Médias alignés au centre","Right aligned media":"Médias alignés à droite","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n <= -2 || n >= 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"media widget":"Widget média","Media URL":"URL de média","Paste the media URL in the input.":"Coller l'URL du média","Tip: Paste the URL into the content to embed faster.":"Astuce : Copier l'URL du média dans le contenu pour l'insérer plus rapidement","The URL must not be empty.":"L'URL ne doit pas être vide.","This media URL is not supported.":"Cette URL de média n'est pas supportée.","Insert media":"Insérer un média","Media":"Média","Media toolbar":"Barre d'outils des médias","Open media in new tab":"Ouvrir le média dans un nouvel onglet","Media embed":"Intégration de médias","Left aligned media":"Médias alignés à gauche","Centered media":"Médias alignés au centre","Right aligned media":"Médias alignés à droite"},getPluralForm(n){return (n <= -2 || n >= 2);}}};
|
|
7
|
+
const { [ 'fr' ]: { dictionary, getPluralForm } } = {"fr":{"dictionary":{"media widget":"Widget média","Media URL":"URL de média","Paste the media URL in the input.":"Coller l'URL du média","Tip: Paste the URL into the content to embed faster.":"Astuce : Copier l'URL du média dans le contenu pour l'insérer plus rapidement","The URL must not be empty.":"L'URL ne doit pas être vide.","This media URL is not supported.":"Cette URL de média n'est pas supportée.","Insert media":"Insérer un média","Media":"Média","Media toolbar":"Barre d'outils des médias","Open media in new tab":"Ouvrir le média dans un nouvel onglet","Media embed":"Intégration de médias","Left aligned media":"Médias alignés à gauche","Centered media":"Médias alignés au centre","Right aligned media":"Médias alignés à droite","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n <= -2 || n >= 2);}}};
|
|
8
8
|
e[ 'fr' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'fr' ].dictionary = Object.assign( e[ 'fr' ].dictionary, dictionary );
|
|
10
10
|
e[ 'fr' ].getPluralForm = getPluralForm;
|
package/dist/translations/gl.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"gl":{"dictionary":{"media widget":"Trebello multimedia","Media URL":"URL multimedia","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Insert media":"Inserir elemento multimedia","Media":"Elemento multimedia","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"gl":{"dictionary":{"media widget":"Trebello multimedia","Media URL":"URL multimedia","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Insert media":"Inserir elemento multimedia","Media":"Elemento multimedia","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"media widget":"Trebello multimedia","Media URL":"URL multimedia","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Insert media":"Inserir elemento multimedia","Media":"Elemento multimedia","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"media widget":"Trebello multimedia","Media URL":"URL multimedia","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Insert media":"Inserir elemento multimedia","Media":"Elemento multimedia","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'gl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'gl' ].dictionary = Object.assign( e[ 'gl' ].dictionary, dictionary );
|
|
10
10
|
e[ 'gl' ].getPluralForm = getPluralForm;
|
package/dist/translations/gu.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"gu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"gu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'gu' ]: { dictionary, getPluralForm } } = {"gu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'gu' ]: { dictionary, getPluralForm } } = {"gu":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'gu' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'gu' ].dictionary = Object.assign( e[ 'gu' ].dictionary, dictionary );
|
|
10
10
|
e[ 'gu' ].getPluralForm = getPluralForm;
|
package/dist/translations/he.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"he":{"dictionary":{"media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media":"מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Media embed":"הטמעת מדיה","Left aligned media":"יישור מדיה לשמאל","Centered media":"מדיה במרכז","Right aligned media":"יישור מדיה לימין"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"he":{"dictionary":{"media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media":"מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Media embed":"הטמעת מדיה","Left aligned media":"יישור מדיה לשמאל","Centered media":"מדיה במרכז","Right aligned media":"יישור מדיה לימין","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media":"מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Media embed":"הטמעת מדיה","Left aligned media":"יישור מדיה לשמאל","Centered media":"מדיה במרכז","Right aligned media":"יישור מדיה לימין"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'he' ]: { dictionary, getPluralForm } } = {"he":{"dictionary":{"media widget":"יישומון מדיה","Media URL":"כתובת URL של מדיה","Paste the media URL in the input.":"הדביקו את כתובת ה-URL של המדיה בקלט.","Tip: Paste the URL into the content to embed faster.":"טיפ: הדביקו את כתובת ה-URL לתוך התוכן כדי להטמיע מהר יותר.","The URL must not be empty.":"כתובת URL לא יכולה להיות ריקה.","This media URL is not supported.":"כתובת ה-URL של מדיה זו אינה נתמכת.","Insert media":"הכנס מדיה","Media":"מדיה","Media toolbar":"סרגל כלים של מדיה","Open media in new tab":"פתח מדיה בכרטיסיה חדשה","Media embed":"הטמעת מדיה","Left aligned media":"יישור מדיה לשמאל","Centered media":"מדיה במרכז","Right aligned media":"יישור מדיה לימין","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'he' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'he' ].dictionary = Object.assign( e[ 'he' ].dictionary, dictionary );
|
|
10
10
|
e[ 'he' ].getPluralForm = getPluralForm;
|
package/dist/translations/hi.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"hi":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"मीडिया","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Media embed":"मीडिया एंबेड","Left aligned media":"बाईं ओर संरेखित मीडिया","Centered media":"केंद्रित मीडिया","Right aligned media":"दाईं ओर संरेखित मीडिया"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"hi":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"मीडिया","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Media embed":"मीडिया एंबेड","Left aligned media":"बाईं ओर संरेखित मीडिया","Centered media":"केंद्रित मीडिया","Right aligned media":"दाईं ओर संरेखित मीडिया","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'hi' ]: { dictionary, getPluralForm } } = {"hi":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"मीडिया","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Media embed":"मीडिया एंबेड","Left aligned media":"बाईं ओर संरेखित मीडिया","Centered media":"केंद्रित मीडिया","Right aligned media":"दाईं ओर संरेखित मीडिया"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'hi' ]: { dictionary, getPluralForm } } = {"hi":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Paste the media URL in the input.","Tip: Paste the URL into the content to embed faster.":"Tip: Paste the URL into the content to embed faster.","The URL must not be empty.":"The URL must not be empty.","This media URL is not supported.":"This media URL is not supported.","Insert media":"Insert media","Media":"मीडिया","Media toolbar":"Media toolbar","Open media in new tab":"नए टैब में मीडिया खोलें","Media embed":"मीडिया एंबेड","Left aligned media":"बाईं ओर संरेखित मीडिया","Centered media":"केंद्रित मीडिया","Right aligned media":"दाईं ओर संरेखित मीडिया","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'hi' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'hi' ].dictionary = Object.assign( e[ 'hi' ].dictionary, dictionary );
|
|
10
10
|
e[ 'hi' ].getPluralForm = getPluralForm;
|
package/dist/translations/hr.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"hr":{"dictionary":{"media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media":"","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
5
|
+
export default {"hr":{"dictionary":{"media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media":"","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},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 { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media":"","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
7
|
+
const { [ 'hr' ]: { dictionary, getPluralForm } } = {"hr":{"dictionary":{"media widget":"dodatak za medije","Media URL":"URL medija","Paste the media URL in the input.":"Zalijepi URL medija u ulaz.","Tip: Paste the URL into the content to embed faster.":"Natuknica: Za brže ugrađivanje zalijepite URL u sadržaj.","The URL must not be empty.":"URL ne smije biti prazan.","This media URL is not supported.":"URL nije podržan.","Insert media":"Ubaci medij","Media":"","Media toolbar":"Traka za medije","Open media in new tab":"Otvori medije u novoj kartici","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},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[ 'hr' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'hr' ].dictionary = Object.assign( e[ 'hr' ].dictionary, dictionary );
|
|
10
10
|
e[ 'hr' ].getPluralForm = getPluralForm;
|
package/dist/translations/hu.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"hu":{"dictionary":{"media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media":"Média","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Media embed":"Média beágyazása","Left aligned media":"Balra igazított média","Centered media":"Középre igazított média","Right aligned media":"Jobbra igazított média"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"hu":{"dictionary":{"media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media":"Média","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Media embed":"Média beágyazása","Left aligned media":"Balra igazított média","Centered media":"Középre igazított média","Right aligned media":"Jobbra igazított média","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'hu' ]: { dictionary, getPluralForm } } = {"hu":{"dictionary":{"media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media":"Média","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Media embed":"Média beágyazása","Left aligned media":"Balra igazított média","Centered media":"Középre igazított média","Right aligned media":"Jobbra igazított média"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'hu' ]: { dictionary, getPluralForm } } = {"hu":{"dictionary":{"media widget":"Média widget","Media URL":"Média URL","Paste the media URL in the input.":"Illessze be a média URL-jét.","Tip: Paste the URL into the content to embed faster.":"Tipp: Illessze be a média URL-jét a tartalomba.","The URL must not be empty.":"Az URL nem lehet üres.","This media URL is not supported.":"Ez a média URL típus nem támogatott.","Insert media":"Média beszúrása","Media":"Média","Media toolbar":"Média eszköztár","Open media in new tab":"Nyissa meg a médiát új lapon","Media embed":"Média beágyazása","Left aligned media":"Balra igazított média","Centered media":"Középre igazított média","Right aligned media":"Jobbra igazított média","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'hu' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'hu' ].dictionary = Object.assign( e[ 'hu' ].dictionary, dictionary );
|
|
10
10
|
e[ 'hu' ].getPluralForm = getPluralForm;
|
package/dist/translations/hy.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"hy":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"hy":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'hy' ]: { dictionary, getPluralForm } } = {"hy":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":""},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'hy' ]: { dictionary, getPluralForm } } = {"hy":{"dictionary":{"media widget":"","Media URL":"","Paste the media URL in the input.":"","Tip: Paste the URL into the content to embed faster.":"","The URL must not be empty.":"","This media URL is not supported.":"","Insert media":"","Media":"","Media toolbar":"","Open media in new tab":"","Media embed":"","Left aligned media":"","Centered media":"","Right aligned media":"","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'hy' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'hy' ].dictionary = Object.assign( e[ 'hy' ].dictionary, dictionary );
|
|
10
10
|
e[ 'hy' ].getPluralForm = getPluralForm;
|
package/dist/translations/id.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"id":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media":"Media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Media embed":"Sematkan media","Left aligned media":"Media rata kiri","Centered media":"Media tengah","Right aligned media":"Media rata kanan"},getPluralForm(n){return 0;}}}
|
|
5
|
+
export default {"id":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media":"Media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Media embed":"Sematkan media","Left aligned media":"Media rata kiri","Centered media":"Media tengah","Right aligned media":"Media rata kanan","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media":"Media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Media embed":"Sematkan media","Left aligned media":"Media rata kiri","Centered media":"Media tengah","Right aligned media":"Media rata kanan"},getPluralForm(n){return 0;}}};
|
|
7
|
+
const { [ 'id' ]: { dictionary, getPluralForm } } = {"id":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tempelkan URL ke dalam bidang masukan.","Tip: Paste the URL into the content to embed faster.":"Tip: Tempelkan URL ke bagian konten untuk sisip cepat.","The URL must not be empty.":"URL tidak boleh kosong.","This media URL is not supported.":"URL media ini tidak didukung.","Insert media":"Sisipkan media","Media":"Media","Media toolbar":"Alat media","Open media in new tab":"Buka media di tab baru","Media embed":"Sematkan media","Left aligned media":"Media rata kiri","Centered media":"Media tengah","Right aligned media":"Media rata kanan","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return 0;}}};
|
|
8
8
|
e[ 'id' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, dictionary );
|
|
10
10
|
e[ 'id' ].getPluralForm = getPluralForm;
|
package/dist/translations/it.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"it":{"dictionary":{"media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media":"Media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Media embed":"Incorporamento multimediale","Left aligned media":"Media allineati a sinistra","Centered media":"Media centrati","Right aligned media":"Media allineati a destra"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"it":{"dictionary":{"media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media":"Media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Media embed":"Incorporamento multimediale","Left aligned media":"Media allineati a sinistra","Centered media":"Media centrati","Right aligned media":"Media allineati a destra","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media":"Media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Media embed":"Incorporamento multimediale","Left aligned media":"Media allineati a sinistra","Centered media":"Media centrati","Right aligned media":"Media allineati a destra"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"media widget":"widget media","Media URL":"URL media","Paste the media URL in the input.":"Incolla l'URL del file multimediale nell'input.","Tip: Paste the URL into the content to embed faster.":"Consiglio: incolla l'URL nel contenuto per un'incorporazione più veloce.","The URL must not be empty.":"L'URL non può essere vuoto.","This media URL is not supported.":"Questo URL di file multimediali non è supportato.","Insert media":"Inserisci media","Media":"Media","Media toolbar":"Barra degli strumenti degli elementi multimediali","Open media in new tab":"Apri media in nuova scheda","Media embed":"Incorporamento multimediale","Left aligned media":"Media allineati a sinistra","Centered media":"Media centrati","Right aligned media":"Media allineati a destra","Resize media":"","Resize media to %0":"","Resize media to the original size":"","Resize media (in %0)":"","Custom media size":"","Media resize list":"","Media Resize":""},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;
|