@ckeditor/ckeditor5-core 40.1.0 → 41.0.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.
- package/CHANGELOG.md +36 -36
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/lang/contexts.json +5 -1
- package/lang/translations/af.po +17 -1
- package/lang/translations/ar.po +17 -1
- package/lang/translations/ast.po +17 -1
- package/lang/translations/az.po +17 -1
- package/lang/translations/bg.po +17 -1
- package/lang/translations/bn.po +17 -1
- package/lang/translations/bs.po +17 -1
- package/lang/translations/ca.po +17 -1
- package/lang/translations/cs.po +17 -1
- package/lang/translations/da.po +17 -1
- package/lang/translations/de-ch.po +17 -1
- package/lang/translations/de.po +17 -1
- package/lang/translations/el.po +17 -1
- package/lang/translations/en-au.po +17 -1
- package/lang/translations/en-gb.po +17 -1
- package/lang/translations/en.po +17 -1
- package/lang/translations/eo.po +17 -1
- package/lang/translations/es-co.po +17 -1
- package/lang/translations/es.po +17 -1
- package/lang/translations/et.po +17 -1
- package/lang/translations/eu.po +17 -1
- package/lang/translations/fa.po +17 -1
- package/lang/translations/fi.po +17 -1
- package/lang/translations/fr.po +17 -1
- package/lang/translations/gl.po +17 -1
- package/lang/translations/gu.po +17 -1
- package/lang/translations/he.po +17 -1
- package/lang/translations/hi.po +17 -1
- package/lang/translations/hr.po +17 -1
- package/lang/translations/hu.po +17 -1
- package/lang/translations/hy.po +17 -1
- package/lang/translations/id.po +17 -1
- package/lang/translations/it.po +17 -1
- package/lang/translations/ja.po +17 -1
- package/lang/translations/jv.po +17 -1
- package/lang/translations/km.po +17 -1
- package/lang/translations/kn.po +17 -1
- package/lang/translations/ko.po +17 -1
- package/lang/translations/ku.po +17 -1
- package/lang/translations/lt.po +17 -1
- package/lang/translations/lv.po +17 -1
- package/lang/translations/ms.po +17 -1
- package/lang/translations/nb.po +17 -1
- package/lang/translations/ne.po +17 -1
- package/lang/translations/nl.po +17 -1
- package/lang/translations/no.po +17 -1
- package/lang/translations/oc.po +17 -1
- package/lang/translations/pl.po +17 -1
- package/lang/translations/pt-br.po +17 -1
- package/lang/translations/pt.po +17 -1
- package/lang/translations/ro.po +17 -1
- package/lang/translations/ru.po +17 -1
- package/lang/translations/si.po +17 -1
- package/lang/translations/sk.po +17 -1
- package/lang/translations/sl.po +17 -1
- package/lang/translations/sq.po +17 -1
- package/lang/translations/sr-latn.po +18 -2
- package/lang/translations/sr.po +17 -1
- package/lang/translations/sv.po +17 -1
- package/lang/translations/th.po +17 -1
- package/lang/translations/tk.po +17 -1
- package/lang/translations/tr.po +17 -1
- package/lang/translations/tt.po +17 -1
- package/lang/translations/ug.po +17 -1
- package/lang/translations/uk.po +17 -1
- package/lang/translations/ur.po +17 -1
- package/lang/translations/uz.po +17 -1
- package/lang/translations/vi.po +17 -1
- package/lang/translations/zh-cn.po +17 -1
- package/lang/translations/zh.po +17 -1
- package/package.json +4 -3
- package/src/augmentation.d.ts +2 -2
- package/src/augmentation.js +1 -1
- package/src/command.d.ts +2 -2
- package/src/command.js +1 -1
- package/src/commandcollection.d.ts +2 -2
- package/src/commandcollection.js +1 -1
- package/src/context.d.ts +6 -6
- package/src/context.js +3 -3
- package/src/contextplugin.d.ts +6 -6
- package/src/contextplugin.js +1 -1
- package/src/editingkeystrokehandler.d.ts +2 -2
- package/src/editingkeystrokehandler.js +1 -1
- package/src/editor/editor.d.ts +7 -7
- package/src/editor/editor.js +5 -5
- package/src/editor/editorconfig.d.ts +4 -4
- package/src/editor/editorconfig.js +1 -1
- package/src/editor/utils/attachtoform.d.ts +3 -3
- package/src/editor/utils/attachtoform.js +1 -1
- package/src/editor/utils/dataapimixin.d.ts +2 -2
- package/src/editor/utils/dataapimixin.js +1 -1
- package/src/editor/utils/elementapimixin.d.ts +2 -2
- package/src/editor/utils/elementapimixin.js +1 -1
- package/src/editor/utils/securesourceelement.d.ts +2 -2
- package/src/editor/utils/securesourceelement.js +1 -1
- package/src/index.d.ts +41 -17
- package/src/index.js +62 -14
- package/src/multicommand.d.ts +2 -2
- package/src/multicommand.js +2 -2
- package/src/pendingactions.d.ts +2 -2
- package/src/pendingactions.js +2 -2
- package/src/plugin.d.ts +2 -2
- package/src/plugin.js +1 -1
- package/src/plugincollection.d.ts +2 -2
- package/src/plugincollection.js +1 -1
- package/theme/icons/browse-files.svg +1 -0
- package/theme/icons/bulletedlist.svg +1 -0
- package/theme/icons/codeblock.svg +1 -0
- package/theme/icons/color-palette.svg +1 -0
- package/theme/icons/heading1.svg +1 -0
- package/theme/icons/heading2.svg +1 -0
- package/theme/icons/heading3.svg +1 -0
- package/theme/icons/heading4.svg +1 -0
- package/theme/icons/heading5.svg +1 -0
- package/theme/icons/heading6.svg +1 -0
- package/theme/icons/horizontalline.svg +1 -0
- package/theme/icons/html.svg +1 -0
- package/theme/icons/image-asset-manager.svg +1 -0
- package/theme/icons/image-upload.svg +1 -0
- package/theme/icons/image-url.svg +1 -0
- package/theme/icons/image.svg +1 -1
- package/theme/icons/indent.svg +1 -0
- package/theme/icons/next-arrow.svg +1 -0
- package/theme/icons/numberedlist.svg +1 -0
- package/theme/icons/object-size-large.svg +1 -1
- package/theme/icons/object-size-medium.svg +1 -1
- package/theme/icons/object-size-small.svg +1 -1
- package/theme/icons/outdent.svg +1 -0
- package/theme/icons/previous-arrow.svg +1 -0
- package/theme/icons/redo.svg +1 -0
- package/theme/icons/table.svg +1 -0
- package/theme/icons/text-alternative.svg +1 -1
- package/theme/icons/todolist.svg +1 -0
- package/theme/icons/undo.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
@@ -71,7 +71,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
71
71
|
|
|
72
72
|
Implemented the `EditorUI#setEditableElement()` method.
|
|
73
73
|
Deprecated the `EditorUI#_editableElements` property.
|
|
74
|
-
* Introduced `MultiCommand` which acts as a composite command – it can group
|
|
74
|
+
* Introduced `MultiCommand` which acts as a composite command – it can group many commands under the hood. ([ebcbd01](https://github.com/ckeditor/ckeditor5-core/commit/ebcbd01))
|
|
75
75
|
|
|
76
76
|
### Other changes
|
|
77
77
|
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
|
@@ -117,14 +117,14 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
117
117
|
* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
|
|
118
118
|
* The `Editor#getData()` method now returns an empty string by default when editor content is empty (instead of returning `'<p> </p>'` as before).
|
|
119
119
|
* The `editor#pluginsReady` event was removed. Use plugin `afterInit()` method instead.
|
|
120
|
-
* Removed `EditorWithUI#element` property.
|
|
121
|
-
* Removed `EditorWithUI#uiReady` event.
|
|
120
|
+
* Removed `EditorWithUI#element` property. The `EditorUI#element` property should be used instead.
|
|
121
|
+
* Removed `EditorWithUI#uiReady` event. The `EditorUI#ready` event should be used instead.
|
|
122
122
|
* Removed `view` parameter in `EditorUI` constructor. Only subclasses should use it without passing it further to `EditorUI`.
|
|
123
123
|
* Removed `EditorUI#view` property. The `view` property from subclasses (like `ClassicEditorUI#view`) should be used directly instead.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 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
|
|
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
|
|
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
|
|
|
@@ -189,22 +189,22 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
189
189
|
|
|
190
190
|
### BREAKING CHANGES
|
|
191
191
|
|
|
192
|
-
* The license under which CKEditor 5 is released
|
|
192
|
+
* The license under which CKEditor 5 is released was changed from a triple GPL, LGPL, and MPL license to a GPL2+. 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
|
|
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
|
|
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
|
|
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,26 +219,26 @@ 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
|
|
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
|
|
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
|
|
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
|
|
|
240
240
|
* `EditingKeystrokeHandler` should prevent default action only for commands. Closes [#90](https://github.com/ckeditor/ckeditor5-core/issues/90). ([82ff39a](https://github.com/ckeditor/ckeditor5-core/commit/82ff39a))
|
|
241
|
-
* `ToggleAttributeCommand` should listen to reliable events
|
|
241
|
+
* `ToggleAttributeCommand` should listen to reliable events to determine its state. Closes [#50](https://github.com/ckeditor/ckeditor5-core/issues/50). ([6816505](https://github.com/ckeditor/ckeditor5-core/commit/6816505))
|
|
242
242
|
* SVG icons should not define own fill if controlled by the styles. Closes [#79](https://github.com/ckeditor/ckeditor5-core/issues/79). ([fadf5ec](https://github.com/ckeditor/ckeditor5-core/commit/fadf5ec))
|
|
243
243
|
|
|
244
244
|
### Features
|
|
@@ -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
|
|
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
|
|
|
@@ -267,39 +267,39 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
267
267
|
|
|
268
268
|
* The `ToggleAttributeCommand` was moved to the `ckeditor5-basic-styles` package as `AttributeCommand` and the other command helpers to `ckeditor5-engine` as `Schema` methods.
|
|
269
269
|
* The `Command`'s protected `_doExecute()` and `_checkEnabled()` methods have been replaced by public `execute()` and `refresh()` methods.
|
|
270
|
-
* The `Command`'s `refreshState` event was removed and one should use `change:isEnabled`
|
|
270
|
+
* The `Command`'s `refreshState` event was removed and one should use `change:isEnabled` to control and override its state.
|
|
271
271
|
* The `core/command/command` module has been moved to the root directory (so the `Command` class is `core/command~Command` now).
|
|
272
272
|
* The `Command#refresh()` method is now automatically called on `editor.document#changesDone`.
|
|
273
273
|
* The `editor.commands` map was replaced by a `CommandCollection` instance so `editor.commands.set()` calls need to be replaced with `editor.commands.add()`.
|
|
274
274
|
|
|
275
|
-
###
|
|
275
|
+
### Note
|
|
276
276
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
|
295
|
-
* Added support for building plugins and default
|
|
295
|
+
* Added support for building plugins and default configurations into `Editor` classes. Closes [#67](https://github.com/ckeditor/ckeditor5-core/issues/67). ([a1fa64f](https://github.com/ckeditor/ckeditor5-core/commit/a1fa64f))
|
|
296
296
|
|
|
297
297
|
### Other changes
|
|
298
298
|
|
|
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
|
|
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 5 core editor architecture** – https://github.com/ckeditor/ckeditor5-core <br>
|
|
5
|
-
Copyright (c) 2003–
|
|
5
|
+
Copyright (c) 2003–2024, [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
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ CKEditor 5 core editor architecture
|
|
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
|
7
7
|
|
|
8
|
-
This package implements CKEditor 5's core editor architecture &
|
|
8
|
+
This package implements CKEditor 5's core editor architecture – a set of classes and interfaces which glue everything together.
|
|
9
9
|
|
|
10
10
|
## Documentation
|
|
11
11
|
|
package/lang/contexts.json
CHANGED
|
@@ -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
|
}
|
package/lang/translations/af.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 ""
|
package/lang/translations/ar.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 "استبدال الصورة بمدير الملفات"
|
package/lang/translations/ast.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 ""
|
package/lang/translations/az.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 ""
|
package/lang/translations/bg.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 "Заменете изображението с файловия мениджър"
|
package/lang/translations/bn.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 "ফাইল ম্যানেজার দিয়ে ছবি প্রতিস্থাপন করুন"
|
package/lang/translations/bs.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 ""
|
package/lang/translations/ca.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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"
|
package/lang/translations/cs.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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ů"
|
package/lang/translations/da.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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 ""
|
package/lang/translations/de.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -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"
|