@ckeditor/ckeditor5-widget 0.0.0-nightly-20230727.0 → 0.0.0-nightly-20230729.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.

Potentially problematic release.


This version of @ckeditor/ckeditor5-widget might be problematic. Click here for more details.

@@ -30,4 +30,4 @@ msgstr "Inserir parágrafo após o bloque"
30
30
 
31
31
  msgctxt "Information to be read by screen reader about shortcuts to type around a widget"
32
32
  msgid "Press Enter to type after or press Shift + Enter to type before the widget"
33
- msgstr ""
33
+ msgstr "Prema Intro para escribir após ou prema Maiús + Intro para escribir antes do trebello"
@@ -0,0 +1,33 @@
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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: Albanian (https://app.transifex.com/ckeditor/teams/11143/sq/)\n"
16
+ "Language: sq\n"
17
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
+
19
+ msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
20
+ msgid "Widget toolbar"
21
+ msgstr "Kokështrirja e shtesës"
22
+
23
+ msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
24
+ msgid "Insert paragraph before block"
25
+ msgstr ""
26
+
27
+ msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
28
+ msgid "Insert paragraph after block"
29
+ msgstr ""
30
+
31
+ msgctxt "Information to be read by screen reader about shortcuts to type around a widget"
32
+ msgid "Press Enter to type after or press Shift + Enter to type before the widget"
33
+ msgstr ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-widget",
3
- "version": "0.0.0-nightly-20230727.0",
3
+ "version": "0.0.0-nightly-20230729.0",
4
4
  "description": "Widget API for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,12 +11,12 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230727.0",
15
- "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230727.0",
16
- "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230727.0",
17
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230727.0",
18
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230727.0",
19
- "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230727.0",
14
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230729.0",
15
+ "@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230729.0",
16
+ "@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230729.0",
17
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230729.0",
18
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230729.0",
19
+ "@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230729.0",
20
20
  "lodash-es": "4.17.21"
21
21
  },
22
22
  "engines": {