@ckeditor/ckeditor5-media-embed 48.2.0 → 48.3.0-alpha.1
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
package/dist/translations/ja.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 {"ja":{"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 0;}}}
|
|
5
|
+
export default {"ja":{"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 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"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 0;}}};
|
|
7
|
+
const { [ 'ja' ]: { dictionary, getPluralForm } } = {"ja":{"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 0;}}};
|
|
8
8
|
e[ 'ja' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ja' ].dictionary = Object.assign( e[ 'ja' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ja' ].getPluralForm = getPluralForm;
|
package/dist/translations/jv.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 {"jv":{"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 !== 0);}}}
|
|
5
|
+
export default {"jv":{"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 !== 0);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"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 !== 0);}}};
|
|
7
|
+
const { [ 'jv' ]: { dictionary, getPluralForm } } = {"jv":{"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 !== 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;
|
package/dist/translations/kk.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 {"kk":{"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 {"kk":{"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 { [ 'kk' ]: { dictionary, getPluralForm } } = {"kk":{"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 { [ 'kk' ]: { dictionary, getPluralForm } } = {"kk":{"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[ 'kk' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'kk' ].dictionary = Object.assign( e[ 'kk' ].dictionary, dictionary );
|
|
10
10
|
e[ 'kk' ].getPluralForm = getPluralForm;
|
package/dist/translations/km.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 {"km":{"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 0;}}}
|
|
5
|
+
export default {"km":{"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 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'km' ]: { dictionary, getPluralForm } } = {"km":{"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 0;}}};
|
|
7
|
+
const { [ 'km' ]: { dictionary, getPluralForm } } = {"km":{"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 0;}}};
|
|
8
8
|
e[ 'km' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'km' ].dictionary = Object.assign( e[ 'km' ].dictionary, dictionary );
|
|
10
10
|
e[ 'km' ].getPluralForm = getPluralForm;
|
package/dist/translations/kn.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 {"kn":{"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 {"kn":{"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 { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"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 { [ 'kn' ]: { dictionary, getPluralForm } } = {"kn":{"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[ 'kn' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'kn' ].dictionary = Object.assign( e[ 'kn' ].dictionary, dictionary );
|
|
10
10
|
e[ 'kn' ].getPluralForm = getPluralForm;
|
package/dist/translations/ko.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 {"ko":{"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 0;}}}
|
|
5
|
+
export default {"ko":{"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 0;}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"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 0;}}};
|
|
7
|
+
const { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"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 0;}}};
|
|
8
8
|
e[ 'ko' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ko' ].dictionary = Object.assign( e[ 'ko' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ko' ].getPluralForm = getPluralForm;
|
package/dist/translations/ku.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 {"ku":{"dictionary":{"media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","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 {"ku":{"dictionary":{"media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","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 { [ 'ku' ]: { dictionary, getPluralForm } } = {"ku":{"dictionary":{"media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","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 { [ 'ku' ]: { dictionary, getPluralForm } } = {"ku":{"dictionary":{"media widget":"ویدجێتتی مێدیا","Media URL":"بەستەری مێدیا","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.":"پێویستە بەستەر بەتاڵ نەبێت.","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[ 'ku' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ku' ].dictionary = Object.assign( e[ 'ku' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ku' ].getPluralForm = getPluralForm;
|
package/dist/translations/lt.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 {"lt":{"dictionary":{"media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media":"Medija","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Media embed":"Medijos įterpimas","Left aligned media":"Kairėje pusėje lygiuota medija","Centered media":"Centrinė medijos lygiuotė","Right aligned media":"Dešinėje pusėje lygiuota medija"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
5
|
+
export default {"lt":{"dictionary":{"media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media":"Medija","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Media embed":"Medijos įterpimas","Left aligned media":"Kairėje pusėje lygiuota medija","Centered media":"Centrinė medijos lygiuotė","Right aligned media":"Dešinėje pusėje lygiuota medija","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 % 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":{"media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media":"Medija","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Media embed":"Medijos įterpimas","Left aligned media":"Kairėje pusėje lygiuota medija","Centered media":"Centrinė medijos lygiuotė","Right aligned media":"Dešinėje pusėje lygiuota medija"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
7
|
+
const { [ 'lt' ]: { dictionary, getPluralForm } } = {"lt":{"dictionary":{"media widget":"media valdiklis","Media URL":"Media URL","Paste the media URL in the input.":"Įklijuokite media URL adresą į įvedimo lauką.","Tip: Paste the URL into the content to embed faster.":"Patarimas: norėdami greičiau įterpti media tiesiog įklijuokite URL į turinį.","The URL must not be empty.":"URL negali būti tuščias.","This media URL is not supported.":"Šis media URL yra nepalaikomas.","Insert media":"Įterpkite media","Media":"Medija","Media toolbar":"Medijų įrankių juosta","Open media in new tab":"Atidaryti mediją naujame skirtuke","Media embed":"Medijos įterpimas","Left aligned media":"Kairėje pusėje lygiuota medija","Centered media":"Centrinė medijos lygiuotė","Right aligned media":"Dešinėje pusėje lygiuota medija","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 % 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-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 {"lv":{"dictionary":{"media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media":"Ievietot, izmantojot plašsaziņas līdzekļus","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Media embed":"Multivides saites","Left aligned media":"Pa kreisi izlīdzināti multivides līdzekļi","Centered media":"Centrēti multivides līdzekļi","Right aligned media":"Pa labi izlīdzināti multivides līdzekļi"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}}
|
|
5
|
+
export default {"lv":{"dictionary":{"media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media":"Ievietot, izmantojot plašsaziņas līdzekļus","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Media embed":"Multivides saites","Left aligned media":"Pa kreisi izlīdzināti multivides līdzekļi","Centered media":"Centrēti multivides līdzekļi","Right aligned media":"Pa labi izlīdzināti multivides līdzekļi","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 != 0 ? 1 : 2);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media":"Ievietot, izmantojot plašsaziņas līdzekļus","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Media embed":"Multivides saites","Left aligned media":"Pa kreisi izlīdzināti multivides līdzekļi","Centered media":"Centrēti multivides līdzekļi","Right aligned media":"Pa labi izlīdzināti multivides līdzekļi"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n != 0 ? 1 : 2);}}};
|
|
7
|
+
const { [ 'lv' ]: { dictionary, getPluralForm } } = {"lv":{"dictionary":{"media widget":"medija sīkrīks","Media URL":"Medija URL","Paste the media URL in the input.":"Ielīmējiet medija URL teksta laukā.","Tip: Paste the URL into the content to embed faster.":"Padoms: Ielīmējiet adresi saturā, lai iegultu","The URL must not be empty.":"URL ir jābūt ievadītam.","This media URL is not supported.":"Šis medija URL netiek atbalstīts.","Insert media":"Ievietot mediju","Media":"Ievietot, izmantojot plašsaziņas līdzekļus","Media toolbar":"Mediju rīkjosla","Open media in new tab":"Atvērt mediju jaunā cilnē","Media embed":"Multivides saites","Left aligned media":"Pa kreisi izlīdzināti multivides līdzekļi","Centered media":"Centrēti multivides līdzekļi","Right aligned media":"Pa labi izlīdzināti multivides līdzekļi","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 != 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;
|
package/dist/translations/ms.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 {"ms":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media":"Media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Media embed":"Benam media","Left aligned media":"Media yang dijajar ke kiri","Centered media":"Media berpusat","Right aligned media":"Media sejajar kanan"},getPluralForm(n){return 0;}}}
|
|
5
|
+
export default {"ms":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media":"Media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Media embed":"Benam media","Left aligned media":"Media yang dijajar ke kiri","Centered media":"Media berpusat","Right aligned media":"Media sejajar 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 { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media":"Media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Media embed":"Benam media","Left aligned media":"Media yang dijajar ke kiri","Centered media":"Media berpusat","Right aligned media":"Media sejajar kanan"},getPluralForm(n){return 0;}}};
|
|
7
|
+
const { [ 'ms' ]: { dictionary, getPluralForm } } = {"ms":{"dictionary":{"media widget":"widget media","Media URL":"URL Media","Paste the media URL in the input.":"Tampal URL media dalam input.","Tip: Paste the URL into the content to embed faster.":"Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.","The URL must not be empty.":"URL tidak boleh ditinggalkan kosong.","This media URL is not supported.":"URL media ini tidak disokong.","Insert media":"Masukkan media","Media":"Media","Media toolbar":"Bar alat capaian media","Open media in new tab":"Buka media dalam tab baru","Media embed":"Benam media","Left aligned media":"Media yang dijajar ke kiri","Centered media":"Media berpusat","Right aligned media":"Media sejajar 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[ 'ms' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ms' ].dictionary = Object.assign( e[ 'ms' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ms' ].getPluralForm = getPluralForm;
|
package/dist/translations/nb.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 {"nb":{"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 {"nb":{"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 { [ 'nb' ]: { dictionary, getPluralForm } } = {"nb":{"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 { [ 'nb' ]: { dictionary, getPluralForm } } = {"nb":{"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[ 'nb' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'nb' ].dictionary = Object.assign( e[ 'nb' ].dictionary, dictionary );
|
|
10
10
|
e[ 'nb' ].getPluralForm = getPluralForm;
|
package/dist/translations/ne.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 {"ne":{"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 {"ne":{"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 { [ 'ne' ]: { dictionary, getPluralForm } } = {"ne":{"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 { [ 'ne' ]: { dictionary, getPluralForm } } = {"ne":{"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[ 'ne' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ne' ].dictionary = Object.assign( e[ 'ne' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ne' ].getPluralForm = getPluralForm;
|
package/dist/translations/nl.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 {"nl":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Plak de media URL in het invoerveld.","Tip: Paste the URL into the content to embed faster.":"Tip: plak de URL in de inhoud om deze sneller in te laten sluiten.","The URL must not be empty.":"De URL mag niet leeg zijn.","This media URL is not supported.":"Deze media URL wordt niet ondersteund.","Insert media":"Voer media in","Media":"Media","Media toolbar":"Media werkbalk","Open media in new tab":"Open media in nieuw tabblad","Media embed":"Media insluiten","Left aligned media":"Links uitgelijnde media","Centered media":"Gecentreerde media","Right aligned media":"Rechts uitgelijnde media"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"nl":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Plak de media URL in het invoerveld.","Tip: Paste the URL into the content to embed faster.":"Tip: plak de URL in de inhoud om deze sneller in te laten sluiten.","The URL must not be empty.":"De URL mag niet leeg zijn.","This media URL is not supported.":"Deze media URL wordt niet ondersteund.","Insert media":"Voer media in","Media":"Media","Media toolbar":"Media werkbalk","Open media in new tab":"Open media in nieuw tabblad","Media embed":"Media insluiten","Left aligned media":"Links uitgelijnde media","Centered media":"Gecentreerde media","Right aligned media":"Rechts uitgelijnde 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 { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Plak de media URL in het invoerveld.","Tip: Paste the URL into the content to embed faster.":"Tip: plak de URL in de inhoud om deze sneller in te laten sluiten.","The URL must not be empty.":"De URL mag niet leeg zijn.","This media URL is not supported.":"Deze media URL wordt niet ondersteund.","Insert media":"Voer media in","Media":"Media","Media toolbar":"Media werkbalk","Open media in new tab":"Open media in nieuw tabblad","Media embed":"Media insluiten","Left aligned media":"Links uitgelijnde media","Centered media":"Gecentreerde media","Right aligned media":"Rechts uitgelijnde media"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'nl' ]: { dictionary, getPluralForm } } = {"nl":{"dictionary":{"media widget":"media widget","Media URL":"Media URL","Paste the media URL in the input.":"Plak de media URL in het invoerveld.","Tip: Paste the URL into the content to embed faster.":"Tip: plak de URL in de inhoud om deze sneller in te laten sluiten.","The URL must not be empty.":"De URL mag niet leeg zijn.","This media URL is not supported.":"Deze media URL wordt niet ondersteund.","Insert media":"Voer media in","Media":"Media","Media toolbar":"Media werkbalk","Open media in new tab":"Open media in nieuw tabblad","Media embed":"Media insluiten","Left aligned media":"Links uitgelijnde media","Centered media":"Gecentreerde media","Right aligned media":"Rechts uitgelijnde 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[ 'nl' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'nl' ].dictionary = Object.assign( e[ 'nl' ].dictionary, dictionary );
|
|
10
10
|
e[ 'nl' ].getPluralForm = getPluralForm;
|
package/dist/translations/no.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 {"no":{"dictionary":{"media widget":"media-widget","Media URL":"Media-URL","Paste the media URL in the input.":"Lim inn media URL ","Tip: Paste the URL into the content to embed faster.":"Tips: lim inn URL i innhold for bedre hastighet ","The URL must not be empty.":"URL-en kan ikke være tom.","This media URL is not supported.":"Denne media-URL-en er ikke støttet.","Insert media":"Sett inn media","Media":"Medier","Media toolbar":"Media verktøy ","Open media in new tab":"Åpne media i ny fane","Media embed":"Medieinnbygging","Left aligned media":"Venstrejustert innhold","Centered media":"Sentrert innhold","Right aligned media":"Høyrejustert innhold"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"no":{"dictionary":{"media widget":"media-widget","Media URL":"Media-URL","Paste the media URL in the input.":"Lim inn media URL ","Tip: Paste the URL into the content to embed faster.":"Tips: lim inn URL i innhold for bedre hastighet ","The URL must not be empty.":"URL-en kan ikke være tom.","This media URL is not supported.":"Denne media-URL-en er ikke støttet.","Insert media":"Sett inn media","Media":"Medier","Media toolbar":"Media verktøy ","Open media in new tab":"Åpne media i ny fane","Media embed":"Medieinnbygging","Left aligned media":"Venstrejustert innhold","Centered media":"Sentrert innhold","Right aligned media":"Høyrejustert innhold","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 { [ 'no' ]: { dictionary, getPluralForm } } = {"no":{"dictionary":{"media widget":"media-widget","Media URL":"Media-URL","Paste the media URL in the input.":"Lim inn media URL ","Tip: Paste the URL into the content to embed faster.":"Tips: lim inn URL i innhold for bedre hastighet ","The URL must not be empty.":"URL-en kan ikke være tom.","This media URL is not supported.":"Denne media-URL-en er ikke støttet.","Insert media":"Sett inn media","Media":"Medier","Media toolbar":"Media verktøy ","Open media in new tab":"Åpne media i ny fane","Media embed":"Medieinnbygging","Left aligned media":"Venstrejustert innhold","Centered media":"Sentrert innhold","Right aligned media":"Høyrejustert innhold"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'no' ]: { dictionary, getPluralForm } } = {"no":{"dictionary":{"media widget":"media-widget","Media URL":"Media-URL","Paste the media URL in the input.":"Lim inn media URL ","Tip: Paste the URL into the content to embed faster.":"Tips: lim inn URL i innhold for bedre hastighet ","The URL must not be empty.":"URL-en kan ikke være tom.","This media URL is not supported.":"Denne media-URL-en er ikke støttet.","Insert media":"Sett inn media","Media":"Medier","Media toolbar":"Media verktøy ","Open media in new tab":"Åpne media i ny fane","Media embed":"Medieinnbygging","Left aligned media":"Venstrejustert innhold","Centered media":"Sentrert innhold","Right aligned media":"Høyrejustert innhold","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[ 'no' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'no' ].dictionary = Object.assign( e[ 'no' ].dictionary, dictionary );
|
|
10
10
|
e[ 'no' ].getPluralForm = getPluralForm;
|
package/dist/translations/oc.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 {"oc":{"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 {"oc":{"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 { [ 'oc' ]: { dictionary, getPluralForm } } = {"oc":{"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 { [ 'oc' ]: { dictionary, getPluralForm } } = {"oc":{"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[ 'oc' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'oc' ].dictionary = Object.assign( e[ 'oc' ].dictionary, dictionary );
|
|
10
10
|
e[ 'oc' ].getPluralForm = getPluralForm;
|
package/dist/translations/pl.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 {"pl":{"dictionary":{"media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media":"Nośniki","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Media embed":"Osadzanie multimediów","Left aligned media":"Multimedia wyrównane do lewej","Centered media":"Multimedia wyśrodkowane","Right aligned media":"Multimedia wyrównane do prawej"},getPluralForm(n){return (n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
5
|
+
export default {"pl":{"dictionary":{"media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media":"Nośniki","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Media embed":"Osadzanie multimediów","Left aligned media":"Multimedia wyrównane do lewej","Centered media":"Multimedia wyśrodkowane","Right aligned media":"Multimedia wyrównane do prawej","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 ? 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":{"media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media":"Nośniki","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Media embed":"Osadzanie multimediów","Left aligned media":"Multimedia wyrównane do lewej","Centered media":"Multimedia wyśrodkowane","Right aligned media":"Multimedia wyrównane do prawej"},getPluralForm(n){return (n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
7
|
+
const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media":"Nośniki","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Media embed":"Osadzanie multimediów","Left aligned media":"Multimedia wyrównane do lewej","Centered media":"Multimedia wyśrodkowane","Right aligned media":"Multimedia wyrównane do prawej","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 ? 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-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 {"pt-br":{"dictionary":{"media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media":"Mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Media embed":"Incorporar elemento de mídia","Left aligned media":"Mídia alinhada à esquerda","Centered media":"Mídia centralizada","Right aligned media":"Mídia alinhada à direita"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"pt-br":{"dictionary":{"media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media":"Mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Media embed":"Incorporar elemento de mídia","Left aligned media":"Mídia alinhada à esquerda","Centered media":"Mídia centralizada","Right aligned media":"Mídia alinhada à direita","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 { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media":"Mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Media embed":"Incorporar elemento de mídia","Left aligned media":"Mídia alinhada à esquerda","Centered media":"Mídia centralizada","Right aligned media":"Mídia alinhada à direita"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media":"Mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Media embed":"Incorporar elemento de mídia","Left aligned media":"Mídia alinhada à esquerda","Centered media":"Mídia centralizada","Right aligned media":"Mídia alinhada à direita","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[ '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-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 {"pt":{"dictionary":{"media widget":"Miniaplicação de media","Media URL":"URL de media","Paste the media URL in the input.":"Cole o URL de média no input.","Tip: Paste the URL into the content to embed faster.":"Dica: Cole o URL no conteúdo para incorporar mais rapidamente.","The URL must not be empty.":"O URL não pode ficar vazio.","This media URL is not supported.":"Este URL de media não é suportado.","Insert media":"Inserir media","Media":"Multimédia","Media toolbar":"Barra de ferramentas de media","Open media in new tab":"Abrir ficheiro multimédia em novo separador","Media embed":"Incorporar média","Left aligned media":"Conteúdo multimédia alinhado à esquerda","Centered media":"Conteúdo multimédia centrado","Right aligned media":"Conteúdo multimédia alinhado à direita"},getPluralForm(n){return (n != 1);}}}
|
|
5
|
+
export default {"pt":{"dictionary":{"media widget":"Miniaplicação de media","Media URL":"URL de media","Paste the media URL in the input.":"Cole o URL de média no input.","Tip: Paste the URL into the content to embed faster.":"Dica: Cole o URL no conteúdo para incorporar mais rapidamente.","The URL must not be empty.":"O URL não pode ficar vazio.","This media URL is not supported.":"Este URL de media não é suportado.","Insert media":"Inserir media","Media":"Multimédia","Media toolbar":"Barra de ferramentas de media","Open media in new tab":"Abrir ficheiro multimédia em novo separador","Media embed":"Incorporar média","Left aligned media":"Conteúdo multimédia alinhado à esquerda","Centered media":"Conteúdo multimédia centrado","Right aligned media":"Conteúdo multimédia alinhado à direita","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 { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"media widget":"Miniaplicação de media","Media URL":"URL de media","Paste the media URL in the input.":"Cole o URL de média no input.","Tip: Paste the URL into the content to embed faster.":"Dica: Cole o URL no conteúdo para incorporar mais rapidamente.","The URL must not be empty.":"O URL não pode ficar vazio.","This media URL is not supported.":"Este URL de media não é suportado.","Insert media":"Inserir media","Media":"Multimédia","Media toolbar":"Barra de ferramentas de media","Open media in new tab":"Abrir ficheiro multimédia em novo separador","Media embed":"Incorporar média","Left aligned media":"Conteúdo multimédia alinhado à esquerda","Centered media":"Conteúdo multimédia centrado","Right aligned media":"Conteúdo multimédia alinhado à direita"},getPluralForm(n){return (n != 1);}}};
|
|
7
|
+
const { [ 'pt' ]: { dictionary, getPluralForm } } = {"pt":{"dictionary":{"media widget":"Miniaplicação de media","Media URL":"URL de media","Paste the media URL in the input.":"Cole o URL de média no input.","Tip: Paste the URL into the content to embed faster.":"Dica: Cole o URL no conteúdo para incorporar mais rapidamente.","The URL must not be empty.":"O URL não pode ficar vazio.","This media URL is not supported.":"Este URL de media não é suportado.","Insert media":"Inserir media","Media":"Multimédia","Media toolbar":"Barra de ferramentas de media","Open media in new tab":"Abrir ficheiro multimédia em novo separador","Media embed":"Incorporar média","Left aligned media":"Conteúdo multimédia alinhado à esquerda","Centered media":"Conteúdo multimédia centrado","Right aligned media":"Conteúdo multimédia alinhado à direita","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[ '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-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 {"ro":{"dictionary":{"media widget":"widget media","Media URL":"Media URL","Paste the media URL in the input.":"Adaugă URL-ul media in input.","Tip: Paste the URL into the content to embed faster.":"Sugestie: adaugă URL-ul în conținut pentru a fi adăugat mai rapid.","The URL must not be empty.":"URL-ul nu trebuie să fie gol.","This media URL is not supported.":"Acest URL media nu este suportat.","Insert media":"Inserează media","Media":"Multimedia","Media toolbar":"Bară media","Open media in new tab":"Deschideți conținutul media într-o filă nouă","Media embed":"Încorporare media","Left aligned media":"Conținut media aliniat la stânga","Centered media":"Conținut media centrat","Right aligned media":"Conținut media aliniat la dreapta"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}}
|
|
5
|
+
export default {"ro":{"dictionary":{"media widget":"widget media","Media URL":"Media URL","Paste the media URL in the input.":"Adaugă URL-ul media in input.","Tip: Paste the URL into the content to embed faster.":"Sugestie: adaugă URL-ul în conținut pentru a fi adăugat mai rapid.","The URL must not be empty.":"URL-ul nu trebuie să fie gol.","This media URL is not supported.":"Acest URL media nu este suportat.","Insert media":"Inserează media","Media":"Multimedia","Media toolbar":"Bară media","Open media in new tab":"Deschideți conținutul media într-o filă nouă","Media embed":"Încorporare media","Left aligned media":"Conținut media aliniat la stânga","Centered media":"Conținut media centrat","Right aligned media":"Conținut media aliniat la dreapta","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 ? 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":{"media widget":"widget media","Media URL":"Media URL","Paste the media URL in the input.":"Adaugă URL-ul media in input.","Tip: Paste the URL into the content to embed faster.":"Sugestie: adaugă URL-ul în conținut pentru a fi adăugat mai rapid.","The URL must not be empty.":"URL-ul nu trebuie să fie gol.","This media URL is not supported.":"Acest URL media nu este suportat.","Insert media":"Inserează media","Media":"Multimedia","Media toolbar":"Bară media","Open media in new tab":"Deschideți conținutul media într-o filă nouă","Media embed":"Încorporare media","Left aligned media":"Conținut media aliniat la stânga","Centered media":"Conținut media centrat","Right aligned media":"Conținut media aliniat la dreapta"},getPluralForm(n){return (n == 1 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}};
|
|
7
|
+
const { [ 'ro' ]: { dictionary, getPluralForm } } = {"ro":{"dictionary":{"media widget":"widget media","Media URL":"Media URL","Paste the media URL in the input.":"Adaugă URL-ul media in input.","Tip: Paste the URL into the content to embed faster.":"Sugestie: adaugă URL-ul în conținut pentru a fi adăugat mai rapid.","The URL must not be empty.":"URL-ul nu trebuie să fie gol.","This media URL is not supported.":"Acest URL media nu este suportat.","Insert media":"Inserează media","Media":"Multimedia","Media toolbar":"Bară media","Open media in new tab":"Deschideți conținutul media într-o filă nouă","Media embed":"Încorporare media","Left aligned media":"Conținut media aliniat la stânga","Centered media":"Conținut media centrat","Right aligned media":"Conținut media aliniat la dreapta","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 ? 0 : (n == 0 || (n % 100 > 0 && n % 100 < 20)) ? 1 : 2);}}};
|
|
8
8
|
e[ 'ro' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ro' ].dictionary = Object.assign( e[ 'ro' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ro' ].getPluralForm = getPluralForm;
|
package/dist/translations/ru.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"ru":{"dictionary":{"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 % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
|
5
|
+
export default {"ru":{"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 % 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":{"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 % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
7
|
+
const { [ 'ru' ]: { dictionary, getPluralForm } } = {"ru":{"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 % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
|
8
8
|
e[ 'ru' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ru' ].dictionary = Object.assign( e[ 'ru' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ru' ].getPluralForm = getPluralForm;
|
package/dist/translations/si.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"si":{"dictionary":{"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 {"si":{"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 { [ 'si' ]: { dictionary, getPluralForm } } = {"si":{"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 { [ 'si' ]: { dictionary, getPluralForm } } = {"si":{"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[ 'si' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'si' ].dictionary = Object.assign( e[ 'si' ].dictionary, dictionary );
|
|
10
10
|
e[ 'si' ].getPluralForm = getPluralForm;
|
package/dist/translations/sk.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
export default {"sk":{"dictionary":{"media widget":"Nástroj pre médiá","Media URL":"URL média","Paste the media URL in the input.":"Vložte URL média.","Tip: Paste the URL into the content to embed faster.":"Tip: URL adresu média vložte do obsahu.","The URL must not be empty.":"Musíte zadať URL.","This media URL is not supported.":"URL média nie je podporovaná.","Insert media":"Vložiť média","Media":"Médiá","Media toolbar":"Nástroje pre médiá","Open media in new tab":"Otvoriť médiá na novej karte","Media embed":"Vloženie médií","Left aligned media":"Médiá zarovnané doľava","Centered media":"Centrované médiá","Right aligned media":"Médiá zarovnané vpravo"},getPluralForm(n){return (n == 1 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}
|
|
5
|
+
export default {"sk":{"dictionary":{"media widget":"Nástroj pre médiá","Media URL":"URL média","Paste the media URL in the input.":"Vložte URL média.","Tip: Paste the URL into the content to embed faster.":"Tip: URL adresu média vložte do obsahu.","The URL must not be empty.":"Musíte zadať URL.","This media URL is not supported.":"URL média nie je podporovaná.","Insert media":"Vložiť média","Media":"Médiá","Media toolbar":"Nástroje pre médiá","Open media in new tab":"Otvoriť médiá na novej karte","Media embed":"Vloženie médií","Left aligned media":"Médiá zarovnané doľava","Centered media":"Centrované médiá","Right aligned media":"Médiá zarovnané vpravo","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 ? 0 : (n >= 2 && n <= 4) ? 1 : 2);}}}
|