@ckeditor/ckeditor5-core 32.0.0 → 33.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.
@@ -22,11 +22,11 @@ msgstr "Ακύρωση"
22
22
 
23
23
  msgctxt "The label used by a button next to the color palette in the color picker that removes the color (resets it to an empty value, example usages in font color or table properties)."
24
24
  msgid "Remove color"
25
- msgstr ""
25
+ msgstr "Απομάκρυνση χρώματος"
26
26
 
27
27
  msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
28
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Επαναφορά προεπιλογής"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
@@ -34,8 +34,8 @@ msgstr "Αποθήκευση"
34
34
 
35
35
  msgctxt "Label of a toolbar button which reveals more toolbar items."
36
36
  msgid "Show more items"
37
- msgstr ""
37
+ msgstr "Προβολή περισσότερων αντικειμένων"
38
38
 
39
39
  msgctxt "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'."
40
40
  msgid "%0 of %1"
41
- msgstr ""
41
+ msgstr "%0 από %1"
@@ -26,7 +26,7 @@ msgstr "Poista väri"
26
26
 
27
27
  msgctxt "The label used by a button next to the color palette in the color picker that restores the default value if the default table properties are specified."
28
28
  msgid "Restore default"
29
- msgstr ""
29
+ msgstr "Palauta oletus"
30
30
 
31
31
  msgctxt "Label for the Save button."
32
32
  msgid "Save"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-core",
3
- "version": "32.0.0",
3
+ "version": "33.0.0",
4
4
  "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
5
5
  "keywords": [
6
6
  "wysiwyg",
@@ -23,25 +23,25 @@
23
23
  ],
24
24
  "main": "src/index.js",
25
25
  "dependencies": {
26
- "@ckeditor/ckeditor5-engine": "^32.0.0",
27
- "@ckeditor/ckeditor5-ui": "^32.0.0",
28
- "@ckeditor/ckeditor5-utils": "^32.0.0",
26
+ "@ckeditor/ckeditor5-engine": "^33.0.0",
27
+ "@ckeditor/ckeditor5-ui": "^33.0.0",
28
+ "@ckeditor/ckeditor5-utils": "^33.0.0",
29
29
  "lodash-es": "^4.17.15"
30
30
  },
31
31
  "devDependencies": {
32
- "@ckeditor/ckeditor5-autoformat": "^32.0.0",
33
- "@ckeditor/ckeditor5-basic-styles": "^32.0.0",
34
- "@ckeditor/ckeditor5-block-quote": "^32.0.0",
35
- "@ckeditor/ckeditor5-editor-classic": "^32.0.0",
36
- "@ckeditor/ckeditor5-essentials": "^32.0.0",
37
- "@ckeditor/ckeditor5-heading": "^32.0.0",
38
- "@ckeditor/ckeditor5-image": "^32.0.0",
39
- "@ckeditor/ckeditor5-indent": "^32.0.0",
40
- "@ckeditor/ckeditor5-link": "^32.0.0",
41
- "@ckeditor/ckeditor5-list": "^32.0.0",
42
- "@ckeditor/ckeditor5-media-embed": "^32.0.0",
43
- "@ckeditor/ckeditor5-paragraph": "^32.0.0",
44
- "@ckeditor/ckeditor5-table": "^32.0.0"
32
+ "@ckeditor/ckeditor5-autoformat": "^33.0.0",
33
+ "@ckeditor/ckeditor5-basic-styles": "^33.0.0",
34
+ "@ckeditor/ckeditor5-block-quote": "^33.0.0",
35
+ "@ckeditor/ckeditor5-editor-classic": "^33.0.0",
36
+ "@ckeditor/ckeditor5-essentials": "^33.0.0",
37
+ "@ckeditor/ckeditor5-heading": "^33.0.0",
38
+ "@ckeditor/ckeditor5-image": "^33.0.0",
39
+ "@ckeditor/ckeditor5-indent": "^33.0.0",
40
+ "@ckeditor/ckeditor5-link": "^33.0.0",
41
+ "@ckeditor/ckeditor5-list": "^33.0.0",
42
+ "@ckeditor/ckeditor5-media-embed": "^33.0.0",
43
+ "@ckeditor/ckeditor5-paragraph": "^33.0.0",
44
+ "@ckeditor/ckeditor5-table": "^33.0.0"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=14.0.0",
@@ -41,13 +41,17 @@
41
41
  * .catch( ... );
42
42
  *
43
43
  * By default, the editor is initialized with the content of the element on which this editor is initialized.
44
- * See {@link module:core/editor/editor~Editor.create Editor.create()}.
45
- *
46
- * This configuration option lets you override initial data if an element is passed to `Editor.create()`.
44
+ * This configuration option lets you override this behavior and pass different initial data.
47
45
  * It is especially useful if it is difficult for your integration to put the data inside the HTML element.
48
46
  *
49
- * **Note:** If initial data is passed to `Editor.create()` as a parameter and, at the same time, via this configuration option,
50
- * an error will be thrown as those two options exclude themselves.
47
+ * See also {@link module:core/editor/editor~Editor.create Editor.create()}.
48
+ *
49
+ * **Note:** If initial data is passed to `Editor.create()` in the first parameter (instead of a DOM element), and,
50
+ * at the same time, `config.initialData` is set, an error will be thrown as those two options exclude themselves.
51
+ *
52
+ * If `config.initialData` is not set when the editor is initialized, the data received in `Editor.create()` call
53
+ * will be used to set `config.initialData`. As a result, `initialData` is always set in the editor's config and
54
+ * plugins can read and/or modify it during initialization.
51
55
  *
52
56
  * @member {String} module:core/editor/editorconfig~EditorConfig#initialData
53
57
  */