@ckeditor/ckeditor5-core 40.0.0 → 40.2.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.
Files changed (115) hide show
  1. package/CHANGELOG.md +28 -28
  2. package/LICENSE.md +3 -3
  3. package/README.md +1 -1
  4. package/lang/contexts.json +5 -1
  5. package/lang/translations/af.po +16 -0
  6. package/lang/translations/ar.po +16 -0
  7. package/lang/translations/ast.po +16 -0
  8. package/lang/translations/az.po +16 -0
  9. package/lang/translations/bg.po +16 -0
  10. package/lang/translations/bn.po +16 -0
  11. package/lang/translations/bs.po +16 -0
  12. package/lang/translations/ca.po +16 -0
  13. package/lang/translations/cs.po +16 -0
  14. package/lang/translations/da.po +16 -0
  15. package/lang/translations/de-ch.po +16 -0
  16. package/lang/translations/de.po +16 -0
  17. package/lang/translations/el.po +16 -0
  18. package/lang/translations/en-au.po +16 -0
  19. package/lang/translations/en-gb.po +16 -0
  20. package/lang/translations/en.po +16 -0
  21. package/lang/translations/eo.po +16 -0
  22. package/lang/translations/es-co.po +16 -0
  23. package/lang/translations/es.po +16 -0
  24. package/lang/translations/et.po +16 -0
  25. package/lang/translations/eu.po +16 -0
  26. package/lang/translations/fa.po +16 -0
  27. package/lang/translations/fi.po +16 -0
  28. package/lang/translations/fr.po +16 -0
  29. package/lang/translations/gl.po +16 -0
  30. package/lang/translations/gu.po +16 -0
  31. package/lang/translations/he.po +16 -0
  32. package/lang/translations/hi.po +16 -0
  33. package/lang/translations/hr.po +16 -0
  34. package/lang/translations/hu.po +16 -0
  35. package/lang/translations/hy.po +16 -0
  36. package/lang/translations/id.po +16 -0
  37. package/lang/translations/it.po +16 -0
  38. package/lang/translations/ja.po +16 -0
  39. package/lang/translations/jv.po +16 -0
  40. package/lang/translations/km.po +16 -0
  41. package/lang/translations/kn.po +16 -0
  42. package/lang/translations/ko.po +16 -0
  43. package/lang/translations/ku.po +16 -0
  44. package/lang/translations/lt.po +16 -0
  45. package/lang/translations/lv.po +16 -0
  46. package/lang/translations/ms.po +16 -0
  47. package/lang/translations/nb.po +16 -0
  48. package/lang/translations/ne.po +16 -0
  49. package/lang/translations/nl.po +16 -0
  50. package/lang/translations/no.po +16 -0
  51. package/lang/translations/oc.po +16 -0
  52. package/lang/translations/pl.po +16 -0
  53. package/lang/translations/pt-br.po +16 -0
  54. package/lang/translations/pt.po +16 -0
  55. package/lang/translations/ro.po +16 -0
  56. package/lang/translations/ru.po +16 -0
  57. package/lang/translations/si.po +16 -0
  58. package/lang/translations/sk.po +16 -0
  59. package/lang/translations/sl.po +16 -0
  60. package/lang/translations/sq.po +16 -0
  61. package/lang/translations/sr-latn.po +17 -1
  62. package/lang/translations/sr.po +16 -0
  63. package/lang/translations/sv.po +16 -0
  64. package/lang/translations/th.po +16 -0
  65. package/lang/translations/tk.po +16 -0
  66. package/lang/translations/tr.po +16 -0
  67. package/lang/translations/tt.po +16 -0
  68. package/lang/translations/ug.po +17 -1
  69. package/lang/translations/uk.po +16 -0
  70. package/lang/translations/ur.po +16 -0
  71. package/lang/translations/uz.po +16 -0
  72. package/lang/translations/vi.po +16 -0
  73. package/lang/translations/zh-cn.po +16 -0
  74. package/lang/translations/zh.po +16 -0
  75. package/package.json +3 -3
  76. package/src/augmentation.d.ts +10 -10
  77. package/src/augmentation.js +5 -5
  78. package/src/command.d.ts +189 -189
  79. package/src/command.js +185 -185
  80. package/src/commandcollection.d.ts +83 -83
  81. package/src/commandcollection.js +83 -83
  82. package/src/context.d.ts +237 -237
  83. package/src/context.js +225 -225
  84. package/src/contextplugin.d.ts +61 -61
  85. package/src/contextplugin.js +43 -43
  86. package/src/editingkeystrokehandler.d.ts +56 -56
  87. package/src/editingkeystrokehandler.js +57 -57
  88. package/src/editor/editor.d.ts +417 -417
  89. package/src/editor/editor.js +316 -316
  90. package/src/editor/editorconfig.d.ts +661 -660
  91. package/src/editor/editorconfig.js +5 -5
  92. package/src/editor/utils/attachtoform.d.ts +15 -15
  93. package/src/editor/utils/attachtoform.js +57 -57
  94. package/src/editor/utils/dataapimixin.d.ts +75 -75
  95. package/src/editor/utils/dataapimixin.js +24 -24
  96. package/src/editor/utils/elementapimixin.d.ts +35 -31
  97. package/src/editor/utils/elementapimixin.js +43 -42
  98. package/src/editor/utils/securesourceelement.d.ts +17 -17
  99. package/src/editor/utils/securesourceelement.js +35 -35
  100. package/src/index.d.ts +66 -62
  101. package/src/index.js +103 -95
  102. package/src/multicommand.d.ts +66 -66
  103. package/src/multicommand.js +82 -82
  104. package/src/pendingactions.d.ts +117 -117
  105. package/src/pendingactions.js +116 -116
  106. package/src/plugin.d.ts +274 -274
  107. package/src/plugin.js +106 -106
  108. package/src/plugincollection.d.ts +117 -117
  109. package/src/plugincollection.js +473 -473
  110. package/theme/icons/image-asset-manager.svg +1 -0
  111. package/theme/icons/image-upload.svg +1 -0
  112. package/theme/icons/image-url.svg +1 -0
  113. package/theme/icons/image.svg +1 -1
  114. package/theme/icons/low-vision.svg +1 -1
  115. package/theme/icons/text-alternative.svg +1 -0
