@ckeditor/ckeditor5-widget 0.0.0-nightly-20250313.0 → 0.0.0-nightly-20250315.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.
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from '@ckeditor/ckeditor5-utils';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
4
|
+
*/
|
5
|
+
export default {"be":{"dictionary":{"Widget toolbar":"Панель інструментаў віджэта","Insert paragraph before block":"Уставіць параграф перад блокам","Insert paragraph after block":"Уставіць параграф пасля блока","Press Enter to type after or press Shift + Enter to type before the widget":"Націсніце Enter для ўводу тэксту пасля віджэта або націсніце Shift + Enter для ўводу тэксту перад віджэтам","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Націскі клавіш, якія можна выкарыстоўваць пры выбару віджэта (напрыклад: відарыс, табліца і г. д.)","Insert a new paragraph directly after a widget":"Уставіць новы абзац пасля віджэта.","Insert a new paragraph directly before a widget":"Уставіць новы абзац напярэдзе віджэта.","Move the caret to allow typing directly before a widget":"Перамясціце курсор, каб можна было ўводзіць тэкст напярэдзе віджэта.","Move the caret to allow typing directly after a widget":"Перамясціце курсор, каб можна было ўводзіць тэкст пасля віджэта.","Move focus from an editable area back to the parent widget":"Перамясціце фокус з рэдагававальнай вобласці назад на бацькоўскі віджэт"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'be' ]: { dictionary, getPluralForm } } = {"be":{"dictionary":{"Widget toolbar":"Панель інструментаў віджэта","Insert paragraph before block":"Уставіць параграф перад блокам","Insert paragraph after block":"Уставіць параграф пасля блока","Press Enter to type after or press Shift + Enter to type before the widget":"Націсніце Enter для ўводу тэксту пасля віджэта або націсніце Shift + Enter для ўводу тэксту перад віджэтам","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Націскі клавіш, якія можна выкарыстоўваць пры выбару віджэта (напрыклад: відарыс, табліца і г. д.)","Insert a new paragraph directly after a widget":"Уставіць новы абзац пасля віджэта.","Insert a new paragraph directly before a widget":"Уставіць новы абзац напярэдзе віджэта.","Move the caret to allow typing directly before a widget":"Перамясціце курсор, каб можна было ўводзіць тэкст напярэдзе віджэта.","Move the caret to allow typing directly after a widget":"Перамясціце курсор, каб можна было ўводзіць тэкст пасля віджэта.","Move focus from an editable area back to the parent widget":"Перамясціце фокус з рэдагававальнай вобласці назад на бацькоўскі віджэт"},getPluralForm(n){return (n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);}}};
|
8
|
+
e[ 'be' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'be' ].dictionary = Object.assign( e[ 'be' ].dictionary, dictionary );
|
10
|
+
e[ 'be' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
|
2
|
+
#
|
3
|
+
# Want to contribute to this file? Submit your changes via a GitHub Pull Request.
|
4
|
+
#
|
5
|
+
# Check out the official contributor's guide:
|
6
|
+
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
|
7
|
+
#
|
8
|
+
msgid ""
|
9
|
+
msgstr ""
|
10
|
+
"Language: be\n"
|
11
|
+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);\n"
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13
|
+
|
14
|
+
msgctxt "The label used by assistive technologies describing a toolbar attached to a widget."
|
15
|
+
msgid "Widget toolbar"
|
16
|
+
msgstr "Панель інструментаў віджэта"
|
17
|
+
|
18
|
+
msgctxt "The title displayed when a mouse is over a button that inserts a paragraph before a block."
|
19
|
+
msgid "Insert paragraph before block"
|
20
|
+
msgstr "Уставіць параграф перад блокам"
|
21
|
+
|
22
|
+
msgctxt "The title displayed when a mouse is over a button that inserts a paragraph after a block."
|
23
|
+
msgid "Insert paragraph after block"
|
24
|
+
msgstr "Уставіць параграф пасля блока"
|
25
|
+
|
26
|
+
msgctxt "Information to be read by screen reader about shortcuts to type around a widget."
|
27
|
+
msgid "Press Enter to type after or press Shift + Enter to type before the widget"
|
28
|
+
msgstr "Націсніце Enter для ўводу тэксту пасля віджэта або націсніце Shift + Enter для ўводу тэксту перад віджэтам"
|
29
|
+
|
30
|
+
msgctxt "Accessibility help dialog section title for widget plugin keystrokes."
|
31
|
+
msgid "Keystrokes that can be used when a widget is selected (for example: image, table, etc.)"
|
32
|
+
msgstr "Націскі клавіш, якія можна выкарыстоўваць пры выбару віджэта (напрыклад: відарыс, табліца і г. д.)"
|
33
|
+
|
34
|
+
msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph after a widget."
|
35
|
+
msgid "Insert a new paragraph directly after a widget"
|
36
|
+
msgstr "Уставіць новы абзац пасля віджэта."
|
37
|
+
|
38
|
+
msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that inserts a paragraph before a widget."
|
39
|
+
msgid "Insert a new paragraph directly before a widget"
|
40
|
+
msgstr "Уставіць новы абзац напярэдзе віджэта."
|
41
|
+
|
42
|
+
msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret before a widget."
|
43
|
+
msgid "Move the caret to allow typing directly before a widget"
|
44
|
+
msgstr "Перамясціце курсор, каб можна было ўводзіць тэкст напярэдзе віджэта."
|
45
|
+
|
46
|
+
msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves the caret after a widget."
|
47
|
+
msgid "Move the caret to allow typing directly after a widget"
|
48
|
+
msgstr "Перамясціце курсор, каб можна было ўводзіць тэкст пасля віджэта."
|
49
|
+
|
50
|
+
msgctxt "Accessibility help dialog entry explaining the meaning of the keystroke that moves selection from a nested editable area back to the parent widget."
|
51
|
+
msgid "Move focus from an editable area back to the parent widget"
|
52
|
+
msgstr "Перамясціце фокус з рэдагававальнай вобласці назад на бацькоўскі віджэт"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20250315.0",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"type": "module",
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
21
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
15
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250315.0",
|
16
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250315.0",
|
17
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250315.0",
|
18
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250315.0",
|
19
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250315.0",
|
20
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250315.0",
|
21
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20250315.0",
|
22
22
|
"es-toolkit": "1.32.0"
|
23
23
|
},
|
24
24
|
"author": "CKSource (http://cksource.com/)",
|