@ckeditor/ckeditor5-style 34.2.0 → 35.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/CHANGELOG.md +4 -0
- package/README.md +4 -0
- package/build/style.js +1 -1
- package/build/translations/ar.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/ckeditor5-metadata.json +4 -1
- package/lang/translations/ar.po +33 -0
- package/lang/translations/bg.po +33 -0
- package/lang/translations/bn.po +33 -0
- package/lang/translations/ca.po +33 -0
- package/lang/translations/da.po +33 -0
- package/lang/translations/es.po +33 -0
- package/lang/translations/et.po +33 -0
- package/lang/translations/fi.po +33 -0
- package/lang/translations/fr.po +33 -0
- package/lang/translations/he.po +33 -0
- package/lang/translations/hi.po +33 -0
- package/lang/translations/hu.po +33 -0
- package/lang/translations/id.po +33 -0
- package/lang/translations/ja.po +33 -0
- package/lang/translations/ko.po +33 -0
- package/lang/translations/lt.po +33 -0
- package/lang/translations/ms.po +33 -0
- package/lang/translations/no.po +33 -0
- package/lang/translations/pt.po +33 -0
- package/lang/translations/ro.po +33 -0
- package/lang/translations/ru.po +33 -0
- package/lang/translations/sv.po +33 -0
- package/lang/translations/th.po +33 -0
- package/lang/translations/tr.po +33 -0
- package/lang/translations/uk.po +33 -0
- package/lang/translations/ur.po +33 -0
- package/lang/translations/vi.po +33 -0
- package/package.json +36 -35
- package/src/stylecommand.js +11 -5
- package/src/styleui.js +5 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
|
|
16
|
+
"Language: hu\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stílusok"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Többféle stílus"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Blokkstílusok"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Szövegstílusok"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n"
|
|
16
|
+
"Language: id\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Gaya"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Banyak gaya"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Gaya blok"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Gaya teks"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Japanese (https://www.transifex.com/ckeditor/teams/11143/ja/)\n"
|
|
16
|
+
"Language: ja\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "スタイル"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "複数のスタイル"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "ブロックスタイル"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "テキストスタイル"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\n"
|
|
16
|
+
"Language: ko\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "스타일"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "다중 스타일"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "블록 스타일"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "텍스트 스타일"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Lithuanian (https://www.transifex.com/ckeditor/teams/11143/lt/)\n"
|
|
16
|
+
"Language: lt\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stiliai"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Daug stilių"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Blokuoti stilius"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Teksto stiliai"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Malay (https://www.transifex.com/ckeditor/teams/11143/ms/)\n"
|
|
16
|
+
"Language: ms\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Gaya"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Gaya berbilang"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Gaya blok"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Gaya teks"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Norwegian (https://www.transifex.com/ckeditor/teams/11143/no/)\n"
|
|
16
|
+
"Language: no\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stiler"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Multiple stiler"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Blokkstiler"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Tekststiler"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
|
|
16
|
+
"Language: pt\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Estilos"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Vários estilos"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Estilos de blocos"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Estilos de texto"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
|
|
16
|
+
"Language: ro\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stiluri"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Stiluri multiple"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Stiluri pentru blocuri"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Stiluri pentru text"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Russian (https://www.transifex.com/ckeditor/teams/11143/ru/)\n"
|
|
16
|
+
"Language: ru\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Стили"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Несколько стилей"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Блочные стили"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Стиль текста"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Swedish (https://www.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
|
+
"Language: sv\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stilar"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Flera stilar"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Blockstilar"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Texttyper"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Thai (https://www.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
|
+
"Language: th\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "รูปแบบ"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "มีหลายรูปแบบ"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "รูปแบบบล็อก"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "รูปแบบข้อความ"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Turkish (https://www.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
|
+
"Language: tr\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Stiller"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Birden fazla stil"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Blok stilleri"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Metin stilleri"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
|
+
"Language: uk\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Стилі"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Кілька стилів"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Стилі блоку"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Стилі тексту"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Urdu (https://www.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
|
+
"Language: ur\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "انداز"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "متعدد انداز"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "خانہ کے انداز"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "متن کے انداز"
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Copyright (c) 2003-2022, 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: Vietnamese (https://www.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
|
+
"Language: vi\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
|
|
19
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when no style is currently active."
|
|
20
|
+
msgid "Styles"
|
|
21
|
+
msgstr "Kiểu"
|
|
22
|
+
|
|
23
|
+
msgctxt "The label of the styles dropdown button in the toolbar displayed when multiple styles are currently active."
|
|
24
|
+
msgid "Multiple styles"
|
|
25
|
+
msgstr "Nhiều kiểu"
|
|
26
|
+
|
|
27
|
+
msgctxt "The label of the group in the styles dropdown containing styles applicable to blocks only (paragraphs, headings, etc.)."
|
|
28
|
+
msgid "Block styles"
|
|
29
|
+
msgstr "Kiểu của khối"
|
|
30
|
+
|
|
31
|
+
msgctxt "The label of the group in the styles dropdown containing inline applicable to text only."
|
|
32
|
+
msgid "Text styles"
|
|
33
|
+
msgstr "Kiểu văn bản"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-style",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.1.0",
|
|
4
4
|
"description": "Style feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -12,42 +12,42 @@
|
|
|
12
12
|
],
|
|
13
13
|
"main": "src/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"ckeditor5": "^
|
|
15
|
+
"ckeditor5": "^35.1.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-alignment": "^
|
|
19
|
-
"@ckeditor/ckeditor5-basic-styles": "^
|
|
20
|
-
"@ckeditor/ckeditor5-block-quote": "^
|
|
21
|
-
"@ckeditor/ckeditor5-cloud-services": "^
|
|
22
|
-
"@ckeditor/ckeditor5-code-block": "^
|
|
23
|
-
"@ckeditor/ckeditor5-core": "^
|
|
18
|
+
"@ckeditor/ckeditor5-alignment": "^35.1.0",
|
|
19
|
+
"@ckeditor/ckeditor5-basic-styles": "^35.1.0",
|
|
20
|
+
"@ckeditor/ckeditor5-block-quote": "^35.1.0",
|
|
21
|
+
"@ckeditor/ckeditor5-cloud-services": "^35.1.0",
|
|
22
|
+
"@ckeditor/ckeditor5-code-block": "^35.1.0",
|
|
23
|
+
"@ckeditor/ckeditor5-core": "^35.1.0",
|
|
24
24
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
25
|
-
"@ckeditor/ckeditor5-easy-image": "^
|
|
26
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
27
|
-
"@ckeditor/ckeditor5-engine": "^
|
|
28
|
-
"@ckeditor/ckeditor5-font": "^
|
|
29
|
-
"@ckeditor/ckeditor5-heading": "^
|
|
30
|
-
"@ckeditor/ckeditor5-highlight": "^
|
|
31
|
-
"@ckeditor/ckeditor5-horizontal-line": "^
|
|
32
|
-
"@ckeditor/ckeditor5-html-embed": "^
|
|
33
|
-
"@ckeditor/ckeditor5-html-support": "^
|
|
34
|
-
"@ckeditor/ckeditor5-image": "^
|
|
35
|
-
"@ckeditor/ckeditor5-indent": "^
|
|
36
|
-
"@ckeditor/ckeditor5-language": "^
|
|
37
|
-
"@ckeditor/ckeditor5-link": "^
|
|
38
|
-
"@ckeditor/ckeditor5-list": "^
|
|
39
|
-
"@ckeditor/ckeditor5-mention": "^
|
|
40
|
-
"@ckeditor/ckeditor5-page-break": "^
|
|
41
|
-
"@ckeditor/ckeditor5-paragraph": "^
|
|
42
|
-
"@ckeditor/ckeditor5-paste-from-office": "^
|
|
43
|
-
"@ckeditor/ckeditor5-remove-format": "^
|
|
44
|
-
"@ckeditor/ckeditor5-source-editing": "^
|
|
45
|
-
"@ckeditor/ckeditor5-table": "^
|
|
46
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "^
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "^
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
50
|
-
"@ckeditor/ckeditor5-word-count": "^
|
|
25
|
+
"@ckeditor/ckeditor5-easy-image": "^35.1.0",
|
|
26
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.1.0",
|
|
27
|
+
"@ckeditor/ckeditor5-engine": "^35.1.0",
|
|
28
|
+
"@ckeditor/ckeditor5-font": "^35.1.0",
|
|
29
|
+
"@ckeditor/ckeditor5-heading": "^35.1.0",
|
|
30
|
+
"@ckeditor/ckeditor5-highlight": "^35.1.0",
|
|
31
|
+
"@ckeditor/ckeditor5-horizontal-line": "^35.1.0",
|
|
32
|
+
"@ckeditor/ckeditor5-html-embed": "^35.1.0",
|
|
33
|
+
"@ckeditor/ckeditor5-html-support": "^35.1.0",
|
|
34
|
+
"@ckeditor/ckeditor5-image": "^35.1.0",
|
|
35
|
+
"@ckeditor/ckeditor5-indent": "^35.1.0",
|
|
36
|
+
"@ckeditor/ckeditor5-language": "^35.1.0",
|
|
37
|
+
"@ckeditor/ckeditor5-link": "^35.1.0",
|
|
38
|
+
"@ckeditor/ckeditor5-list": "^35.1.0",
|
|
39
|
+
"@ckeditor/ckeditor5-mention": "^35.1.0",
|
|
40
|
+
"@ckeditor/ckeditor5-page-break": "^35.1.0",
|
|
41
|
+
"@ckeditor/ckeditor5-paragraph": "^35.1.0",
|
|
42
|
+
"@ckeditor/ckeditor5-paste-from-office": "^35.1.0",
|
|
43
|
+
"@ckeditor/ckeditor5-remove-format": "^35.1.0",
|
|
44
|
+
"@ckeditor/ckeditor5-source-editing": "^35.1.0",
|
|
45
|
+
"@ckeditor/ckeditor5-table": "^35.1.0",
|
|
46
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.1.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "^35.1.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "^35.1.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "^35.1.0",
|
|
50
|
+
"@ckeditor/ckeditor5-word-count": "^35.1.0",
|
|
51
51
|
"webpack": "^5.58.1",
|
|
52
52
|
"webpack-cli": "^4.9.0"
|
|
53
53
|
},
|
|
@@ -69,7 +69,8 @@
|
|
|
69
69
|
"src",
|
|
70
70
|
"theme",
|
|
71
71
|
"build",
|
|
72
|
-
"ckeditor5-metadata.json"
|
|
72
|
+
"ckeditor5-metadata.json",
|
|
73
|
+
"CHANGELOG.md"
|
|
73
74
|
],
|
|
74
75
|
"scripts": {
|
|
75
76
|
"dll:build": "webpack"
|