package/CHANGELOG.md CHANGED
@@ -5,19 +5,19 @@ All changes in the package are documented in the main repository. See: https://g
5
5
 
6
6
  Changes for the past releases are available below.
7
7
 
8
- ## [19.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v18.0.0...v19.0.0) (2020-04-29)
8
+ ## [19.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v18.0.0...v19.0.0) (April 29, 2020)
9
9
 
10
10
  Internal changes only (updated dependencies, documentation, etc.).
11
11
 
12
12
 
13
- ## [18.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v17.0.0...v18.0.0) (2020-03-19)
13
+ ## [18.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v17.0.0...v18.0.0) (March 19, 2020)
14
14
 
15
15
  ### Other changes
16
16
 
17
17
  * Updated translations. ([c898ffc](https://github.com/ckeditor/ckeditor5-core/commit/c898ffc))
18
18
 
19
19
 
20
- ## [17.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v16.0.0...v17.0.0) (2020-02-19)
20
+ ## [17.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v16.0.0...v17.0.0) (February 19, 2020)
21
21
 
22
22
  ### Features
23
23
 
@@ -30,14 +30,14 @@ Internal changes only (updated dependencies, documentation, etc.).
30
30
  * Updated translations. ([6a2b584](https://github.com/ckeditor/ckeditor5-core/commit/6a2b584))
31
31
 
32
32
 
33
- ## [16.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v15.0.0...v16.0.0) (2019-12-04)
33
+ ## [16.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v15.0.0...v16.0.0) (December 4, 2019)
34
34
 
35
35
  ### Other changes
36
36
 
37
37
  * Updated translations. ([6d8950e](https://github.com/ckeditor/ckeditor5-core/commit/6d8950e))
38
38
 
39
39
 
40
- ## [15.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.3.0...v15.0.0) (2019-10-23)
40
+ ## [15.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.3.0...v15.0.0) (October 23, 2019)
41
41
 
42
42
  ### Other changes
43
43
 
@@ -45,7 +45,7 @@ Internal changes only (updated dependencies, documentation, etc.).
45
45
  * Updated translations. ([a7d36a8](https://github.com/ckeditor/ckeditor5-core/commit/a7d36a8))
46
46
 
47
47
 
48
- ## [12.3.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.1...v12.3.0) (2019-08-26)
48
+ ## [12.3.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.1...v12.3.0) (August 26, 2019)
49
49
 
50
50
  ### Features
51
51
 
@@ -58,12 +58,12 @@ Internal changes only (updated dependencies, documentation, etc.).
58
58
  * Updated translations. ([e29d56e](https://github.com/ckeditor/ckeditor5-core/commit/e29d56e))
59
59
 
60
60
 
61
- ## [12.2.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.0...v12.2.1) (2019-07-10)
61
+ ## [12.2.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.2.0...v12.2.1) (July 10, 2019)
62
62
 
63
63
  Internal changes only (updated dependencies, documentation, etc.).
64
64
 
65
65
 
66
- ## [12.2.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.1...v12.2.0) (2019-07-04)
66
+ ## [12.2.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.1...v12.2.0) (July 4, 2019)
67
67
 
68
68
  ### Features
69
69
 
@@ -79,14 +79,14 @@ Internal changes only (updated dependencies, documentation, etc.).
79
79
  * Updated translations. ([43f5b6e](https://github.com/ckeditor/ckeditor5-core/commit/43f5b6e))
80
80
 
81
81
 
82
- ## [12.1.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.0...v12.1.1) (2019-06-05)
82
+ ## [12.1.1](https://github.com/ckeditor/ckeditor5-core/compare/v12.1.0...v12.1.1) (June 6, 2019)
83
83
 
84
84
  ### Other changes
85
85
 
86
86
  * Updated translations. ([ed6bd3c](https://github.com/ckeditor/ckeditor5-core/commit/ed6bd3c))
87
87
 
88
88
 
89
- ## [12.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.0.0...v12.1.0) (2019-04-10)
89
+ ## [12.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v12.0.0...v12.1.0) (April 4, 2019)
90
90
 
91
91
  ### Features
92
92
 
@@ -98,7 +98,7 @@ Internal changes only (updated dependencies, documentation, etc.).
98
98
  * Updated translations. ([2dedc43](https://github.com/ckeditor/ckeditor5-core/commit/2dedc43))
99
99
 
100
100
 
101
- ## [12.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.1.0...v12.0.0) (2019-02-28)
101
+ ## [12.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.1.0...v12.0.0) (February 28, 2019)
102
102
 
103
103
  ### Bug fixes
104
104
 
@@ -124,7 +124,7 @@ Internal changes only (updated dependencies, documentation, etc.).
124
124
  * The `editor.plugins.get()` will now throw an error if the plugin is not loaded. Use `editor.plugins.has()` to check if plugin is available.
125
125
 
126
126
 
127
- ## [11.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.1...v11.1.0) (2018-12-05)
127
+ ## [11.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.1...v11.1.0) (December 5, 2018)
128
128
 
129
129
  ### Features
130
130
 
@@ -135,20 +135,20 @@ Internal changes only (updated dependencies, documentation, etc.).
135
135
  * Improved SVG icons size. See [ckeditor/ckeditor5-theme-lark#206](https://github.com/ckeditor/ckeditor5-theme-lark/issues/206). ([c4795fb](https://github.com/ckeditor/ckeditor5-core/commit/c4795fb))
136
136
 
137
137
 
138
- ## [11.0.1](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.0...v11.0.1) (2018-10-08)
138
+ ## [11.0.1](https://github.com/ckeditor/ckeditor5-core/compare/v11.0.0...v11.0.1) (October 8, 2018)
139
139
 
140
140
  ### Other changes
141
141
 
142
142
  * Updated translations. ([873d193](https://github.com/ckeditor/ckeditor5-core/commit/873d193))
143
143
 
144
144
 
145
- ## [11.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.1.0...v11.0.0) (2018-07-18)
145
+ ## [11.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.1.0...v11.0.0) (July 18, 2018)
146
146
 
147
147
  ### Features
148
148
 
149
149
  * Added the observable `Editor#state` property. Closes [#124](https://github.com/ckeditor/ckeditor5-core/issues/124). ([ec89d8d](https://github.com/ckeditor/ckeditor5-core/commit/ec89d8d))
150
150
  * Imported the module providing the `CKEDITOR_VERSION` global constant in the `Editor` class (see [ckeditor/ckeditor5#1005](https://github.com/ckeditor/ckeditor5/issues/1005)). ([a1a9144](https://github.com/ckeditor/ckeditor5-core/commit/a1a9144))
151
- * Introduced the `#element` property to the `EditorWithUI` interface. The `#element` property from the `ElementApi` interface has been renamed to `#sourceElement`. Most editors implement both interfaces, which ultimately means that the old `editor.element` property is now called `editor.sourceElement` and there's a new `editor.element` property with a new meaning. Closes [#64](https://github.com/ckeditor/ckeditor5-core/issues/64). ([eb43b63](https://github.com/ckeditor/ckeditor5-core/commit/eb43b63))
151
+ * Introduced the `#element` property to the `EditorWithUI` interface. The `#element` property from the `ElementApi` interface has been renamed to `#sourceElement`. Most editors implement both interfaces, which ultimately means that the old `editor.element` property is now called `editor.sourceElement` and there is a new `editor.element` property with a new meaning. Closes [#64](https://github.com/ckeditor/ckeditor5-core/issues/64). ([eb43b63](https://github.com/ckeditor/ckeditor5-core/commit/eb43b63))
152
152
  * Introduced the `EditorUI#update` event. Closes [#130](https://github.com/ckeditor/ckeditor5-core/issues/130). ([734166a](https://github.com/ckeditor/ckeditor5-core/commit/734166a))
153
153
 
154
154
  ### Bug fixes
@@ -170,7 +170,7 @@ Internal changes only (updated dependencies, documentation, etc.).
170
170
  * The `EditorUI` is now a class (no longer an interface).
171
171
 
172
172
 
173
- ## [10.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.0.0...v10.1.0) (2018-06-21)
173
+ ## [10.1.0](https://github.com/ckeditor/ckeditor5-core/compare/v10.0.0...v10.1.0) (June 21, 2018)
174
174
 
175
175
  ### Features
176
176
 
@@ -181,7 +181,7 @@ Internal changes only (updated dependencies, documentation, etc.).
181
181
  * Updated translations.
182
182
 
183
183
 
184
- ## [10.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
184
+ ## [10.0.0](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.4...v10.0.0) (April 25, 2018)
185
185
 
186
186
  ### Other changes
187
187
 
@@ -192,19 +192,19 @@ Internal changes only (updated dependencies, documentation, etc.).
192
192
  * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
193
193
 
194
194
 
195
- ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
195
+ ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.2...v1.0.0-beta.4) (April 19, 2018)
196
196
 
197
197
  Internal changes only (updated dependencies, documentation, etc.).
198
198
 
199
199
 
200
- ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
200
+ ## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-beta.1...v1.0.0-beta.2) (April 10, 2018)
201
201
 
202
202
  ### Other changes
203
203
 
204
204
  * Made the check and cancel icons thicker and fill-friendly (see [ckeditor/ckeditor5#810](https://github.com/ckeditor/ckeditor5/issues/810)). ([6584541](https://github.com/ckeditor/ckeditor5-core/commit/6584541))
205
205
 
206
206
 
207
- ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018-03-15)
207
+ ## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (March 15, 2018)
208
208
 
209
209
  ### Other changes
210
210
 
@@ -219,21 +219,21 @@ Internal changes only (updated dependencies, documentation, etc.).
219
219
  * The `StandardEditor` class was removed. Use `Editor` class with `DataInterface` and `ElementInterface` mixins.
220
220
 
221
221
 
222
- ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
222
+ ## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-core/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (November 14, 2017)
223
223
 
224
224
  ### Other changes
225
225
 
226
226
  * Updated translations. ([1003fa4](https://github.com/ckeditor/ckeditor5-core/commit/1003fa4))
227
227
 
228
228
 
229
- ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.9.0...v1.0.0-alpha.1) (2017-10-03)
229
+ ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.9.0...v1.0.0-alpha.1) (October 3, 2017)
230
230
 
231
231
  ### Features
232
232
 
233
233
  * The `StandardEditor` should automatically update the contents of its source textarea upon submission of the form. Closes https://github.com/ckeditor/ckeditor5/issues/544. ([ce46fde](https://github.com/ckeditor/ckeditor5-core/commit/ce46fde))
234
234
 
235
235
 
236
- ## [0.9.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.1...v0.9.0) (2017-09-03)
236
+ ## [0.9.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.1...v0.9.0) (September 3, 2017)
237
237
 
238
238
  ### Bug fixes
239
239
 
@@ -254,7 +254,7 @@ Internal changes only (updated dependencies, documentation, etc.).
254
254
 
255
255
  * Bound `EditingController#isReadOnly` to the editor. Closes [#98](https://github.com/ckeditor/ckeditor5-core/issues/98). ([ec02906](https://github.com/ckeditor/ckeditor5-core/commit/ec02906))
256
256
  * Cleaned up SVG icons. ([ffac7e7](https://github.com/ckeditor/ckeditor5-core/commit/ffac7e7))
257
- * Introduced `PluginInterface`. A plugin doesn't need to inherit directly from the `Plugin` class, as long as it implements some minimal interface. See [#78](https://github.com/ckeditor/ckeditor5-core/issues/78). ([f476f34](https://github.com/ckeditor/ckeditor5-core/commit/f476f34))
257
+ * Introduced `PluginInterface`. A plugin does not need to inherit directly from the `Plugin` class, as long as it implements some minimal interface. See [#78](https://github.com/ckeditor/ckeditor5-core/issues/78). ([f476f34](https://github.com/ckeditor/ckeditor5-core/commit/f476f34))
258
258
  * Removed `ToggleAttributeCommand` class as well as other helpers from the `core/command` namespace. Closes [#14](https://github.com/ckeditor/ckeditor5-core/issues/14). ([7c68581](https://github.com/ckeditor/ckeditor5-core/commit/7c68581))
259
259
  * The command API has been redesigned. The `Command` methods are now public and consistent. Commands can be used in a standalone mode (without the editor). The `CommandCollection` was introduced and replaced the `Map` of commands used in `editor.commands`. Closes [#88](https://github.com/ckeditor/ckeditor5-core/issues/88). ([b76983b](https://github.com/ckeditor/ckeditor5-core/commit/b76983b))
260
260
 
@@ -277,18 +277,18 @@ Internal changes only (updated dependencies, documentation, etc.).
277
277
  * Plugin naming convention has changed.
278
278
 
279
279
 
280
- ## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (2017-05-07)
280
+ ## [0.8.1](https://github.com/ckeditor/ckeditor5-core/compare/v0.8.0...v0.8.1) (May 7, 2017)
281
281
 
282
282
  ### Other changes
283
283
 
284
284
  * Updated translations. ([993596a](https://github.com/ckeditor/ckeditor5-core/commit/993596a))
285
285
 
286
286
 
287
- ## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (2017-04-05)
287
+ ## [0.8.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.7.0...v0.8.0) (April 5, 2017)
288
288
 
289
289
  ### Bug fixes
290
290
 
291
- * This time, we introduced support for `config.removePlugins` for real (we said that we did this in the previous release, but we didn't). Closes [#49](https://github.com/ckeditor/ckeditor5-core/issues/49). ([5834fed](https://github.com/ckeditor/ckeditor5-core/commit/5834fed))
291
+ * This time, we introduced support for `config.removePlugins` for real (we said that we did this in the previous release, but we did not). Closes [#49](https://github.com/ckeditor/ckeditor5-core/issues/49). ([5834fed](https://github.com/ckeditor/ckeditor5-core/commit/5834fed))
292
292
 
293
293
  ### Features
294
294
 
@@ -299,7 +299,7 @@ Internal changes only (updated dependencies, documentation, etc.).
299
299
  * Updated translations. ([1296b03](https://github.com/ckeditor/ckeditor5-core/commit/1296b03))
300
300
 
301
301
 
302
- ## [0.7.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.6.0...v0.7.0) (2017-03-06)
302
+ ## [0.7.0](https://github.com/ckeditor/ckeditor5-core/compare/v0.6.0...v0.7.0) (March 6, 2017)
303
303
 
304
304
  ### Features
305
305
 
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
8
8
 
@@ -13,9 +13,9 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
13
13
 
14
14
  The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
15
15
 
16
- * lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
16
+ * Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
17
17
 
18
18
  Trademarks
19
19
  ----------
20
20
 
21
- **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
21
+ **CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
package/README.md CHANGED
@@ -5,7 +5,7 @@ CKEditor&nbsp;5 core editor architecture
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package implements CKEditor&nbsp;5's core editor architecture &mdash; a set of classes and interfaces which glue everything together.
8
+ This package implements CKEditor&nbsp;5's core editor architecture &ndash; a set of classes and interfaces which glue everything together.
9
9
 
10
10
  ## Documentation
11
11
 
@@ -7,5 +7,9 @@
7
7
  "Show more items": "Label of a toolbar button which reveals more toolbar items.",
8
8
  "%0 of %1": "Label for an ‘X of Y’ status of a typical next/previous navigation. For instance, ‘Page 5 of 20’ or 'Search result 5 of 20'.",
9
9
  "Cannot upload file:": "A generic error message displayed on upload failure. The file name is concatenated to this text.",
10
- "Rich Text Editor. Editing area: %0": "Accessible label of the specific editing area of the editor acting as a root of the entire application."
10
+ "Rich Text Editor. Editing area: %0": "Accessible label of the specific editing area of the editor acting as a root of the entire application.",
11
+ "Insert with file manager": "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown.",
12
+ "Replace with file manager": "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown.",
13
+ "Insert image with file manager": "The label for the insert image with the file manager toolbar button.",
14
+ "Replace image with file manager": "The label for the replace image with the file manager toolbar button."
11
15
  }
@@ -52,3 +52,19 @@ msgstr "Lêer nie opgelaai nie:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "لا يمكن رفع الملف:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "محرر النصوص المنسّقة. منطقة التحرير: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "إدخال مع مدير الملفات"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "استبدال بمدير الملفات"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "إدراج صورة مع مدير الملفات"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "استبدال الصورة بمدير الملفات"
@@ -52,3 +52,19 @@ msgstr ""
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "Fayl yüklənə bilmir"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "Не може да качи файл:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Зона за редактиране: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Вмъкване с файловия мениджър"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Заменете с файловия мениджър"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Вмъкнете изображение с файловия мениджър"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Заменете изображението с файловия мениджър"
@@ -52,3 +52,19 @@ msgstr "ফাইল আপলোড করা যাবে নাঃ"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "রিচ টেক্সট এডিটর। সম্পাদনার ক্ষেত্র: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "ফাইল ম্যানেজার দিয়ে প্রবেশ করান"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "ফাইল ম্যানেজার দিয়ে প্রতিস্থাপন করুন"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "ফাইল ম্যানেজার দিয়ে ছবি প্রবেশ করান"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "ফাইল ম্যানেজার দিয়ে ছবি প্রতিস্থাপন করুন"
@@ -52,3 +52,19 @@ msgstr "Nije moguće učitati fajl:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "No es pot pujar l'arxiu:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Editor de text enriquit. Àrea d'edició: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Insereix-ho amb un gestor de fitxers"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Substitueix-ho amb un gestor de fitxers"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Insereix la imatge amb el gestor de fitxers"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Substitueix la imatge amb un gestor de fitxers"
@@ -52,3 +52,19 @@ msgstr "Soubor nelze nahrát:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Editační oblast rich text editoru: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Vložit pomocí správce souborů"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Nahradit pomocí správce souborů"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Vložit obrázek pomocí správce souborů"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Nahradit obrázek pomocí správce souborů"
@@ -52,3 +52,19 @@ msgstr "Kan ikke uploade fil:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich text redigering. Redigeringsområde: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Indsæt med filhåndtering"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Udskift med filhåndtering"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Indsæt billede med filhåndtering"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Udskift billede med filhåndtering"
@@ -52,3 +52,19 @@ msgstr "Datei kann nicht hochgeladen werden:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "Die Datei kann nicht hochgeladen werden:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Bearbeitungsbereich: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Mit Dateimanager einfügen"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Mittels Dateimanager ersetzen"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Bild mit dem Dateimanager einfügen"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Bild mittels Dateimanager ersetzen"
@@ -52,3 +52,19 @@ msgstr "Αδύνατη η αποστολή του αρχείου:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Πρόγραμμα επεξεργασίας εμπλουτισμένου κειμένου. Περιοχή επεξεργασίας: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Εισαγωγή με τη διαχείριση αρχείων"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Αντικατάσταση με τη διαχείριση αρχείων"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Εισαγωγή εικόνας με τη διαχείριση αρχείων"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Αντικατάσταση εικόνας με τη διαχείριση αρχείων"
@@ -52,3 +52,19 @@ msgstr "Cannot upload file:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Editing area: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "Cannot upload file:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""
@@ -52,3 +52,19 @@ msgstr "Cannot upload file:"
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr "Rich Text Editor. Editing area: %0"
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr "Insert with file manager"
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr "Replace with file manager"
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr "Insert image with file manager"
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr "Replace image with file manager"
@@ -52,3 +52,19 @@ msgstr ""
52
52
  msgctxt "Accessible label of the specific editing area of the editor acting as a root of the entire application."
53
53
  msgid "Rich Text Editor. Editing area: %0"
54
54
  msgstr ""
55
+
56
+ msgctxt "The label for the insert image with the file manager toolbar button with visible label in insert image dropdown."
57
+ msgid "Insert with file manager"
58
+ msgstr ""
59
+
60
+ msgctxt "The label for the replace image with the file manager toolbar button with visible label in insert image dropdown."
61
+ msgid "Replace with file manager"
62
+ msgstr ""
63
+
64
+ msgctxt "The label for the insert image with the file manager toolbar button."
65
+ msgid "Insert image with file manager"
66
+ msgstr ""
67
+
68
+ msgctxt "The label for the replace image with the file manager toolbar button."
69
+ msgid "Replace image with file manager"
70
+ msgstr ""