@ckeditor/ckeditor5-html-embed 43.1.1 → 43.2.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.
@@ -1 +1 @@
1
- !function(a){const n=a.ca=a.ca||{};n.dictionary=Object.assign(n.dictionary||{},{"Edit source":"Editar la font","Empty snippet content":"Contingut del fragment buit","HTML snippet":"Fragment de HTML","Insert HTML":"Introduir HTML","No preview available":"No hi ha cap vista prèvia disponible","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Save changes":"Desar els canvis"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const n=a.ca=a.ca||{};n.dictionary=Object.assign(n.dictionary||{},{"Edit source":"Editar la font","Empty snippet content":"Contingut del fragment buit","HTML snippet":"Fragment HTML","Insert HTML":"Insereix HTML","No preview available":"No hi ha cap vista prèvia disponible","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Save changes":"Desar els canvis"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -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 {"ca":{"dictionary":{"Insert HTML":"Introduir HTML","HTML snippet":"Fragment de HTML","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Edit source":"Editar la font","Save changes":"Desar els canvis","No preview available":"No hi ha cap vista prèvia disponible","Empty snippet content":"Contingut del fragment buit"},getPluralForm(n){return (n != 1);}}}
5
+ export default {"ca":{"dictionary":{"Insert HTML":"Insereix HTML","HTML snippet":"Fragment HTML","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Edit source":"Editar la font","Save changes":"Desar els canvis","No preview available":"No hi ha cap vista prèvia disponible","Empty snippet content":"Contingut del fragment buit"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Insert HTML":"Introduir HTML","HTML snippet":"Fragment de HTML","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Edit source":"Editar la font","Save changes":"Desar els canvis","No preview available":"No hi ha cap vista prèvia disponible","Empty snippet content":"Contingut del fragment buit"},getPluralForm(n){return (n != 1);}}};
7
+ const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Insert HTML":"Insereix HTML","HTML snippet":"Fragment HTML","Paste raw HTML here...":"Enganxa HTML en brut aquí...","Edit source":"Editar la font","Save changes":"Desar els canvis","No preview available":"No hi ha cap vista prèvia disponible","Empty snippet content":"Contingut del fragment buit"},getPluralForm(n){return (n != 1);}}};
8
8
  e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null };
9
9
  e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary );
10
10
  e[ 'ca' ].getPluralForm = getPluralForm;
@@ -19,11 +19,11 @@ msgstr ""
19
19
 
20
20
  msgctxt "Toolbar button tooltip for the HTML embed feature."
21
21
  msgid "Insert HTML"
22
- msgstr "Introduir HTML"
22
+ msgstr "Insereix HTML"
23
23
 
24
24
  msgctxt "The HTML snippet."
25
25
  msgid "HTML snippet"
26
- msgstr "Fragment de HTML"
26
+ msgstr "Fragment HTML"
27
27
 
28
28
  msgctxt "A placeholder that will be displayed in the raw HTML textarea field."
29
29
  msgid "Paste raw HTML here..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-html-embed",
3
- "version": "43.1.1",
3
+ "version": "43.2.0-alpha.1",
4
4
  "description": "HTML embed feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -13,11 +13,11 @@
13
13
  "type": "module",
14
14
  "main": "src/index.js",
15
15
  "dependencies": {
16
- "@ckeditor/ckeditor5-core": "43.1.1",
17
- "@ckeditor/ckeditor5-ui": "43.1.1",
18
- "@ckeditor/ckeditor5-utils": "43.1.1",
19
- "@ckeditor/ckeditor5-widget": "43.1.1",
20
- "ckeditor5": "43.1.1"
16
+ "@ckeditor/ckeditor5-core": "43.2.0-alpha.1",
17
+ "@ckeditor/ckeditor5-ui": "43.2.0-alpha.1",
18
+ "@ckeditor/ckeditor5-utils": "43.2.0-alpha.1",
19
+ "@ckeditor/ckeditor5-widget": "43.2.0-alpha.1",
20
+ "ckeditor5": "43.2.0-alpha.1"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",
23
23
  "license": "GPL-2.0-or-later",