@ckeditor/ckeditor5-list-multi-level 41.4.0-alpha.0 → 41.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
+ (_0x3546be=>{const {lv:{dictionary:_0x1e2c44,getPluralForm:_0x3dcb33}}={'lv':{'dictionary':{'Multi-level\x20List':'Daudzlīmeņu\x20saraksts','Multi-level\x20list\x20styles\x20toolbar':'Daudzlīmeņu\x20sarakstu\x20stilu\x20rīkjosla'},'getPluralForm':_0x384a5c=>_0x384a5c%0xa==0x1&&_0x384a5c%0x64!=0xb?0x0:0x0!=_0x384a5c?0x1:0x2}};_0x3546be['lv']||={'dictionary':{},'getPluralForm':null},_0x3546be['lv']['dictionary']=Object['assign'](_0x3546be['lv']['dictionary'],_0x1e2c44),_0x3546be['lv']['getPluralForm']=_0x3dcb33;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ms':{'dictionary':{'Multi-level\x20List':'Senarai\x20pelbagai\x20peringkat','Multi-level\x20list\x20styles\x20toolbar':'Bar\x20alat\x20gaya\x20senarai\x20pelbagai\x20peringkat'},'getPluralForm':_0x2db191=>0x0}};
23
+ export default{'ms':{'dictionary':{'Multi-level\x20List':'Senarai\x20pelbagai\x20peringkat','Multi-level\x20list\x20styles\x20toolbar':'Bar\x20alat\x20gaya\x20senarai\x20pelbagai\x20peringkat'},'getPluralForm':_0x565221=>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
+ (_0x2e013e=>{const {ms:{dictionary:_0x373e70,getPluralForm:_0x4e7033}}={'ms':{'dictionary':{'Multi-level\x20List':'Senarai\x20pelbagai\x20peringkat','Multi-level\x20list\x20styles\x20toolbar':'Bar\x20alat\x20gaya\x20senarai\x20pelbagai\x20peringkat'},'getPluralForm':_0x2b5c90=>0x0}};_0x2e013e['ms']||={'dictionary':{},'getPluralForm':null},_0x2e013e['ms']['dictionary']=Object['assign'](_0x2e013e['ms']['dictionary'],_0x373e70),_0x2e013e['ms']['getPluralForm']=_0x4e7033;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'nl':{'dictionary':{'Multi-level\x20List':'Lijst\x20met\x20meerdere\x20niveaus','Multi-level\x20list\x20styles\x20toolbar':'Werkbalk\x20voor\x20lijststijlen\x20met\x20meerdere\x20niveaus'},'getPluralForm':_0x230e0b=>0x1!=_0x230e0b}};
23
+ export default{'nl':{'dictionary':{'Multi-level\x20List':'Lijst\x20met\x20meerdere\x20niveaus','Multi-level\x20list\x20styles\x20toolbar':'Werkbalk\x20voor\x20lijststijlen\x20met\x20meerdere\x20niveaus'},'getPluralForm':_0x595535=>0x1!=_0x595535}};
@@ -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
+ (_0x4775b6=>{const {nl:{dictionary:_0x3a8757,getPluralForm:_0x243e9a}}={'nl':{'dictionary':{'Multi-level\x20List':'Lijst\x20met\x20meerdere\x20niveaus','Multi-level\x20list\x20styles\x20toolbar':'Werkbalk\x20voor\x20lijststijlen\x20met\x20meerdere\x20niveaus'},'getPluralForm':_0x28241d=>0x1!=_0x28241d}};_0x4775b6['nl']||={'dictionary':{},'getPluralForm':null},_0x4775b6['nl']['dictionary']=Object['assign'](_0x4775b6['nl']['dictionary'],_0x3a8757),_0x4775b6['nl']['getPluralForm']=_0x243e9a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'no':{'dictionary':{'Multi-level\x20List':'Liste\x20med\x20flere\x20nivåer','Multi-level\x20list\x20styles\x20toolbar':'Verkøylinje\x20–\x20stil,\x20liste\x20med\x20flere\x20nivåer'},'getPluralForm':_0x2e644f=>0x1!=_0x2e644f}};
23
+ export default{'no':{'dictionary':{'Multi-level\x20List':'Liste\x20med\x20flere\x20nivåer','Multi-level\x20list\x20styles\x20toolbar':'Verkøylinje\x20–\x20stil,\x20liste\x20med\x20flere\x20nivåer'},'getPluralForm':_0x192dbd=>0x1!=_0x192dbd}};
@@ -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
+ (_0x4b7191=>{const {no:{dictionary:_0x5b4eba,getPluralForm:_0x4396f8}}={'no':{'dictionary':{'Multi-level\x20List':'Liste\x20med\x20flere\x20nivåer','Multi-level\x20list\x20styles\x20toolbar':'Verkøylinje\x20–\x20stil,\x20liste\x20med\x20flere\x20nivåer'},'getPluralForm':_0x5a6341=>0x1!=_0x5a6341}};_0x4b7191['no']||={'dictionary':{},'getPluralForm':null},_0x4b7191['no']['dictionary']=Object['assign'](_0x4b7191['no']['dictionary'],_0x5b4eba),_0x4b7191['no']['getPluralForm']=_0x4396f8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pl':{'dictionary':{'Multi-level\x20List':'Lista\x20wielopoziomowa','Multi-level\x20list\x20styles\x20toolbar':'Pasek\x20narzędzi\x20stylów\x20listy\x20wielopoziomowej'},'getPluralForm':_0x9d5b01=>0x1==_0x9d5b01?0x0:_0x9d5b01%0xa>=0x2&&_0x9d5b01%0xa<=0x4&&(_0x9d5b01%0x64<0xc||_0x9d5b01%0x64>0xe)?0x1:0x1!=_0x9d5b01&&_0x9d5b01%0xa>=0x0&&_0x9d5b01%0xa<=0x1||_0x9d5b01%0xa>=0x5&&_0x9d5b01%0xa<=0x9||_0x9d5b01%0x64>=0xc&&_0x9d5b01%0x64<=0xe?0x2:0x3}};
23
+ export default{'pl':{'dictionary':{'Multi-level\x20List':'Lista\x20wielopoziomowa','Multi-level\x20list\x20styles\x20toolbar':'Pasek\x20narzędzi\x20stylów\x20listy\x20wielopoziomowej'},'getPluralForm':_0x28cd4c=>0x1==_0x28cd4c?0x0:_0x28cd4c%0xa>=0x2&&_0x28cd4c%0xa<=0x4&&(_0x28cd4c%0x64<0xc||_0x28cd4c%0x64>0xe)?0x1:0x1!=_0x28cd4c&&_0x28cd4c%0xa>=0x0&&_0x28cd4c%0xa<=0x1||_0x28cd4c%0xa>=0x5&&_0x28cd4c%0xa<=0x9||_0x28cd4c%0x64>=0xc&&_0x28cd4c%0x64<=0xe?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
+ (_0x15a3e1=>{const {pl:{dictionary:_0x4afa37,getPluralForm:_0x54ed1e}}={'pl':{'dictionary':{'Multi-level\x20List':'Lista\x20wielopoziomowa','Multi-level\x20list\x20styles\x20toolbar':'Pasek\x20narzędzi\x20stylów\x20listy\x20wielopoziomowej'},'getPluralForm':_0x2d2817=>0x1==_0x2d2817?0x0:_0x2d2817%0xa>=0x2&&_0x2d2817%0xa<=0x4&&(_0x2d2817%0x64<0xc||_0x2d2817%0x64>0xe)?0x1:0x1!=_0x2d2817&&_0x2d2817%0xa>=0x0&&_0x2d2817%0xa<=0x1||_0x2d2817%0xa>=0x5&&_0x2d2817%0xa<=0x9||_0x2d2817%0x64>=0xc&&_0x2d2817%0x64<=0xe?0x2:0x3}};_0x15a3e1['pl']||={'dictionary':{},'getPluralForm':null},_0x15a3e1['pl']['dictionary']=Object['assign'](_0x15a3e1['pl']['dictionary'],_0x4afa37),_0x15a3e1['pl']['getPluralForm']=_0x54ed1e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt-br':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20listas\x20multinível'},'getPluralForm':_0x20076d=>0x0==_0x20076d||0x1==_0x20076d?0x0:0x0!=_0x20076d&&_0x20076d%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt-br':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20listas\x20multinível'},'getPluralForm':_0x2ac2ed=>0x0==_0x2ac2ed||0x1==_0x2ac2ed?0x0:0x0!=_0x2ac2ed&&_0x2ac2ed%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
+ (_0x92f945=>{const {'pt-br':{dictionary:_0x30953c,getPluralForm:_0x2cc672}}={'pt-br':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20listas\x20multinível'},'getPluralForm':_0x16c652=>0x0==_0x16c652||0x1==_0x16c652?0x0:0x0!=_0x16c652&&_0x16c652%0xf4240==0x0?0x1:0x2}};_0x92f945['pt-br']||={'dictionary':{},'getPluralForm':null},_0x92f945['pt-br']['dictionary']=Object['assign'](_0x92f945['pt-br']['dictionary'],_0x30953c),_0x92f945['pt-br']['getPluralForm']=_0x2cc672;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20lista\x20multinível'},'getPluralForm':_0x2f78a1=>0x0==_0x2f78a1||0x1==_0x2f78a1?0x0:0x0!=_0x2f78a1&&_0x2f78a1%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20lista\x20multinível'},'getPluralForm':_0x782f0=>0x0==_0x782f0||0x1==_0x782f0?0x0:0x0!=_0x782f0&&_0x782f0%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
+ (_0x1c78dd=>{const {pt:{dictionary:_0x2a8b69,getPluralForm:_0x1224ce}}={'pt':{'dictionary':{'Multi-level\x20List':'Lista\x20multinível','Multi-level\x20list\x20styles\x20toolbar':'Barra\x20de\x20ferramentas\x20de\x20estilos\x20de\x20lista\x20multinível'},'getPluralForm':_0x55e03f=>0x0==_0x55e03f||0x1==_0x55e03f?0x0:0x0!=_0x55e03f&&_0x55e03f%0xf4240==0x0?0x1:0x2}};_0x1c78dd['pt']||={'dictionary':{},'getPluralForm':null},_0x1c78dd['pt']['dictionary']=Object['assign'](_0x1c78dd['pt']['dictionary'],_0x2a8b69),_0x1c78dd['pt']['getPluralForm']=_0x1224ce;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ro':{'dictionary':{'Multi-level\x20List':'Listă\x20multi-nivel','Multi-level\x20list\x20styles\x20toolbar':'Bara\x20de\x20instrumente\x20pentru\x20stiluri\x20de\x20liste\x20multi-nivel'},'getPluralForm':_0x162fde=>0x1==_0x162fde?0x0:_0x162fde%0x64>0x13||_0x162fde%0x64==0x0&&0x0!=_0x162fde?0x2:0x1}};
23
+ export default{'ro':{'dictionary':{'Multi-level\x20List':'Listă\x20multi-nivel','Multi-level\x20list\x20styles\x20toolbar':'Bara\x20de\x20instrumente\x20pentru\x20stiluri\x20de\x20liste\x20multi-nivel'},'getPluralForm':_0x12acbf=>0x1==_0x12acbf?0x0:_0x12acbf%0x64>0x13||_0x12acbf%0x64==0x0&&0x0!=_0x12acbf?0x2:0x1}};
@@ -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
+ (_0x37a081=>{const {ro:{dictionary:_0xdb38a3,getPluralForm:_0x22edfd}}={'ro':{'dictionary':{'Multi-level\x20List':'Listă\x20multi-nivel','Multi-level\x20list\x20styles\x20toolbar':'Bara\x20de\x20instrumente\x20pentru\x20stiluri\x20de\x20liste\x20multi-nivel'},'getPluralForm':_0x5ae401=>0x1==_0x5ae401?0x0:_0x5ae401%0x64>0x13||_0x5ae401%0x64==0x0&&0x0!=_0x5ae401?0x2:0x1}};_0x37a081['ro']||={'dictionary':{},'getPluralForm':null},_0x37a081['ro']['dictionary']=Object['assign'](_0x37a081['ro']['dictionary'],_0xdb38a3),_0x37a081['ro']['getPluralForm']=_0x22edfd;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ru':{'dictionary':{'Multi-level\x20List':'Многоуровневый\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20стилей\x20многоуровневого\x20списка'},'getPluralForm':_0x33e861=>_0x33e861%0xa==0x1&&_0x33e861%0x64!=0xb?0x0:_0x33e861%0xa>=0x2&&_0x33e861%0xa<=0x4&&(_0x33e861%0x64<0xc||_0x33e861%0x64>0xe)?0x1:_0x33e861%0xa==0x0||_0x33e861%0xa>=0x5&&_0x33e861%0xa<=0x9||_0x33e861%0x64>=0xb&&_0x33e861%0x64<=0xe?0x2:0x3}};
23
+ export default{'ru':{'dictionary':{'Multi-level\x20List':'Многоуровневый\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20стилей\x20многоуровневого\x20списка'},'getPluralForm':_0x1cd971=>_0x1cd971%0xa==0x1&&_0x1cd971%0x64!=0xb?0x0:_0x1cd971%0xa>=0x2&&_0x1cd971%0xa<=0x4&&(_0x1cd971%0x64<0xc||_0x1cd971%0x64>0xe)?0x1:_0x1cd971%0xa==0x0||_0x1cd971%0xa>=0x5&&_0x1cd971%0xa<=0x9||_0x1cd971%0x64>=0xb&&_0x1cd971%0x64<=0xe?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
+ (_0x7813be=>{const {ru:{dictionary:_0x19899c,getPluralForm:_0x1a63d7}}={'ru':{'dictionary':{'Multi-level\x20List':'Многоуровневый\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20стилей\x20многоуровневого\x20списка'},'getPluralForm':_0x540ebc=>_0x540ebc%0xa==0x1&&_0x540ebc%0x64!=0xb?0x0:_0x540ebc%0xa>=0x2&&_0x540ebc%0xa<=0x4&&(_0x540ebc%0x64<0xc||_0x540ebc%0x64>0xe)?0x1:_0x540ebc%0xa==0x0||_0x540ebc%0xa>=0x5&&_0x540ebc%0xa<=0x9||_0x540ebc%0x64>=0xb&&_0x540ebc%0x64<=0xe?0x2:0x3}};_0x7813be['ru']||={'dictionary':{},'getPluralForm':null},_0x7813be['ru']['dictionary']=Object['assign'](_0x7813be['ru']['dictionary'],_0x19899c),_0x7813be['ru']['getPluralForm']=_0x1a63d7;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sk':{'dictionary':{'Multi-level\x20List':'Viacúrovňový\x20zoznam','Multi-level\x20list\x20styles\x20toolbar':'Viacúrovňový\x20panel\x20s\x20nástrojmi\x20štýlov\x20zoznamu'},'getPluralForm':_0x252da1=>_0x252da1%0x1==0x0&&0x1==_0x252da1?0x0:_0x252da1%0x1==0x0&&_0x252da1>=0x2&&_0x252da1<=0x4?0x1:_0x252da1%0x1!=0x0?0x2:0x3}};
23
+ export default{'sk':{'dictionary':{'Multi-level\x20List':'Viacúrovňový\x20zoznam','Multi-level\x20list\x20styles\x20toolbar':'Viacúrovňový\x20panel\x20s\x20nástrojmi\x20štýlov\x20zoznamu'},'getPluralForm':_0x84333f=>_0x84333f%0x1==0x0&&0x1==_0x84333f?0x0:_0x84333f%0x1==0x0&&_0x84333f>=0x2&&_0x84333f<=0x4?0x1:_0x84333f%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
+ (_0x5ec179=>{const {sk:{dictionary:_0x9e8893,getPluralForm:_0x1cf340}}={'sk':{'dictionary':{'Multi-level\x20List':'Viacúrovňový\x20zoznam','Multi-level\x20list\x20styles\x20toolbar':'Viacúrovňový\x20panel\x20s\x20nástrojmi\x20štýlov\x20zoznamu'},'getPluralForm':_0x2e8f6d=>_0x2e8f6d%0x1==0x0&&0x1==_0x2e8f6d?0x0:_0x2e8f6d%0x1==0x0&&_0x2e8f6d>=0x2&&_0x2e8f6d<=0x4?0x1:_0x2e8f6d%0x1!=0x0?0x2:0x3}};_0x5ec179['sk']||={'dictionary':{},'getPluralForm':null},_0x5ec179['sk']['dictionary']=Object['assign'](_0x5ec179['sk']['dictionary'],_0x9e8893),_0x5ec179['sk']['getPluralForm']=_0x1cf340;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr':{'dictionary':{'Multi-level\x20List':'Lista\x20na\x20više\x20nivoa','Multi-level\x20list\x20styles\x20toolbar':'Traka\x20sa\x20alatkama\x20stilova\x20za\x20liste\x20na\x20više\x20nivoa'},'getPluralForm':_0x65ff6a=>_0x65ff6a%0xa==0x1&&_0x65ff6a%0x64!=0xb?0x0:_0x65ff6a%0xa>=0x2&&_0x65ff6a%0xa<=0x4&&(_0x65ff6a%0x64<0xa||_0x65ff6a%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr':{'dictionary':{'Multi-level\x20List':'Lista\x20na\x20više\x20nivoa','Multi-level\x20list\x20styles\x20toolbar':'Traka\x20sa\x20alatkama\x20stilova\x20za\x20liste\x20na\x20više\x20nivoa'},'getPluralForm':_0x5e3336=>_0x5e3336%0xa==0x1&&_0x5e3336%0x64!=0xb?0x0:_0x5e3336%0xa>=0x2&&_0x5e3336%0xa<=0x4&&(_0x5e3336%0x64<0xa||_0x5e3336%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
+ (_0x9d46a4=>{const {sr:{dictionary:_0x48c0f3,getPluralForm:_0x56a061}}={'sr':{'dictionary':{'Multi-level\x20List':'Lista\x20na\x20više\x20nivoa','Multi-level\x20list\x20styles\x20toolbar':'Traka\x20sa\x20alatkama\x20stilova\x20za\x20liste\x20na\x20više\x20nivoa'},'getPluralForm':_0x51b117=>_0x51b117%0xa==0x1&&_0x51b117%0x64!=0xb?0x0:_0x51b117%0xa>=0x2&&_0x51b117%0xa<=0x4&&(_0x51b117%0x64<0xa||_0x51b117%0x64>=0x14)?0x1:0x2}};_0x9d46a4['sr']||={'dictionary':{},'getPluralForm':null},_0x9d46a4['sr']['dictionary']=Object['assign'](_0x9d46a4['sr']['dictionary'],_0x48c0f3),_0x9d46a4['sr']['getPluralForm']=_0x56a061;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sv':{'dictionary':{'Multi-level\x20List':'Flernivålista','Multi-level\x20list\x20styles\x20toolbar':'Verktygsfält\x20för\x20flernivåliststilar'},'getPluralForm':_0x3bb7c5=>0x1!=_0x3bb7c5}};
23
+ export default{'sv':{'dictionary':{'Multi-level\x20List':'Flernivålista','Multi-level\x20list\x20styles\x20toolbar':'Verktygsfält\x20för\x20flernivåliststilar'},'getPluralForm':_0x49f288=>0x1!=_0x49f288}};
@@ -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
+ (_0x258763=>{const {sv:{dictionary:_0x11aaf0,getPluralForm:_0x29fd08}}={'sv':{'dictionary':{'Multi-level\x20List':'Flernivålista','Multi-level\x20list\x20styles\x20toolbar':'Verktygsfält\x20för\x20flernivåliststilar'},'getPluralForm':_0x18aec3=>0x1!=_0x18aec3}};_0x258763['sv']||={'dictionary':{},'getPluralForm':null},_0x258763['sv']['dictionary']=Object['assign'](_0x258763['sv']['dictionary'],_0x11aaf0),_0x258763['sv']['getPluralForm']=_0x29fd08;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'th':{'dictionary':{'Multi-level\x20List':'รายการหลายระดับ','Multi-level\x20list\x20styles\x20toolbar':'แถบเครื่องมือสไตล์รายการหลายระดับ'},'getPluralForm':_0x45b1b7=>0x0}};
23
+ export default{'th':{'dictionary':{'Multi-level\x20List':'รายการหลายระดับ','Multi-level\x20list\x20styles\x20toolbar':'แถบเครื่องมือสไตล์รายการหลายระดับ'},'getPluralForm':_0x4a11a8=>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
+ (_0x32fbe0=>{const {th:{dictionary:_0x522a7e,getPluralForm:_0x26c427}}={'th':{'dictionary':{'Multi-level\x20List':'รายการหลายระดับ','Multi-level\x20list\x20styles\x20toolbar':'แถบเครื่องมือสไตล์รายการหลายระดับ'},'getPluralForm':_0xa4165b=>0x0}};_0x32fbe0['th']||={'dictionary':{},'getPluralForm':null},_0x32fbe0['th']['dictionary']=Object['assign'](_0x32fbe0['th']['dictionary'],_0x522a7e),_0x32fbe0['th']['getPluralForm']=_0x26c427;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'tr':{'dictionary':{'Multi-level\x20List':'Çok\x20Seviyeli\x20Liste','Multi-level\x20list\x20styles\x20toolbar':'Çok\x20seviyeli\x20liste\x20stilleri\x20araç\x20çubuğu'},'getPluralForm':_0x54221d=>_0x54221d>0x1}};
23
+ export default{'tr':{'dictionary':{'Multi-level\x20List':'Çok\x20Seviyeli\x20Liste','Multi-level\x20list\x20styles\x20toolbar':'Çok\x20seviyeli\x20liste\x20stilleri\x20araç\x20çubuğu'},'getPluralForm':_0x3b20ac=>_0x3b20ac>0x1}};
@@ -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
+ (_0x4c68b8=>{const {tr:{dictionary:_0x316073,getPluralForm:_0x2147a9}}={'tr':{'dictionary':{'Multi-level\x20List':'Çok\x20Seviyeli\x20Liste','Multi-level\x20list\x20styles\x20toolbar':'Çok\x20seviyeli\x20liste\x20stilleri\x20araç\x20çubuğu'},'getPluralForm':_0x198b17=>_0x198b17>0x1}};_0x4c68b8['tr']||={'dictionary':{},'getPluralForm':null},_0x4c68b8['tr']['dictionary']=Object['assign'](_0x4c68b8['tr']['dictionary'],_0x316073),_0x4c68b8['tr']['getPluralForm']=_0x2147a9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'uk':{'dictionary':{'Multi-level\x20List':'Багаторівневий\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20інструментів\x20стилів\x20багаторівневого\x20списку'},'getPluralForm':_0x31a191=>_0x31a191%0x1==0x0&&_0x31a191%0xa==0x1&&_0x31a191%0x64!=0xb?0x0:_0x31a191%0x1==0x0&&_0x31a191%0xa>=0x2&&_0x31a191%0xa<=0x4&&(_0x31a191%0x64<0xc||_0x31a191%0x64>0xe)?0x1:_0x31a191%0x1==0x0&&(_0x31a191%0xa==0x0||_0x31a191%0xa>=0x5&&_0x31a191%0xa<=0x9||_0x31a191%0x64>=0xb&&_0x31a191%0x64<=0xe)?0x2:0x3}};
23
+ export default{'uk':{'dictionary':{'Multi-level\x20List':'Багаторівневий\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20інструментів\x20стилів\x20багаторівневого\x20списку'},'getPluralForm':_0x44001a=>_0x44001a%0x1==0x0&&_0x44001a%0xa==0x1&&_0x44001a%0x64!=0xb?0x0:_0x44001a%0x1==0x0&&_0x44001a%0xa>=0x2&&_0x44001a%0xa<=0x4&&(_0x44001a%0x64<0xc||_0x44001a%0x64>0xe)?0x1:_0x44001a%0x1==0x0&&(_0x44001a%0xa==0x0||_0x44001a%0xa>=0x5&&_0x44001a%0xa<=0x9||_0x44001a%0x64>=0xb&&_0x44001a%0x64<=0xe)?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
+ (_0x1c3444=>{const {uk:{dictionary:_0x223324,getPluralForm:_0x45ac3d}}={'uk':{'dictionary':{'Multi-level\x20List':'Багаторівневий\x20список','Multi-level\x20list\x20styles\x20toolbar':'Панель\x20інструментів\x20стилів\x20багаторівневого\x20списку'},'getPluralForm':_0x5b11f5=>_0x5b11f5%0x1==0x0&&_0x5b11f5%0xa==0x1&&_0x5b11f5%0x64!=0xb?0x0:_0x5b11f5%0x1==0x0&&_0x5b11f5%0xa>=0x2&&_0x5b11f5%0xa<=0x4&&(_0x5b11f5%0x64<0xc||_0x5b11f5%0x64>0xe)?0x1:_0x5b11f5%0x1==0x0&&(_0x5b11f5%0xa==0x0||_0x5b11f5%0xa>=0x5&&_0x5b11f5%0xa<=0x9||_0x5b11f5%0x64>=0xb&&_0x5b11f5%0x64<=0xe)?0x2:0x3}};_0x1c3444['uk']||={'dictionary':{},'getPluralForm':null},_0x1c3444['uk']['dictionary']=Object['assign'](_0x1c3444['uk']['dictionary'],_0x223324),_0x1c3444['uk']['getPluralForm']=_0x45ac3d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'vi':{'dictionary':{'Multi-level\x20List':'Danh\x20sách\x20Đa\x20cấp\x20độ','Multi-level\x20list\x20styles\x20toolbar':'Thanh\x20công\x20cụ\x20kiểu\x20danh\x20sách\x20đa\x20cấp\x20độ'},'getPluralForm':_0x124513=>0x0}};
23
+ export default{'vi':{'dictionary':{'Multi-level\x20List':'Danh\x20sách\x20Đa\x20cấp\x20độ','Multi-level\x20list\x20styles\x20toolbar':'Thanh\x20công\x20cụ\x20kiểu\x20danh\x20sách\x20đa\x20cấp\x20độ'},'getPluralForm':_0x37495f=>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
+ (_0x50641e=>{const {vi:{dictionary:_0x349fea,getPluralForm:_0x32fb1d}}={'vi':{'dictionary':{'Multi-level\x20List':'Danh\x20sách\x20Đa\x20cấp\x20độ','Multi-level\x20list\x20styles\x20toolbar':'Thanh\x20công\x20cụ\x20kiểu\x20danh\x20sách\x20đa\x20cấp\x20độ'},'getPluralForm':_0x5634ca=>0x0}};_0x50641e['vi']||={'dictionary':{},'getPluralForm':null},_0x50641e['vi']['dictionary']=Object['assign'](_0x50641e['vi']['dictionary'],_0x349fea),_0x50641e['vi']['getPluralForm']=_0x32fb1d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh-cn':{'dictionary':{'Multi-level\x20List':'多级列表','Multi-level\x20list\x20styles\x20toolbar':'多级列表样式工具栏'},'getPluralForm':_0xa5a521=>0x0}};
23
+ export default{'zh-cn':{'dictionary':{'Multi-level\x20List':'多级列表','Multi-level\x20list\x20styles\x20toolbar':'多级列表样式工具栏'},'getPluralForm':_0x19a4f6=>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
+ (_0x7eb1ae=>{const {'zh-cn':{dictionary:_0x40717c,getPluralForm:_0x5f2e44}}={'zh-cn':{'dictionary':{'Multi-level\x20List':'多级列表','Multi-level\x20list\x20styles\x20toolbar':'多级列表样式工具栏'},'getPluralForm':_0x3ca557=>0x0}};_0x7eb1ae['zh-cn']||={'dictionary':{},'getPluralForm':null},_0x7eb1ae['zh-cn']['dictionary']=Object['assign'](_0x7eb1ae['zh-cn']['dictionary'],_0x40717c),_0x7eb1ae['zh-cn']['getPluralForm']=_0x5f2e44;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'zh':{'dictionary':{'Multi-level\x20List':'多層次清單','Multi-level\x20list\x20styles\x20toolbar':'多層次清單樣式工具列'},'getPluralForm':_0xd14e9=>0x0}};
23
+ export default{'zh':{'dictionary':{'Multi-level\x20List':'多層次清單','Multi-level\x20list\x20styles\x20toolbar':'多層次清單樣式工具列'},'getPluralForm':_0x27f484=>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
+ (_0xb00e04=>{const {zh:{dictionary:_0x15a46a,getPluralForm:_0x4ee9b7}}={'zh':{'dictionary':{'Multi-level\x20List':'多層次清單','Multi-level\x20list\x20styles\x20toolbar':'多層次清單樣式工具列'},'getPluralForm':_0x39e32f=>0x0}};_0xb00e04['zh']||={'dictionary':{},'getPluralForm':null},_0xb00e04['zh']['dictionary']=Object['assign'](_0xb00e04['zh']['dictionary'],_0x15a46a),_0xb00e04['zh']['getPluralForm']=_0x4ee9b7;})(window['CKEDITOR_TRANSLATIONS']||={});