@ckeditor/ckeditor5-ckbox 0.0.0-nightly-20250314.0 → 0.0.0-nightly-20250316.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.
@@ -0,0 +1 @@
|
|
1
|
+
!function(e){const i=e.be=e.be||{};i.dictionary=Object.assign(i.dictionary||{},{"Cannot access default workspace.":"Немагчыма атрымаць доступ да прадвызначанай працоўнай прасторы.","Cannot determine a category for the uploaded file.":"Немагчыма вызначыць катэгорыю для запампаванага файла.","Edit image":"Рэдагаваць відарыс","Failed to determine category of edited image.":"Не здольны вызначыць катэгорыю адрэдагаванага відарыса.","Open file manager":"Адкрыць менеджэр файлаў","Processing the edited image.":"Апрацоўка адрэдагаванага відарыса.","Server failed to process the image.":"Сервер не здольны апрацаваць відарыс.","You have no image editing permissions.":"У вас няма дозволу на рэдагаванне відарыса."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
@@ -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":{"Open file manager":"Адкрыць менеджэр файлаў","Cannot determine a category for the uploaded file.":"Немагчыма вызначыць катэгорыю для запампаванага файла.","Cannot access default workspace.":"Немагчыма атрымаць доступ да прадвызначанай працоўнай прасторы.","You have no image editing permissions.":"У вас няма дозволу на рэдагаванне відарыса.","Edit image":"Рэдагаваць відарыс","Processing the edited image.":"Апрацоўка адрэдагаванага відарыса.","Server failed to process the image.":"Сервер не здольны апрацаваць відарыс.","Failed to determine category of edited image.":"Не здольны вызначыць катэгорыю адрэдагаванага відарыса."},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":{"Open file manager":"Адкрыць менеджэр файлаў","Cannot determine a category for the uploaded file.":"Немагчыма вызначыць катэгорыю для запампаванага файла.","Cannot access default workspace.":"Немагчыма атрымаць доступ да прадвызначанай працоўнай прасторы.","You have no image editing permissions.":"У вас няма дозволу на рэдагаванне відарыса.","Edit image":"Рэдагаваць відарыс","Processing the edited image.":"Апрацоўка адрэдагаванага відарыса.","Server failed to process the image.":"Сервер не здольны апрацаваць відарыс.","Failed to determine category of edited image.":"Не здольны вызначыць катэгорыю адрэдагаванага відарыса."},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,44 @@
|
|
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 "A toolbar button tooltip for opening the file browser that allows inserting an image or a file to the editor."
|
15
|
+
msgid "Open file manager"
|
16
|
+
msgstr "Адкрыць менеджэр файлаў"
|
17
|
+
|
18
|
+
msgctxt "A message is displayed when CKEditor 5 cannot associate an image with any of the categories defined in CKBox while uploading an asset."
|
19
|
+
msgid "Cannot determine a category for the uploaded file."
|
20
|
+
msgstr "Немагчыма вызначыць катэгорыю для запампаванага файла."
|
21
|
+
|
22
|
+
msgctxt "A message is displayed when the user is not authorised to access the CKBox workspace configured as default one."
|
23
|
+
msgid "Cannot access default workspace."
|
24
|
+
msgstr "Немагчыма атрымаць доступ да прадвызначанай працоўнай прасторы."
|
25
|
+
|
26
|
+
msgctxt "The title of the notification displayed when there is no permission to edit assets."
|
27
|
+
msgid "You have no image editing permissions."
|
28
|
+
msgstr "У вас няма дозволу на рэдагаванне відарыса."
|
29
|
+
|
30
|
+
msgctxt "Image toolbar button tooltip for opening a dialog to manipulate the image."
|
31
|
+
msgid "Edit image"
|
32
|
+
msgstr "Рэдагаваць відарыс"
|
33
|
+
|
34
|
+
msgctxt "A message stating that image editing is in progress."
|
35
|
+
msgid "Processing the edited image."
|
36
|
+
msgstr "Апрацоўка адрэдагаванага відарыса."
|
37
|
+
|
38
|
+
msgctxt "A message is displayed when the server fails to process an image or doesn't respond."
|
39
|
+
msgid "Server failed to process the image."
|
40
|
+
msgstr "Сервер не здольны апрацаваць відарыс."
|
41
|
+
|
42
|
+
msgctxt "A message is displayed when category of the image user wants to edit can't be determined."
|
43
|
+
msgid "Failed to determine category of edited image."
|
44
|
+
msgstr "Не здольны вызначыць катэгорыю адрэдагаванага відарыса."
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-ckbox",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20250316.0",
|
4
4
|
"description": "CKBox integration for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -13,15 +13,15 @@
|
|
13
13
|
"type": "module",
|
14
14
|
"main": "src/index.js",
|
15
15
|
"dependencies": {
|
16
|
-
"@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-image": "0.0.0-nightly-
|
21
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
22
|
-
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-
|
23
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
24
|
-
"ckeditor5": "0.0.0-nightly-
|
16
|
+
"@ckeditor/ckeditor5-cloud-services": "0.0.0-nightly-20250316.0",
|
17
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250316.0",
|
18
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250316.0",
|
19
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250316.0",
|
20
|
+
"@ckeditor/ckeditor5-image": "0.0.0-nightly-20250316.0",
|
21
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250316.0",
|
22
|
+
"@ckeditor/ckeditor5-upload": "0.0.0-nightly-20250316.0",
|
23
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250316.0",
|
24
|
+
"ckeditor5": "0.0.0-nightly-20250316.0",
|
25
25
|
"blurhash": "2.0.5",
|
26
26
|
"es-toolkit": "1.32.0"
|
27
27
|
},
|