@ckeditor/ckeditor5-list-multi-level 41.4.0-alpha.0 → 41.4.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.
Files changed (90) hide show
  1. package/build/list-multi-level.js +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/translations/ar.js +1 -1
  4. package/dist/translations/ar.umd.js +23 -0
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +23 -0
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +23 -0
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +23 -0
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +23 -0
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +23 -0
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +23 -0
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +23 -0
  19. package/dist/translations/en.umd.js +23 -0
  20. package/dist/translations/es-co.js +1 -1
  21. package/dist/translations/es-co.umd.js +23 -0
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +23 -0
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +23 -0
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +23 -0
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +23 -0
  30. package/dist/translations/he.js +1 -1
  31. package/dist/translations/he.umd.js +23 -0
  32. package/dist/translations/hi.js +1 -1
  33. package/dist/translations/hi.umd.js +23 -0
  34. package/dist/translations/hr.js +1 -1
  35. package/dist/translations/hr.umd.js +23 -0
  36. package/dist/translations/hu.js +1 -1
  37. package/dist/translations/hu.umd.js +23 -0
  38. package/dist/translations/id.js +1 -1
  39. package/dist/translations/id.umd.js +23 -0
  40. package/dist/translations/it.js +1 -1
  41. package/dist/translations/it.umd.js +23 -0
  42. package/dist/translations/ja.js +1 -1
  43. package/dist/translations/ja.umd.js +23 -0
  44. package/dist/translations/ko.js +1 -1
  45. package/dist/translations/ko.umd.js +23 -0
  46. package/dist/translations/lt.js +1 -1
  47. package/dist/translations/lt.umd.js +23 -0
  48. package/dist/translations/lv.js +1 -1
  49. package/dist/translations/lv.umd.js +23 -0
  50. package/dist/translations/ms.js +1 -1
  51. package/dist/translations/ms.umd.js +23 -0
  52. package/dist/translations/nl.js +1 -1
  53. package/dist/translations/nl.umd.js +23 -0
  54. package/dist/translations/no.js +1 -1
  55. package/dist/translations/no.umd.js +23 -0
  56. package/dist/translations/pl.js +1 -1
  57. package/dist/translations/pl.umd.js +23 -0
  58. package/dist/translations/pt-br.js +1 -1
  59. package/dist/translations/pt-br.umd.js +23 -0
  60. package/dist/translations/pt.js +1 -1
  61. package/dist/translations/pt.umd.js +23 -0
  62. package/dist/translations/ro.js +1 -1
  63. package/dist/translations/ro.umd.js +23 -0
  64. package/dist/translations/ru.js +1 -1
  65. package/dist/translations/ru.umd.js +23 -0
  66. package/dist/translations/sk.js +1 -1
  67. package/dist/translations/sk.umd.js +23 -0
  68. package/dist/translations/sr.js +1 -1
  69. package/dist/translations/sr.umd.js +23 -0
  70. package/dist/translations/sv.js +1 -1
  71. package/dist/translations/sv.umd.js +23 -0
  72. package/dist/translations/th.js +1 -1
  73. package/dist/translations/th.umd.js +23 -0
  74. package/dist/translations/tr.js +1 -1
  75. package/dist/translations/tr.umd.js +23 -0
  76. package/dist/translations/uk.js +1 -1
  77. package/dist/translations/uk.umd.js +23 -0
  78. package/dist/translations/vi.js +1 -1
  79. package/dist/translations/vi.umd.js +23 -0
  80. package/dist/translations/zh-cn.js +1 -1
  81. package/dist/translations/zh-cn.umd.js +23 -0
  82. package/dist/translations/zh.js +1 -1
  83. package/dist/translations/zh.umd.js +23 -0
  84. package/package.json +3 -3
  85. package/src/index.js +1 -1
  86. package/src/multilevellist.js +1 -1
  87. package/src/multilevellistcommand.js +1 -1
  88. package/src/multilevellistediting.js +1 -1
  89. package/src/multilevellistui.js +1 -1
  90. package/src/ui/multilevellistview.js +1 -1
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x3a46a7=>{const {da:{dictionary:_0x11e1bd,getPluralForm:_0x1489e3}}={'da':{'dictionary':{'Multi-level\x20List':'Liste\x20med\x20flere\x20niveauer','Multi-level\x20list\x20styles\x20toolbar':'Værktøjslinje\x20for\x20listestile\x20med\x20flere\x20niveauer'},'getPluralForm':_0x576095=>0x1!=_0x576095}};_0x3a46a7['da']||={'dictionary':{},'getPluralForm':null},_0x3a46a7['da']['dictionary']=Object['assign'](_0x3a46a7['da']['dictionary'],_0x11e1bd),_0x3a46a7['da']['getPluralForm']=_0x1489e3;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'de':{'dictionary':{'Multi-level\x20List':'Liste\x20mit\x20mehreren\x20Ebenen','Multi-level\x20list\x20styles\x20toolbar':'Liste\x20mit\x20mehreren\x20Ebenen\x20Stilleiste'},'getPluralForm':_0x1b5bc0=>0x1!=_0x1b5bc0}};
23
+ export default{'de':{'dictionary':{'Multi-level\x20List':'Liste\x20mit\x20mehreren\x20Ebenen','Multi-level\x20list\x20styles\x20toolbar':'Liste\x20mit\x20mehreren\x20Ebenen\x20Stilleiste'},'getPluralForm':_0x138df7=>0x1!=_0x138df7}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0xd60d32=>{const {de:{dictionary:_0x3b1adf,getPluralForm:_0x464c03}}={'de':{'dictionary':{'Multi-level\x20List':'Liste\x20mit\x20mehreren\x20Ebenen','Multi-level\x20list\x20styles\x20toolbar':'Liste\x20mit\x20mehreren\x20Ebenen\x20Stilleiste'},'getPluralForm':_0x45f5cb=>0x1!=_0x45f5cb}};_0xd60d32['de']||={'dictionary':{},'getPluralForm':null},_0xd60d32['de']['dictionary']=Object['assign'](_0xd60d32['de']['dictionary'],_0x3b1adf),_0xd60d32['de']['getPluralForm']=_0x464c03;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'el':{'dictionary':{'Multi-level\x20List':'Λίστα\x20πολλαπλών\x20επιπέδων','Multi-level\x20list\x20styles\x20toolbar':'Γραμμή\x20εργαλείων\x20στυλ\x20λίστας\x20πολλαπλών\x20επιπέδων'},'getPluralForm':_0x44bde8=>0x1!=_0x44bde8}};
23
+ export default{'el':{'dictionary':{'Multi-level\x20List':'Λίστα\x20πολλαπλών\x20επιπέδων','Multi-level\x20list\x20styles\x20toolbar':'Γραμμή\x20εργαλείων\x20στυλ\x20λίστας\x20πολλαπλών\x20επιπέδων'},'getPluralForm':_0x5ab63f=>0x1!=_0x5ab63f}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x593ae0=>{const {el:{dictionary:_0x5ef227,getPluralForm:_0x45fde6}}={'el':{'dictionary':{'Multi-level\x20List':'Λίστα\x20πολλαπλών\x20επιπέδων','Multi-level\x20list\x20styles\x20toolbar':'Γραμμή\x20εργαλείων\x20στυλ\x20λίστας\x20πολλαπλών\x20επιπέδων'},'getPluralForm':_0x46a699=>0x1!=_0x46a699}};_0x593ae0['el']||={'dictionary':{},'getPluralForm':null},_0x593ae0['el']['dictionary']=Object['assign'](_0x593ae0['el']['dictionary'],_0x5ef227),_0x593ae0['el']['getPluralForm']=_0x45fde6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x8b728b=>{const {en:{dictionary:_0x51ab72,getPluralForm:_0x30f0b0}}={'en':{'dictionary':{'Multi-level\x20List':'Multi-level\x20List','Multi-level\x20list\x20styles\x20toolbar':'Multi-level\x20list\x20styles\x20toolbar'},'getPluralForm':null}};_0x8b728b['en']||={'dictionary':{},'getPluralForm':null},_0x8b728b['en']['dictionary']=Object['assign'](_0x8b728b['en']['dictionary'],_0x51ab72),_0x8b728b['en']['getPluralForm']=_0x30f0b0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es-co':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Herramientas\x20para\x20estilos\x20de\x20lista\x20multinivel'},'getPluralForm':_0x1c77dd=>0x1==_0x1c77dd?0x0:0x0!=_0x1c77dd&&_0x1c77dd%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es-co':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Herramientas\x20para\x20estilos\x20de\x20lista\x20multinivel'},'getPluralForm':_0x228901=>0x1==_0x228901?0x0:0x0!=_0x228901&&_0x228901%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x2c7084=>{const {'es-co':{dictionary:_0x442e4f,getPluralForm:_0x5f1871}}={'es-co':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Herramientas\x20para\x20estilos\x20de\x20lista\x20multinivel'},'getPluralForm':_0x4260c7=>0x1==_0x4260c7?0x0:0x0!=_0x4260c7&&_0x4260c7%0xf4240==0x0?0x1:0x2}};_0x2c7084['es-co']||={'dictionary':{},'getPluralForm':null},_0x2c7084['es-co']['dictionary']=Object['assign'](_0x2c7084['es-co']['dictionary'],_0x442e4f),_0x2c7084['es-co']['getPluralForm']=_0x5f1871;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20herramientas\x20de\x20estilos\x20de\x20listas\x20multinivel'},'getPluralForm':_0x2476e1=>0x1==_0x2476e1?0x0:0x0!=_0x2476e1&&_0x2476e1%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20herramientas\x20de\x20estilos\x20de\x20listas\x20multinivel'},'getPluralForm':_0x321b72=>0x1==_0x321b72?0x0:0x0!=_0x321b72&&_0x321b72%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x221833=>{const {es:{dictionary:_0x39473a,getPluralForm:_0x525ff2}}={'es':{'dictionary':{'Multi-level\x20List':'Lista\x20multinivel','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20herramientas\x20de\x20estilos\x20de\x20listas\x20multinivel'},'getPluralForm':_0x1f391a=>0x1==_0x1f391a?0x0:0x0!=_0x1f391a&&_0x1f391a%0xf4240==0x0?0x1:0x2}};_0x221833['es']||={'dictionary':{},'getPluralForm':null},_0x221833['es']['dictionary']=Object['assign'](_0x221833['es']['dictionary'],_0x39473a),_0x221833['es']['getPluralForm']=_0x525ff2;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'et':{'dictionary':{'Multi-level\x20List':'Mitmetasandiline\x20loend','Multi-level\x20list\x20styles\x20toolbar':'Mitmetasandilise\x20loendi\x20stiilide\x20tööriistariba'},'getPluralForm':_0x617604=>0x1!=_0x617604}};
23
+ export default{'et':{'dictionary':{'Multi-level\x20List':'Mitmetasandiline\x20loend','Multi-level\x20list\x20styles\x20toolbar':'Mitmetasandilise\x20loendi\x20stiilide\x20tööriistariba'},'getPluralForm':_0x1e790a=>0x1!=_0x1e790a}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x5e82da=>{const {et:{dictionary:_0x2bae1f,getPluralForm:_0x4d8621}}={'et':{'dictionary':{'Multi-level\x20List':'Mitmetasandiline\x20loend','Multi-level\x20list\x20styles\x20toolbar':'Mitmetasandilise\x20loendi\x20stiilide\x20tööriistariba'},'getPluralForm':_0x5ce03a=>0x1!=_0x5ce03a}};_0x5e82da['et']||={'dictionary':{},'getPluralForm':null},_0x5e82da['et']['dictionary']=Object['assign'](_0x5e82da['et']['dictionary'],_0x2bae1f),_0x5e82da['et']['getPluralForm']=_0x4d8621;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fi':{'dictionary':{'Multi-level\x20List':'Monitasoinen\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Monitasoisten\x20listojen\x20tyylipalkki'},'getPluralForm':_0x5a1284=>0x1!=_0x5a1284}};
23
+ export default{'fi':{'dictionary':{'Multi-level\x20List':'Monitasoinen\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Monitasoisten\x20listojen\x20tyylipalkki'},'getPluralForm':_0x50d227=>0x1!=_0x50d227}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x55392c=>{const {fi:{dictionary:_0x198544,getPluralForm:_0x205c80}}={'fi':{'dictionary':{'Multi-level\x20List':'Monitasoinen\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Monitasoisten\x20listojen\x20tyylipalkki'},'getPluralForm':_0x5e2922=>0x1!=_0x5e2922}};_0x55392c['fi']||={'dictionary':{},'getPluralForm':null},_0x55392c['fi']['dictionary']=Object['assign'](_0x55392c['fi']['dictionary'],_0x198544),_0x55392c['fi']['getPluralForm']=_0x205c80;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fr':{'dictionary':{'Multi-level\x20List':'Liste\x20à\x20plusieurs\x20niveaux','Multi-level\x20list\x20styles\x20toolbar':'Barre\x20d\x27outils\x20des\x20styles\x20de\x20liste\x20à\x20plusieurs\x20niveaux'},'getPluralForm':_0x178152=>0x0==_0x178152||0x1==_0x178152?0x0:0x0!=_0x178152&&_0x178152%0xf4240==0x0?0x1:0x2}};
23
+ export default{'fr':{'dictionary':{'Multi-level\x20List':'Liste\x20à\x20plusieurs\x20niveaux','Multi-level\x20list\x20styles\x20toolbar':'Barre\x20d\x27outils\x20des\x20styles\x20de\x20liste\x20à\x20plusieurs\x20niveaux'},'getPluralForm':_0x7426a4=>0x0==_0x7426a4||0x1==_0x7426a4?0x0:0x0!=_0x7426a4&&_0x7426a4%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x5eb502=>{const {fr:{dictionary:_0x582a35,getPluralForm:_0x1850a6}}={'fr':{'dictionary':{'Multi-level\x20List':'Liste\x20à\x20plusieurs\x20niveaux','Multi-level\x20list\x20styles\x20toolbar':'Barre\x20d\x27outils\x20des\x20styles\x20de\x20liste\x20à\x20plusieurs\x20niveaux'},'getPluralForm':_0x54ed64=>0x0==_0x54ed64||0x1==_0x54ed64?0x0:0x0!=_0x54ed64&&_0x54ed64%0xf4240==0x0?0x1:0x2}};_0x5eb502['fr']||={'dictionary':{},'getPluralForm':null},_0x5eb502['fr']['dictionary']=Object['assign'](_0x5eb502['fr']['dictionary'],_0x582a35),_0x5eb502['fr']['getPluralForm']=_0x1850a6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'Multi-level\x20List':'רשימה\x20מרובת\x20רמות','Multi-level\x20list\x20styles\x20toolbar':'סרגל\x20הכלים\x20של\x20סגנונות\x20רשימה\x20מרובת\x20רמות'},'getPluralForm':_0xb6645f=>0x1==_0xb6645f&&_0xb6645f%0x1==0x0?0x0:0x2==_0xb6645f&&_0xb6645f%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'Multi-level\x20List':'רשימה\x20מרובת\x20רמות','Multi-level\x20list\x20styles\x20toolbar':'סרגל\x20הכלים\x20של\x20סגנונות\x20רשימה\x20מרובת\x20רמות'},'getPluralForm':_0x1b90b2=>0x1==_0x1b90b2&&_0x1b90b2%0x1==0x0?0x0:0x2==_0x1b90b2&&_0x1b90b2%0x1==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0xe82c0b=>{const {he:{dictionary:_0x225191,getPluralForm:_0x100ffe}}={'he':{'dictionary':{'Multi-level\x20List':'רשימה\x20מרובת\x20רמות','Multi-level\x20list\x20styles\x20toolbar':'סרגל\x20הכלים\x20של\x20סגנונות\x20רשימה\x20מרובת\x20רמות'},'getPluralForm':_0x1b1ee4=>0x1==_0x1b1ee4&&_0x1b1ee4%0x1==0x0?0x0:0x2==_0x1b1ee4&&_0x1b1ee4%0x1==0x0?0x1:0x2}};_0xe82c0b['he']||={'dictionary':{},'getPluralForm':null},_0xe82c0b['he']['dictionary']=Object['assign'](_0xe82c0b['he']['dictionary'],_0x225191),_0xe82c0b['he']['getPluralForm']=_0x100ffe;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hi':{'dictionary':{'Multi-level\x20List':'मल्टी-लेवल\x20लिस्ट','Multi-level\x20list\x20styles\x20toolbar':'मल्टी-लेवल\x20लिस्ट\x20स्टाइल्स\x20टूलबार'},'getPluralForm':_0x5100fa=>0x1!=_0x5100fa}};
23
+ export default{'hi':{'dictionary':{'Multi-level\x20List':'मल्टी-लेवल\x20लिस्ट','Multi-level\x20list\x20styles\x20toolbar':'मल्टी-लेवल\x20लिस्ट\x20स्टाइल्स\x20टूलबार'},'getPluralForm':_0x5c6b4c=>0x1!=_0x5c6b4c}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x465343=>{const {hi:{dictionary:_0x2ac0f4,getPluralForm:_0x453d9c}}={'hi':{'dictionary':{'Multi-level\x20List':'मल्टी-लेवल\x20लिस्ट','Multi-level\x20list\x20styles\x20toolbar':'मल्टी-लेवल\x20लिस्ट\x20स्टाइल्स\x20टूलबार'},'getPluralForm':_0x14fb96=>0x1!=_0x14fb96}};_0x465343['hi']||={'dictionary':{},'getPluralForm':null},_0x465343['hi']['dictionary']=Object['assign'](_0x465343['hi']['dictionary'],_0x2ac0f4),_0x465343['hi']['getPluralForm']=_0x453d9c;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hr':{'dictionary':{'Multi-level\x20List':'Lista\x20s\x20više\x20razina','Multi-level\x20list\x20styles\x20toolbar':'Alatna\x20traka\x20za\x20stilove\x20liste\x20s\x20više\x20razina'},'getPluralForm':_0x3dff70=>_0x3dff70%0xa==0x1&&_0x3dff70%0x64!=0xb?0x0:_0x3dff70%0xa>=0x2&&_0x3dff70%0xa<=0x4&&(_0x3dff70%0x64<0xa||_0x3dff70%0x64>=0x14)?0x1:0x2}};
23
+ export default{'hr':{'dictionary':{'Multi-level\x20List':'Lista\x20s\x20više\x20razina','Multi-level\x20list\x20styles\x20toolbar':'Alatna\x20traka\x20za\x20stilove\x20liste\x20s\x20više\x20razina'},'getPluralForm':_0xb4fb92=>_0xb4fb92%0xa==0x1&&_0xb4fb92%0x64!=0xb?0x0:_0xb4fb92%0xa>=0x2&&_0xb4fb92%0xa<=0x4&&(_0xb4fb92%0x64<0xa||_0xb4fb92%0x64>=0x14)?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x361bc0=>{const {hr:{dictionary:_0x4668d2,getPluralForm:_0x1279aa}}={'hr':{'dictionary':{'Multi-level\x20List':'Lista\x20s\x20više\x20razina','Multi-level\x20list\x20styles\x20toolbar':'Alatna\x20traka\x20za\x20stilove\x20liste\x20s\x20više\x20razina'},'getPluralForm':_0x9824f6=>_0x9824f6%0xa==0x1&&_0x9824f6%0x64!=0xb?0x0:_0x9824f6%0xa>=0x2&&_0x9824f6%0xa<=0x4&&(_0x9824f6%0x64<0xa||_0x9824f6%0x64>=0x14)?0x1:0x2}};_0x361bc0['hr']||={'dictionary':{},'getPluralForm':null},_0x361bc0['hr']['dictionary']=Object['assign'](_0x361bc0['hr']['dictionary'],_0x4668d2),_0x361bc0['hr']['getPluralForm']=_0x1279aa;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hu':{'dictionary':{'Multi-level\x20List':'Többszintű\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Többszintű\x20lista\x20stílus\x20eszköztára'},'getPluralForm':_0x9d4708=>0x1!=_0x9d4708}};
23
+ export default{'hu':{'dictionary':{'Multi-level\x20List':'Többszintű\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Többszintű\x20lista\x20stílus\x20eszköztára'},'getPluralForm':_0x3583a7=>0x1!=_0x3583a7}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x35ba77=>{const {hu:{dictionary:_0x2c66c3,getPluralForm:_0x1020a6}}={'hu':{'dictionary':{'Multi-level\x20List':'Többszintű\x20lista','Multi-level\x20list\x20styles\x20toolbar':'Többszintű\x20lista\x20stílus\x20eszköztára'},'getPluralForm':_0x22d809=>0x1!=_0x22d809}};_0x35ba77['hu']||={'dictionary':{},'getPluralForm':null},_0x35ba77['hu']['dictionary']=Object['assign'](_0x35ba77['hu']['dictionary'],_0x2c66c3),_0x35ba77['hu']['getPluralForm']=_0x1020a6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'id':{'dictionary':{'Multi-level\x20List':'Daftar\x20Bertingkat','Multi-level\x20list\x20styles\x20toolbar':'Bilah\x20alat\x20gaya\x20dengan\x20daftar\x20bertingkat'},'getPluralForm':_0xa67a0c=>0x0}};
23
+ export default{'id':{'dictionary':{'Multi-level\x20List':'Daftar\x20Bertingkat','Multi-level\x20list\x20styles\x20toolbar':'Bilah\x20alat\x20gaya\x20dengan\x20daftar\x20bertingkat'},'getPluralForm':_0x5ecbde=>0x0}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x37f130=>{const {id:{dictionary:_0x5618e1,getPluralForm:_0xff5b06}}={'id':{'dictionary':{'Multi-level\x20List':'Daftar\x20Bertingkat','Multi-level\x20list\x20styles\x20toolbar':'Bilah\x20alat\x20gaya\x20dengan\x20daftar\x20bertingkat'},'getPluralForm':_0x47fe83=>0x0}};_0x37f130['id']||={'dictionary':{},'getPluralForm':null},_0x37f130['id']['dictionary']=Object['assign'](_0x37f130['id']['dictionary'],_0x5618e1),_0x37f130['id']['getPluralForm']=_0xff5b06;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'it':{'dictionary':{'Multi-level\x20List':'Elenco\x20a\x20più\x20livelli','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20degli\x20strumenti\x20degli\x20stili\x20di\x20elenco\x20a\x20più\x20livelli'},'getPluralForm':_0x5a08f0=>0x1==_0x5a08f0?0x0:0x0!=_0x5a08f0&&_0x5a08f0%0xf4240==0x0?0x1:0x2}};
23
+ export default{'it':{'dictionary':{'Multi-level\x20List':'Elenco\x20a\x20più\x20livelli','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20degli\x20strumenti\x20degli\x20stili\x20di\x20elenco\x20a\x20più\x20livelli'},'getPluralForm':_0x46506c=>0x1==_0x46506c?0x0:0x0!=_0x46506c&&_0x46506c%0xf4240==0x0?0x1:0x2}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x4f4555=>{const {it:{dictionary:_0xbb61fc,getPluralForm:_0x49bac0}}={'it':{'dictionary':{'Multi-level\x20List':'Elenco\x20a\x20più\x20livelli','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20degli\x20strumenti\x20degli\x20stili\x20di\x20elenco\x20a\x20più\x20livelli'},'getPluralForm':_0x54e3f4=>0x1==_0x54e3f4?0x0:0x0!=_0x54e3f4&&_0x54e3f4%0xf4240==0x0?0x1:0x2}};_0x4f4555['it']||={'dictionary':{},'getPluralForm':null},_0x4f4555['it']['dictionary']=Object['assign'](_0x4f4555['it']['dictionary'],_0xbb61fc),_0x4f4555['it']['getPluralForm']=_0x49bac0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ja':{'dictionary':{'Multi-level\x20List':'マルチレベルリスト','Multi-level\x20list\x20styles\x20toolbar':'マルチレベルリストスタイルツールバー'},'getPluralForm':_0x2fe5ef=>0x0}};
23
+ export default{'ja':{'dictionary':{'Multi-level\x20List':'マルチレベルリスト','Multi-level\x20list\x20styles\x20toolbar':'マルチレベルリストスタイルツールバー'},'getPluralForm':_0x3ca996=>0x0}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x71465a=>{const {ja:{dictionary:_0x2332a7,getPluralForm:_0x156146}}={'ja':{'dictionary':{'Multi-level\x20List':'マルチレベルリスト','Multi-level\x20list\x20styles\x20toolbar':'マルチレベルリストスタイルツールバー'},'getPluralForm':_0x5c88ac=>0x0}};_0x71465a['ja']||={'dictionary':{},'getPluralForm':null},_0x71465a['ja']['dictionary']=Object['assign'](_0x71465a['ja']['dictionary'],_0x2332a7),_0x71465a['ja']['getPluralForm']=_0x156146;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Multi-level\x20List':'다단계\x20목록','Multi-level\x20list\x20styles\x20toolbar':'다단계\x20목록\x20스타일\x20도구\x20모음'},'getPluralForm':_0x5d45ad=>0x0}};
23
+ export default{'ko':{'dictionary':{'Multi-level\x20List':'다단계\x20목록','Multi-level\x20list\x20styles\x20toolbar':'다단계\x20목록\x20스타일\x20도구\x20모음'},'getPluralForm':_0x492d41=>0x0}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x3f5457=>{const {ko:{dictionary:_0x586aa1,getPluralForm:_0x201f78}}={'ko':{'dictionary':{'Multi-level\x20List':'다단계\x20목록','Multi-level\x20list\x20styles\x20toolbar':'다단계\x20목록\x20스타일\x20도구\x20모음'},'getPluralForm':_0x504b1b=>0x0}};_0x3f5457['ko']||={'dictionary':{},'getPluralForm':null},_0x3f5457['ko']['dictionary']=Object['assign'](_0x3f5457['ko']['dictionary'],_0x586aa1),_0x3f5457['ko']['getPluralForm']=_0x201f78;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lt':{'dictionary':{'Multi-level\x20List':'Kelių\x20lygių\x20sąrašas','Multi-level\x20list\x20styles\x20toolbar':'Kelių\x20lygių\x20sąrašo\x20stiliaus\x20įrankių\x20juosta'},'getPluralForm':_0x4edc64=>_0x4edc64%0xa==0x1&&(_0x4edc64%0x64>0x13||_0x4edc64%0x64<0xb)?0x0:_0x4edc64%0xa>=0x2&&_0x4edc64%0xa<=0x9&&(_0x4edc64%0x64>0x13||_0x4edc64%0x64<0xb)?0x1:_0x4edc64%0x1!=0x0?0x2:0x3}};
23
+ export default{'lt':{'dictionary':{'Multi-level\x20List':'Kelių\x20lygių\x20sąrašas','Multi-level\x20list\x20styles\x20toolbar':'Kelių\x20lygių\x20sąrašo\x20stiliaus\x20įrankių\x20juosta'},'getPluralForm':_0x2098db=>_0x2098db%0xa==0x1&&(_0x2098db%0x64>0x13||_0x2098db%0x64<0xb)?0x0:_0x2098db%0xa>=0x2&&_0x2098db%0xa<=0x9&&(_0x2098db%0x64>0x13||_0x2098db%0x64<0xb)?0x1:_0x2098db%0x1!=0x0?0x2:0x3}};
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3
+ *
4
+ *
5
+ *
6
+ *
7
+ * +---------------------------------------------------------------------------------+
8
+ * | |
9
+ * | Hello stranger! |
10
+ * | |
11
+ * | |
12
+ * | What you're currently looking at is the source code of a legally protected, |
13
+ * | proprietary software. Any attempts to deobfuscate / disassemble this code |
14
+ * | are forbidden and will result in legal consequences. |
15
+ * | |
16
+ * | |
17
+ * +---------------------------------------------------------------------------------+
18
+ *
19
+ *
20
+ *
21
+ *
22
+ */
23
+ (_0x4bc887=>{const {lt:{dictionary:_0x43e6e5,getPluralForm:_0x478123}}={'lt':{'dictionary':{'Multi-level\x20List':'Kelių\x20lygių\x20sąrašas','Multi-level\x20list\x20styles\x20toolbar':'Kelių\x20lygių\x20sąrašo\x20stiliaus\x20įrankių\x20juosta'},'getPluralForm':_0x166f3c=>_0x166f3c%0xa==0x1&&(_0x166f3c%0x64>0x13||_0x166f3c%0x64<0xb)?0x0:_0x166f3c%0xa>=0x2&&_0x166f3c%0xa<=0x9&&(_0x166f3c%0x64>0x13||_0x166f3c%0x64<0xb)?0x1:_0x166f3c%0x1!=0x0?0x2:0x3}};_0x4bc887['lt']||={'dictionary':{},'getPluralForm':null},_0x4bc887['lt']['dictionary']=Object['assign'](_0x4bc887['lt']['dictionary'],_0x43e6e5),_0x4bc887['lt']['getPluralForm']=_0x478123;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lv':{'dictionary':{'Multi-level\x20List':'Daudzlīmeņu\x20saraksts','Multi-level\x20list\x20styles\x20toolbar':'Daudzlīmeņu\x20sarakstu\x20stilu\x20rīkjosla'},'getPluralForm':_0x4e15a4=>_0x4e15a4%0xa==0x1&&_0x4e15a4%0x64!=0xb?0x0:0x0!=_0x4e15a4?0x1:0x2}};
23
+ export default{'lv':{'dictionary':{'Multi-level\x20List':'Daudzlīmeņu\x20saraksts','Multi-level\x20list\x20styles\x20toolbar':'Daudzlīmeņu\x20sarakstu\x20stilu\x20rīkjosla'},'getPluralForm':_0x1eb23d=>_0x1eb23d%0xa==0x1&&_0x1eb23d%0x64!=0xb?0x0:0x0!=_0x1eb23d?0x1:0x2}};