@ckeditor/ckeditor5-document-outline 42.0.1-alpha.3 → 42.0.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 (103) hide show
  1. package/LICENSE.md +1 -1
  2. package/build/document-outline.js +1 -1
  3. package/dist/index.js +1 -1
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/ko.js +1 -1
  48. package/dist/translations/ko.umd.js +1 -1
  49. package/dist/translations/lt.js +1 -1
  50. package/dist/translations/lt.umd.js +1 -1
  51. package/dist/translations/lv.js +1 -1
  52. package/dist/translations/lv.umd.js +1 -1
  53. package/dist/translations/ms.js +1 -1
  54. package/dist/translations/ms.umd.js +1 -1
  55. package/dist/translations/nl.js +1 -1
  56. package/dist/translations/nl.umd.js +1 -1
  57. package/dist/translations/no.js +1 -1
  58. package/dist/translations/no.umd.js +1 -1
  59. package/dist/translations/pl.js +1 -1
  60. package/dist/translations/pl.umd.js +1 -1
  61. package/dist/translations/pt-br.js +1 -1
  62. package/dist/translations/pt-br.umd.js +1 -1
  63. package/dist/translations/pt.js +1 -1
  64. package/dist/translations/pt.umd.js +1 -1
  65. package/dist/translations/ro.js +1 -1
  66. package/dist/translations/ro.umd.js +1 -1
  67. package/dist/translations/ru.js +1 -1
  68. package/dist/translations/ru.umd.js +1 -1
  69. package/dist/translations/sk.js +1 -1
  70. package/dist/translations/sk.umd.js +1 -1
  71. package/dist/translations/sr-latn.js +1 -1
  72. package/dist/translations/sr-latn.umd.js +1 -1
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/ug.js +1 -1
  82. package/dist/translations/ug.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/vi.js +1 -1
  86. package/dist/translations/vi.umd.js +1 -1
  87. package/dist/translations/zh-cn.js +1 -1
  88. package/dist/translations/zh-cn.umd.js +1 -1
  89. package/dist/translations/zh.js +1 -1
  90. package/dist/translations/zh.umd.js +1 -1
  91. package/package.json +4 -4
  92. package/src/documentoutline/documentoutlineui.js +1 -1
  93. package/src/documentoutline/documentoutlineutils.js +1 -1
  94. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  95. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  96. package/src/documentoutline/utils.js +1 -1
  97. package/src/documentoutline.js +1 -1
  98. package/src/index.js +1 -1
  99. package/src/tableofcontents/headingid.js +1 -1
  100. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  101. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  102. package/src/tableofcontents/tableofcontentsui.js +1 -1
  103. package/src/tableofcontents.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ar':{'dictionary':{'Empty\x20heading':'رأس\x20فارغ','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'تظهر\x20رؤوس\x20المحرر\x20هنا\x20أثناء\x20الكتابة.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'لم\x20نعثر\x20على\x20رؤوس\x20في\x20المستند.','Table\x20of\x20contents':'جدول\x20المحتويات'},'getPluralForm':_0x752831=>0x0==_0x752831?0x0:0x1==_0x752831?0x1:0x2==_0x752831?0x2:_0x752831%0x64>=0x3&&_0x752831%0x64<=0xa?0x3:_0x752831%0x64>=0xb&&_0x752831%0x64<=0x63?0x4:0x5}};
