@ckeditor/ckeditor5-html-support 31.0.0 → 31.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ !function(i){const n=i.es=i.es||{};n.dictionary=Object.assign(n.dictionary||{},{"HTML object":"Objeto HTML"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const n=i.id=i.id||{};n.dictionary=Object.assign(n.dictionary||{},{"HTML object":"Objek HTML"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(t){const i=t["pt-br"]=t["pt-br"]||{};i.dictionary=Object.assign(i.dictionary||{},{"HTML object":"Objeto HTML"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(i){const n=i.zh=i.zh||{};n.dictionary=Object.assign(n.dictionary||{},{"HTML object":"HTML 物件"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Spanish (https://www.transifex.com/ckeditor/teams/11143/es/)\n"
16
+ "Language: es\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "A label describing an HTML object widget."
20
+ msgid "HTML object"
21
+ msgstr "Objeto HTML"
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n"
16
+ "Language: id\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ msgctxt "A label describing an HTML object widget."
20
+ msgid "HTML object"
21
+ msgstr "Objek HTML"
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
+ "Language: pt_BR\n"
17
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
+
19
+ msgctxt "A label describing an HTML object widget."
20
+ msgid "HTML object"
21
+ msgstr "Objeto HTML"
@@ -0,0 +1,21 @@
1
+ # Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Chinese (Taiwan) (https://www.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
16
+ "Language: zh_TW\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ msgctxt "A label describing an HTML object widget."
20
+ msgid "HTML object"
21
+ msgstr "HTML 物件"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-html-support",
3
- "version": "31.0.0",
3
+ "version": "31.1.0",
4
4
  "description": "HTML Support feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -16,39 +16,39 @@
16
16
  ],
17
17
  "main": "src/index.js",
18
18
  "dependencies": {
19
- "ckeditor5": "^31.0.0",
19
+ "ckeditor5": "^31.1.0",
20
20
  "lodash-es": "^4.17.15"
21
21
  },
22
22
  "devDependencies": {
23
- "@ckeditor/ckeditor5-alignment": "^31.0.0",
24
- "@ckeditor/ckeditor5-basic-styles": "^31.0.0",
25
- "@ckeditor/ckeditor5-block-quote": "^31.0.0",
26
- "@ckeditor/ckeditor5-cloud-services": "^31.0.0",
27
- "@ckeditor/ckeditor5-code-block": "^31.0.0",
28
- "@ckeditor/ckeditor5-core": "^31.0.0",
29
- "@ckeditor/ckeditor5-dev-utils": "^25.4.0",
30
- "@ckeditor/ckeditor5-easy-image": "^31.0.0",
31
- "@ckeditor/ckeditor5-editor-classic": "^31.0.0",
32
- "@ckeditor/ckeditor5-engine": "^31.0.0",
33
- "@ckeditor/ckeditor5-enter": "^31.0.0",
34
- "@ckeditor/ckeditor5-essentials": "^31.0.0",
35
- "@ckeditor/ckeditor5-font": "^31.0.0",
36
- "@ckeditor/ckeditor5-heading": "^31.0.0",
37
- "@ckeditor/ckeditor5-highlight": "^31.0.0",
38
- "@ckeditor/ckeditor5-horizontal-line": "^31.0.0",
39
- "@ckeditor/ckeditor5-html-embed": "^31.0.0",
40
- "@ckeditor/ckeditor5-image": "^31.0.0",
41
- "@ckeditor/ckeditor5-indent": "^31.0.0",
42
- "@ckeditor/ckeditor5-link": "^31.0.0",
43
- "@ckeditor/ckeditor5-list": "^31.0.0",
44
- "@ckeditor/ckeditor5-media-embed": "^31.0.0",
45
- "@ckeditor/ckeditor5-page-break": "^31.0.0",
46
- "@ckeditor/ckeditor5-paragraph": "^31.0.0",
47
- "@ckeditor/ckeditor5-paste-from-office": "^31.0.0",
48
- "@ckeditor/ckeditor5-source-editing": "^31.0.0",
49
- "@ckeditor/ckeditor5-table": "^31.0.0",
50
- "@ckeditor/ckeditor5-theme-lark": "^31.0.0",
51
- "@ckeditor/ckeditor5-utils": "^31.0.0",
23
+ "@ckeditor/ckeditor5-alignment": "^31.1.0",
24
+ "@ckeditor/ckeditor5-basic-styles": "^31.1.0",
25
+ "@ckeditor/ckeditor5-block-quote": "^31.1.0",
26
+ "@ckeditor/ckeditor5-cloud-services": "^31.1.0",
27
+ "@ckeditor/ckeditor5-code-block": "^31.1.0",
28
+ "@ckeditor/ckeditor5-core": "^31.1.0",
29
+ "@ckeditor/ckeditor5-dev-utils": "^26.0.0",
30
+ "@ckeditor/ckeditor5-easy-image": "^31.1.0",
31
+ "@ckeditor/ckeditor5-editor-classic": "^31.1.0",
32
+ "@ckeditor/ckeditor5-engine": "^31.1.0",
33
+ "@ckeditor/ckeditor5-enter": "^31.1.0",
34
+ "@ckeditor/ckeditor5-essentials": "^31.1.0",
35
+ "@ckeditor/ckeditor5-font": "^31.1.0",
36
+ "@ckeditor/ckeditor5-heading": "^31.1.0",
37
+ "@ckeditor/ckeditor5-highlight": "^31.1.0",
38
+ "@ckeditor/ckeditor5-horizontal-line": "^31.1.0",
39
+ "@ckeditor/ckeditor5-html-embed": "^31.1.0",
40
+ "@ckeditor/ckeditor5-image": "^31.1.0",
41
+ "@ckeditor/ckeditor5-indent": "^31.1.0",
42
+ "@ckeditor/ckeditor5-link": "^31.1.0",
43
+ "@ckeditor/ckeditor5-list": "^31.1.0",
44
+ "@ckeditor/ckeditor5-media-embed": "^31.1.0",
45
+ "@ckeditor/ckeditor5-page-break": "^31.1.0",
46
+ "@ckeditor/ckeditor5-paragraph": "^31.1.0",
47
+ "@ckeditor/ckeditor5-paste-from-office": "^31.1.0",
48
+ "@ckeditor/ckeditor5-source-editing": "^31.1.0",
49
+ "@ckeditor/ckeditor5-table": "^31.1.0",
50
+ "@ckeditor/ckeditor5-theme-lark": "^31.1.0",
51
+ "@ckeditor/ckeditor5-utils": "^31.1.0",
52
52
  "webpack": "^4.43.0",
53
53
  "webpack-cli": "^3.3.11"
54
54
  },