@ckeditor/ckeditor5-document-outline 42.0.2-alpha.2 → 43.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/CHANGELOG.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/dist/utils/common-translations.d.ts +13 -0
  92. package/package.json +8 -8
  93. package/src/documentoutline/documentoutlineui.js +1 -1
  94. package/src/documentoutline/documentoutlineutils.js +1 -1
  95. package/src/documentoutline/ui/documentoutlineitemview.js +1 -1
  96. package/src/documentoutline/ui/documentoutlineview.js +1 -1
  97. package/src/documentoutline/utils.js +1 -1
  98. package/src/documentoutline.js +1 -1
  99. package/src/index.js +1 -1
  100. package/src/tableofcontents/headingid.js +1 -1
  101. package/src/tableofcontents/tableofcontentscommand.js +1 -1
  102. package/src/tableofcontents/tableofcontentsediting.js +1 -1
  103. package/src/tableofcontents/tableofcontentsui.js +1 -1
  104. package/src/tableofcontents.js +1 -1
  105. package/src/utils/common-translations.d.ts +9 -0
  106. package/src/utils/common-translations.js +23 -0
@@ -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':_0x342d3f=>0x0==_0x342d3f?0x0:0x1==_0x342d3f?0x1:0x2==_0x342d3f?0x2:_0x342d3f%0x64>=0x3&&_0x342d3f%0x64<=0xa?0x3:_0x342d3f%0x64>=0xb&&_0x342d3f%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':_0x175f1a=>0x0==_0x175f1a?0x0:0x1==_0x175f1a?0x1:0x2==_0x175f1a?0x2:_0x175f1a%0x64>=0x3&&_0x175f1a%0x64<=0xa?0x3:_0x175f1a%0x64>=0xb&&_0x175f1a%0x64<=0x63?0x4:0x5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3a2aad=>{const {ar:{dictionary:_0xc4c40c,getPluralForm:_0x3c3a0d}}={'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':_0x3cc6cc=>0x0==_0x3cc6cc?0x0:0x1==_0x3cc6cc?0x1:0x2==_0x3cc6cc?0x2:_0x3cc6cc%0x64>=0x3&&_0x3cc6cc%0x64<=0xa?0x3:_0x3cc6cc%0x64>=0xb&&_0x3cc6cc%0x64<=0x63?0x4:0x5}};_0x3a2aad['ar']||={'dictionary':{},'getPluralForm':null},_0x3a2aad['ar']['dictionary']=Object['assign'](_0x3a2aad['ar']['dictionary'],_0xc4c40c),_0x3a2aad['ar']['getPluralForm']=_0x3c3a0d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c5cd3=>{const {ar:{dictionary:_0x321d8d,getPluralForm:_0x5fc03a}}={'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':_0x49b8d6=>0x0==_0x49b8d6?0x0:0x1==_0x49b8d6?0x1:0x2==_0x49b8d6?0x2:_0x49b8d6%0x64>=0x3&&_0x49b8d6%0x64<=0xa?0x3:_0x49b8d6%0x64>=0xb&&_0x49b8d6%0x64<=0x63?0x4:0x5}};_0x4c5cd3['ar']||={'dictionary':{},'getPluralForm':null},_0x4c5cd3['ar']['dictionary']=Object['assign'](_0x4c5cd3['ar']['dictionary'],_0x321d8d),_0x4c5cd3['ar']['getPluralForm']=_0x5fc03a;})(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':_0x1e3a55=>0x1!=_0x1e3a55}};
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':_0x4e6076=>0x1!=_0x4e6076}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x559fef=>{const {bg:{dictionary:_0x15e825,getPluralForm:_0x53d39c}}={'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':_0x1386ed=>0x1!=_0x1386ed}};_0x559fef['bg']||={'dictionary':{},'getPluralForm':null},_0x559fef['bg']['dictionary']=Object['assign'](_0x559fef['bg']['dictionary'],_0x15e825),_0x559fef['bg']['getPluralForm']=_0x53d39c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xa9baf0=>{const {bg:{dictionary:_0x284fd2,getPluralForm:_0x1944d1}}={'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':_0xb2bf2d=>0x1!=_0xb2bf2d}};_0xa9baf0['bg']||={'dictionary':{},'getPluralForm':null},_0xa9baf0['bg']['dictionary']=Object['assign'](_0xa9baf0['bg']['dictionary'],_0x284fd2),_0xa9baf0['bg']['getPluralForm']=_0x1944d1;})(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':_0x1b2c3a=>0x1!=_0x1b2c3a}};
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':_0x34e83c=>0x1!=_0x34e83c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1c4a14=>{const {bn:{dictionary:_0x241015,getPluralForm:_0x39199a}}={'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':_0x16b0a0=>0x1!=_0x16b0a0}};_0x1c4a14['bn']||={'dictionary':{},'getPluralForm':null},_0x1c4a14['bn']['dictionary']=Object['assign'](_0x1c4a14['bn']['dictionary'],_0x241015),_0x1c4a14['bn']['getPluralForm']=_0x39199a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xdbda37=>{const {bn:{dictionary:_0x6659f8,getPluralForm:_0x3dec25}}={'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':_0x59c684=>0x1!=_0x59c684}};_0xdbda37['bn']||={'dictionary':{},'getPluralForm':null},_0xdbda37['bn']['dictionary']=Object['assign'](_0xdbda37['bn']['dictionary'],_0x6659f8),_0xdbda37['bn']['getPluralForm']=_0x3dec25;})(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':_0x1fb9dd=>0x1!=_0x1fb9dd}};
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':_0x51affa=>0x1!=_0x51affa}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x29e85f=>{const {ca:{dictionary:_0x258af3,getPluralForm:_0x292012}}={'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':_0x18a3bf=>0x1!=_0x18a3bf}};_0x29e85f['ca']||={'dictionary':{},'getPluralForm':null},_0x29e85f['ca']['dictionary']=Object['assign'](_0x29e85f['ca']['dictionary'],_0x258af3),_0x29e85f['ca']['getPluralForm']=_0x292012;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x223c6f=>{const {ca:{dictionary:_0x16016f,getPluralForm:_0x2be205}}={'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':_0x93cc44=>0x1!=_0x93cc44}};_0x223c6f['ca']||={'dictionary':{},'getPluralForm':null},_0x223c6f['ca']['dictionary']=Object['assign'](_0x223c6f['ca']['dictionary'],_0x16016f),_0x223c6f['ca']['getPluralForm']=_0x2be205;})(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':_0x161fd8=>0x1==_0x161fd8&&_0x161fd8%0x1==0x0?0x0:_0x161fd8>=0x2&&_0x161fd8<=0x4&&_0x161fd8%0x1==0x0?0x1:_0x161fd8%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':_0xe844c9=>0x1==_0xe844c9&&_0xe844c9%0x1==0x0?0x0:_0xe844c9>=0x2&&_0xe844c9<=0x4&&_0xe844c9%0x1==0x0?0x1:_0xe844c9%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5240af=>{const {cs:{dictionary:_0x30d8a9,getPluralForm:_0x5ecaeb}}={'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':_0x29772c=>0x1==_0x29772c&&_0x29772c%0x1==0x0?0x0:_0x29772c>=0x2&&_0x29772c<=0x4&&_0x29772c%0x1==0x0?0x1:_0x29772c%0x1!=0x0?0x2:0x3}};_0x5240af['cs']||={'dictionary':{},'getPluralForm':null},_0x5240af['cs']['dictionary']=Object['assign'](_0x5240af['cs']['dictionary'],_0x30d8a9),_0x5240af['cs']['getPluralForm']=_0x5ecaeb;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xb44e88=>{const {cs:{dictionary:_0x29497d,getPluralForm:_0x1d022e}}={'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':_0x239b2a=>0x1==_0x239b2a&&_0x239b2a%0x1==0x0?0x0:_0x239b2a>=0x2&&_0x239b2a<=0x4&&_0x239b2a%0x1==0x0?0x1:_0x239b2a%0x1!=0x0?0x2:0x3}};_0xb44e88['cs']||={'dictionary':{},'getPluralForm':null},_0xb44e88['cs']['dictionary']=Object['assign'](_0xb44e88['cs']['dictionary'],_0x29497d),_0xb44e88['cs']['getPluralForm']=_0x1d022e;})(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':_0x335c7e=>0x1!=_0x335c7e}};
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':_0x9d764d=>0x1!=_0x9d764d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x15c0f6=>{const {da:{dictionary:_0x24fe50,getPluralForm:_0x1c327a}}={'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':_0x372a15=>0x1!=_0x372a15}};_0x15c0f6['da']||={'dictionary':{},'getPluralForm':null},_0x15c0f6['da']['dictionary']=Object['assign'](_0x15c0f6['da']['dictionary'],_0x24fe50),_0x15c0f6['da']['getPluralForm']=_0x1c327a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5afeb8=>{const {da:{dictionary:_0x4f8710,getPluralForm:_0x521b59}}={'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':_0x46d496=>0x1!=_0x46d496}};_0x5afeb8['da']||={'dictionary':{},'getPluralForm':null},_0x5afeb8['da']['dictionary']=Object['assign'](_0x5afeb8['da']['dictionary'],_0x4f8710),_0x5afeb8['da']['getPluralForm']=_0x521b59;})(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':_0x2c8d57=>0x1!=_0x2c8d57}};
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':_0x23b3ec=>0x1!=_0x23b3ec}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x563044=>{const {de:{dictionary:_0x1a7bc3,getPluralForm:_0x3d4e3c}}={'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':_0x522182=>0x1!=_0x522182}};_0x563044['de']||={'dictionary':{},'getPluralForm':null},_0x563044['de']['dictionary']=Object['assign'](_0x563044['de']['dictionary'],_0x1a7bc3),_0x563044['de']['getPluralForm']=_0x3d4e3c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2da50f=>{const {de:{dictionary:_0x4b1f98,getPluralForm:_0xa78572}}={'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':_0x29037e=>0x1!=_0x29037e}};_0x2da50f['de']||={'dictionary':{},'getPluralForm':null},_0x2da50f['de']['dictionary']=Object['assign'](_0x2da50f['de']['dictionary'],_0x4b1f98),_0x2da50f['de']['getPluralForm']=_0xa78572;})(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':_0x3b32fe=>0x1!=_0x3b32fe}};
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':_0x278c56=>0x1!=_0x278c56}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x514f56=>{const {el:{dictionary:_0x341b59,getPluralForm:_0x4e4bca}}={'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':_0x4b06cc=>0x1!=_0x4b06cc}};_0x514f56['el']||={'dictionary':{},'getPluralForm':null},_0x514f56['el']['dictionary']=Object['assign'](_0x514f56['el']['dictionary'],_0x341b59),_0x514f56['el']['getPluralForm']=_0x4e4bca;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4c6b0a=>{const {el:{dictionary:_0x30a42e,getPluralForm:_0x1523a3}}={'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':_0x2b12d0=>0x1!=_0x2b12d0}};_0x4c6b0a['el']||={'dictionary':{},'getPluralForm':null},_0x4c6b0a['el']['dictionary']=Object['assign'](_0x4c6b0a['el']['dictionary'],_0x30a42e),_0x4c6b0a['el']['getPluralForm']=_0x1523a3;})(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':_0xdb4578=>0x1!=_0xdb4578}};
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':_0x44f36d=>0x1!=_0x44f36d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x357b94=>{const {'en-au':{dictionary:_0x27f7ed,getPluralForm:_0x5b3507}}={'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':_0x511023=>0x1!=_0x511023}};_0x357b94['en-au']||={'dictionary':{},'getPluralForm':null},_0x357b94['en-au']['dictionary']=Object['assign'](_0x357b94['en-au']['dictionary'],_0x27f7ed),_0x357b94['en-au']['getPluralForm']=_0x5b3507;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x58b75f=>{const {'en-au':{dictionary:_0x52cd65,getPluralForm:_0x3fe5ac}}={'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':_0x294f00=>0x1!=_0x294f00}};_0x58b75f['en-au']||={'dictionary':{},'getPluralForm':null},_0x58b75f['en-au']['dictionary']=Object['assign'](_0x58b75f['en-au']['dictionary'],_0x52cd65),_0x58b75f['en-au']['getPluralForm']=_0x3fe5ac;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5ef0cd=>{const {en:{dictionary:_0x14c1b1,getPluralForm:_0x375591}}={'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}};_0x5ef0cd['en']||={'dictionary':{},'getPluralForm':null},_0x5ef0cd['en']['dictionary']=Object['assign'](_0x5ef0cd['en']['dictionary'],_0x14c1b1),_0x5ef0cd['en']['getPluralForm']=_0x375591;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xd1da4a=>{const {en:{dictionary:_0x5aae39,getPluralForm:_0x23166a}}={'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}};_0xd1da4a['en']||={'dictionary':{},'getPluralForm':null},_0xd1da4a['en']['dictionary']=Object['assign'](_0xd1da4a['en']['dictionary'],_0x5aae39),_0xd1da4a['en']['getPluralForm']=_0x23166a;})(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':_0x3a72f3=>0x1==_0x3a72f3?0x0:0x0!=_0x3a72f3&&_0x3a72f3%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':_0x33c7f5=>0x1==_0x33c7f5?0x0:0x0!=_0x33c7f5&&_0x33c7f5%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x42ab07=>{const {es:{dictionary:_0x3ea251,getPluralForm:_0x4a2363}}={'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':_0x4a0026=>0x1==_0x4a0026?0x0:0x0!=_0x4a0026&&_0x4a0026%0xf4240==0x0?0x1:0x2}};_0x42ab07['es']||={'dictionary':{},'getPluralForm':null},_0x42ab07['es']['dictionary']=Object['assign'](_0x42ab07['es']['dictionary'],_0x3ea251),_0x42ab07['es']['getPluralForm']=_0x4a2363;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x22ed9f=>{const {es:{dictionary:_0x2c25eb,getPluralForm:_0x11732d}}={'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':_0x2fd3e7=>0x1==_0x2fd3e7?0x0:0x0!=_0x2fd3e7&&_0x2fd3e7%0xf4240==0x0?0x1:0x2}};_0x22ed9f['es']||={'dictionary':{},'getPluralForm':null},_0x22ed9f['es']['dictionary']=Object['assign'](_0x22ed9f['es']['dictionary'],_0x2c25eb),_0x22ed9f['es']['getPluralForm']=_0x11732d;})(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':_0x4ed30b=>0x1!=_0x4ed30b}};
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':_0x106291=>0x1!=_0x106291}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23822c=>{const {et:{dictionary:_0x47ba8f,getPluralForm:_0x196a46}}={'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':_0x168c45=>0x1!=_0x168c45}};_0x23822c['et']||={'dictionary':{},'getPluralForm':null},_0x23822c['et']['dictionary']=Object['assign'](_0x23822c['et']['dictionary'],_0x47ba8f),_0x23822c['et']['getPluralForm']=_0x196a46;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xedf832=>{const {et:{dictionary:_0x239b9e,getPluralForm:_0x1fd662}}={'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':_0x451ef8=>0x1!=_0x451ef8}};_0xedf832['et']||={'dictionary':{},'getPluralForm':null},_0xedf832['et']['dictionary']=Object['assign'](_0xedf832['et']['dictionary'],_0x239b9e),_0xedf832['et']['getPluralForm']=_0x1fd662;})(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':_0x3122e0=>0x1!=_0x3122e0}};
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':_0x4b5d90=>0x1!=_0x4b5d90}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23abcb=>{const {fi:{dictionary:_0x301849,getPluralForm:_0x5534dc}}={'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':_0x5d4eea=>0x1!=_0x5d4eea}};_0x23abcb['fi']||={'dictionary':{},'getPluralForm':null},_0x23abcb['fi']['dictionary']=Object['assign'](_0x23abcb['fi']['dictionary'],_0x301849),_0x23abcb['fi']['getPluralForm']=_0x5534dc;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3fffc0=>{const {fi:{dictionary:_0x44d840,getPluralForm:_0x475ca0}}={'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':_0x443499=>0x1!=_0x443499}};_0x3fffc0['fi']||={'dictionary':{},'getPluralForm':null},_0x3fffc0['fi']['dictionary']=Object['assign'](_0x3fffc0['fi']['dictionary'],_0x44d840),_0x3fffc0['fi']['getPluralForm']=_0x475ca0;})(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':_0x57123a=>0x0==_0x57123a||0x1==_0x57123a?0x0:0x0!=_0x57123a&&_0x57123a%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':_0x3f84f9=>0x0==_0x3f84f9||0x1==_0x3f84f9?0x0:0x0!=_0x3f84f9&&_0x3f84f9%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x592a06=>{const {fr:{dictionary:_0x10f45a,getPluralForm:_0x54fbe3}}={'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':_0x3e222e=>0x0==_0x3e222e||0x1==_0x3e222e?0x0:0x0!=_0x3e222e&&_0x3e222e%0xf4240==0x0?0x1:0x2}};_0x592a06['fr']||={'dictionary':{},'getPluralForm':null},_0x592a06['fr']['dictionary']=Object['assign'](_0x592a06['fr']['dictionary'],_0x10f45a),_0x592a06['fr']['getPluralForm']=_0x54fbe3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x577edf=>{const {fr:{dictionary:_0x2c135f,getPluralForm:_0xf541a4}}={'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':_0x25165f=>0x0==_0x25165f||0x1==_0x25165f?0x0:0x0!=_0x25165f&&_0x25165f%0xf4240==0x0?0x1:0x2}};_0x577edf['fr']||={'dictionary':{},'getPluralForm':null},_0x577edf['fr']['dictionary']=Object['assign'](_0x577edf['fr']['dictionary'],_0x2c135f),_0x577edf['fr']['getPluralForm']=_0xf541a4;})(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':_0x186085=>0x1!=_0x186085}};
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':_0x43d7e7=>0x1!=_0x43d7e7}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x978586=>{const {gl:{dictionary:_0x55ac25,getPluralForm:_0x4a6164}}={'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':_0x1086a8=>0x1!=_0x1086a8}};_0x978586['gl']||={'dictionary':{},'getPluralForm':null},_0x978586['gl']['dictionary']=Object['assign'](_0x978586['gl']['dictionary'],_0x55ac25),_0x978586['gl']['getPluralForm']=_0x4a6164;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1ce0ae=>{const {gl:{dictionary:_0x4c996a,getPluralForm:_0x57636e}}={'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':_0x1d3624=>0x1!=_0x1d3624}};_0x1ce0ae['gl']||={'dictionary':{},'getPluralForm':null},_0x1ce0ae['gl']['dictionary']=Object['assign'](_0x1ce0ae['gl']['dictionary'],_0x4c996a),_0x1ce0ae['gl']['getPluralForm']=_0x57636e;})(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':_0x34913f=>0x1==_0x34913f&&_0x34913f%0x1==0x0?0x0:0x2==_0x34913f&&_0x34913f%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':_0x4f06aa=>0x1==_0x4f06aa&&_0x4f06aa%0x1==0x0?0x0:0x2==_0x4f06aa&&_0x4f06aa%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x192c94=>{const {he:{dictionary:_0x211f33,getPluralForm:_0x1ab18a}}={'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':_0x505f8c=>0x1==_0x505f8c&&_0x505f8c%0x1==0x0?0x0:0x2==_0x505f8c&&_0x505f8c%0x1==0x0?0x1:0x2}};_0x192c94['he']||={'dictionary':{},'getPluralForm':null},_0x192c94['he']['dictionary']=Object['assign'](_0x192c94['he']['dictionary'],_0x211f33),_0x192c94['he']['getPluralForm']=_0x1ab18a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xcab6d4=>{const {he:{dictionary:_0x33bac9,getPluralForm:_0x47fada}}={'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':_0x2719fc=>0x1==_0x2719fc&&_0x2719fc%0x1==0x0?0x0:0x2==_0x2719fc&&_0x2719fc%0x1==0x0?0x1:0x2}};_0xcab6d4['he']||={'dictionary':{},'getPluralForm':null},_0xcab6d4['he']['dictionary']=Object['assign'](_0xcab6d4['he']['dictionary'],_0x33bac9),_0xcab6d4['he']['getPluralForm']=_0x47fada;})(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':_0xe7ff9c=>0x1!=_0xe7ff9c}};
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':_0x1fca0b=>0x1!=_0x1fca0b}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x23f8e9=>{const {hi:{dictionary:_0x5c5efa,getPluralForm:_0x296b66}}={'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':_0x5441a1=>0x1!=_0x5441a1}};_0x23f8e9['hi']||={'dictionary':{},'getPluralForm':null},_0x23f8e9['hi']['dictionary']=Object['assign'](_0x23f8e9['hi']['dictionary'],_0x5c5efa),_0x23f8e9['hi']['getPluralForm']=_0x296b66;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x32ce82=>{const {hi:{dictionary:_0x524970,getPluralForm:_0x3d244a}}={'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':_0x50e7d0=>0x1!=_0x50e7d0}};_0x32ce82['hi']||={'dictionary':{},'getPluralForm':null},_0x32ce82['hi']['dictionary']=Object['assign'](_0x32ce82['hi']['dictionary'],_0x524970),_0x32ce82['hi']['getPluralForm']=_0x3d244a;})(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':_0x564ec9=>_0x564ec9%0xa==0x1&&_0x564ec9%0x64!=0xb?0x0:_0x564ec9%0xa>=0x2&&_0x564ec9%0xa<=0x4&&(_0x564ec9%0x64<0xa||_0x564ec9%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':_0xa1ec0=>_0xa1ec0%0xa==0x1&&_0xa1ec0%0x64!=0xb?0x0:_0xa1ec0%0xa>=0x2&&_0xa1ec0%0xa<=0x4&&(_0xa1ec0%0x64<0xa||_0xa1ec0%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xdcbacc=>{const {hr:{dictionary:_0x37c21c,getPluralForm:_0x499a2f}}={'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':_0x3f2ac6=>_0x3f2ac6%0xa==0x1&&_0x3f2ac6%0x64!=0xb?0x0:_0x3f2ac6%0xa>=0x2&&_0x3f2ac6%0xa<=0x4&&(_0x3f2ac6%0x64<0xa||_0x3f2ac6%0x64>=0x14)?0x1:0x2}};_0xdcbacc['hr']||={'dictionary':{},'getPluralForm':null},_0xdcbacc['hr']['dictionary']=Object['assign'](_0xdcbacc['hr']['dictionary'],_0x37c21c),_0xdcbacc['hr']['getPluralForm']=_0x499a2f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x464bc2=>{const {hr:{dictionary:_0x33669d,getPluralForm:_0x577271}}={'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':_0x3aec9a=>_0x3aec9a%0xa==0x1&&_0x3aec9a%0x64!=0xb?0x0:_0x3aec9a%0xa>=0x2&&_0x3aec9a%0xa<=0x4&&(_0x3aec9a%0x64<0xa||_0x3aec9a%0x64>=0x14)?0x1:0x2}};_0x464bc2['hr']||={'dictionary':{},'getPluralForm':null},_0x464bc2['hr']['dictionary']=Object['assign'](_0x464bc2['hr']['dictionary'],_0x33669d),_0x464bc2['hr']['getPluralForm']=_0x577271;})(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':_0x310f87=>0x1!=_0x310f87}};
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':_0x411c8d=>0x1!=_0x411c8d}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ef517=>{const {hu:{dictionary:_0x187964,getPluralForm:_0x69aaa3}}={'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':_0x1f0b6e=>0x1!=_0x1f0b6e}};_0x3ef517['hu']||={'dictionary':{},'getPluralForm':null},_0x3ef517['hu']['dictionary']=Object['assign'](_0x3ef517['hu']['dictionary'],_0x187964),_0x3ef517['hu']['getPluralForm']=_0x69aaa3;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3239bd=>{const {hu:{dictionary:_0x399ed8,getPluralForm:_0x4c7a03}}={'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':_0x36d064=>0x1!=_0x36d064}};_0x3239bd['hu']||={'dictionary':{},'getPluralForm':null},_0x3239bd['hu']['dictionary']=Object['assign'](_0x3239bd['hu']['dictionary'],_0x399ed8),_0x3239bd['hu']['getPluralForm']=_0x4c7a03;})(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':_0x3b45b6=>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':_0x5b027f=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x50aa77=>{const {id:{dictionary:_0x20c934,getPluralForm:_0x3dd68c}}={'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':_0x5d5744=>0x0}};_0x50aa77['id']||={'dictionary':{},'getPluralForm':null},_0x50aa77['id']['dictionary']=Object['assign'](_0x50aa77['id']['dictionary'],_0x20c934),_0x50aa77['id']['getPluralForm']=_0x3dd68c;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5c82d5=>{const {id:{dictionary:_0x45e237,getPluralForm:_0x1a3d1e}}={'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':_0x47b5f0=>0x0}};_0x5c82d5['id']||={'dictionary':{},'getPluralForm':null},_0x5c82d5['id']['dictionary']=Object['assign'](_0x5c82d5['id']['dictionary'],_0x45e237),_0x5c82d5['id']['getPluralForm']=_0x1a3d1e;})(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':_0x4d96a7=>0x1==_0x4d96a7?0x0:0x0!=_0x4d96a7&&_0x4d96a7%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':_0x14009b=>0x1==_0x14009b?0x0:0x0!=_0x14009b&&_0x14009b%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2ac238=>{const {it:{dictionary:_0x23bb3f,getPluralForm:_0x2a3399}}={'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':_0x1c27f0=>0x1==_0x1c27f0?0x0:0x0!=_0x1c27f0&&_0x1c27f0%0xf4240==0x0?0x1:0x2}};_0x2ac238['it']||={'dictionary':{},'getPluralForm':null},_0x2ac238['it']['dictionary']=Object['assign'](_0x2ac238['it']['dictionary'],_0x23bb3f),_0x2ac238['it']['getPluralForm']=_0x2a3399;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2d79e0=>{const {it:{dictionary:_0x42a347,getPluralForm:_0x44859f}}={'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':_0x3257dd=>0x1==_0x3257dd?0x0:0x0!=_0x3257dd&&_0x3257dd%0xf4240==0x0?0x1:0x2}};_0x2d79e0['it']||={'dictionary':{},'getPluralForm':null},_0x2d79e0['it']['dictionary']=Object['assign'](_0x2d79e0['it']['dictionary'],_0x42a347),_0x2d79e0['it']['getPluralForm']=_0x44859f;})(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':_0x498be0=>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':_0x278f65=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3c66d2=>{const {ja:{dictionary:_0x18e035,getPluralForm:_0x2d7128}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x20cb41=>0x0}};_0x3c66d2['ja']||={'dictionary':{},'getPluralForm':null},_0x3c66d2['ja']['dictionary']=Object['assign'](_0x3c66d2['ja']['dictionary'],_0x18e035),_0x3c66d2['ja']['getPluralForm']=_0x2d7128;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x587248=>{const {ja:{dictionary:_0x36c8f0,getPluralForm:_0x4b5573}}={'ja':{'dictionary':{'Empty\x20heading':'空の見出し','Editor\x20headings\x20will\x20appear\x20here\x20as\x20you\x20type.':'タイプ入力するごとにエディターの見出しがここに表示されます。','No\x20headings\x20were\x20found\x20in\x20the\x20document.':'この文書には見出しが見つかりませんでした。','Table\x20of\x20contents':'目次'},'getPluralForm':_0x583987=>0x0}};_0x587248['ja']||={'dictionary':{},'getPluralForm':null},_0x587248['ja']['dictionary']=Object['assign'](_0x587248['ja']['dictionary'],_0x36c8f0),_0x587248['ja']['getPluralForm']=_0x4b5573;})(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':_0x7e7fbd=>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':_0xd3bab2=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x445b95=>{const {ko:{dictionary:_0x5c72db,getPluralForm:_0x451cd5}}={'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':_0x44388b=>0x0}};_0x445b95['ko']||={'dictionary':{},'getPluralForm':null},_0x445b95['ko']['dictionary']=Object['assign'](_0x445b95['ko']['dictionary'],_0x5c72db),_0x445b95['ko']['getPluralForm']=_0x451cd5;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x78661c=>{const {ko:{dictionary:_0x50af41,getPluralForm:_0x578931}}={'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':_0x44b4ea=>0x0}};_0x78661c['ko']||={'dictionary':{},'getPluralForm':null},_0x78661c['ko']['dictionary']=Object['assign'](_0x78661c['ko']['dictionary'],_0x50af41),_0x78661c['ko']['getPluralForm']=_0x578931;})(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':_0x4d4229=>_0x4d4229%0xa==0x1&&(_0x4d4229%0x64>0x13||_0x4d4229%0x64<0xb)?0x0:_0x4d4229%0xa>=0x2&&_0x4d4229%0xa<=0x9&&(_0x4d4229%0x64>0x13||_0x4d4229%0x64<0xb)?0x1:_0x4d4229%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':_0x566b35=>_0x566b35%0xa==0x1&&(_0x566b35%0x64>0x13||_0x566b35%0x64<0xb)?0x0:_0x566b35%0xa>=0x2&&_0x566b35%0xa<=0x9&&(_0x566b35%0x64>0x13||_0x566b35%0x64<0xb)?0x1:_0x566b35%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x56563a=>{const {lt:{dictionary:_0x18c784,getPluralForm:_0x443376}}={'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':_0x20d295=>_0x20d295%0xa==0x1&&(_0x20d295%0x64>0x13||_0x20d295%0x64<0xb)?0x0:_0x20d295%0xa>=0x2&&_0x20d295%0xa<=0x9&&(_0x20d295%0x64>0x13||_0x20d295%0x64<0xb)?0x1:_0x20d295%0x1!=0x0?0x2:0x3}};_0x56563a['lt']||={'dictionary':{},'getPluralForm':null},_0x56563a['lt']['dictionary']=Object['assign'](_0x56563a['lt']['dictionary'],_0x18c784),_0x56563a['lt']['getPluralForm']=_0x443376;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x370532=>{const {lt:{dictionary:_0x597336,getPluralForm:_0x23fbce}}={'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':_0x438a01=>_0x438a01%0xa==0x1&&(_0x438a01%0x64>0x13||_0x438a01%0x64<0xb)?0x0:_0x438a01%0xa>=0x2&&_0x438a01%0xa<=0x9&&(_0x438a01%0x64>0x13||_0x438a01%0x64<0xb)?0x1:_0x438a01%0x1!=0x0?0x2:0x3}};_0x370532['lt']||={'dictionary':{},'getPluralForm':null},_0x370532['lt']['dictionary']=Object['assign'](_0x370532['lt']['dictionary'],_0x597336),_0x370532['lt']['getPluralForm']=_0x23fbce;})(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':_0x2f44bb=>_0x2f44bb%0xa==0x1&&_0x2f44bb%0x64!=0xb?0x0:0x0!=_0x2f44bb?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':_0x1ae7fc=>_0x1ae7fc%0xa==0x1&&_0x1ae7fc%0x64!=0xb?0x0:0x0!=_0x1ae7fc?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xe9e127=>{const {lv:{dictionary:_0x2b99aa,getPluralForm:_0x3e2e91}}={'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':_0x3445db=>_0x3445db%0xa==0x1&&_0x3445db%0x64!=0xb?0x0:0x0!=_0x3445db?0x1:0x2}};_0xe9e127['lv']||={'dictionary':{},'getPluralForm':null},_0xe9e127['lv']['dictionary']=Object['assign'](_0xe9e127['lv']['dictionary'],_0x2b99aa),_0xe9e127['lv']['getPluralForm']=_0x3e2e91;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5f57ed=>{const {lv:{dictionary:_0x386a14,getPluralForm:_0x1bda59}}={'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':_0x242d7d=>_0x242d7d%0xa==0x1&&_0x242d7d%0x64!=0xb?0x0:0x0!=_0x242d7d?0x1:0x2}};_0x5f57ed['lv']||={'dictionary':{},'getPluralForm':null},_0x5f57ed['lv']['dictionary']=Object['assign'](_0x5f57ed['lv']['dictionary'],_0x386a14),_0x5f57ed['lv']['getPluralForm']=_0x1bda59;})(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':_0x27539d=>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':_0x55083a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x16ad6b=>{const {ms:{dictionary:_0x3d5f88,getPluralForm:_0x37c908}}={'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':_0x577bda=>0x0}};_0x16ad6b['ms']||={'dictionary':{},'getPluralForm':null},_0x16ad6b['ms']['dictionary']=Object['assign'](_0x16ad6b['ms']['dictionary'],_0x3d5f88),_0x16ad6b['ms']['getPluralForm']=_0x37c908;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x35869d=>{const {ms:{dictionary:_0x5a6e64,getPluralForm:_0x17aaf8}}={'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':_0x2f7d60=>0x0}};_0x35869d['ms']||={'dictionary':{},'getPluralForm':null},_0x35869d['ms']['dictionary']=Object['assign'](_0x35869d['ms']['dictionary'],_0x5a6e64),_0x35869d['ms']['getPluralForm']=_0x17aaf8;})(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':_0x500363=>0x1!=_0x500363}};
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':_0x23c6c2=>0x1!=_0x23c6c2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x14bd42=>{const {nl:{dictionary:_0x31f3f6,getPluralForm:_0x3baa3b}}={'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':_0x2e4883=>0x1!=_0x2e4883}};_0x14bd42['nl']||={'dictionary':{},'getPluralForm':null},_0x14bd42['nl']['dictionary']=Object['assign'](_0x14bd42['nl']['dictionary'],_0x31f3f6),_0x14bd42['nl']['getPluralForm']=_0x3baa3b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x7098ad=>{const {nl:{dictionary:_0xa069b0,getPluralForm:_0x49ded8}}={'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':_0x1601d5=>0x1!=_0x1601d5}};_0x7098ad['nl']||={'dictionary':{},'getPluralForm':null},_0x7098ad['nl']['dictionary']=Object['assign'](_0x7098ad['nl']['dictionary'],_0xa069b0),_0x7098ad['nl']['getPluralForm']=_0x49ded8;})(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':_0x525b0d=>0x1!=_0x525b0d}};
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':_0x4e58d2=>0x1!=_0x4e58d2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x17f641=>{const {no:{dictionary:_0x5153c4,getPluralForm:_0x1a6563}}={'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':_0x1c5ec4=>0x1!=_0x1c5ec4}};_0x17f641['no']||={'dictionary':{},'getPluralForm':null},_0x17f641['no']['dictionary']=Object['assign'](_0x17f641['no']['dictionary'],_0x5153c4),_0x17f641['no']['getPluralForm']=_0x1a6563;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x402f29=>{const {no:{dictionary:_0x5f3b35,getPluralForm:_0x391ba7}}={'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':_0x3353b7=>0x1!=_0x3353b7}};_0x402f29['no']||={'dictionary':{},'getPluralForm':null},_0x402f29['no']['dictionary']=Object['assign'](_0x402f29['no']['dictionary'],_0x5f3b35),_0x402f29['no']['getPluralForm']=_0x391ba7;})(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':_0x1f9e3c=>0x1==_0x1f9e3c?0x0:_0x1f9e3c%0xa>=0x2&&_0x1f9e3c%0xa<=0x4&&(_0x1f9e3c%0x64<0xc||_0x1f9e3c%0x64>0xe)?0x1:0x1!=_0x1f9e3c&&_0x1f9e3c%0xa>=0x0&&_0x1f9e3c%0xa<=0x1||_0x1f9e3c%0xa>=0x5&&_0x1f9e3c%0xa<=0x9||_0x1f9e3c%0x64>=0xc&&_0x1f9e3c%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':_0x3bfb53=>0x1==_0x3bfb53?0x0:_0x3bfb53%0xa>=0x2&&_0x3bfb53%0xa<=0x4&&(_0x3bfb53%0x64<0xc||_0x3bfb53%0x64>0xe)?0x1:0x1!=_0x3bfb53&&_0x3bfb53%0xa>=0x0&&_0x3bfb53%0xa<=0x1||_0x3bfb53%0xa>=0x5&&_0x3bfb53%0xa<=0x9||_0x3bfb53%0x64>=0xc&&_0x3bfb53%0x64<=0xe?0x2:0x3}};