@ckeditor/ckeditor5-document-outline 41.4.1 → 41.4.2

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 (102) hide show
  1. package/build/document-outline.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 +1 -1
  5. package/dist/translations/bg.js +1 -1
  6. package/dist/translations/bg.umd.js +1 -1
  7. package/dist/translations/bn.js +1 -1
  8. package/dist/translations/bn.umd.js +1 -1
  9. package/dist/translations/ca.js +1 -1
  10. package/dist/translations/ca.umd.js +1 -1
  11. package/dist/translations/cs.js +1 -1
  12. package/dist/translations/cs.umd.js +1 -1
  13. package/dist/translations/da.js +1 -1
  14. package/dist/translations/da.umd.js +1 -1
  15. package/dist/translations/de.js +1 -1
  16. package/dist/translations/de.umd.js +1 -1
  17. package/dist/translations/el.js +1 -1
  18. package/dist/translations/el.umd.js +1 -1
  19. package/dist/translations/en-au.js +1 -1
  20. package/dist/translations/en-au.umd.js +1 -1
  21. package/dist/translations/en.umd.js +1 -1
  22. package/dist/translations/es.js +1 -1
  23. package/dist/translations/es.umd.js +1 -1
  24. package/dist/translations/et.js +1 -1
  25. package/dist/translations/et.umd.js +1 -1
  26. package/dist/translations/fi.js +1 -1
  27. package/dist/translations/fi.umd.js +1 -1
  28. package/dist/translations/fr.js +1 -1
  29. package/dist/translations/fr.umd.js +1 -1
  30. package/dist/translations/gl.js +1 -1
  31. package/dist/translations/gl.umd.js +1 -1
  32. package/dist/translations/he.js +1 -1
  33. package/dist/translations/he.umd.js +1 -1
  34. package/dist/translations/hi.js +1 -1
  35. package/dist/translations/hi.umd.js +1 -1
  36. package/dist/translations/hr.js +1 -1
  37. package/dist/translations/hr.umd.js +1 -1
  38. package/dist/translations/hu.js +1 -1
  39. package/dist/translations/hu.umd.js +1 -1
  40. package/dist/translations/id.js +1 -1
  41. package/dist/translations/id.umd.js +1 -1
  42. package/dist/translations/it.js +1 -1
  43. package/dist/translations/it.umd.js +1 -1
  44. package/dist/translations/ja.js +1 -1
  45. package/dist/translations/ja.umd.js +1 -1
  46. package/dist/translations/ko.js +1 -1
  47. package/dist/translations/ko.umd.js +1 -1
  48. package/dist/translations/lt.js +1 -1
  49. package/dist/translations/lt.umd.js +1 -1
  50. package/dist/translations/lv.js +1 -1
  51. package/dist/translations/lv.umd.js +1 -1
  52. package/dist/translations/ms.js +1 -1
  53. package/dist/translations/ms.umd.js +1 -1
  54. package/dist/translations/nl.js +1 -1
  55. package/dist/translations/nl.umd.js +1 -1
  56. package/dist/translations/no.js +1 -1
  57. package/dist/translations/no.umd.js +1 -1
  58. package/dist/translations/pl.js +1 -1
  59. package/dist/translations/pl.umd.js +1 -1
  60. package/dist/translations/pt-br.js +1 -1
  61. package/dist/translations/pt-br.umd.js +1 -1
  62. package/dist/translations/pt.js +1 -1
  63. package/dist/translations/pt.umd.js +1 -1
  64. package/dist/translations/ro.js +1 -1
  65. package/dist/translations/ro.umd.js +1 -1
  66. package/dist/translations/ru.js +1 -1
  67. package/dist/translations/ru.umd.js +1 -1
  68. package/dist/translations/sk.js +1 -1
  69. package/dist/translations/sk.umd.js +1 -1
  70. package/dist/translations/sr-latn.js +1 -1
  71. package/dist/translations/sr-latn.umd.js +1 -1
  72. package/dist/translations/sr.js +1 -1
  73. package/dist/translations/sr.umd.js +1 -1
  74. package/dist/translations/sv.js +1 -1
  75. package/dist/translations/sv.umd.js +1 -1
  76. package/dist/translations/th.js +1 -1
  77. package/dist/translations/th.umd.js +1 -1
  78. package/dist/translations/tr.js +1 -1
  79. package/dist/translations/tr.umd.js +1 -1
  80. package/dist/translations/ug.js +1 -1
  81. package/dist/translations/ug.umd.js +1 -1
  82. package/dist/translations/uk.js +1 -1
  83. package/dist/translations/uk.umd.js +1 -1
  84. package/dist/translations/vi.js +1 -1
  85. package/dist/translations/vi.umd.js +1 -1
  86. package/dist/translations/zh-cn.js +1 -1
  87. package/dist/translations/zh-cn.umd.js +1 -1
  88. package/dist/translations/zh.js +1 -1
  89. package/dist/translations/zh.umd.js +1 -1
  90. package/package.json +4 -4
  91. package/src/documentoutline/documentoutlineui.js +1 -1
  92. package/src/documentoutline/documentoutlineutils.js +1 -1
  93. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  94. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  95. package/src/documentoutline/utils.js +1 -1
  96. package/src/documentoutline.js +1 -1
  97. package/src/index.js +1 -1
  98. package/src/tableofcontents/headingid.js +1 -1
  99. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  100. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  101. package/src/tableofcontents/tableofcontentsui.js +1 -1
  102. 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':_0x4743ce=>0x0==_0x4743ce?0x0:0x1==_0x4743ce?0x1:0x2==_0x4743ce?0x2:_0x4743ce%0x64>=0x3&&_0x4743ce%0x64<=0xa?0x3:_0x4743ce%0x64>=0xb&&_0x4743ce%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':_0x4e2258=>0x0==_0x4e2258?0x0:0x1==_0x4e2258?0x1:0x2==_0x4e2258?0x2:_0x4e2258%0x64>=0x3&&_0x4e2258%0x64<=0xa?0x3:_0x4e2258%0x64>=0xb&&_0x4e2258%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ca2a2=>{const {ar:{dictionary:_0x3cb2a6,getPluralForm:_0x4e90b6}}={'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':_0x18fb6f=>0x0==_0x18fb6f?0x0:0x1==_0x18fb6f?0x1:0x2==_0x18fb6f?0x2:_0x18fb6f%0x64>=0x3&&_0x18fb6f%0x64<=0xa?0x3:_0x18fb6f%0x64>=0xb&&_0x18fb6f%0x64<=0x63?0x4:0x5}};_0x2ca2a2['ar']||={'dictionary':{},'getPluralForm':null},_0x2ca2a2['ar']['dictionary']=Object['assign'](_0x2ca2a2['ar']['dictionary'],_0x3cb2a6),_0x2ca2a2['ar']['getPluralForm']=_0x4e90b6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2a83a=>{const {ar:{dictionary:_0x3a37f0,getPluralForm:_0xd1c2ad}}={'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':_0x126ae2=>0x0==_0x126ae2?0x0:0x1==_0x126ae2?0x1:0x2==_0x126ae2?0x2:_0x126ae2%0x64>=0x3&&_0x126ae2%0x64<=0xa?0x3:_0x126ae2%0x64>=0xb&&_0x126ae2%0x64<=0x63?0x4:0x5}};_0x2a83a['ar']||={'dictionary':{},'getPluralForm':null},_0x2a83a['ar']['dictionary']=Object['assign'](_0x2a83a['ar']['dictionary'],_0x3a37f0),_0x2a83a['ar']['getPluralForm']=_0xd1c2ad;})(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':_0x278ea9=>0x1!=_0x278ea9}};
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':_0xb5122f=>0x1!=_0xb5122f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x12bf72=>{const {bg:{dictionary:_0x46f3e9,getPluralForm:_0x4e20fe}}={'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':_0x577cff=>0x1!=_0x577cff}};_0x12bf72['bg']||={'dictionary':{},'getPluralForm':null},_0x12bf72['bg']['dictionary']=Object['assign'](_0x12bf72['bg']['dictionary'],_0x46f3e9),_0x12bf72['bg']['getPluralForm']=_0x4e20fe;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x108ca4=>{const {bg:{dictionary:_0x1df298,getPluralForm:_0x3c5d03}}={'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':_0xe49b2b=>0x1!=_0xe49b2b}};_0x108ca4['bg']||={'dictionary':{},'getPluralForm':null},_0x108ca4['bg']['dictionary']=Object['assign'](_0x108ca4['bg']['dictionary'],_0x1df298),_0x108ca4['bg']['getPluralForm']=_0x3c5d03;})(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':_0x139530=>0x1!=_0x139530}};
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':_0x2b5746=>0x1!=_0x2b5746}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x593981=>{const {bn:{dictionary:_0x23461d,getPluralForm:_0x4322eb}}={'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':_0x39388a=>0x1!=_0x39388a}};_0x593981['bn']||={'dictionary':{},'getPluralForm':null},_0x593981['bn']['dictionary']=Object['assign'](_0x593981['bn']['dictionary'],_0x23461d),_0x593981['bn']['getPluralForm']=_0x4322eb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x519d3e=>{const {bn:{dictionary:_0x2b9a12,getPluralForm:_0x4652ae}}={'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':_0x4cb092=>0x1!=_0x4cb092}};_0x519d3e['bn']||={'dictionary':{},'getPluralForm':null},_0x519d3e['bn']['dictionary']=Object['assign'](_0x519d3e['bn']['dictionary'],_0x2b9a12),_0x519d3e['bn']['getPluralForm']=_0x4652ae;})(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':_0x17e2f2=>0x1!=_0x17e2f2}};
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':_0x1c2846=>0x1!=_0x1c2846}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x7309c9=>{const {ca:{dictionary:_0x1d0ac9,getPluralForm:_0x4ab55b}}={'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':_0x15c1f8=>0x1!=_0x15c1f8}};_0x7309c9['ca']||={'dictionary':{},'getPluralForm':null},_0x7309c9['ca']['dictionary']=Object['assign'](_0x7309c9['ca']['dictionary'],_0x1d0ac9),_0x7309c9['ca']['getPluralForm']=_0x4ab55b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x223397=>{const {ca:{dictionary:_0x317946,getPluralForm:_0x12098e}}={'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':_0x2cd618=>0x1!=_0x2cd618}};_0x223397['ca']||={'dictionary':{},'getPluralForm':null},_0x223397['ca']['dictionary']=Object['assign'](_0x223397['ca']['dictionary'],_0x317946),_0x223397['ca']['getPluralForm']=_0x12098e;})(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':_0x5a8dfa=>0x1==_0x5a8dfa&&_0x5a8dfa%0x1==0x0?0x0:_0x5a8dfa>=0x2&&_0x5a8dfa<=0x4&&_0x5a8dfa%0x1==0x0?0x1:_0x5a8dfa%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':_0x2f1f91=>0x1==_0x2f1f91&&_0x2f1f91%0x1==0x0?0x0:_0x2f1f91>=0x2&&_0x2f1f91<=0x4&&_0x2f1f91%0x1==0x0?0x1:_0x2f1f91%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x53586f=>{const {cs:{dictionary:_0x3e70b0,getPluralForm:_0x9c7a3f}}={'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':_0x3a6496=>0x1==_0x3a6496&&_0x3a6496%0x1==0x0?0x0:_0x3a6496>=0x2&&_0x3a6496<=0x4&&_0x3a6496%0x1==0x0?0x1:_0x3a6496%0x1!=0x0?0x2:0x3}};_0x53586f['cs']||={'dictionary':{},'getPluralForm':null},_0x53586f['cs']['dictionary']=Object['assign'](_0x53586f['cs']['dictionary'],_0x3e70b0),_0x53586f['cs']['getPluralForm']=_0x9c7a3f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21d77d=>{const {cs:{dictionary:_0x1bade9,getPluralForm:_0x5bf7fb}}={'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':_0x2685df=>0x1==_0x2685df&&_0x2685df%0x1==0x0?0x0:_0x2685df>=0x2&&_0x2685df<=0x4&&_0x2685df%0x1==0x0?0x1:_0x2685df%0x1!=0x0?0x2:0x3}};_0x21d77d['cs']||={'dictionary':{},'getPluralForm':null},_0x21d77d['cs']['dictionary']=Object['assign'](_0x21d77d['cs']['dictionary'],_0x1bade9),_0x21d77d['cs']['getPluralForm']=_0x5bf7fb;})(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':_0x1f31bf=>0x1!=_0x1f31bf}};
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':_0x92473b=>0x1!=_0x92473b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x27b0fa=>{const {da:{dictionary:_0x12298a,getPluralForm:_0x4ffd2e}}={'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':_0x15e7c0=>0x1!=_0x15e7c0}};_0x27b0fa['da']||={'dictionary':{},'getPluralForm':null},_0x27b0fa['da']['dictionary']=Object['assign'](_0x27b0fa['da']['dictionary'],_0x12298a),_0x27b0fa['da']['getPluralForm']=_0x4ffd2e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x114182=>{const {da:{dictionary:_0x3aad8b,getPluralForm:_0x3f1376}}={'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':_0x4972ff=>0x1!=_0x4972ff}};_0x114182['da']||={'dictionary':{},'getPluralForm':null},_0x114182['da']['dictionary']=Object['assign'](_0x114182['da']['dictionary'],_0x3aad8b),_0x114182['da']['getPluralForm']=_0x3f1376;})(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':_0x1047d7=>0x1!=_0x1047d7}};
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':_0x365b51=>0x1!=_0x365b51}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x9d4c11=>{const {de:{dictionary:_0x1f16f4,getPluralForm:_0x594460}}={'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':_0x2c450c=>0x1!=_0x2c450c}};_0x9d4c11['de']||={'dictionary':{},'getPluralForm':null},_0x9d4c11['de']['dictionary']=Object['assign'](_0x9d4c11['de']['dictionary'],_0x1f16f4),_0x9d4c11['de']['getPluralForm']=_0x594460;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x31c847=>{const {de:{dictionary:_0x5a3aba,getPluralForm:_0x405989}}={'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':_0xf2ed1d=>0x1!=_0xf2ed1d}};_0x31c847['de']||={'dictionary':{},'getPluralForm':null},_0x31c847['de']['dictionary']=Object['assign'](_0x31c847['de']['dictionary'],_0x5a3aba),_0x31c847['de']['getPluralForm']=_0x405989;})(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':_0x4c9993=>0x1!=_0x4c9993}};
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':_0x103580=>0x1!=_0x103580}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2d19d5=>{const {el:{dictionary:_0x4885b1,getPluralForm:_0x312a12}}={'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':_0x1f93d1=>0x1!=_0x1f93d1}};_0x2d19d5['el']||={'dictionary':{},'getPluralForm':null},_0x2d19d5['el']['dictionary']=Object['assign'](_0x2d19d5['el']['dictionary'],_0x4885b1),_0x2d19d5['el']['getPluralForm']=_0x312a12;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x78674f=>{const {el:{dictionary:_0xdcdc7,getPluralForm:_0x2ebc7d}}={'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':_0x38b91a=>0x1!=_0x38b91a}};_0x78674f['el']||={'dictionary':{},'getPluralForm':null},_0x78674f['el']['dictionary']=Object['assign'](_0x78674f['el']['dictionary'],_0xdcdc7),_0x78674f['el']['getPluralForm']=_0x2ebc7d;})(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':_0x1be8c7=>0x1!=_0x1be8c7}};
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':_0x5939c9=>0x1!=_0x5939c9}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x58f0a0=>{const {'en-au':{dictionary:_0x46e14c,getPluralForm:_0x47de97}}={'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':_0x5561f2=>0x1!=_0x5561f2}};_0x58f0a0['en-au']||={'dictionary':{},'getPluralForm':null},_0x58f0a0['en-au']['dictionary']=Object['assign'](_0x58f0a0['en-au']['dictionary'],_0x46e14c),_0x58f0a0['en-au']['getPluralForm']=_0x47de97;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c6831=>{const {'en-au':{dictionary:_0x1c7d6d,getPluralForm:_0x5d2ce5}}={'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':_0x1742e2=>0x1!=_0x1742e2}};_0x3c6831['en-au']||={'dictionary':{},'getPluralForm':null},_0x3c6831['en-au']['dictionary']=Object['assign'](_0x3c6831['en-au']['dictionary'],_0x1c7d6d),_0x3c6831['en-au']['getPluralForm']=_0x5d2ce5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xadb629=>{const {en:{dictionary:_0x46b160,getPluralForm:_0x27be37}}={'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}};_0xadb629['en']||={'dictionary':{},'getPluralForm':null},_0xadb629['en']['dictionary']=Object['assign'](_0xadb629['en']['dictionary'],_0x46b160),_0xadb629['en']['getPluralForm']=_0x27be37;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3ad319=>{const {en:{dictionary:_0x3d676c,getPluralForm:_0x373a9e}}={'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}};_0x3ad319['en']||={'dictionary':{},'getPluralForm':null},_0x3ad319['en']['dictionary']=Object['assign'](_0x3ad319['en']['dictionary'],_0x3d676c),_0x3ad319['en']['getPluralForm']=_0x373a9e;})(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':_0x4d7298=>0x1==_0x4d7298?0x0:0x0!=_0x4d7298&&_0x4d7298%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':_0x1c61c3=>0x1==_0x1c61c3?0x0:0x0!=_0x1c61c3&&_0x1c61c3%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1ab69b=>{const {es:{dictionary:_0x2b4e77,getPluralForm:_0x55aa29}}={'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':_0x329895=>0x1==_0x329895?0x0:0x0!=_0x329895&&_0x329895%0xf4240==0x0?0x1:0x2}};_0x1ab69b['es']||={'dictionary':{},'getPluralForm':null},_0x1ab69b['es']['dictionary']=Object['assign'](_0x1ab69b['es']['dictionary'],_0x2b4e77),_0x1ab69b['es']['getPluralForm']=_0x55aa29;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2868ce=>{const {es:{dictionary:_0x41bb6b,getPluralForm:_0x53ed40}}={'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':_0x500b4e=>0x1==_0x500b4e?0x0:0x0!=_0x500b4e&&_0x500b4e%0xf4240==0x0?0x1:0x2}};_0x2868ce['es']||={'dictionary':{},'getPluralForm':null},_0x2868ce['es']['dictionary']=Object['assign'](_0x2868ce['es']['dictionary'],_0x41bb6b),_0x2868ce['es']['getPluralForm']=_0x53ed40;})(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':_0x8d871a=>0x1!=_0x8d871a}};
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':_0x3567c6=>0x1!=_0x3567c6}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47ad77=>{const {et:{dictionary:_0x3595c3,getPluralForm:_0x75966c}}={'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':_0x18284e=>0x1!=_0x18284e}};_0x47ad77['et']||={'dictionary':{},'getPluralForm':null},_0x47ad77['et']['dictionary']=Object['assign'](_0x47ad77['et']['dictionary'],_0x3595c3),_0x47ad77['et']['getPluralForm']=_0x75966c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x812706=>{const {et:{dictionary:_0xca87a4,getPluralForm:_0x10f6a4}}={'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':_0x2d7ab1=>0x1!=_0x2d7ab1}};_0x812706['et']||={'dictionary':{},'getPluralForm':null},_0x812706['et']['dictionary']=Object['assign'](_0x812706['et']['dictionary'],_0xca87a4),_0x812706['et']['getPluralForm']=_0x10f6a4;})(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':_0x3ce2fe=>0x1!=_0x3ce2fe}};
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':_0x3680af=>0x1!=_0x3680af}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x7b6e42=>{const {fi:{dictionary:_0x3680e0,getPluralForm:_0x5681b1}}={'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':_0x13d935=>0x1!=_0x13d935}};_0x7b6e42['fi']||={'dictionary':{},'getPluralForm':null},_0x7b6e42['fi']['dictionary']=Object['assign'](_0x7b6e42['fi']['dictionary'],_0x3680e0),_0x7b6e42['fi']['getPluralForm']=_0x5681b1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x43442d=>{const {fi:{dictionary:_0x169ed1,getPluralForm:_0x406bd0}}={'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':_0x12738b=>0x1!=_0x12738b}};_0x43442d['fi']||={'dictionary':{},'getPluralForm':null},_0x43442d['fi']['dictionary']=Object['assign'](_0x43442d['fi']['dictionary'],_0x169ed1),_0x43442d['fi']['getPluralForm']=_0x406bd0;})(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':_0x445317=>0x0==_0x445317||0x1==_0x445317?0x0:0x0!=_0x445317&&_0x445317%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':_0x212a0f=>0x0==_0x212a0f||0x1==_0x212a0f?0x0:0x0!=_0x212a0f&&_0x212a0f%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xf5026=>{const {fr:{dictionary:_0x4ca30e,getPluralForm:_0x300520}}={'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':_0x4ef16a=>0x0==_0x4ef16a||0x1==_0x4ef16a?0x0:0x0!=_0x4ef16a&&_0x4ef16a%0xf4240==0x0?0x1:0x2}};_0xf5026['fr']||={'dictionary':{},'getPluralForm':null},_0xf5026['fr']['dictionary']=Object['assign'](_0xf5026['fr']['dictionary'],_0x4ca30e),_0xf5026['fr']['getPluralForm']=_0x300520;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x7f7a2e=>{const {fr:{dictionary:_0x28651f,getPluralForm:_0x5ec400}}={'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':_0x146185=>0x0==_0x146185||0x1==_0x146185?0x0:0x0!=_0x146185&&_0x146185%0xf4240==0x0?0x1:0x2}};_0x7f7a2e['fr']||={'dictionary':{},'getPluralForm':null},_0x7f7a2e['fr']['dictionary']=Object['assign'](_0x7f7a2e['fr']['dictionary'],_0x28651f),_0x7f7a2e['fr']['getPluralForm']=_0x5ec400;})(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':_0x4713c2=>0x1!=_0x4713c2}};
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':_0x23087e=>0x1!=_0x23087e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x4fda6c=>{const {gl:{dictionary:_0x239050,getPluralForm:_0x59ed7a}}={'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':_0x235d56=>0x1!=_0x235d56}};_0x4fda6c['gl']||={'dictionary':{},'getPluralForm':null},_0x4fda6c['gl']['dictionary']=Object['assign'](_0x4fda6c['gl']['dictionary'],_0x239050),_0x4fda6c['gl']['getPluralForm']=_0x59ed7a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x364e0d=>{const {gl:{dictionary:_0x1da911,getPluralForm:_0x13f3b3}}={'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':_0x1a58d1=>0x1!=_0x1a58d1}};_0x364e0d['gl']||={'dictionary':{},'getPluralForm':null},_0x364e0d['gl']['dictionary']=Object['assign'](_0x364e0d['gl']['dictionary'],_0x1da911),_0x364e0d['gl']['getPluralForm']=_0x13f3b3;})(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':_0x3ba385=>0x1==_0x3ba385&&_0x3ba385%0x1==0x0?0x0:0x2==_0x3ba385&&_0x3ba385%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':_0x34a056=>0x1==_0x34a056&&_0x34a056%0x1==0x0?0x0:0x2==_0x34a056&&_0x34a056%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x47c701=>{const {he:{dictionary:_0x3833c1,getPluralForm:_0x2e962c}}={'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':_0xd66143=>0x1==_0xd66143&&_0xd66143%0x1==0x0?0x0:0x2==_0xd66143&&_0xd66143%0x1==0x0?0x1:0x2}};_0x47c701['he']||={'dictionary':{},'getPluralForm':null},_0x47c701['he']['dictionary']=Object['assign'](_0x47c701['he']['dictionary'],_0x3833c1),_0x47c701['he']['getPluralForm']=_0x2e962c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x53e85b=>{const {he:{dictionary:_0x4e8fee,getPluralForm:_0x3e4db2}}={'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':_0x1735ed=>0x1==_0x1735ed&&_0x1735ed%0x1==0x0?0x0:0x2==_0x1735ed&&_0x1735ed%0x1==0x0?0x1:0x2}};_0x53e85b['he']||={'dictionary':{},'getPluralForm':null},_0x53e85b['he']['dictionary']=Object['assign'](_0x53e85b['he']['dictionary'],_0x4e8fee),_0x53e85b['he']['getPluralForm']=_0x3e4db2;})(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':_0x27416a=>0x1!=_0x27416a}};
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':_0x39af16=>0x1!=_0x39af16}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x39cf09=>{const {hi:{dictionary:_0x372cea,getPluralForm:_0x50b2a6}}={'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':_0x378199=>0x1!=_0x378199}};_0x39cf09['hi']||={'dictionary':{},'getPluralForm':null},_0x39cf09['hi']['dictionary']=Object['assign'](_0x39cf09['hi']['dictionary'],_0x372cea),_0x39cf09['hi']['getPluralForm']=_0x50b2a6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x512f30=>{const {hi:{dictionary:_0xaeac52,getPluralForm:_0x51d4a9}}={'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':_0x354f05=>0x1!=_0x354f05}};_0x512f30['hi']||={'dictionary':{},'getPluralForm':null},_0x512f30['hi']['dictionary']=Object['assign'](_0x512f30['hi']['dictionary'],_0xaeac52),_0x512f30['hi']['getPluralForm']=_0x51d4a9;})(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':_0x2e1602=>_0x2e1602%0xa==0x1&&_0x2e1602%0x64!=0xb?0x0:_0x2e1602%0xa>=0x2&&_0x2e1602%0xa<=0x4&&(_0x2e1602%0x64<0xa||_0x2e1602%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':_0x1b61ea=>_0x1b61ea%0xa==0x1&&_0x1b61ea%0x64!=0xb?0x0:_0x1b61ea%0xa>=0x2&&_0x1b61ea%0xa<=0x4&&(_0x1b61ea%0x64<0xa||_0x1b61ea%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x8f078=>{const {hr:{dictionary:_0x26d661,getPluralForm:_0x56df81}}={'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':_0x28c472=>_0x28c472%0xa==0x1&&_0x28c472%0x64!=0xb?0x0:_0x28c472%0xa>=0x2&&_0x28c472%0xa<=0x4&&(_0x28c472%0x64<0xa||_0x28c472%0x64>=0x14)?0x1:0x2}};_0x8f078['hr']||={'dictionary':{},'getPluralForm':null},_0x8f078['hr']['dictionary']=Object['assign'](_0x8f078['hr']['dictionary'],_0x26d661),_0x8f078['hr']['getPluralForm']=_0x56df81;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x12bd5c=>{const {hr:{dictionary:_0x2e53c0,getPluralForm:_0x5eea31}}={'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':_0x4e9479=>_0x4e9479%0xa==0x1&&_0x4e9479%0x64!=0xb?0x0:_0x4e9479%0xa>=0x2&&_0x4e9479%0xa<=0x4&&(_0x4e9479%0x64<0xa||_0x4e9479%0x64>=0x14)?0x1:0x2}};_0x12bd5c['hr']||={'dictionary':{},'getPluralForm':null},_0x12bd5c['hr']['dictionary']=Object['assign'](_0x12bd5c['hr']['dictionary'],_0x2e53c0),_0x12bd5c['hr']['getPluralForm']=_0x5eea31;})(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':_0x4e7654=>0x1!=_0x4e7654}};
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':_0x10c1ed=>0x1!=_0x10c1ed}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa4a3c5=>{const {hu:{dictionary:_0x1fb284,getPluralForm:_0x5690fa}}={'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':_0x4db641=>0x1!=_0x4db641}};_0xa4a3c5['hu']||={'dictionary':{},'getPluralForm':null},_0xa4a3c5['hu']['dictionary']=Object['assign'](_0xa4a3c5['hu']['dictionary'],_0x1fb284),_0xa4a3c5['hu']['getPluralForm']=_0x5690fa;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2dea2c=>{const {hu:{dictionary:_0x29aaad,getPluralForm:_0x1894cf}}={'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':_0x1f516a=>0x1!=_0x1f516a}};_0x2dea2c['hu']||={'dictionary':{},'getPluralForm':null},_0x2dea2c['hu']['dictionary']=Object['assign'](_0x2dea2c['hu']['dictionary'],_0x29aaad),_0x2dea2c['hu']['getPluralForm']=_0x1894cf;})(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':_0x16d4e4=>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':_0x9f0eac=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x367612=>{const {id:{dictionary:_0x466ad8,getPluralForm:_0x39a5bf}}={'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':_0x409a2d=>0x0}};_0x367612['id']||={'dictionary':{},'getPluralForm':null},_0x367612['id']['dictionary']=Object['assign'](_0x367612['id']['dictionary'],_0x466ad8),_0x367612['id']['getPluralForm']=_0x39a5bf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x320a75=>{const {id:{dictionary:_0x4cef64,getPluralForm:_0x96a0cc}}={'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':_0x34bccf=>0x0}};_0x320a75['id']||={'dictionary':{},'getPluralForm':null},_0x320a75['id']['dictionary']=Object['assign'](_0x320a75['id']['dictionary'],_0x4cef64),_0x320a75['id']['getPluralForm']=_0x96a0cc;})(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':_0x5752bd=>0x1==_0x5752bd?0x0:0x0!=_0x5752bd&&_0x5752bd%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':_0x577439=>0x1==_0x577439?0x0:0x0!=_0x577439&&_0x577439%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xd0d6d5=>{const {it:{dictionary:_0x290b4e,getPluralForm:_0x543472}}={'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':_0x5ca62b=>0x1==_0x5ca62b?0x0:0x0!=_0x5ca62b&&_0x5ca62b%0xf4240==0x0?0x1:0x2}};_0xd0d6d5['it']||={'dictionary':{},'getPluralForm':null},_0xd0d6d5['it']['dictionary']=Object['assign'](_0xd0d6d5['it']['dictionary'],_0x290b4e),_0xd0d6d5['it']['getPluralForm']=_0x543472;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x328478=>{const {it:{dictionary:_0x1a6391,getPluralForm:_0x4816f1}}={'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':_0x31f948=>0x1==_0x31f948?0x0:0x0!=_0x31f948&&_0x31f948%0xf4240==0x0?0x1:0x2}};_0x328478['it']||={'dictionary':{},'getPluralForm':null},_0x328478['it']['dictionary']=Object['assign'](_0x328478['it']['dictionary'],_0x1a6391),_0x328478['it']['getPluralForm']=_0x4816f1;})(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':_0x5f5297=>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':_0xa0aabd=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xa49848=>{const {ja:{dictionary:_0x5ec599,getPluralForm:_0x404a02}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x55598b=>0x0}};_0xa49848['ja']||={'dictionary':{},'getPluralForm':null},_0xa49848['ja']['dictionary']=Object['assign'](_0xa49848['ja']['dictionary'],_0x5ec599),_0xa49848['ja']['getPluralForm']=_0x404a02;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x21b010=>{const {ja:{dictionary:_0x5e5dc5,getPluralForm:_0x515d0e}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x2ac92b=>0x0}};_0x21b010['ja']||={'dictionary':{},'getPluralForm':null},_0x21b010['ja']['dictionary']=Object['assign'](_0x21b010['ja']['dictionary'],_0x5e5dc5),_0x21b010['ja']['getPluralForm']=_0x515d0e;})(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':_0x389fdc=>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':_0x5a8a5a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e4e85=>{const {ko:{dictionary:_0x4f05fd,getPluralForm:_0x4ac108}}={'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':_0x29ab8c=>0x0}};_0x5e4e85['ko']||={'dictionary':{},'getPluralForm':null},_0x5e4e85['ko']['dictionary']=Object['assign'](_0x5e4e85['ko']['dictionary'],_0x4f05fd),_0x5e4e85['ko']['getPluralForm']=_0x4ac108;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x280939=>{const {ko:{dictionary:_0x28f0ca,getPluralForm:_0x11c8e5}}={'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':_0x14848d=>0x0}};_0x280939['ko']||={'dictionary':{},'getPluralForm':null},_0x280939['ko']['dictionary']=Object['assign'](_0x280939['ko']['dictionary'],_0x28f0ca),_0x280939['ko']['getPluralForm']=_0x11c8e5;})(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':_0x26b1b6=>_0x26b1b6%0xa==0x1&&(_0x26b1b6%0x64>0x13||_0x26b1b6%0x64<0xb)?0x0:_0x26b1b6%0xa>=0x2&&_0x26b1b6%0xa<=0x9&&(_0x26b1b6%0x64>0x13||_0x26b1b6%0x64<0xb)?0x1:_0x26b1b6%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':_0x107d04=>_0x107d04%0xa==0x1&&(_0x107d04%0x64>0x13||_0x107d04%0x64<0xb)?0x0:_0x107d04%0xa>=0x2&&_0x107d04%0xa<=0x9&&(_0x107d04%0x64>0x13||_0x107d04%0x64<0xb)?0x1:_0x107d04%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x329157=>{const {lt:{dictionary:_0x36ef77,getPluralForm:_0x43cb0e}}={'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':_0x1f3377=>_0x1f3377%0xa==0x1&&(_0x1f3377%0x64>0x13||_0x1f3377%0x64<0xb)?0x0:_0x1f3377%0xa>=0x2&&_0x1f3377%0xa<=0x9&&(_0x1f3377%0x64>0x13||_0x1f3377%0x64<0xb)?0x1:_0x1f3377%0x1!=0x0?0x2:0x3}};_0x329157['lt']||={'dictionary':{},'getPluralForm':null},_0x329157['lt']['dictionary']=Object['assign'](_0x329157['lt']['dictionary'],_0x36ef77),_0x329157['lt']['getPluralForm']=_0x43cb0e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f00f9=>{const {lt:{dictionary:_0x356f83,getPluralForm:_0x34705e}}={'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':_0x155fc5=>_0x155fc5%0xa==0x1&&(_0x155fc5%0x64>0x13||_0x155fc5%0x64<0xb)?0x0:_0x155fc5%0xa>=0x2&&_0x155fc5%0xa<=0x9&&(_0x155fc5%0x64>0x13||_0x155fc5%0x64<0xb)?0x1:_0x155fc5%0x1!=0x0?0x2:0x3}};_0x2f00f9['lt']||={'dictionary':{},'getPluralForm':null},_0x2f00f9['lt']['dictionary']=Object['assign'](_0x2f00f9['lt']['dictionary'],_0x356f83),_0x2f00f9['lt']['getPluralForm']=_0x34705e;})(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':_0x4377f1=>_0x4377f1%0xa==0x1&&_0x4377f1%0x64!=0xb?0x0:0x0!=_0x4377f1?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':_0x4d1e38=>_0x4d1e38%0xa==0x1&&_0x4d1e38%0x64!=0xb?0x0:0x0!=_0x4d1e38?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x157c11=>{const {lv:{dictionary:_0x2b711e,getPluralForm:_0x23f2e1}}={'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':_0x2a6845=>_0x2a6845%0xa==0x1&&_0x2a6845%0x64!=0xb?0x0:0x0!=_0x2a6845?0x1:0x2}};_0x157c11['lv']||={'dictionary':{},'getPluralForm':null},_0x157c11['lv']['dictionary']=Object['assign'](_0x157c11['lv']['dictionary'],_0x2b711e),_0x157c11['lv']['getPluralForm']=_0x23f2e1;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5eb3c5=>{const {lv:{dictionary:_0x2f9e43,getPluralForm:_0x243d7d}}={'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':_0x201543=>_0x201543%0xa==0x1&&_0x201543%0x64!=0xb?0x0:0x0!=_0x201543?0x1:0x2}};_0x5eb3c5['lv']||={'dictionary':{},'getPluralForm':null},_0x5eb3c5['lv']['dictionary']=Object['assign'](_0x5eb3c5['lv']['dictionary'],_0x2f9e43),_0x5eb3c5['lv']['getPluralForm']=_0x243d7d;})(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':_0x3f2fd3=>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':_0x5a58d4=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5e0869=>{const {ms:{dictionary:_0x357780,getPluralForm:_0x1e79bf}}={'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':_0x3e29bc=>0x0}};_0x5e0869['ms']||={'dictionary':{},'getPluralForm':null},_0x5e0869['ms']['dictionary']=Object['assign'](_0x5e0869['ms']['dictionary'],_0x357780),_0x5e0869['ms']['getPluralForm']=_0x1e79bf;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11ac79=>{const {ms:{dictionary:_0x548cbe,getPluralForm:_0x314579}}={'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':_0x3850f1=>0x0}};_0x11ac79['ms']||={'dictionary':{},'getPluralForm':null},_0x11ac79['ms']['dictionary']=Object['assign'](_0x11ac79['ms']['dictionary'],_0x548cbe),_0x11ac79['ms']['getPluralForm']=_0x314579;})(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':_0x44c63d=>0x1!=_0x44c63d}};
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':_0x2d9fc0=>0x1!=_0x2d9fc0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1877fb=>{const {nl:{dictionary:_0x186d57,getPluralForm:_0x37c266}}={'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':_0x15871c=>0x1!=_0x15871c}};_0x1877fb['nl']||={'dictionary':{},'getPluralForm':null},_0x1877fb['nl']['dictionary']=Object['assign'](_0x1877fb['nl']['dictionary'],_0x186d57),_0x1877fb['nl']['getPluralForm']=_0x37c266;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xdadcce=>{const {nl:{dictionary:_0x5e4495,getPluralForm:_0x57fd2c}}={'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':_0x1f8552=>0x1!=_0x1f8552}};_0xdadcce['nl']||={'dictionary':{},'getPluralForm':null},_0xdadcce['nl']['dictionary']=Object['assign'](_0xdadcce['nl']['dictionary'],_0x5e4495),_0xdadcce['nl']['getPluralForm']=_0x57fd2c;})(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':_0x5b779a=>0x1!=_0x5b779a}};
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':_0x43b599=>0x1!=_0x43b599}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x18ed12=>{const {no:{dictionary:_0xffa988,getPluralForm:_0x15e56d}}={'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':_0x25e7c4=>0x1!=_0x25e7c4}};_0x18ed12['no']||={'dictionary':{},'getPluralForm':null},_0x18ed12['no']['dictionary']=Object['assign'](_0x18ed12['no']['dictionary'],_0xffa988),_0x18ed12['no']['getPluralForm']=_0x15e56d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf40440=>{const {no:{dictionary:_0xb5df93,getPluralForm:_0x4ca23d}}={'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':_0x1173a0=>0x1!=_0x1173a0}};_0xf40440['no']||={'dictionary':{},'getPluralForm':null},_0xf40440['no']['dictionary']=Object['assign'](_0xf40440['no']['dictionary'],_0xb5df93),_0xf40440['no']['getPluralForm']=_0x4ca23d;})(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':_0x216d7c=>0x1==_0x216d7c?0x0:_0x216d7c%0xa>=0x2&&_0x216d7c%0xa<=0x4&&(_0x216d7c%0x64<0xc||_0x216d7c%0x64>0xe)?0x1:0x1!=_0x216d7c&&_0x216d7c%0xa>=0x0&&_0x216d7c%0xa<=0x1||_0x216d7c%0xa>=0x5&&_0x216d7c%0xa<=0x9||_0x216d7c%0x64>=0xc&&_0x216d7c%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':_0x56911d=>0x1==_0x56911d?0x0:_0x56911d%0xa>=0x2&&_0x56911d%0xa<=0x4&&(_0x56911d%0x64<0xc||_0x56911d%0x64>0xe)?0x1:0x1!=_0x56911d&&_0x56911d%0xa>=0x0&&_0x56911d%0xa<=0x1||_0x56911d%0xa>=0x5&&_0x56911d%0xa<=0x9||_0x56911d%0x64>=0xc&&_0x56911d%0x64<=0xe?0x2:0x3}};