@ckeditor/ckeditor5-code-block 0.0.0-nightly-20250314.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const e=n.be=n.be||{};e.dictionary=Object.assign(e.dictionary||{},{"Code block":"Блок кода","Entering %0 code snippet":"Увод фрагмента кода %0","Entering code snippet":"Увод фрагмента кода","Insert code block":"Уставіць код","Leaving %0 code snippet":"Астаўляем фрагмент кода %0","Leaving code snippet":"Астаўляем фрагмент кода","Plain text":"Просты тэкст"})}(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":{"Insert code block":"Уставіць код","Plain text":"Просты тэкст","Leaving %0 code snippet":"Астаўляем фрагмент кода %0","Entering %0 code snippet":"Увод фрагмента кода %0","Entering code snippet":"Увод фрагмента кода","Leaving code snippet":"Астаўляем фрагмент кода","Code block":"Блок кода"},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":{"Insert code block":"Уставіць код","Plain text":"Просты тэкст","Leaving %0 code snippet":"Астаўляем фрагмент кода %0","Entering %0 code snippet":"Увод фрагмента кода %0","Entering code snippet":"Увод фрагмента кода","Leaving code snippet":"Астаўляем фрагмент кода","Code block":"Блок кода"},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,40 @@
|
|
|
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 label of the button that allows inserting a new code block into the editor content."
|
|
15
|
+
msgid "Insert code block"
|
|
16
|
+
msgstr "Уставіць код"
|
|
17
|
+
|
|
18
|
+
msgctxt "A language of the code block in the editor content when no specific programming language is associated with it."
|
|
19
|
+
msgid "Plain text"
|
|
20
|
+
msgstr "Просты тэкст"
|
|
21
|
+
|
|
22
|
+
msgctxt "Assistive technologies label for leaving the code block with a specified programming language. Example: 'Leaving JavaScript code snippet'"
|
|
23
|
+
msgid "Leaving %0 code snippet"
|
|
24
|
+
msgstr "Астаўляем фрагмент кода %0"
|
|
25
|
+
|
|
26
|
+
msgctxt "Assistive technologies label for entering the code block with a specified programming language. Example: 'Entering JavaScript code snippet'"
|
|
27
|
+
msgid "Entering %0 code snippet"
|
|
28
|
+
msgstr "Увод фрагмента кода %0"
|
|
29
|
+
|
|
30
|
+
msgctxt "Assistive technologies label for entering the code block with unspecified programming language."
|
|
31
|
+
msgid "Entering code snippet"
|
|
32
|
+
msgstr "Увод фрагмента кода"
|
|
33
|
+
|
|
34
|
+
msgctxt "Assistive technologies label for leaving the code block with unspecified programming language."
|
|
35
|
+
msgid "Leaving code snippet"
|
|
36
|
+
msgstr "Астаўляем фрагмент кода"
|
|
37
|
+
|
|
38
|
+
msgctxt "The accessible label of the menu bar button that inserts a code block into editor content."
|
|
39
|
+
msgid "Code block"
|
|
40
|
+
msgstr "Блок кода"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-code-block",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250315.0",
|
|
4
4
|
"description": "Code block feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
17
|
-
"@ckeditor/ckeditor5-clipboard": "0.0.0-nightly-
|
|
18
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
19
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
20
|
-
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-
|
|
21
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
22
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
23
|
-
"ckeditor5": "0.0.0-nightly-
|
|
16
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20250315.0",
|
|
17
|
+
"@ckeditor/ckeditor5-clipboard": "0.0.0-nightly-20250315.0",
|
|
18
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20250315.0",
|
|
19
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20250315.0",
|
|
20
|
+
"@ckeditor/ckeditor5-icons": "0.0.0-nightly-20250315.0",
|
|
21
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20250315.0",
|
|
22
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20250315.0",
|
|
23
|
+
"ckeditor5": "0.0.0-nightly-20250315.0"
|
|
24
24
|
},
|
|
25
25
|
"author": "CKSource (http://cksource.com/)",
|
|
26
26
|
"license": "SEE LICENSE IN LICENSE.md",
|