@ckeditor/ckeditor5-heading 39.0.2 → 40.1.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.
- package/LICENSE.md +2 -2
- package/build/translations/hy.js +1 -0
- package/lang/translations/hy.po +62 -0
- package/package.json +2 -2
- package/src/index.d.ts +1 -1
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 headings feature** – https://github.com/ckeditor/ckeditor5-heading <br>
|
|
5
|
-
Copyright (c) 2003
|
|
5
|
+
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
|
8
8
|
|
|
@@ -14,4 +14,4 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
|
14
14
|
Trademarks
|
|
15
15
|
----------
|
|
16
16
|
|
|
17
|
-
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
|
17
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n){const e=n.hy=n.hy||{};e.dictionary=Object.assign(e.dictionary||{},{"Choose heading":"",Heading:"","Heading 1":"Վերնագիր 1","Heading 2":"Վերնագիր 2","Heading 3":"Վերնագիր 3","Heading 4":"","Heading 5":"","Heading 6":"",Paragraph:"","Type or paste your content here.":"","Type your title":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
|
@@ -0,0 +1,62 @@
|
|
|
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: Armenian (https://app.transifex.com/ckeditor/teams/11143/hy/)\n"
|
|
16
|
+
"Language: hy\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Dropdown option label for the paragraph format."
|
|
21
|
+
msgid "Paragraph"
|
|
22
|
+
msgstr ""
|
|
23
|
+
|
|
24
|
+
msgctxt "Tooltip for the heading dropdown."
|
|
25
|
+
msgid "Heading"
|
|
26
|
+
msgstr ""
|
|
27
|
+
|
|
28
|
+
msgctxt "Default label for the heading dropdown."
|
|
29
|
+
msgid "Choose heading"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
32
|
+
msgctxt "Dropdown option label for the heading level 1 format."
|
|
33
|
+
msgid "Heading 1"
|
|
34
|
+
msgstr "Վերնագիր 1"
|
|
35
|
+
|
|
36
|
+
msgctxt "Dropdown option label for the heading level 2 format."
|
|
37
|
+
msgid "Heading 2"
|
|
38
|
+
msgstr "Վերնագիր 2"
|
|
39
|
+
|
|
40
|
+
msgctxt "Dropdown option label for the heading level 3 format."
|
|
41
|
+
msgid "Heading 3"
|
|
42
|
+
msgstr "Վերնագիր 3"
|
|
43
|
+
|
|
44
|
+
msgctxt "Dropdown option label for the heading level 4 format."
|
|
45
|
+
msgid "Heading 4"
|
|
46
|
+
msgstr ""
|
|
47
|
+
|
|
48
|
+
msgctxt "Dropdown option label for the heading level 5 format."
|
|
49
|
+
msgid "Heading 5"
|
|
50
|
+
msgstr ""
|
|
51
|
+
|
|
52
|
+
msgctxt "Dropdown option label for the heading level 6 format."
|
|
53
|
+
msgid "Heading 6"
|
|
54
|
+
msgstr ""
|
|
55
|
+
|
|
56
|
+
msgctxt "A default value of the placeholder for the content title."
|
|
57
|
+
msgid "Type your title"
|
|
58
|
+
msgstr ""
|
|
59
|
+
|
|
60
|
+
msgctxt "A default value of the placeholder for the content body."
|
|
61
|
+
msgid "Type or paste your content here."
|
|
62
|
+
msgstr ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-heading",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "40.1.0",
|
|
4
4
|
"description": "Headings feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "
|
|
15
|
+
"ckeditor5": "40.1.0"
|
|
16
16
|
},
|
|
17
17
|
"author": "CKSource (http://cksource.com/)",
|
|
18
18
|
"license": "GPL-2.0-or-later",
|
package/src/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* @module heading
|
|
7
7
|
*/
|
|
8
8
|
export { default as Heading } from './heading';
|
|
9
|
-
export type { HeadingOption } from './headingconfig';
|
|
9
|
+
export type { HeadingOption, HeadingElementOption } from './headingconfig';
|
|
10
10
|
export { default as HeadingEditing } from './headingediting';
|
|
11
11
|
export { default as HeadingUI } from './headingui';
|
|
12
12
|
export { default as HeadingButtonsUI } from './headingbuttonsui';
|