@ckeditor/ckeditor5-heading 43.1.1 → 43.2.0-alpha.1
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/build/translations/ca.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(a){const
|
|
1
|
+
!function(a){const n=a.ca=a.ca||{};n.dictionary=Object.assign(n.dictionary||{},{"Choose heading":"Trieu l'encapçalament",Heading:"Encapçalament","Heading 1":"Encapçalament 1","Heading 2":"Encapçalament 2","Heading 3":"Encapçalament 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6",Paragraph:"Paràgraf","Type or paste your content here.":"Escriviu o enganxeu el contingut aquí.","Type your title":"Escriviu el títol"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
|
package/dist/translations/ca.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
export default {"ca":{"dictionary":{"Paragraph":"
|
|
5
|
+
export default {"ca":{"dictionary":{"Paragraph":"Paràgraf","Heading":"Encapçalament","Choose heading":"Trieu l'encapçalament","Heading 1":"Encapçalament 1","Heading 2":"Encapçalament 2","Heading 3":"Encapçalament 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6","Type your title":"Escriviu el títol","Type or paste your content here.":"Escriviu o enganxeu el contingut aquí."},getPluralForm(n){return (n != 1);}}}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
( e => {
|
|
7
|
-
const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Paragraph":"
|
|
7
|
+
const { [ 'ca' ]: { dictionary, getPluralForm } } = {"ca":{"dictionary":{"Paragraph":"Paràgraf","Heading":"Encapçalament","Choose heading":"Trieu l'encapçalament","Heading 1":"Encapçalament 1","Heading 2":"Encapçalament 2","Heading 3":"Encapçalament 3","Heading 4":"Encapçalament 4","Heading 5":"Encapçalament 5","Heading 6":"Encapçalament 6","Type your title":"Escriviu el títol","Type or paste your content here.":"Escriviu o enganxeu el contingut aquí."},getPluralForm(n){return (n != 1);}}};
|
|
8
8
|
e[ 'ca' ] ||= { dictionary: {}, getPluralForm: null };
|
|
9
9
|
e[ 'ca' ].dictionary = Object.assign( e[ 'ca' ].dictionary, dictionary );
|
|
10
10
|
e[ 'ca' ].getPluralForm = getPluralForm;
|
package/lang/translations/ca.po
CHANGED
|
@@ -19,27 +19,27 @@ msgstr ""
|
|
|
19
19
|
|
|
20
20
|
msgctxt "Dropdown option label for the paragraph format."
|
|
21
21
|
msgid "Paragraph"
|
|
22
|
-
msgstr "
|
|
22
|
+
msgstr "Paràgraf"
|
|
23
23
|
|
|
24
24
|
msgctxt "Tooltip for the heading dropdown."
|
|
25
25
|
msgid "Heading"
|
|
26
|
-
msgstr "
|
|
26
|
+
msgstr "Encapçalament"
|
|
27
27
|
|
|
28
28
|
msgctxt "Default label for the heading dropdown."
|
|
29
29
|
msgid "Choose heading"
|
|
30
|
-
msgstr "
|
|
30
|
+
msgstr "Trieu l'encapçalament"
|
|
31
31
|
|
|
32
32
|
msgctxt "Dropdown option label for the heading level 1 format."
|
|
33
33
|
msgid "Heading 1"
|
|
34
|
-
msgstr "
|
|
34
|
+
msgstr "Encapçalament 1"
|
|
35
35
|
|
|
36
36
|
msgctxt "Dropdown option label for the heading level 2 format."
|
|
37
37
|
msgid "Heading 2"
|
|
38
|
-
msgstr "
|
|
38
|
+
msgstr "Encapçalament 2"
|
|
39
39
|
|
|
40
40
|
msgctxt "Dropdown option label for the heading level 3 format."
|
|
41
41
|
msgid "Heading 3"
|
|
42
|
-
msgstr "
|
|
42
|
+
msgstr "Encapçalament 3"
|
|
43
43
|
|
|
44
44
|
msgctxt "Dropdown option label for the heading level 4 format."
|
|
45
45
|
msgid "Heading 4"
|
|
@@ -55,8 +55,8 @@ msgstr "Encapçalament 6"
|
|
|
55
55
|
|
|
56
56
|
msgctxt "A default value of the placeholder for the content title."
|
|
57
57
|
msgid "Type your title"
|
|
58
|
-
msgstr "
|
|
58
|
+
msgstr "Escriviu el títol"
|
|
59
59
|
|
|
60
60
|
msgctxt "A default value of the placeholder for the content body."
|
|
61
61
|
msgid "Type or paste your content here."
|
|
62
|
-
msgstr "
|
|
62
|
+
msgstr "Escriviu o enganxeu el contingut aquí."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-heading",
|
|
3
|
-
"version": "43.
|
|
3
|
+
"version": "43.2.0-alpha.1",
|
|
4
4
|
"description": "Headings feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"type": "module",
|
|
14
14
|
"main": "src/index.js",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@ckeditor/ckeditor5-core": "43.
|
|
17
|
-
"@ckeditor/ckeditor5-engine": "43.
|
|
18
|
-
"@ckeditor/ckeditor5-paragraph": "43.
|
|
19
|
-
"@ckeditor/ckeditor5-ui": "43.
|
|
20
|
-
"@ckeditor/ckeditor5-utils": "43.
|
|
21
|
-
"ckeditor5": "43.
|
|
16
|
+
"@ckeditor/ckeditor5-core": "43.2.0-alpha.1",
|
|
17
|
+
"@ckeditor/ckeditor5-engine": "43.2.0-alpha.1",
|
|
18
|
+
"@ckeditor/ckeditor5-paragraph": "43.2.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-ui": "43.2.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-utils": "43.2.0-alpha.1",
|
|
21
|
+
"ckeditor5": "43.2.0-alpha.1"
|
|
22
22
|
},
|
|
23
23
|
"author": "CKSource (http://cksource.com/)",
|
|
24
24
|
"license": "GPL-2.0-or-later",
|