@ckeditor/ckeditor5-media-embed 43.0.0-alpha.1 → 43.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/translations/gl.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e){const i=e.gl=e.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Insert media":"Inserir elemento multimedia",Media:"","Media toolbar":"Barra de ferramentas de multimedia","Media URL":"URL multimedia","media widget":"Trebello multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
1
|
+
!function(e){const i=e.gl=e.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Insert media":"Inserir elemento multimedia",Media:"Elemento multimedia","Media toolbar":"Barra de ferramentas de multimedia","Media URL":"URL multimedia","media widget":"Trebello multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela","Paste the media URL in the input.":"Pegue o URL do medio na entrada.","The URL must not be empty.":"O URL non debe estar baleiro.","This media URL is not supported.":"Este URL multimedia non é compatible.","Tip: Paste the URL into the content to embed faster.":"Consello: Pegue o URL no contido para incrustalo máis rápido."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/gl.js
CHANGED
@@ -2,4 +2,4 @@
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
|
-
export default {"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":"","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela"},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"},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":"","Media toolbar":"Barra de ferramentas de multimedia","Open media in new tab":"Abrir multimedia nunha nova lapela"},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"},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/lang/translations/gl.po
CHANGED
@@ -47,7 +47,7 @@ msgstr "Inserir elemento multimedia"
|
|
47
47
|
|
48
48
|
msgctxt "Label describing type of the inserted content (e.g. 'insert media')."
|
49
49
|
msgid "Media"
|
50
|
-
msgstr ""
|
50
|
+
msgstr "Elemento multimedia"
|
51
51
|
|
52
52
|
msgctxt "The label used by assistive technologies describing an image toolbar attached to an image widget."
|
53
53
|
msgid "Media toolbar"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-media-embed",
|
3
|
-
"version": "43.0.0-alpha.
|
3
|
+
"version": "43.0.0-alpha.3",
|
4
4
|
"description": "Media embed feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,15 +13,15 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.
|
17
|
-
"@ckeditor/ckeditor5-core": "43.0.0-alpha.
|
18
|
-
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.
|
19
|
-
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.
|
20
|
-
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.
|
21
|
-
"@ckeditor/ckeditor5-undo": "43.0.0-alpha.
|
22
|
-
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.
|
23
|
-
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.
|
24
|
-
"ckeditor5": "43.0.0-alpha.
|
16
|
+
"@ckeditor/ckeditor5-clipboard": "43.0.0-alpha.3",
|
17
|
+
"@ckeditor/ckeditor5-core": "43.0.0-alpha.3",
|
18
|
+
"@ckeditor/ckeditor5-engine": "43.0.0-alpha.3",
|
19
|
+
"@ckeditor/ckeditor5-typing": "43.0.0-alpha.3",
|
20
|
+
"@ckeditor/ckeditor5-ui": "43.0.0-alpha.3",
|
21
|
+
"@ckeditor/ckeditor5-undo": "43.0.0-alpha.3",
|
22
|
+
"@ckeditor/ckeditor5-utils": "43.0.0-alpha.3",
|
23
|
+
"@ckeditor/ckeditor5-widget": "43.0.0-alpha.3",
|
24
|
+
"ckeditor5": "43.0.0-alpha.3"
|
25
25
|
},
|
26
26
|
"author": "CKSource (http://cksource.com/)",
|
27
27
|
"license": "GPL-2.0-or-later",
|