@ckeditor/ckeditor5-list-multi-level 0.0.0-nightly-20240410.0 → 41.3.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/build/list-multi-level.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/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/es-co.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/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.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/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.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/sk.js +1 -0
- package/build/translations/sr.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/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/ar.po +26 -0
- package/lang/translations/bg.po +26 -0
- package/lang/translations/bn.po +26 -0
- package/lang/translations/ca.po +26 -0
- package/lang/translations/cs.po +26 -0
- package/lang/translations/da.po +26 -0
- package/lang/translations/de.po +26 -0
- package/lang/translations/el.po +26 -0
- package/lang/translations/es-co.po +26 -0
- package/lang/translations/es.po +26 -0
- package/lang/translations/et.po +26 -0
- package/lang/translations/fi.po +26 -0
- package/lang/translations/fr.po +26 -0
- package/lang/translations/he.po +26 -0
- package/lang/translations/hi.po +26 -0
- package/lang/translations/hr.po +26 -0
- package/lang/translations/hu.po +26 -0
- package/lang/translations/id.po +26 -0
- package/lang/translations/it.po +26 -0
- package/lang/translations/ja.po +26 -0
- package/lang/translations/ko.po +26 -0
- package/lang/translations/lt.po +26 -0
- package/lang/translations/lv.po +26 -0
- package/lang/translations/ms.po +26 -0
- package/lang/translations/nl.po +26 -0
- package/lang/translations/no.po +26 -0
- package/lang/translations/pl.po +26 -0
- package/lang/translations/pt-br.po +26 -0
- package/lang/translations/pt.po +26 -0
- package/lang/translations/ro.po +26 -0
- package/lang/translations/ru.po +26 -0
- package/lang/translations/sk.po +26 -0
- package/lang/translations/sr.po +26 -0
- package/lang/translations/sv.po +26 -0
- package/lang/translations/th.po +26 -0
- package/lang/translations/tr.po +26 -0
- package/lang/translations/uk.po +26 -0
- package/lang/translations/vi.po +26 -0
- package/lang/translations/zh-cn.po +26 -0
- package/lang/translations/zh.po +26 -0
- package/package.json +3 -3
- package/src/index.js +1 -1
- package/src/multilevellist.js +1 -1
- package/src/multilevellistcommand.js +1 -1
- package/src/multilevellistediting.js +1 -1
- package/src/multilevellistui.js +1 -1
- package/src/ui/multilevellistview.js +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
|
|
16
|
+
"Language: pl\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Lista wielopoziomowa"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Pasek narzędzi stylów listy wielopoziomowej"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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 (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
|
|
16
|
+
"Language: pt_BR\n"
|
|
17
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Lista multinível"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Barra de ferramentas de estilos de listas multinível"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Lista multinível"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Barra de ferramentas de estilos de lista multinível"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Listă multi-nivel"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Bara de instrumente pentru stiluri de liste multi-nivel"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Многоуровневый список"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Панель стилей многоуровневого списка"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
|
|
16
|
+
"Language: sk\n"
|
|
17
|
+
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Viacúrovňový zoznam"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Viacúrovňový panel s nástrojmi štýlov zoznamu"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
|
+
"Language: sr\n"
|
|
17
|
+
"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"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Lista na više nivoa"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Traka sa alatkama stilova za liste na više nivoa"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
|
+
"Language: sv\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Flernivålista"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Verktygsfält för flernivåliststilar"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
|
+
"Language: th\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "รายการหลายระดับ"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "แถบเครื่องมือสไตล์รายการหลายระดับ"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
|
+
"Language: tr\n"
|
|
17
|
+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Çok Seviyeli Liste"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Çok seviyeli liste stilleri araç çubuğu"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.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
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Багаторівневий список"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Панель інструментів стилів багаторівневого списку"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
|
+
"Language: vi\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "Danh sách Đa cấp độ"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "Thanh công cụ kiểu danh sách đa cấp độ"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
|
+
"Language: zh_CN\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "多级列表"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "多级列表样式工具栏"
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Copyright (c) 2003-2024, 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: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
|
+
"Language: zh_TW\n"
|
|
17
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
19
|
+
|
|
20
|
+
msgctxt "Toolbar button tooltip for the Multi-level List feature."
|
|
21
|
+
msgid "Multi-level List"
|
|
22
|
+
msgstr "多層次清單"
|
|
23
|
+
|
|
24
|
+
msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the multi-level list style."
|
|
25
|
+
msgid "Multi-level list styles toolbar"
|
|
26
|
+
msgstr "多層次清單樣式工具列"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-list-multi-level",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "41.3.0",
|
|
4
4
|
"description": "Multi-level list feature for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "src/index.js",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"ckeditor5": "
|
|
27
|
-
"@ckeditor/ckeditor5-ui": "
|
|
26
|
+
"ckeditor5": "41.3.0",
|
|
27
|
+
"@ckeditor/ckeditor5-ui": "41.3.0"
|
|
28
28
|
},
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
30
30
|
"author": "CKSource (http://cksource.com/)",
|
package/src/index.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
(function(
|
|
23
|
+
function _0x398f(_0x12acc1,_0x634335){var _0x22d621=_0x22d6();return _0x398f=function(_0x398f92,_0x3dd304){_0x398f92=_0x398f92-0x7c;var _0x212056=_0x22d621[_0x398f92];return _0x212056;},_0x398f(_0x12acc1,_0x634335);}function _0x22d6(){var _0x170471=['1696NdBnPJ','25PzCpAo','465831ekVCPf','11bfFaRc','9780912xHyGVR','135312JZrQNM','7ifFdIJ','852068EyGGTS','4755MBhRzJ','19620830yHVcLw','4958944ODXYuL'];_0x22d6=function(){return _0x170471;};return _0x22d6();}(function(_0x4ca9af,_0x3be66f){var _0xc3e61a=_0x398f,_0x71d67f=_0x4ca9af();while(!![]){try{var _0x12e7c9=-parseInt(_0xc3e61a(0x7c))/0x1+parseInt(_0xc3e61a(0x85))/0x2*(-parseInt(_0xc3e61a(0x82))/0x3)+-parseInt(_0xc3e61a(0x81))/0x4*(-parseInt(_0xc3e61a(0x86))/0x5)+parseInt(_0xc3e61a(0x7f))/0x6*(parseInt(_0xc3e61a(0x80))/0x7)+parseInt(_0xc3e61a(0x84))/0x8+-parseInt(_0xc3e61a(0x7e))/0x9+-parseInt(_0xc3e61a(0x83))/0xa*(-parseInt(_0xc3e61a(0x7d))/0xb);if(_0x12e7c9===_0x3be66f)break;else _0x71d67f['push'](_0x71d67f['shift']());}catch(_0x325092){_0x71d67f['push'](_0x71d67f['shift']());}}}(_0x22d6,0xbcb2d));export{default as MultiLevelList}from'./multilevellist.js';export{default as MultiLevelListEditing}from'./multilevellistediting.js';export{default as MultiLevelListUI}from'./multilevellistui.js';import'./augmentation.js';
|
package/src/multilevellist.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x301c3b=_0x3750;(function(_0x140391,_0x34d557){var _0x26e48f=_0x3750,_0x5c9696=_0x140391();while(!![]){try{var _0x5c37fd=parseInt(_0x26e48f(0x1c9))/0x1*(parseInt(_0x26e48f(0x1cd))/0x2)+parseInt(_0x26e48f(0x1d0))/0x3+parseInt(_0x26e48f(0x1c8))/0x4+parseInt(_0x26e48f(0x1d3))/0x5+-parseInt(_0x26e48f(0x1cb))/0x6*(parseInt(_0x26e48f(0x1d4))/0x7)+-parseInt(_0x26e48f(0x1ce))/0x8+parseInt(_0x26e48f(0x1ca))/0x9*(-parseInt(_0x26e48f(0x1cc))/0xa);if(_0x5c37fd===_0x34d557)break;else _0x5c9696['push'](_0x5c9696['shift']());}catch(_0x963bae){_0x5c9696['push'](_0x5c9696['shift']());}}}(_0x1c99,0xb6f02));import{Plugin as _0x703201}from'ckeditor5/src/core.js';import _0x1f3906 from'./multilevellistediting.js';import _0x14cb77 from'./multilevellistui.js';import'../theme/multilevellist.css';function _0x3750(_0x55cd08,_0x12127d){var _0x1c9924=_0x1c99();return _0x3750=function(_0x375022,_0x4b1db1){_0x375022=_0x375022-0x1c8;var _0x61ce22=_0x1c9924[_0x375022];return _0x61ce22;},_0x3750(_0x55cd08,_0x12127d);}function _0x1c99(){var _0x1b2749=['7190488eyzdEh','requires','1637931ukFNzE','MultiLevelList','pluginName','7105145HOsIjJ','384671vYaeam','4992780lwBcms','1432191cSUOss','17101863aSgUgw','120CBILVA','10VGISJj','2fWZvJb'];_0x1c99=function(){return _0x1b2749;};return _0x1c99();}export default class r extends _0x703201{static get[_0x301c3b(0x1d2)](){var _0x4b8478=_0x301c3b;return _0x4b8478(0x1d1);}static get[_0x301c3b(0x1cf)](){return[_0x1f3906,_0x14cb77];}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1bed(){const _0x4e5197=['getAttribute','listMarkerStyle','11ldDfeB','29196inmoix','selection','value','5mVtVHV','isListItemBlock','model','_listDefinitions','plugins','1940127JvmvRD','customBulletedList','customNumberedList','_checkEnabled','execute','52710324zPWIQN','8WFARva','commands','refresh','document','196796hdpadf','getSelectedBlocks','_listUtils','_getListTypeFromListMarkerStyle','8qAsmFY','get','editor','listType','18HVlgLy','12831731qcJwTh','ListUtils','3784542JEIMUY','defaultListMarkerStyle','List','_getValue','find','isEnabled','change','3151490EmOctg'];_0x1bed=function(){return _0x4e5197;};return _0x1bed();}const _0x77e96c=_0x5d55;(function(_0x13dff1,_0x2aa2a5){const _0x195b24=_0x5d55,_0x3ac77c=_0x13dff1();while(!![]){try{const _0x1e28c1=-parseInt(_0x195b24(0xa2))/0x1*(parseInt(_0x195b24(0xb5))/0x2)+-parseInt(_0x195b24(0xa3))/0x3*(parseInt(_0x195b24(0xb9))/0x4)+parseInt(_0x195b24(0xa6))/0x5*(-parseInt(_0x195b24(0xc0))/0x6)+parseInt(_0x195b24(0xab))/0x7*(-parseInt(_0x195b24(0xb1))/0x8)+-parseInt(_0x195b24(0xbd))/0x9*(parseInt(_0x195b24(0x9f))/0xa)+-parseInt(_0x195b24(0xbe))/0xb+parseInt(_0x195b24(0xb0))/0xc;if(_0x1e28c1===_0x2aa2a5)break;else _0x3ac77c['push'](_0x3ac77c['shift']());}catch(_0x2c3224){_0x3ac77c['push'](_0x3ac77c['shift']());}}}(_0x1bed,0x8f0dc));import{Command as _0x4f6a36}from'ckeditor5/src/core.js';import{first as _0xf44220}from'ckeditor5/src/utils.js';function _0x5d55(_0x28aa33,_0x1b1283){const _0x1bedcd=_0x1bed();return _0x5d55=function(_0x5d55b8,_0x432682){_0x5d55b8=_0x5d55b8-0x9f;let _0x706428=_0x1bedcd[_0x5d55b8];return _0x706428;},_0x5d55(_0x28aa33,_0x1b1283);}export default class c extends _0x4f6a36{constructor(_0x576c2a,_0x1609d5,_0x37564a){const _0x2ac807=_0x5d55;super(_0x576c2a),this[_0x2ac807(0xc1)]=_0x1609d5,this[_0x2ac807(0xa9)]=_0x37564a,this[_0x2ac807(0xb7)]=this[_0x2ac807(0xbb)][_0x2ac807(0xaa)][_0x2ac807(0xba)](_0x2ac807(0xbf));}[_0x77e96c(0xb3)](){const _0x9cccec=_0x77e96c;this[_0x9cccec(0xa5)]=this[_0x9cccec(0xc3)](),this[_0x9cccec(0xc5)]=this[_0x9cccec(0xae)]();}[_0x77e96c(0xaf)](_0x392dbe={}){const _0x1a49d2=_0x77e96c,_0x21ce69=this[_0x1a49d2(0xbb)][_0x1a49d2(0xa8)],_0x3b8414=_0x392dbe[_0x1a49d2(0xa1)]||this[_0x1a49d2(0xc1)];_0x21ce69[_0x1a49d2(0xc6)](()=>{const _0x45ff74=_0x1a49d2,_0x3bf87a=this[_0x45ff74(0xb8)](_0x3b8414);if(!_0x3bf87a)return;const _0x3c74ef=_0x3bf87a+_0x45ff74(0xc2);this[_0x45ff74(0xbb)][_0x45ff74(0xaf)](_0x3c74ef,{'additionalAttributes':{'listMarkerStyle':_0x3b8414}});});}[_0x77e96c(0xc3)](){const _0x2f0216=_0x77e96c,_0x3c0e2e=_0xf44220(this[_0x2f0216(0xbb)][_0x2f0216(0xa8)][_0x2f0216(0xb4)][_0x2f0216(0xa4)][_0x2f0216(0xb6)]());return this[_0x2f0216(0xb7)][_0x2f0216(0xa7)](_0x3c0e2e)?_0x3c0e2e[_0x2f0216(0xa0)](_0x2f0216(0xa1)):null;}[_0x77e96c(0xae)](){const _0x162aa5=_0x77e96c,_0xcc4361=this[_0x162aa5(0xbb)],_0x48071c=_0xcc4361[_0x162aa5(0xb2)][_0x162aa5(0xba)](_0x162aa5(0xad)),_0x1989fc=_0xcc4361[_0x162aa5(0xb2)][_0x162aa5(0xba)](_0x162aa5(0xac));return _0x48071c[_0x162aa5(0xc5)]||_0x1989fc[_0x162aa5(0xc5)];}[_0x77e96c(0xb8)](_0x475b10){const _0x2c1569=_0x77e96c,_0x41915d=this[_0x2c1569(0xa9)][_0x2c1569(0xc4)](_0x397250=>_0x397250[_0x2c1569(0xa1)]==_0x475b10);return _0x41915d?_0x41915d[_0x2c1569(0xbc)]:null;}}
|