23
+ export default{'ar':{'dictionary':{'Empty\x20heading':'رأس\x20فارغ','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'تظهر\x20رؤوس\x20المحرر\x20هنا\x20أثناء\x20الكتابة.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'لم\x20نعثر\x20على\x20رؤوس\x20في\x20المستند.','Table\x20of\x20contents':'جدول\x20المحتويات'},'getPluralForm':_0x492f9f=>0x0==_0x492f9f?0x0:0x1==_0x492f9f?0x1:0x2==_0x492f9f?0x2:_0x492f9f%0x64>=0x3&&_0x492f9f%0x64<=0xa?0x3:_0x492f9f%0x64>=0xb&&_0x492f9f%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x34d89a=>{const {ar:{dictionary:_0x12b96a,getPluralForm:_0xd1f07a}}={'ar':{'dictionary':{'Empty\x20heading':'رأس\x20فارغ','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'تظهر\x20رؤوس\x20المحرر\x20هنا\x20أثناء\x20الكتابة.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'لم\x20نعثر\x20على\x20رؤوس\x20في\x20المستند.','Table\x20of\x20contents':'جدول\x20المحتويات'},'getPluralForm':_0x3a1bef=>0x0==_0x3a1bef?0x0:0x1==_0x3a1bef?0x1:0x2==_0x3a1bef?0x2:_0x3a1bef%0x64>=0x3&&_0x3a1bef%0x64<=0xa?0x3:_0x3a1bef%0x64>=0xb&&_0x3a1bef%0x64<=0x63?0x4:0x5}};_0x34d89a['ar']||={'dictionary':{},'getPluralForm':null},_0x34d89a['ar']['dictionary']=Object['assign'](_0x34d89a['ar']['dictionary'],_0x12b96a),_0x34d89a['ar']['getPluralForm']=_0xd1f07a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x36f9e3=>{const {ar:{dictionary:_0x286802,getPluralForm:_0x2d73b6}}={'ar':{'dictionary':{'Empty\x20heading':'رأس\x20فارغ','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'تظهر\x20رؤوس\x20المحرر\x20هنا\x20أثناء\x20الكتابة.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'لم\x20نعثر\x20على\x20رؤوس\x20في\x20المستند.','Table\x20of\x20contents':'جدول\x20المحتويات'},'getPluralForm':_0x80ed5c=>0x0==_0x80ed5c?0x0:0x1==_0x80ed5c?0x1:0x2==_0x80ed5c?0x2:_0x80ed5c%0x64>=0x3&&_0x80ed5c%0x64<=0xa?0x3:_0x80ed5c%0x64>=0xb&&_0x80ed5c%0x64<=0x63?0x4:0x5}};_0x36f9e3['ar']||={'dictionary':{},'getPluralForm':null},_0x36f9e3['ar']['dictionary']=Object['assign'](_0x36f9e3['ar']['dictionary'],_0x286802),_0x36f9e3['ar']['getPluralForm']=_0x2d73b6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'bg':{'dictionary':{'Empty\x20heading':'Празно\x20заглавие','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Заглавията\x20на\x20редактора\x20ще\x20се\x20виждат\x20тук\x20по\x20време\x20на\x20писането.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'В\x20документа\x20не\x20бяха\x20намерени\x20заглавия.','Table\x20of\x20contents':'Съдържание'},'getPluralForm':_0x2d8c93=>0x1!=_0x2d8c93}};
23
+ export default{'bg':{'dictionary':{'Empty\x20heading':'Празно\x20заглавие','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Заглавията\x20на\x20редактора\x20ще\x20се\x20виждат\x20тук\x20по\x20време\x20на\x20писането.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'В\x20документа\x20не\x20бяха\x20намерени\x20заглавия.','Table\x20of\x20contents':'Съдържание'},'getPluralForm':_0x3163fd=>0x1!=_0x3163fd}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x36d5fd=>{const {bg:{dictionary:_0x2d68f5,getPluralForm:_0x4b7e13}}={'bg':{'dictionary':{'Empty\x20heading':'Празно\x20заглавие','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Заглавията\x20на\x20редактора\x20ще\x20се\x20виждат\x20тук\x20по\x20време\x20на\x20писането.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'В\x20документа\x20не\x20бяха\x20намерени\x20заглавия.','Table\x20of\x20contents':'Съдържание'},'getPluralForm':_0x295e45=>0x1!=_0x295e45}};_0x36d5fd['bg']||={'dictionary':{},'getPluralForm':null},_0x36d5fd['bg']['dictionary']=Object['assign'](_0x36d5fd['bg']['dictionary'],_0x2d68f5),_0x36d5fd['bg']['getPluralForm']=_0x4b7e13;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2bca00=>{const {bg:{dictionary:_0x5a9aa5,getPluralForm:_0x5db25b}}={'bg':{'dictionary':{'Empty\x20heading':'Празно\x20заглавие','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Заглавията\x20на\x20редактора\x20ще\x20се\x20виждат\x20тук\x20по\x20време\x20на\x20писането.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'В\x20документа\x20не\x20бяха\x20намерени\x20заглавия.','Table\x20of\x20contents':'Съдържание'},'getPluralForm':_0x5e89a1=>0x1!=_0x5e89a1}};_0x2bca00['bg']||={'dictionary':{},'getPluralForm':null},_0x2bca00['bg']['dictionary']=Object['assign'](_0x2bca00['bg']['dictionary'],_0x5a9aa5),_0x2bca00['bg']['getPluralForm']=_0x5db25b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'bn':{'dictionary':{'Empty\x20heading':'খালি\x20হেডিং','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'আপনি\x20টাইপ\x20করার\x20সাথে\x20সাথে\x20এডিটর\x20হেডিং\x20এখানে\x20প্রদর্শিত\x20হবে।','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'ডকুমেন্টে\x20কোনো\x20হেডিং\x20পাওয়া\x20যায়নি।','Table\x20of\x20contents':'বিষয়বস্তুর\x20টেবিল'},'getPluralForm':_0x1e6863=>0x1!=_0x1e6863}};
23
+ export default{'bn':{'dictionary':{'Empty\x20heading':'খালি\x20হেডিং','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'আপনি\x20টাইপ\x20করার\x20সাথে\x20সাথে\x20এডিটর\x20হেডিং\x20এখানে\x20প্রদর্শিত\x20হবে।','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'ডকুমেন্টে\x20কোনো\x20হেডিং\x20পাওয়া\x20যায়নি।','Table\x20of\x20contents':'বিষয়বস্তুর\x20টেবিল'},'getPluralForm':_0x30fa60=>0x1!=_0x30fa60}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x22d91a=>{const {bn:{dictionary:_0x2b918c,getPluralForm:_0x4dd0e0}}={'bn':{'dictionary':{'Empty\x20heading':'খালি\x20হেডিং','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'আপনি\x20টাইপ\x20করার\x20সাথে\x20সাথে\x20এডিটর\x20হেডিং\x20এখানে\x20প্রদর্শিত\x20হবে।','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'ডকুমেন্টে\x20কোনো\x20হেডিং\x20পাওয়া\x20যায়নি।','Table\x20of\x20contents':'বিষয়বস্তুর\x20টেবিল'},'getPluralForm':_0x15f1b4=>0x1!=_0x15f1b4}};_0x22d91a['bn']||={'dictionary':{},'getPluralForm':null},_0x22d91a['bn']['dictionary']=Object['assign'](_0x22d91a['bn']['dictionary'],_0x2b918c),_0x22d91a['bn']['getPluralForm']=_0x4dd0e0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x85560f=>{const {bn:{dictionary:_0x1d1c6d,getPluralForm:_0x23bec0}}={'bn':{'dictionary':{'Empty\x20heading':'খালি\x20হেডিং','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'আপনি\x20টাইপ\x20করার\x20সাথে\x20সাথে\x20এডিটর\x20হেডিং\x20এখানে\x20প্রদর্শিত\x20হবে।','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'ডকুমেন্টে\x20কোনো\x20হেডিং\x20পাওয়া\x20যায়নি।','Table\x20of\x20contents':'বিষয়বস্তুর\x20টেবিল'},'getPluralForm':_0xd06ad1=>0x1!=_0xd06ad1}};_0x85560f['bn']||={'dictionary':{},'getPluralForm':null},_0x85560f['bn']['dictionary']=Object['assign'](_0x85560f['bn']['dictionary'],_0x1d1c6d),_0x85560f['bn']['getPluralForm']=_0x23bec0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ca':{'dictionary':{'Empty\x20heading':'Encapçalament\x20buit','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Els\x20encapçalaments\x20de\x20l\x27editor\x20apareixeran\x20aquí\x20a\x20mesura\x20que\x20escriguis.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20s\x27ha\x20trobat\x20cap\x20encapçalament\x20al\x20document.','Table\x20of\x20contents':'Taula\x20de\x20continguts'},'getPluralForm':_0x109b27=>0x1!=_0x109b27}};
23
+ export default{'ca':{'dictionary':{'Empty\x20heading':'Encapçalament\x20buit','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Els\x20encapçalaments\x20de\x20l\x27editor\x20apareixeran\x20aquí\x20a\x20mesura\x20que\x20escriguis.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20s\x27ha\x20trobat\x20cap\x20encapçalament\x20al\x20document.','Table\x20of\x20contents':'Taula\x20de\x20continguts'},'getPluralForm':_0x481640=>0x1!=_0x481640}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x33d64d=>{const {ca:{dictionary:_0x115ad4,getPluralForm:_0x47cc18}}={'ca':{'dictionary':{'Empty\x20heading':'Encapçalament\x20buit','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Els\x20encapçalaments\x20de\x20l\x27editor\x20apareixeran\x20aquí\x20a\x20mesura\x20que\x20escriguis.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20s\x27ha\x20trobat\x20cap\x20encapçalament\x20al\x20document.','Table\x20of\x20contents':'Taula\x20de\x20continguts'},'getPluralForm':_0x4b95d0=>0x1!=_0x4b95d0}};_0x33d64d['ca']||={'dictionary':{},'getPluralForm':null},_0x33d64d['ca']['dictionary']=Object['assign'](_0x33d64d['ca']['dictionary'],_0x115ad4),_0x33d64d['ca']['getPluralForm']=_0x47cc18;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc10d3=>{const {ca:{dictionary:_0x1e438b,getPluralForm:_0x5f544a}}={'ca':{'dictionary':{'Empty\x20heading':'Encapçalament\x20buit','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Els\x20encapçalaments\x20de\x20l\x27editor\x20apareixeran\x20aquí\x20a\x20mesura\x20que\x20escriguis.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20s\x27ha\x20trobat\x20cap\x20encapçalament\x20al\x20document.','Table\x20of\x20contents':'Taula\x20de\x20continguts'},'getPluralForm':_0x11f126=>0x1!=_0x11f126}};_0xc10d3['ca']||={'dictionary':{},'getPluralForm':null},_0xc10d3['ca']['dictionary']=Object['assign'](_0xc10d3['ca']['dictionary'],_0x1e438b),_0xc10d3['ca']['getPluralForm']=_0x5f544a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'cs':{'dictionary':{'Empty\x20heading':'Prázdný\x20nadpis','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Tady\x20se\x20během\x20psaní\x20objeví\x20nadpisy\x20editoru.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'V\x20dokumentu\x20nebyly\x20nalezeny\x20žádné\x20nadpisy.','Table\x20of\x20contents':'Obsah'},'getPluralForm':_0x150cd4=>0x1==_0x150cd4&&_0x150cd4%0x1==0x0?0x0:_0x150cd4>=0x2&&_0x150cd4<=0x4&&_0x150cd4%0x1==0x0?0x1:_0x150cd4%0x1!=0x0?0x2:0x3}};
23
+ export default{'cs':{'dictionary':{'Empty\x20heading':'Prázdný\x20nadpis','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Tady\x20se\x20během\x20psaní\x20objeví\x20nadpisy\x20editoru.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'V\x20dokumentu\x20nebyly\x20nalezeny\x20žádné\x20nadpisy.','Table\x20of\x20contents':'Obsah'},'getPluralForm':_0x16d81b=>0x1==_0x16d81b&&_0x16d81b%0x1==0x0?0x0:_0x16d81b>=0x2&&_0x16d81b<=0x4&&_0x16d81b%0x1==0x0?0x1:_0x16d81b%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4ae885=>{const {cs:{dictionary:_0x5345b9,getPluralForm:_0x39033c}}={'cs':{'dictionary':{'Empty\x20heading':'Prázdný\x20nadpis','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Tady\x20se\x20během\x20psaní\x20objeví\x20nadpisy\x20editoru.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'V\x20dokumentu\x20nebyly\x20nalezeny\x20žádné\x20nadpisy.','Table\x20of\x20contents':'Obsah'},'getPluralForm':_0xb76b2a=>0x1==_0xb76b2a&&_0xb76b2a%0x1==0x0?0x0:_0xb76b2a>=0x2&&_0xb76b2a<=0x4&&_0xb76b2a%0x1==0x0?0x1:_0xb76b2a%0x1!=0x0?0x2:0x3}};_0x4ae885['cs']||={'dictionary':{},'getPluralForm':null},_0x4ae885['cs']['dictionary']=Object['assign'](_0x4ae885['cs']['dictionary'],_0x5345b9),_0x4ae885['cs']['getPluralForm']=_0x39033c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x431134=>{const {cs:{dictionary:_0x1915af,getPluralForm:_0x70bf1c}}={'cs':{'dictionary':{'Empty\x20heading':'Prázdný\x20nadpis','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Tady\x20se\x20během\x20psaní\x20objeví\x20nadpisy\x20editoru.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'V\x20dokumentu\x20nebyly\x20nalezeny\x20žádné\x20nadpisy.','Table\x20of\x20contents':'Obsah'},'getPluralForm':_0x3dff2c=>0x1==_0x3dff2c&&_0x3dff2c%0x1==0x0?0x0:_0x3dff2c>=0x2&&_0x3dff2c<=0x4&&_0x3dff2c%0x1==0x0?0x1:_0x3dff2c%0x1!=0x0?0x2:0x3}};_0x431134['cs']||={'dictionary':{},'getPluralForm':null},_0x431134['cs']['dictionary']=Object['assign'](_0x431134['cs']['dictionary'],_0x1915af),_0x431134['cs']['getPluralForm']=_0x70bf1c;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'da':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redigeringsoverskrifter\x20vil\x20stå\x20her,\x20efterhånden\x20som\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20blev\x20fundet\x20i\x20dokumentet.','Table\x20of\x20contents':'Indholdsfortegnelse'},'getPluralForm':_0x14b6b7=>0x1!=_0x14b6b7}};
23
+ export default{'da':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redigeringsoverskrifter\x20vil\x20stå\x20her,\x20efterhånden\x20som\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20blev\x20fundet\x20i\x20dokumentet.','Table\x20of\x20contents':'Indholdsfortegnelse'},'getPluralForm':_0x153a4a=>0x1!=_0x153a4a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23bad7=>{const {da:{dictionary:_0xd000e3,getPluralForm:_0x30d70c}}={'da':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redigeringsoverskrifter\x20vil\x20stå\x20her,\x20efterhånden\x20som\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20blev\x20fundet\x20i\x20dokumentet.','Table\x20of\x20contents':'Indholdsfortegnelse'},'getPluralForm':_0x26618f=>0x1!=_0x26618f}};_0x23bad7['da']||={'dictionary':{},'getPluralForm':null},_0x23bad7['da']['dictionary']=Object['assign'](_0x23bad7['da']['dictionary'],_0xd000e3),_0x23bad7['da']['getPluralForm']=_0x30d70c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c4bc8=>{const {da:{dictionary:_0x2cbe10,getPluralForm:_0x5a9073}}={'da':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redigeringsoverskrifter\x20vil\x20stå\x20her,\x20efterhånden\x20som\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20blev\x20fundet\x20i\x20dokumentet.','Table\x20of\x20contents':'Indholdsfortegnelse'},'getPluralForm':_0x25084b=>0x1!=_0x25084b}};_0x3c4bc8['da']||={'dictionary':{},'getPluralForm':null},_0x3c4bc8['da']['dictionary']=Object['assign'](_0x3c4bc8['da']['dictionary'],_0x2cbe10),_0x3c4bc8['da']['getPluralForm']=_0x5a9073;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'de':{'dictionary':{'Empty\x20heading':'Leere\x20Überschrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Während\x20Sie\x20schreiben,\x20werden\x20hier\x20die\x20Editor-Überschriften\x20angezeigt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Im\x20Dokument\x20wurden\x20keine\x20Überschriften\x20gefunden.','Table\x20of\x20contents':'Inhaltsverzeichnis'},'getPluralForm':_0x7bea54=>0x1!=_0x7bea54}};
23
+ export default{'de':{'dictionary':{'Empty\x20heading':'Leere\x20Überschrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Während\x20Sie\x20schreiben,\x20werden\x20hier\x20die\x20Editor-Überschriften\x20angezeigt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Im\x20Dokument\x20wurden\x20keine\x20Überschriften\x20gefunden.','Table\x20of\x20contents':'Inhaltsverzeichnis'},'getPluralForm':_0x25ae21=>0x1!=_0x25ae21}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24f8b0=>{const {de:{dictionary:_0xd243,getPluralForm:_0x212efa}}={'de':{'dictionary':{'Empty\x20heading':'Leere\x20Überschrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Während\x20Sie\x20schreiben,\x20werden\x20hier\x20die\x20Editor-Überschriften\x20angezeigt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Im\x20Dokument\x20wurden\x20keine\x20Überschriften\x20gefunden.','Table\x20of\x20contents':'Inhaltsverzeichnis'},'getPluralForm':_0x13d0f8=>0x1!=_0x13d0f8}};_0x24f8b0['de']||={'dictionary':{},'getPluralForm':null},_0x24f8b0['de']['dictionary']=Object['assign'](_0x24f8b0['de']['dictionary'],_0xd243),_0x24f8b0['de']['getPluralForm']=_0x212efa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x131321=>{const {de:{dictionary:_0x2aa3e3,getPluralForm:_0x8bfe02}}={'de':{'dictionary':{'Empty\x20heading':'Leere\x20Überschrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Während\x20Sie\x20schreiben,\x20werden\x20hier\x20die\x20Editor-Überschriften\x20angezeigt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Im\x20Dokument\x20wurden\x20keine\x20Überschriften\x20gefunden.','Table\x20of\x20contents':'Inhaltsverzeichnis'},'getPluralForm':_0xdfece=>0x1!=_0xdfece}};_0x131321['de']||={'dictionary':{},'getPluralForm':null},_0x131321['de']['dictionary']=Object['assign'](_0x131321['de']['dictionary'],_0x2aa3e3),_0x131321['de']['getPluralForm']=_0x8bfe02;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'el':{'dictionary':{'Empty\x20heading':'Κενή\x20επικεφαλίδα','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Οι\x20επικεφαλίδες\x20του\x20επεξεργαστή\x20θα\x20εμφανίζονται\x20εδώ\x20καθώς\x20πληκτρολογείτε.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Δεν\x20βρέθηκαν\x20επικεφαλίδες\x20στο\x20έγγραφο.','Table\x20of\x20contents':'Πίνακας\x20περιεχομένων'},'getPluralForm':_0x2bf4ec=>0x1!=_0x2bf4ec}};
23
+ export default{'el':{'dictionary':{'Empty\x20heading':'Κενή\x20επικεφαλίδα','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Οι\x20επικεφαλίδες\x20του\x20επεξεργαστή\x20θα\x20εμφανίζονται\x20εδώ\x20καθώς\x20πληκτρολογείτε.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Δεν\x20βρέθηκαν\x20επικεφαλίδες\x20στο\x20έγγραφο.','Table\x20of\x20contents':'Πίνακας\x20περιεχομένων'},'getPluralForm':_0x2fbb3f=>0x1!=_0x2fbb3f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x28ea7f=>{const {el:{dictionary:_0x492d6f,getPluralForm:_0x38f4af}}={'el':{'dictionary':{'Empty\x20heading':'Κενή\x20επικεφαλίδα','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Οι\x20επικεφαλίδες\x20του\x20επεξεργαστή\x20θα\x20εμφανίζονται\x20εδώ\x20καθώς\x20πληκτρολογείτε.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Δεν\x20βρέθηκαν\x20επικεφαλίδες\x20στο\x20έγγραφο.','Table\x20of\x20contents':'Πίνακας\x20περιεχομένων'},'getPluralForm':_0x2ef2d9=>0x1!=_0x2ef2d9}};_0x28ea7f['el']||={'dictionary':{},'getPluralForm':null},_0x28ea7f['el']['dictionary']=Object['assign'](_0x28ea7f['el']['dictionary'],_0x492d6f),_0x28ea7f['el']['getPluralForm']=_0x38f4af;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x28f3fe=>{const {el:{dictionary:_0x450cd7,getPluralForm:_0x1e8cbe}}={'el':{'dictionary':{'Empty\x20heading':'Κενή\x20επικεφαλίδα','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Οι\x20επικεφαλίδες\x20του\x20επεξεργαστή\x20θα\x20εμφανίζονται\x20εδώ\x20καθώς\x20πληκτρολογείτε.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Δεν\x20βρέθηκαν\x20επικεφαλίδες\x20στο\x20έγγραφο.','Table\x20of\x20contents':'Πίνακας\x20περιεχομένων'},'getPluralForm':_0x349336=>0x1!=_0x349336}};_0x28f3fe['el']||={'dictionary':{},'getPluralForm':null},_0x28f3fe['el']['dictionary']=Object['assign'](_0x28f3fe['el']['dictionary'],_0x450cd7),_0x28f3fe['el']['getPluralForm']=_0x1e8cbe;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'en-au':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':_0x165aae=>0x1!=_0x165aae}};
23
+ export default{'en-au':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':_0x530e0a=>0x1!=_0x530e0a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1e099b=>{const {'en-au':{dictionary:_0x57d9cd,getPluralForm:_0x4b447c}}={'en-au':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':_0x410100=>0x1!=_0x410100}};_0x1e099b['en-au']||={'dictionary':{},'getPluralForm':null},_0x1e099b['en-au']['dictionary']=Object['assign'](_0x1e099b['en-au']['dictionary'],_0x57d9cd),_0x1e099b['en-au']['getPluralForm']=_0x4b447c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x36b59d=>{const {'en-au':{dictionary:_0x5ac6bd,getPluralForm:_0x2f0d67}}={'en-au':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':_0x3d60d8=>0x1!=_0x3d60d8}};_0x36b59d['en-au']||={'dictionary':{},'getPluralForm':null},_0x36b59d['en-au']['dictionary']=Object['assign'](_0x36b59d['en-au']['dictionary'],_0x5ac6bd),_0x36b59d['en-au']['getPluralForm']=_0x2f0d67;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x110743=>{const {en:{dictionary:_0x4e46ce,getPluralForm:_0x473f24}}={'en':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':null}};_0x110743['en']||={'dictionary':{},'getPluralForm':null},_0x110743['en']['dictionary']=Object['assign'](_0x110743['en']['dictionary'],_0x4e46ce),_0x110743['en']['getPluralForm']=_0x473f24;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xc12a3e=>{const {en:{dictionary:_0x280c75,getPluralForm:_0x559348}}={'en':{'dictionary':{'Empty\x20heading':'Empty\x20heading','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20headings\x20were\x20found\x20in\x20the\x20document.','Table\x20of\x20contents':'Table\x20of\x20contents'},'getPluralForm':null}};_0xc12a3e['en']||={'dictionary':{},'getPluralForm':null},_0xc12a3e['en']['dictionary']=Object['assign'](_0xc12a3e['en']['dictionary'],_0x280c75),_0xc12a3e['en']['getPluralForm']=_0x559348;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es':{'dictionary':{'Empty\x20heading':'Encabezado\x20vacío','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Los\x20encabezados\x20del\x20editor\x20aparecerán\x20aquí\x20mientras\x20escribe.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20se\x20han\x20encontrado\x20encabezados\x20en\x20el\x20documento.','Table\x20of\x20contents':'Tabla\x20de\x20contenido'},'getPluralForm':_0x55cf87=>0x1==_0x55cf87?0x0:0x0!=_0x55cf87&&_0x55cf87%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es':{'dictionary':{'Empty\x20heading':'Encabezado\x20vacío','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Los\x20encabezados\x20del\x20editor\x20aparecerán\x20aquí\x20mientras\x20escribe.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20se\x20han\x20encontrado\x20encabezados\x20en\x20el\x20documento.','Table\x20of\x20contents':'Tabla\x20de\x20contenido'},'getPluralForm':_0x3950d4=>0x1==_0x3950d4?0x0:0x0!=_0x3950d4&&_0x3950d4%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x36b2f9=>{const {es:{dictionary:_0x2dbbc5,getPluralForm:_0x131290}}={'es':{'dictionary':{'Empty\x20heading':'Encabezado\x20vacío','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Los\x20encabezados\x20del\x20editor\x20aparecerán\x20aquí\x20mientras\x20escribe.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20se\x20han\x20encontrado\x20encabezados\x20en\x20el\x20documento.','Table\x20of\x20contents':'Tabla\x20de\x20contenido'},'getPluralForm':_0x327da3=>0x1==_0x327da3?0x0:0x0!=_0x327da3&&_0x327da3%0xf4240==0x0?0x1:0x2}};_0x36b2f9['es']||={'dictionary':{},'getPluralForm':null},_0x36b2f9['es']['dictionary']=Object['assign'](_0x36b2f9['es']['dictionary'],_0x2dbbc5),_0x36b2f9['es']['getPluralForm']=_0x131290;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1b5c36=>{const {es:{dictionary:_0x118538,getPluralForm:_0x3fc609}}={'es':{'dictionary':{'Empty\x20heading':'Encabezado\x20vacío','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Los\x20encabezados\x20del\x20editor\x20aparecerán\x20aquí\x20mientras\x20escribe.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'No\x20se\x20han\x20encontrado\x20encabezados\x20en\x20el\x20documento.','Table\x20of\x20contents':'Tabla\x20de\x20contenido'},'getPluralForm':_0x302a40=>0x1==_0x302a40?0x0:0x0!=_0x302a40&&_0x302a40%0xf4240==0x0?0x1:0x2}};_0x1b5c36['es']||={'dictionary':{},'getPluralForm':null},_0x1b5c36['es']['dictionary']=Object['assign'](_0x1b5c36['es']['dictionary'],_0x118538),_0x1b5c36['es']['getPluralForm']=_0x3fc609;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'et':{'dictionary':{'Empty\x20heading':'Tühi\x20pealkiri','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktori\x20pealkirjad\x20ilmuvad\x20siia\x20tippimise\x20ajal.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumendist\x20ei\x20leitud\x20ühtegi\x20pealkirja','Table\x20of\x20contents':'Sisukord'},'getPluralForm':_0xe048e7=>0x1!=_0xe048e7}};
23
+ export default{'et':{'dictionary':{'Empty\x20heading':'Tühi\x20pealkiri','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktori\x20pealkirjad\x20ilmuvad\x20siia\x20tippimise\x20ajal.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumendist\x20ei\x20leitud\x20ühtegi\x20pealkirja','Table\x20of\x20contents':'Sisukord'},'getPluralForm':_0x42a4bf=>0x1!=_0x42a4bf}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4daa6f=>{const {et:{dictionary:_0x44c0b,getPluralForm:_0x5e57d0}}={'et':{'dictionary':{'Empty\x20heading':'Tühi\x20pealkiri','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktori\x20pealkirjad\x20ilmuvad\x20siia\x20tippimise\x20ajal.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumendist\x20ei\x20leitud\x20ühtegi\x20pealkirja','Table\x20of\x20contents':'Sisukord'},'getPluralForm':_0x1eacdf=>0x1!=_0x1eacdf}};_0x4daa6f['et']||={'dictionary':{},'getPluralForm':null},_0x4daa6f['et']['dictionary']=Object['assign'](_0x4daa6f['et']['dictionary'],_0x44c0b),_0x4daa6f['et']['getPluralForm']=_0x5e57d0;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x132933=>{const {et:{dictionary:_0x3bbdae,getPluralForm:_0x5e3635}}={'et':{'dictionary':{'Empty\x20heading':'Tühi\x20pealkiri','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktori\x20pealkirjad\x20ilmuvad\x20siia\x20tippimise\x20ajal.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumendist\x20ei\x20leitud\x20ühtegi\x20pealkirja','Table\x20of\x20contents':'Sisukord'},'getPluralForm':_0xb9db26=>0x1!=_0xb9db26}};_0x132933['et']||={'dictionary':{},'getPluralForm':null},_0x132933['et']['dictionary']=Object['assign'](_0x132933['et']['dictionary'],_0x3bbdae),_0x132933['et']['getPluralForm']=_0x5e3635;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fi':{'dictionary':{'Empty\x20heading':'Tyhjä\x20otsikko','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editorin\x20otsikot\x20ilmaantuvat\x20tähän\x20kirjoittaessasi.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Asiakirjalta\x20ei\x20löytynyt\x20otsikoita.','Table\x20of\x20contents':'Sisällysluettelo'},'getPluralForm':_0x16e2b3=>0x1!=_0x16e2b3}};
23
+ export default{'fi':{'dictionary':{'Empty\x20heading':'Tyhjä\x20otsikko','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editorin\x20otsikot\x20ilmaantuvat\x20tähän\x20kirjoittaessasi.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Asiakirjalta\x20ei\x20löytynyt\x20otsikoita.','Table\x20of\x20contents':'Sisällysluettelo'},'getPluralForm':_0xd83565=>0x1!=_0xd83565}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x218e65=>{const {fi:{dictionary:_0x292a38,getPluralForm:_0x2bfb92}}={'fi':{'dictionary':{'Empty\x20heading':'Tyhjä\x20otsikko','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editorin\x20otsikot\x20ilmaantuvat\x20tähän\x20kirjoittaessasi.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Asiakirjalta\x20ei\x20löytynyt\x20otsikoita.','Table\x20of\x20contents':'Sisällysluettelo'},'getPluralForm':_0x212011=>0x1!=_0x212011}};_0x218e65['fi']||={'dictionary':{},'getPluralForm':null},_0x218e65['fi']['dictionary']=Object['assign'](_0x218e65['fi']['dictionary'],_0x292a38),_0x218e65['fi']['getPluralForm']=_0x2bfb92;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x37ff4e=>{const {fi:{dictionary:_0x35449c,getPluralForm:_0x45fb03}}={'fi':{'dictionary':{'Empty\x20heading':'Tyhjä\x20otsikko','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editorin\x20otsikot\x20ilmaantuvat\x20tähän\x20kirjoittaessasi.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Asiakirjalta\x20ei\x20löytynyt\x20otsikoita.','Table\x20of\x20contents':'Sisällysluettelo'},'getPluralForm':_0x23239d=>0x1!=_0x23239d}};_0x37ff4e['fi']||={'dictionary':{},'getPluralForm':null},_0x37ff4e['fi']['dictionary']=Object['assign'](_0x37ff4e['fi']['dictionary'],_0x35449c),_0x37ff4e['fi']['getPluralForm']=_0x45fb03;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fr':{'dictionary':{'Empty\x20heading':'Titre\x20vide','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Les\x20titres\x20de\x20l\x27éditeur\x20apparaîtront\x20ici\x20au\x20fur\x20et\x20à\x20mesure\x20que\x20vous\x20tapez.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Aucun\x20titre\x20n\x27a\x20été\x20trouvé\x20dans\x20le\x20document.','Table\x20of\x20contents':'Table\x20des\x20matières'},'getPluralForm':_0x1f3efc=>0x0==_0x1f3efc||0x1==_0x1f3efc?0x0:0x0!=_0x1f3efc&&_0x1f3efc%0xf4240==0x0?0x1:0x2}};
23
+ export default{'fr':{'dictionary':{'Empty\x20heading':'Titre\x20vide','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Les\x20titres\x20de\x20l\x27éditeur\x20apparaîtront\x20ici\x20au\x20fur\x20et\x20à\x20mesure\x20que\x20vous\x20tapez.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Aucun\x20titre\x20n\x27a\x20été\x20trouvé\x20dans\x20le\x20document.','Table\x20of\x20contents':'Table\x20des\x20matières'},'getPluralForm':_0x3062e9=>0x0==_0x3062e9||0x1==_0x3062e9?0x0:0x0!=_0x3062e9&&_0x3062e9%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x25df77=>{const {fr:{dictionary:_0x52f2e2,getPluralForm:_0x1e3e1c}}={'fr':{'dictionary':{'Empty\x20heading':'Titre\x20vide','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Les\x20titres\x20de\x20l\x27éditeur\x20apparaîtront\x20ici\x20au\x20fur\x20et\x20à\x20mesure\x20que\x20vous\x20tapez.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Aucun\x20titre\x20n\x27a\x20été\x20trouvé\x20dans\x20le\x20document.','Table\x20of\x20contents':'Table\x20des\x20matières'},'getPluralForm':_0x3a6705=>0x0==_0x3a6705||0x1==_0x3a6705?0x0:0x0!=_0x3a6705&&_0x3a6705%0xf4240==0x0?0x1:0x2}};_0x25df77['fr']||={'dictionary':{},'getPluralForm':null},_0x25df77['fr']['dictionary']=Object['assign'](_0x25df77['fr']['dictionary'],_0x52f2e2),_0x25df77['fr']['getPluralForm']=_0x1e3e1c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x40e2ba=>{const {fr:{dictionary:_0x4534c1,getPluralForm:_0x403461}}={'fr':{'dictionary':{'Empty\x20heading':'Titre\x20vide','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Les\x20titres\x20de\x20l\x27éditeur\x20apparaîtront\x20ici\x20au\x20fur\x20et\x20à\x20mesure\x20que\x20vous\x20tapez.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Aucun\x20titre\x20n\x27a\x20été\x20trouvé\x20dans\x20le\x20document.','Table\x20of\x20contents':'Table\x20des\x20matières'},'getPluralForm':_0x55916f=>0x0==_0x55916f||0x1==_0x55916f?0x0:0x0!=_0x55916f&&_0x55916f%0xf4240==0x0?0x1:0x2}};_0x40e2ba['fr']||={'dictionary':{},'getPluralForm':null},_0x40e2ba['fr']['dictionary']=Object['assign'](_0x40e2ba['fr']['dictionary'],_0x4534c1),_0x40e2ba['fr']['getPluralForm']=_0x403461;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'gl':{'dictionary':{'Empty\x20heading':'Título\x20baleiro','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Os\x20títulos\x20do\x20editor\x20aparecerán\x20aquí\x20segundo\x20escriba.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Non\x20se\x20atoparon\x20títulos\x20no\x20documento.','Table\x20of\x20contents':'Índice'},'getPluralForm':_0x35a2b0=>0x1!=_0x35a2b0}};
23
+ export default{'gl':{'dictionary':{'Empty\x20heading':'Título\x20baleiro','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Os\x20títulos\x20do\x20editor\x20aparecerán\x20aquí\x20segundo\x20escriba.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Non\x20se\x20atoparon\x20títulos\x20no\x20documento.','Table\x20of\x20contents':'Índice'},'getPluralForm':_0x2565b4=>0x1!=_0x2565b4}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e7b1a=>{const {gl:{dictionary:_0x5ddb1e,getPluralForm:_0x4bc05e}}={'gl':{'dictionary':{'Empty\x20heading':'Título\x20baleiro','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Os\x20títulos\x20do\x20editor\x20aparecerán\x20aquí\x20segundo\x20escriba.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Non\x20se\x20atoparon\x20títulos\x20no\x20documento.','Table\x20of\x20contents':'Índice'},'getPluralForm':_0x327c32=>0x1!=_0x327c32}};_0x2e7b1a['gl']||={'dictionary':{},'getPluralForm':null},_0x2e7b1a['gl']['dictionary']=Object['assign'](_0x2e7b1a['gl']['dictionary'],_0x5ddb1e),_0x2e7b1a['gl']['getPluralForm']=_0x4bc05e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xfe5f0a=>{const {gl:{dictionary:_0x2889f8,getPluralForm:_0x15f716}}={'gl':{'dictionary':{'Empty\x20heading':'Título\x20baleiro','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Os\x20títulos\x20do\x20editor\x20aparecerán\x20aquí\x20segundo\x20escriba.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Non\x20se\x20atoparon\x20títulos\x20no\x20documento.','Table\x20of\x20contents':'Índice'},'getPluralForm':_0xb7a74a=>0x1!=_0xb7a74a}};_0xfe5f0a['gl']||={'dictionary':{},'getPluralForm':null},_0xfe5f0a['gl']['dictionary']=Object['assign'](_0xfe5f0a['gl']['dictionary'],_0x2889f8),_0xfe5f0a['gl']['getPluralForm']=_0x15f716;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'Empty\x20heading':'כותרת\x20ריקה','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'כותרות\x20העורך\x20יופיעו\x20כאן\x20תוך\x20כדי\x20הקלדה.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'לא\x20נמצאו\x20כותרות\x20במסמך.','Table\x20of\x20contents':'תוכן\x20העניינים'},'getPluralForm':_0x2ba3a8=>0x1==_0x2ba3a8&&_0x2ba3a8%0x1==0x0?0x0:0x2==_0x2ba3a8&&_0x2ba3a8%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'Empty\x20heading':'כותרת\x20ריקה','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'כותרות\x20העורך\x20יופיעו\x20כאן\x20תוך\x20כדי\x20הקלדה.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'לא\x20נמצאו\x20כותרות\x20במסמך.','Table\x20of\x20contents':'תוכן\x20העניינים'},'getPluralForm':_0x2cd9bd=>0x1==_0x2cd9bd&&_0x2cd9bd%0x1==0x0?0x0:0x2==_0x2cd9bd&&_0x2cd9bd%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3dcd70=>{const {he:{dictionary:_0x2af126,getPluralForm:_0xf37bcc}}={'he':{'dictionary':{'Empty\x20heading':'כותרת\x20ריקה','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'כותרות\x20העורך\x20יופיעו\x20כאן\x20תוך\x20כדי\x20הקלדה.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'לא\x20נמצאו\x20כותרות\x20במסמך.','Table\x20of\x20contents':'תוכן\x20העניינים'},'getPluralForm':_0x4783e4=>0x1==_0x4783e4&&_0x4783e4%0x1==0x0?0x0:0x2==_0x4783e4&&_0x4783e4%0x1==0x0?0x1:0x2}};_0x3dcd70['he']||={'dictionary':{},'getPluralForm':null},_0x3dcd70['he']['dictionary']=Object['assign'](_0x3dcd70['he']['dictionary'],_0x2af126),_0x3dcd70['he']['getPluralForm']=_0xf37bcc;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x411a24=>{const {he:{dictionary:_0x1b7ce8,getPluralForm:_0x3a9f60}}={'he':{'dictionary':{'Empty\x20heading':'כותרת\x20ריקה','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'כותרות\x20העורך\x20יופיעו\x20כאן\x20תוך\x20כדי\x20הקלדה.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'לא\x20נמצאו\x20כותרות\x20במסמך.','Table\x20of\x20contents':'תוכן\x20העניינים'},'getPluralForm':_0x421ce6=>0x1==_0x421ce6&&_0x421ce6%0x1==0x0?0x0:0x2==_0x421ce6&&_0x421ce6%0x1==0x0?0x1:0x2}};_0x411a24['he']||={'dictionary':{},'getPluralForm':null},_0x411a24['he']['dictionary']=Object['assign'](_0x411a24['he']['dictionary'],_0x1b7ce8),_0x411a24['he']['getPluralForm']=_0x3a9f60;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hi':{'dictionary':{'Empty\x20heading':'हेडिंग\x20को\x20खाली\x20कर\x20दें','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'जैसे-जैसे\x20आप\x20टाइप\x20करेंगे\x20एडिटर\x20हेडिंग्ज़\x20यहाँ\x20दिखाई\x20देंगी.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'इस\x20डॉक्युमेंट\x20में\x20कोई\x20हेडिंग\x20नहीं\x20मिली.','Table\x20of\x20contents':'टेबल\x20ऑफ़\x20कॉन्टेंट्स'},'getPluralForm':_0x1dba01=>0x1!=_0x1dba01}};
23
+ export default{'hi':{'dictionary':{'Empty\x20heading':'हेडिंग\x20को\x20खाली\x20कर\x20दें','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'जैसे-जैसे\x20आप\x20टाइप\x20करेंगे\x20एडिटर\x20हेडिंग्ज़\x20यहाँ\x20दिखाई\x20देंगी.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'इस\x20डॉक्युमेंट\x20में\x20कोई\x20हेडिंग\x20नहीं\x20मिली.','Table\x20of\x20contents':'टेबल\x20ऑफ़\x20कॉन्टेंट्स'},'getPluralForm':_0x180564=>0x1!=_0x180564}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x70c51e=>{const {hi:{dictionary:_0x1a06e8,getPluralForm:_0x1f0d10}}={'hi':{'dictionary':{'Empty\x20heading':'हेडिंग\x20को\x20खाली\x20कर\x20दें','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'जैसे-जैसे\x20आप\x20टाइप\x20करेंगे\x20एडिटर\x20हेडिंग्ज़\x20यहाँ\x20दिखाई\x20देंगी.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'इस\x20डॉक्युमेंट\x20में\x20कोई\x20हेडिंग\x20नहीं\x20मिली.','Table\x20of\x20contents':'टेबल\x20ऑफ़\x20कॉन्टेंट्स'},'getPluralForm':_0x5019dc=>0x1!=_0x5019dc}};_0x70c51e['hi']||={'dictionary':{},'getPluralForm':null},_0x70c51e['hi']['dictionary']=Object['assign'](_0x70c51e['hi']['dictionary'],_0x1a06e8),_0x70c51e['hi']['getPluralForm']=_0x1f0d10;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x47501e=>{const {hi:{dictionary:_0x39c497,getPluralForm:_0x26984e}}={'hi':{'dictionary':{'Empty\x20heading':'हेडिंग\x20को\x20खाली\x20कर\x20दें','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'जैसे-जैसे\x20आप\x20टाइप\x20करेंगे\x20एडिटर\x20हेडिंग्ज़\x20यहाँ\x20दिखाई\x20देंगी.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'इस\x20डॉक्युमेंट\x20में\x20कोई\x20हेडिंग\x20नहीं\x20मिली.','Table\x20of\x20contents':'टेबल\x20ऑफ़\x20कॉन्टेंट्स'},'getPluralForm':_0x3c9a6a=>0x1!=_0x3c9a6a}};_0x47501e['hi']||={'dictionary':{},'getPluralForm':null},_0x47501e['hi']['dictionary']=Object['assign'](_0x47501e['hi']['dictionary'],_0x39c497),_0x47501e['hi']['getPluralForm']=_0x26984e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hr':{'dictionary':{'Empty\x20heading':'Prazan\x20naslov','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Uređivanje\x20naslova\x20će\x20se\x20pojaviti\x20ovdje\x20dok\x20tipkate.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'U\x20dokumentu\x20nisu\x20pronađeni\x20naslovi.','Table\x20of\x20contents':'Sadržaj'},'getPluralForm':_0x3acc7e=>_0x3acc7e%0xa==0x1&&_0x3acc7e%0x64!=0xb?0x0:_0x3acc7e%0xa>=0x2&&_0x3acc7e%0xa<=0x4&&(_0x3acc7e%0x64<0xa||_0x3acc7e%0x64>=0x14)?0x1:0x2}};
23
+ export default{'hr':{'dictionary':{'Empty\x20heading':'Prazan\x20naslov','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Uređivanje\x20naslova\x20će\x20se\x20pojaviti\x20ovdje\x20dok\x20tipkate.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'U\x20dokumentu\x20nisu\x20pronađeni\x20naslovi.','Table\x20of\x20contents':'Sadržaj'},'getPluralForm':_0x501db9=>_0x501db9%0xa==0x1&&_0x501db9%0x64!=0xb?0x0:_0x501db9%0xa>=0x2&&_0x501db9%0xa<=0x4&&(_0x501db9%0x64<0xa||_0x501db9%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x36e18d=>{const {hr:{dictionary:_0x23781d,getPluralForm:_0x1d67bf}}={'hr':{'dictionary':{'Empty\x20heading':'Prazan\x20naslov','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Uređivanje\x20naslova\x20će\x20se\x20pojaviti\x20ovdje\x20dok\x20tipkate.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'U\x20dokumentu\x20nisu\x20pronađeni\x20naslovi.','Table\x20of\x20contents':'Sadržaj'},'getPluralForm':_0xcd5007=>_0xcd5007%0xa==0x1&&_0xcd5007%0x64!=0xb?0x0:_0xcd5007%0xa>=0x2&&_0xcd5007%0xa<=0x4&&(_0xcd5007%0x64<0xa||_0xcd5007%0x64>=0x14)?0x1:0x2}};_0x36e18d['hr']||={'dictionary':{},'getPluralForm':null},_0x36e18d['hr']['dictionary']=Object['assign'](_0x36e18d['hr']['dictionary'],_0x23781d),_0x36e18d['hr']['getPluralForm']=_0x1d67bf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4d88e0=>{const {hr:{dictionary:_0x296504,getPluralForm:_0x4a1823}}={'hr':{'dictionary':{'Empty\x20heading':'Prazan\x20naslov','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Uređivanje\x20naslova\x20će\x20se\x20pojaviti\x20ovdje\x20dok\x20tipkate.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'U\x20dokumentu\x20nisu\x20pronađeni\x20naslovi.','Table\x20of\x20contents':'Sadržaj'},'getPluralForm':_0x5562a1=>_0x5562a1%0xa==0x1&&_0x5562a1%0x64!=0xb?0x0:_0x5562a1%0xa>=0x2&&_0x5562a1%0xa<=0x4&&(_0x5562a1%0x64<0xa||_0x5562a1%0x64>=0x14)?0x1:0x2}};_0x4d88e0['hr']||={'dictionary':{},'getPluralForm':null},_0x4d88e0['hr']['dictionary']=Object['assign'](_0x4d88e0['hr']['dictionary'],_0x296504),_0x4d88e0['hr']['getPluralForm']=_0x4a1823;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hu':{'dictionary':{'Empty\x20heading':'Üres\x20címsor','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'A\x20szerkesztő\x20címsorai\x20itt\x20jelennek\x20meg\x20gépelés\x20közben.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'A\x20dokumentumban\x20nem\x20található\x20címsor.','Table\x20of\x20contents':'Tartalomjegyzék'},'getPluralForm':_0x358e87=>0x1!=_0x358e87}};
23
+ export default{'hu':{'dictionary':{'Empty\x20heading':'Üres\x20címsor','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'A\x20szerkesztő\x20címsorai\x20itt\x20jelennek\x20meg\x20gépelés\x20közben.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'A\x20dokumentumban\x20nem\x20található\x20címsor.','Table\x20of\x20contents':'Tartalomjegyzék'},'getPluralForm':_0x435036=>0x1!=_0x435036}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x40b9c5=>{const {hu:{dictionary:_0x231b8e,getPluralForm:_0x18f7ab}}={'hu':{'dictionary':{'Empty\x20heading':'Üres\x20címsor','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'A\x20szerkesztő\x20címsorai\x20itt\x20jelennek\x20meg\x20gépelés\x20közben.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'A\x20dokumentumban\x20nem\x20található\x20címsor.','Table\x20of\x20contents':'Tartalomjegyzék'},'getPluralForm':_0x53be58=>0x1!=_0x53be58}};_0x40b9c5['hu']||={'dictionary':{},'getPluralForm':null},_0x40b9c5['hu']['dictionary']=Object['assign'](_0x40b9c5['hu']['dictionary'],_0x231b8e),_0x40b9c5['hu']['getPluralForm']=_0x18f7ab;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x17bbda=>{const {hu:{dictionary:_0x316066,getPluralForm:_0x3d733f}}={'hu':{'dictionary':{'Empty\x20heading':'Üres\x20címsor','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'A\x20szerkesztő\x20címsorai\x20itt\x20jelennek\x20meg\x20gépelés\x20közben.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'A\x20dokumentumban\x20nem\x20található\x20címsor.','Table\x20of\x20contents':'Tartalomjegyzék'},'getPluralForm':_0x17d964=>0x1!=_0x17d964}};_0x17bbda['hu']||={'dictionary':{},'getPluralForm':null},_0x17bbda['hu']['dictionary']=Object['assign'](_0x17bbda['hu']['dictionary'],_0x316066),_0x17bbda['hu']['getPluralForm']=_0x3d733f;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'id':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20tajuk\x20akan\x20muncul\x20di\x20sini\x20saat\x20Anda\x20mengetik.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tidak\x20menemukan\x20tajuk\x20di\x20dokumen','Table\x20of\x20contents':'Daftar\x20isi'},'getPluralForm':_0x5af4a5=>0x0}};
23
+ export default{'id':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20tajuk\x20akan\x20muncul\x20di\x20sini\x20saat\x20Anda\x20mengetik.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tidak\x20menemukan\x20tajuk\x20di\x20dokumen','Table\x20of\x20contents':'Daftar\x20isi'},'getPluralForm':_0x4acf21=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2fc1b1=>{const {id:{dictionary:_0x15ad1a,getPluralForm:_0x135066}}={'id':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20tajuk\x20akan\x20muncul\x20di\x20sini\x20saat\x20Anda\x20mengetik.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tidak\x20menemukan\x20tajuk\x20di\x20dokumen','Table\x20of\x20contents':'Daftar\x20isi'},'getPluralForm':_0x3b3589=>0x0}};_0x2fc1b1['id']||={'dictionary':{},'getPluralForm':null},_0x2fc1b1['id']['dictionary']=Object['assign'](_0x2fc1b1['id']['dictionary'],_0x15ad1a),_0x2fc1b1['id']['getPluralForm']=_0x135066;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3b392e=>{const {id:{dictionary:_0x227a97,getPluralForm:_0xccbc8}}={'id':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor\x20tajuk\x20akan\x20muncul\x20di\x20sini\x20saat\x20Anda\x20mengetik.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tidak\x20menemukan\x20tajuk\x20di\x20dokumen','Table\x20of\x20contents':'Daftar\x20isi'},'getPluralForm':_0x52555c=>0x0}};_0x3b392e['id']||={'dictionary':{},'getPluralForm':null},_0x3b392e['id']['dictionary']=Object['assign'](_0x3b392e['id']['dictionary'],_0x227a97),_0x3b392e['id']['getPluralForm']=_0xccbc8;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'it':{'dictionary':{'Empty\x20heading':'Intestazione\x20vuota','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Le\x20intestazioni\x20dell\x27editor\x20appariranno\x20qui\x20durante\x20la\x20digitazione.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Nel\x20documento\x20non\x20sono\x20state\x20trovate\x20intestazioni.','Table\x20of\x20contents':'Sommario'},'getPluralForm':_0x2759ab=>0x1==_0x2759ab?0x0:0x0!=_0x2759ab&&_0x2759ab%0xf4240==0x0?0x1:0x2}};
23
+ export default{'it':{'dictionary':{'Empty\x20heading':'Intestazione\x20vuota','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Le\x20intestazioni\x20dell\x27editor\x20appariranno\x20qui\x20durante\x20la\x20digitazione.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Nel\x20documento\x20non\x20sono\x20state\x20trovate\x20intestazioni.','Table\x20of\x20contents':'Sommario'},'getPluralForm':_0x4931a9=>0x1==_0x4931a9?0x0:0x0!=_0x4931a9&&_0x4931a9%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3da201=>{const {it:{dictionary:_0x2ef638,getPluralForm:_0x4a2d8c}}={'it':{'dictionary':{'Empty\x20heading':'Intestazione\x20vuota','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Le\x20intestazioni\x20dell\x27editor\x20appariranno\x20qui\x20durante\x20la\x20digitazione.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Nel\x20documento\x20non\x20sono\x20state\x20trovate\x20intestazioni.','Table\x20of\x20contents':'Sommario'},'getPluralForm':_0x5553e6=>0x1==_0x5553e6?0x0:0x0!=_0x5553e6&&_0x5553e6%0xf4240==0x0?0x1:0x2}};_0x3da201['it']||={'dictionary':{},'getPluralForm':null},_0x3da201['it']['dictionary']=Object['assign'](_0x3da201['it']['dictionary'],_0x2ef638),_0x3da201['it']['getPluralForm']=_0x4a2d8c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1ae5b6=>{const {it:{dictionary:_0x186f50,getPluralForm:_0x29f4e1}}={'it':{'dictionary':{'Empty\x20heading':'Intestazione\x20vuota','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Le\x20intestazioni\x20dell\x27editor\x20appariranno\x20qui\x20durante\x20la\x20digitazione.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Nel\x20documento\x20non\x20sono\x20state\x20trovate\x20intestazioni.','Table\x20of\x20contents':'Sommario'},'getPluralForm':_0x3a87de=>0x1==_0x3a87de?0x0:0x0!=_0x3a87de&&_0x3a87de%0xf4240==0x0?0x1:0x2}};_0x1ae5b6['it']||={'dictionary':{},'getPluralForm':null},_0x1ae5b6['it']['dictionary']=Object['assign'](_0x1ae5b6['it']['dictionary'],_0x186f50),_0x1ae5b6['it']['getPluralForm']=_0x29f4e1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x25ad8f=>0x0}};
23
+ export default{'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x12e4e0=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xe86027=>{const {ja:{dictionary:_0xd3aa48,getPluralForm:_0x482824}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x1d7f9b=>0x0}};_0xe86027['ja']||={'dictionary':{},'getPluralForm':null},_0xe86027['ja']['dictionary']=Object['assign'](_0xe86027['ja']['dictionary'],_0xd3aa48),_0xe86027['ja']['getPluralForm']=_0x482824;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2444ca=>{const {ja:{dictionary:_0x42d7b3,getPluralForm:_0x1784ab}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x13fef7=>0x0}};_0x2444ca['ja']||={'dictionary':{},'getPluralForm':null},_0x2444ca['ja']['dictionary']=Object['assign'](_0x2444ca['ja']['dictionary'],_0x42d7b3),_0x2444ca['ja']['getPluralForm']=_0x1784ab;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Empty\x20heading':'빈\x20표제','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'입력\x20시\x20편집기\x20표제가\x20여기에\x20표시됩니다.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'문서에서\x20표제를\x20찾지\x20못했습니다.','Table\x20of\x20contents':'목차'},'getPluralForm':_0x1e4f59=>0x0}};
23
+ export default{'ko':{'dictionary':{'Empty\x20heading':'빈\x20표제','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'입력\x20시\x20편집기\x20표제가\x20여기에\x20표시됩니다.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'문서에서\x20표제를\x20찾지\x20못했습니다.','Table\x20of\x20contents':'목차'},'getPluralForm':_0x55d462=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x6defe1=>{const {ko:{dictionary:_0x6cb8f5,getPluralForm:_0x43ccad}}={'ko':{'dictionary':{'Empty\x20heading':'빈\x20표제','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'입력\x20시\x20편집기\x20표제가\x20여기에\x20표시됩니다.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'문서에서\x20표제를\x20찾지\x20못했습니다.','Table\x20of\x20contents':'목차'},'getPluralForm':_0x539868=>0x0}};_0x6defe1['ko']||={'dictionary':{},'getPluralForm':null},_0x6defe1['ko']['dictionary']=Object['assign'](_0x6defe1['ko']['dictionary'],_0x6cb8f5),_0x6defe1['ko']['getPluralForm']=_0x43ccad;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x19ec4e=>{const {ko:{dictionary:_0x476c9b,getPluralForm:_0x560c62}}={'ko':{'dictionary':{'Empty\x20heading':'빈\x20표제','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'입력\x20시\x20편집기\x20표제가\x20여기에\x20표시됩니다.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'문서에서\x20표제를\x20찾지\x20못했습니다.','Table\x20of\x20contents':'목차'},'getPluralForm':_0x2d8630=>0x0}};_0x19ec4e['ko']||={'dictionary':{},'getPluralForm':null},_0x19ec4e['ko']['dictionary']=Object['assign'](_0x19ec4e['ko']['dictionary'],_0x476c9b),_0x19ec4e['ko']['getPluralForm']=_0x560c62;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lt':{'dictionary':{'Empty\x20heading':'Tuščia\x20antraštė','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Įvedant\x20tekstą\x20čia\x20bus\x20rodomos\x20redaktoriaus\x20antraštės.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumente\x20nerasta\x20jokių\x20antraščių.','Table\x20of\x20contents':'Turinys'},'getPluralForm':_0x297962=>_0x297962%0xa==0x1&&(_0x297962%0x64>0x13||_0x297962%0x64<0xb)?0x0:_0x297962%0xa>=0x2&&_0x297962%0xa<=0x9&&(_0x297962%0x64>0x13||_0x297962%0x64<0xb)?0x1:_0x297962%0x1!=0x0?0x2:0x3}};
23
+ export default{'lt':{'dictionary':{'Empty\x20heading':'Tuščia\x20antraštė','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Įvedant\x20tekstą\x20čia\x20bus\x20rodomos\x20redaktoriaus\x20antraštės.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumente\x20nerasta\x20jokių\x20antraščių.','Table\x20of\x20contents':'Turinys'},'getPluralForm':_0x1fa412=>_0x1fa412%0xa==0x1&&(_0x1fa412%0x64>0x13||_0x1fa412%0x64<0xb)?0x0:_0x1fa412%0xa>=0x2&&_0x1fa412%0xa<=0x9&&(_0x1fa412%0x64>0x13||_0x1fa412%0x64<0xb)?0x1:_0x1fa412%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x28a6b9=>{const {lt:{dictionary:_0x329ce8,getPluralForm:_0x507710}}={'lt':{'dictionary':{'Empty\x20heading':'Tuščia\x20antraštė','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Įvedant\x20tekstą\x20čia\x20bus\x20rodomos\x20redaktoriaus\x20antraštės.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumente\x20nerasta\x20jokių\x20antraščių.','Table\x20of\x20contents':'Turinys'},'getPluralForm':_0x236c08=>_0x236c08%0xa==0x1&&(_0x236c08%0x64>0x13||_0x236c08%0x64<0xb)?0x0:_0x236c08%0xa>=0x2&&_0x236c08%0xa<=0x9&&(_0x236c08%0x64>0x13||_0x236c08%0x64<0xb)?0x1:_0x236c08%0x1!=0x0?0x2:0x3}};_0x28a6b9['lt']||={'dictionary':{},'getPluralForm':null},_0x28a6b9['lt']['dictionary']=Object['assign'](_0x28a6b9['lt']['dictionary'],_0x329ce8),_0x28a6b9['lt']['getPluralForm']=_0x507710;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ffb7b=>{const {lt:{dictionary:_0x259ea5,getPluralForm:_0x304711}}={'lt':{'dictionary':{'Empty\x20heading':'Tuščia\x20antraštė','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Įvedant\x20tekstą\x20čia\x20bus\x20rodomos\x20redaktoriaus\x20antraštės.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumente\x20nerasta\x20jokių\x20antraščių.','Table\x20of\x20contents':'Turinys'},'getPluralForm':_0x41fe6e=>_0x41fe6e%0xa==0x1&&(_0x41fe6e%0x64>0x13||_0x41fe6e%0x64<0xb)?0x0:_0x41fe6e%0xa>=0x2&&_0x41fe6e%0xa<=0x9&&(_0x41fe6e%0x64>0x13||_0x41fe6e%0x64<0xb)?0x1:_0x41fe6e%0x1!=0x0?0x2:0x3}};_0x3ffb7b['lt']||={'dictionary':{},'getPluralForm':null},_0x3ffb7b['lt']['dictionary']=Object['assign'](_0x3ffb7b['lt']['dictionary'],_0x259ea5),_0x3ffb7b['lt']['getPluralForm']=_0x304711;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lv':{'dictionary':{'Empty\x20heading':'Tukšs\x20virsraksts','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktoru\x20virsraksti\x20tiks\x20parādīti\x20šeit,\x20kamēr\x20jūs\x20rakstāt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumentā\x20virsraksti\x20netika\x20atrasti.','Table\x20of\x20contents':'Satura\x20rādītājs'},'getPluralForm':_0x4ae7ce=>_0x4ae7ce%0xa==0x1&&_0x4ae7ce%0x64!=0xb?0x0:0x0!=_0x4ae7ce?0x1:0x2}};
23
+ export default{'lv':{'dictionary':{'Empty\x20heading':'Tukšs\x20virsraksts','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktoru\x20virsraksti\x20tiks\x20parādīti\x20šeit,\x20kamēr\x20jūs\x20rakstāt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumentā\x20virsraksti\x20netika\x20atrasti.','Table\x20of\x20contents':'Satura\x20rādītājs'},'getPluralForm':_0x5d2059=>_0x5d2059%0xa==0x1&&_0x5d2059%0x64!=0xb?0x0:0x0!=_0x5d2059?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x42d0f3=>{const {lv:{dictionary:_0x12924a,getPluralForm:_0x428cb3}}={'lv':{'dictionary':{'Empty\x20heading':'Tukšs\x20virsraksts','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktoru\x20virsraksti\x20tiks\x20parādīti\x20šeit,\x20kamēr\x20jūs\x20rakstāt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumentā\x20virsraksti\x20netika\x20atrasti.','Table\x20of\x20contents':'Satura\x20rādītājs'},'getPluralForm':_0x31978c=>_0x31978c%0xa==0x1&&_0x31978c%0x64!=0xb?0x0:0x0!=_0x31978c?0x1:0x2}};_0x42d0f3['lv']||={'dictionary':{},'getPluralForm':null},_0x42d0f3['lv']['dictionary']=Object['assign'](_0x42d0f3['lv']['dictionary'],_0x12924a),_0x42d0f3['lv']['getPluralForm']=_0x428cb3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x537a0a=>{const {lv:{dictionary:_0xd55b37,getPluralForm:_0x5cbdc9}}={'lv':{'dictionary':{'Empty\x20heading':'Tukšs\x20virsraksts','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Redaktoru\x20virsraksti\x20tiks\x20parādīti\x20šeit,\x20kamēr\x20jūs\x20rakstāt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Dokumentā\x20virsraksti\x20netika\x20atrasti.','Table\x20of\x20contents':'Satura\x20rādītājs'},'getPluralForm':_0x357bc2=>_0x357bc2%0xa==0x1&&_0x357bc2%0x64!=0xb?0x0:0x0!=_0x357bc2?0x1:0x2}};_0x537a0a['lv']||={'dictionary':{},'getPluralForm':null},_0x537a0a['lv']['dictionary']=Object['assign'](_0x537a0a['lv']['dictionary'],_0xd55b37),_0x537a0a['lv']['getPluralForm']=_0x5cbdc9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ms':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Penyunting\x20tajuk\x20akan\x20timbul\x20di\x20sini\x20semasa\x20anda\x20menaip.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tiada\x20tajuk\x20ditemui\x20dalam\x20dokumen.','Table\x20of\x20contents':'Isi\x20kandungan'},'getPluralForm':_0x15637b=>0x0}};
23
+ export default{'ms':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Penyunting\x20tajuk\x20akan\x20timbul\x20di\x20sini\x20semasa\x20anda\x20menaip.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tiada\x20tajuk\x20ditemui\x20dalam\x20dokumen.','Table\x20of\x20contents':'Isi\x20kandungan'},'getPluralForm':_0x395a6f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x256abf=>{const {ms:{dictionary:_0x39f6ba,getPluralForm:_0x48d1ac}}={'ms':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Penyunting\x20tajuk\x20akan\x20timbul\x20di\x20sini\x20semasa\x20anda\x20menaip.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tiada\x20tajuk\x20ditemui\x20dalam\x20dokumen.','Table\x20of\x20contents':'Isi\x20kandungan'},'getPluralForm':_0x5ac591=>0x0}};_0x256abf['ms']||={'dictionary':{},'getPluralForm':null},_0x256abf['ms']['dictionary']=Object['assign'](_0x256abf['ms']['dictionary'],_0x39f6ba),_0x256abf['ms']['getPluralForm']=_0x48d1ac;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x147fb0=>{const {ms:{dictionary:_0x1850dc,getPluralForm:_0x4f7d38}}={'ms':{'dictionary':{'Empty\x20heading':'Tajuk\x20kosong','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Penyunting\x20tajuk\x20akan\x20timbul\x20di\x20sini\x20semasa\x20anda\x20menaip.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Tiada\x20tajuk\x20ditemui\x20dalam\x20dokumen.','Table\x20of\x20contents':'Isi\x20kandungan'},'getPluralForm':_0x5b8680=>0x0}};_0x147fb0['ms']||={'dictionary':{},'getPluralForm':null},_0x147fb0['ms']['dictionary']=Object['assign'](_0x147fb0['ms']['dictionary'],_0x1850dc),_0x147fb0['ms']['getPluralForm']=_0x4f7d38;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'nl':{'dictionary':{'Empty\x20heading':'Lege\x20kop','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor-koppen\x20verschijnen\x20hier\x20terwijl\x20je\x20typt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Er\x20zijn\x20geen\x20koppen\x20gevonden\x20in\x20het\x20document.','Table\x20of\x20contents':'Inhoudsopgave'},'getPluralForm':_0x78fc4=>0x1!=_0x78fc4}};
23
+ export default{'nl':{'dictionary':{'Empty\x20heading':'Lege\x20kop','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor-koppen\x20verschijnen\x20hier\x20terwijl\x20je\x20typt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Er\x20zijn\x20geen\x20koppen\x20gevonden\x20in\x20het\x20document.','Table\x20of\x20contents':'Inhoudsopgave'},'getPluralForm':_0x2d87ed=>0x1!=_0x2d87ed}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x19e6ef=>{const {nl:{dictionary:_0x3e6743,getPluralForm:_0x161e38}}={'nl':{'dictionary':{'Empty\x20heading':'Lege\x20kop','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor-koppen\x20verschijnen\x20hier\x20terwijl\x20je\x20typt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Er\x20zijn\x20geen\x20koppen\x20gevonden\x20in\x20het\x20document.','Table\x20of\x20contents':'Inhoudsopgave'},'getPluralForm':_0xc2883c=>0x1!=_0xc2883c}};_0x19e6ef['nl']||={'dictionary':{},'getPluralForm':null},_0x19e6ef['nl']['dictionary']=Object['assign'](_0x19e6ef['nl']['dictionary'],_0x3e6743),_0x19e6ef['nl']['getPluralForm']=_0x161e38;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x249982=>{const {nl:{dictionary:_0x5b1112,getPluralForm:_0x58336}}={'nl':{'dictionary':{'Empty\x20heading':'Lege\x20kop','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Editor-koppen\x20verschijnen\x20hier\x20terwijl\x20je\x20typt.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Er\x20zijn\x20geen\x20koppen\x20gevonden\x20in\x20het\x20document.','Table\x20of\x20contents':'Inhoudsopgave'},'getPluralForm':_0x140749=>0x1!=_0x140749}};_0x249982['nl']||={'dictionary':{},'getPluralForm':null},_0x249982['nl']['dictionary']=Object['assign'](_0x249982['nl']['dictionary'],_0x5b1112),_0x249982['nl']['getPluralForm']=_0x58336;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'no':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Overskrifter\x20dukker\x20opp\x20når\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20ble\x20funnet\x20i\x20dette\x20dokumentet.','Table\x20of\x20contents':'Innholdsfortegnelse'},'getPluralForm':_0x4a5627=>0x1!=_0x4a5627}};
23
+ export default{'no':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Overskrifter\x20dukker\x20opp\x20når\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20ble\x20funnet\x20i\x20dette\x20dokumentet.','Table\x20of\x20contents':'Innholdsfortegnelse'},'getPluralForm':_0x24e486=>0x1!=_0x24e486}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24e854=>{const {no:{dictionary:_0x29eee7,getPluralForm:_0xa3ade7}}={'no':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Overskrifter\x20dukker\x20opp\x20når\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20ble\x20funnet\x20i\x20dette\x20dokumentet.','Table\x20of\x20contents':'Innholdsfortegnelse'},'getPluralForm':_0x36c744=>0x1!=_0x36c744}};_0x24e854['no']||={'dictionary':{},'getPluralForm':null},_0x24e854['no']['dictionary']=Object['assign'](_0x24e854['no']['dictionary'],_0x29eee7),_0x24e854['no']['getPluralForm']=_0xa3ade7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x12a827=>{const {no:{dictionary:_0x2cfeaf,getPluralForm:_0x7fb64b}}={'no':{'dictionary':{'Empty\x20heading':'Tom\x20overskrift','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Overskrifter\x20dukker\x20opp\x20når\x20du\x20skriver.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'Ingen\x20overskrifter\x20ble\x20funnet\x20i\x20dette\x20dokumentet.','Table\x20of\x20contents':'Innholdsfortegnelse'},'getPluralForm':_0x51c705=>0x1!=_0x51c705}};_0x12a827['no']||={'dictionary':{},'getPluralForm':null},_0x12a827['no']['dictionary']=Object['assign'](_0x12a827['no']['dictionary'],_0x2cfeaf),_0x12a827['no']['getPluralForm']=_0x7fb64b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pl':{'dictionary':{'Empty\x20heading':'Pusty\x20nagłówek','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Nagłówki\x20pojawią\x20się\x20tutaj\x20po\x20wprowadzeniu\x20tekstu.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'W\x20dokumencie\x20nie\x20znaleziono\x20nagłówków.','Table\x20of\x20contents':'Spis\x20treści'},'getPluralForm':_0x23edcd=>0x1==_0x23edcd?0x0:_0x23edcd%0xa>=0x2&&_0x23edcd%0xa<=0x4&&(_0x23edcd%0x64<0xc||_0x23edcd%0x64>0xe)?0x1:0x1!=_0x23edcd&&_0x23edcd%0xa>=0x0&&_0x23edcd%0xa<=0x1||_0x23edcd%0xa>=0x5&&_0x23edcd%0xa<=0x9||_0x23edcd%0x64>=0xc&&_0x23edcd%0x64<=0xe?0x2:0x3}};
23
+ export default{'pl':{'dictionary':{'Empty\x20heading':'Pusty\x20nagłówek','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'Nagłówki\x20pojawią\x20się\x20tutaj\x20po\x20wprowadzeniu\x20tekstu.','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'W\x20dokumencie\x20nie\x20znaleziono\x20nagłówków.','Table\x20of\x20contents':'Spis\x20treści'},'getPluralForm':_0x5b0e95=>0x1==_0x5b0e95?0x0:_0x5b0e95%0xa>=0x2&&_0x5b0e95%0xa<=0x4&&(_0x5b0e95%0x64<0xc||_0x5b0e95%0x64>0xe)?0x1:0x1!=_0x5b0e95&&_0x5b0e95%0xa>=0x0&&_0x5b0e95%0xa<=0x1||_0x5b0e95%0xa>=0x5&&_0x5b0e95%0xa<=0x9||_0x5b0e95%0x64>=0xc&&_0x5b0e95%0x64<=0xe?0x2:0x3}};