@ckeditor/ckeditor5-html-embed 43.0.0-alpha.0 → 43.0.0-alpha.2

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(e){const i=e.gl=e.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Edit source":"Editar fonte","Empty snippet content":"Contido de fragmento de código baleiro","HTML snippet":"Fragmento HTML","Insert HTML":"Inserir HTML","No preview available":"Non hai vista previa dispoñíbel","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Save changes":"Gardar cambios"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const i=e.gl=e.gl||{};i.dictionary=Object.assign(i.dictionary||{},{"Edit source":"Editar a orixe","Empty snippet content":"Contido de fragmento de código baleiro","HTML snippet":"Fragmento HTML","Insert HTML":"Inserir HTML","No preview available":"Non hai vista previa dispoñíbel","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Save changes":"Gardar cambios"})}(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 {"gl":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Edit source":"Editar fonte","Save changes":"Gardar cambios","No preview available":"Non hai vista previa dispoñíbel","Empty snippet content":"Contido de fragmento de código baleiro"},getPluralForm(n){return (n != 1);}}}
5
+ export default {"gl":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Edit source":"Editar a orixe","Save changes":"Gardar cambios","No preview available":"Non hai vista previa dispoñíbel","Empty snippet content":"Contido de fragmento de código baleiro"},getPluralForm(n){return (n != 1);}}}
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  ( e => {
7
- const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Edit source":"Editar fonte","Save changes":"Gardar cambios","No preview available":"Non hai vista previa dispoñíbel","Empty snippet content":"Contido de fragmento de código baleiro"},getPluralForm(n){return (n != 1);}}};
7
+ const { [ 'gl' ]: { dictionary, getPluralForm } } = {"gl":{"dictionary":{"Insert HTML":"Inserir HTML","HTML snippet":"Fragmento HTML","Paste raw HTML here...":"Pegar HTML en bruto aquí…","Edit source":"Editar a orixe","Save changes":"Gardar cambios","No preview available":"Non hai vista previa dispoñíbel","Empty snippet content":"Contido de fragmento de código baleiro"},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;
@@ -31,7 +31,7 @@ msgstr "Pegar HTML en bruto aquí…"
31
31
 
32
32
  msgctxt "A label of a button that switches the HTML embed to the source editing mode."
33
33
  msgid "Edit source"
34
- msgstr "Editar fonte"
34
+ msgstr "Editar a orixe"
35
35
 
36
36
  msgctxt "A label of a button that saves the HTML embed content and navigates back to the preview."
37
37
  msgid "Save changes"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-html-embed",
3
- "version": "43.0.0-alpha.0",
3
+ "version": "43.0.0-alpha.2",
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.0.0-alpha.0",
17
- "@ckeditor/ckeditor5-ui": "43.0.0-alpha.0",
18
- "@ckeditor/ckeditor5-utils": "43.0.0-alpha.0",
19
- "@ckeditor/ckeditor5-widget": "43.0.0-alpha.0",
20
- "ckeditor5": "43.0.0-alpha.0"
16
+ "@ckeditor/ckeditor5-core": "43.0.0-alpha.2",
17
+ "@ckeditor/ckeditor5-ui": "43.0.0-alpha.2",
18
+ "@ckeditor/ckeditor5-utils": "43.0.0-alpha.2",
19
+ "@ckeditor/ckeditor5-widget": "43.0.0-alpha.2",
20
+ "ckeditor5": "43.0.0-alpha.2"
21
21
  },
22
22
  "author": "CKSource (http://cksource.com/)",
23
23
  "license": "GPL-2.0-or-later",