@ckeditor/ckeditor5-format-painter 0.0.0-nightly-20240710.0 → 0.0.0-nightly-20240712.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 (99) hide show
  1. package/build/format-painter.js +1 -1
  2. package/dist/index-editor.css +2 -1
  3. package/dist/index.js +2 -2
  4. package/dist/translations/ar.js +1 -1
  5. package/dist/translations/ar.umd.js +1 -1
  6. package/dist/translations/bg.js +1 -1
  7. package/dist/translations/bg.umd.js +1 -1
  8. package/dist/translations/bn.js +1 -1
  9. package/dist/translations/bn.umd.js +1 -1
  10. package/dist/translations/ca.js +1 -1
  11. package/dist/translations/ca.umd.js +1 -1
  12. package/dist/translations/cs.js +1 -1
  13. package/dist/translations/cs.umd.js +1 -1
  14. package/dist/translations/da.js +1 -1
  15. package/dist/translations/da.umd.js +1 -1
  16. package/dist/translations/de.js +1 -1
  17. package/dist/translations/de.umd.js +1 -1
  18. package/dist/translations/el.js +1 -1
  19. package/dist/translations/el.umd.js +1 -1
  20. package/dist/translations/en-au.js +1 -1
  21. package/dist/translations/en-au.umd.js +1 -1
  22. package/dist/translations/en.umd.js +1 -1
  23. package/dist/translations/es.js +1 -1
  24. package/dist/translations/es.umd.js +1 -1
  25. package/dist/translations/et.js +1 -1
  26. package/dist/translations/et.umd.js +1 -1
  27. package/dist/translations/fi.js +1 -1
  28. package/dist/translations/fi.umd.js +1 -1
  29. package/dist/translations/fr.js +1 -1
  30. package/dist/translations/fr.umd.js +1 -1
  31. package/dist/translations/gl.js +1 -1
  32. package/dist/translations/gl.umd.js +1 -1
  33. package/dist/translations/he.js +1 -1
  34. package/dist/translations/he.umd.js +1 -1
  35. package/dist/translations/hi.js +1 -1
  36. package/dist/translations/hi.umd.js +1 -1
  37. package/dist/translations/hr.js +1 -1
  38. package/dist/translations/hr.umd.js +1 -1
  39. package/dist/translations/hu.js +1 -1
  40. package/dist/translations/hu.umd.js +1 -1
  41. package/dist/translations/id.js +1 -1
  42. package/dist/translations/id.umd.js +1 -1
  43. package/dist/translations/it.js +1 -1
  44. package/dist/translations/it.umd.js +1 -1
  45. package/dist/translations/ja.js +1 -1
  46. package/dist/translations/ja.umd.js +1 -1
  47. package/dist/translations/ko.js +1 -1
  48. package/dist/translations/ko.umd.js +1 -1
  49. package/dist/translations/lt.js +1 -1
  50. package/dist/translations/lt.umd.js +1 -1
  51. package/dist/translations/lv.js +1 -1
  52. package/dist/translations/lv.umd.js +1 -1
  53. package/dist/translations/ms.js +1 -1
  54. package/dist/translations/ms.umd.js +1 -1
  55. package/dist/translations/nl.js +1 -1
  56. package/dist/translations/nl.umd.js +1 -1
  57. package/dist/translations/no.js +1 -1
  58. package/dist/translations/no.umd.js +1 -1
  59. package/dist/translations/pl.js +1 -1
  60. package/dist/translations/pl.umd.js +1 -1
  61. package/dist/translations/pt-br.js +1 -1
  62. package/dist/translations/pt-br.umd.js +1 -1
  63. package/dist/translations/pt.js +1 -1
  64. package/dist/translations/pt.umd.js +1 -1
  65. package/dist/translations/ro.js +1 -1
  66. package/dist/translations/ro.umd.js +1 -1
  67. package/dist/translations/ru.js +1 -1
  68. package/dist/translations/ru.umd.js +1 -1
  69. package/dist/translations/sk.js +1 -1
  70. package/dist/translations/sk.umd.js +1 -1
  71. package/dist/translations/sr-latn.js +1 -1
  72. package/dist/translations/sr-latn.umd.js +1 -1
  73. package/dist/translations/sr.js +1 -1
  74. package/dist/translations/sr.umd.js +1 -1
  75. package/dist/translations/sv.js +1 -1
  76. package/dist/translations/sv.umd.js +1 -1
  77. package/dist/translations/th.js +1 -1
  78. package/dist/translations/th.umd.js +1 -1
  79. package/dist/translations/tr.js +1 -1
  80. package/dist/translations/tr.umd.js +1 -1
  81. package/dist/translations/ug.js +1 -1
  82. package/dist/translations/ug.umd.js +1 -1
  83. package/dist/translations/uk.js +1 -1
  84. package/dist/translations/uk.umd.js +1 -1
  85. package/dist/translations/vi.js +1 -1
  86. package/dist/translations/vi.umd.js +1 -1
  87. package/dist/translations/zh-cn.js +1 -1
  88. package/dist/translations/zh-cn.umd.js +1 -1
  89. package/dist/translations/zh.js +1 -1
  90. package/dist/translations/zh.umd.js +1 -1
  91. package/package.json +3 -3
  92. package/src/copyformatcommand.js +1 -1
  93. package/src/formatpainter.js +1 -1
  94. package/src/formatpainterediting.js +1 -1
  95. package/src/formatpainterui.js +2 -2
  96. package/src/index.js +1 -1
  97. package/src/pasteformatcommand.js +1 -1
  98. package/src/utils/common-translations.js +1 -1
  99. package/src/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'es':{'dictionary':{'Paint\x20formatting':'Copiar\x20formato','Copy\x20text\x20formatting':'Copiar\x20formato\x20de\x20texto','Paste\x20text\x20formatting':'Pegar\x20formato\x20de\x20texto','Continuous\x20painting':'Copia\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20la\x20copia\x20activa\x20después\x20de\x20configurar\x20el\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x147796=>0x1==_0x147796?0x0:0x0!=_0x147796&&_0x147796%0xf4240==0x0?0x1:0x2}};
23
+ export default{'es':{'dictionary':{'Paint\x20formatting':'Copiar\x20formato','Copy\x20text\x20formatting':'Copiar\x20formato\x20de\x20texto','Paste\x20text\x20formatting':'Pegar\x20formato\x20de\x20texto','Continuous\x20painting':'Copia\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20la\x20copia\x20activa\x20después\x20de\x20configurar\x20el\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x470b1c=>0x1==_0x470b1c?0x0:0x0!=_0x470b1c&&_0x470b1c%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xbf0fcd=>{const {es:{dictionary:_0x18f5d2,getPluralForm:_0x5dd6a6}}={'es':{'dictionary':{'Paint\x20formatting':'Copiar\x20formato','Copy\x20text\x20formatting':'Copiar\x20formato\x20de\x20texto','Paste\x20text\x20formatting':'Pegar\x20formato\x20de\x20texto','Continuous\x20painting':'Copia\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20la\x20copia\x20activa\x20después\x20de\x20configurar\x20el\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x468313=>0x1==_0x468313?0x0:0x0!=_0x468313&&_0x468313%0xf4240==0x0?0x1:0x2}};_0xbf0fcd['es']||={'dictionary':{},'getPluralForm':null},_0xbf0fcd['es']['dictionary']=Object['assign'](_0xbf0fcd['es']['dictionary'],_0x18f5d2),_0xbf0fcd['es']['getPluralForm']=_0x5dd6a6;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x355297=>{const {es:{dictionary:_0x39f857,getPluralForm:_0xac6953}}={'es':{'dictionary':{'Paint\x20formatting':'Copiar\x20formato','Copy\x20text\x20formatting':'Copiar\x20formato\x20de\x20texto','Paste\x20text\x20formatting':'Pegar\x20formato\x20de\x20texto','Continuous\x20painting':'Copia\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20la\x20copia\x20activa\x20después\x20de\x20configurar\x20el\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x24a6c0=>0x1==_0x24a6c0?0x0:0x0!=_0x24a6c0&&_0x24a6c0%0xf4240==0x0?0x1:0x2}};_0x355297['es']||={'dictionary':{},'getPluralForm':null},_0x355297['es']['dictionary']=Object['assign'](_0x355297['es']['dictionary'],_0x39f857),_0x355297['es']['getPluralForm']=_0xac6953;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'et':{'dictionary':{'Paint\x20formatting':'Värvi\x20vormindamine','Copy\x20text\x20formatting':'Kopeeri\x20teksti\x20vorming','Paste\x20text\x20formatting':'Aseta\x20teksti\x20vorming','Continuous\x20painting':'Pidev\x20värvimine','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Hoiab\x20maalikunstnik\x20pärast\x20seadistamist\x20vormingu.','Formatting\x20copied.':'Vormindus\x20kopeeritud.','Pasted\x20formatting.':'Vormindus\x20kleebitud.'},'getPluralForm':_0x2c006f=>0x1!=_0x2c006f}};
23
+ export default{'et':{'dictionary':{'Paint\x20formatting':'Värvi\x20vormindamine','Copy\x20text\x20formatting':'Kopeeri\x20teksti\x20vorming','Paste\x20text\x20formatting':'Aseta\x20teksti\x20vorming','Continuous\x20painting':'Pidev\x20värvimine','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Hoiab\x20maalikunstnik\x20pärast\x20seadistamist\x20vormingu.','Formatting\x20copied.':'Vormindus\x20kopeeritud.','Pasted\x20formatting.':'Vormindus\x20kleebitud.'},'getPluralForm':_0x346b34=>0x1!=_0x346b34}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x41387a=>{const {et:{dictionary:_0x3043a5,getPluralForm:_0x40ba95}}={'et':{'dictionary':{'Paint\x20formatting':'Värvi\x20vormindamine','Copy\x20text\x20formatting':'Kopeeri\x20teksti\x20vorming','Paste\x20text\x20formatting':'Aseta\x20teksti\x20vorming','Continuous\x20painting':'Pidev\x20värvimine','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Hoiab\x20maalikunstnik\x20pärast\x20seadistamist\x20vormingu.','Formatting\x20copied.':'Vormindus\x20kopeeritud.','Pasted\x20formatting.':'Vormindus\x20kleebitud.'},'getPluralForm':_0x454af9=>0x1!=_0x454af9}};_0x41387a['et']||={'dictionary':{},'getPluralForm':null},_0x41387a['et']['dictionary']=Object['assign'](_0x41387a['et']['dictionary'],_0x3043a5),_0x41387a['et']['getPluralForm']=_0x40ba95;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5adf01=>{const {et:{dictionary:_0x55ae1d,getPluralForm:_0x4e7978}}={'et':{'dictionary':{'Paint\x20formatting':'Värvi\x20vormindamine','Copy\x20text\x20formatting':'Kopeeri\x20teksti\x20vorming','Paste\x20text\x20formatting':'Aseta\x20teksti\x20vorming','Continuous\x20painting':'Pidev\x20värvimine','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Hoiab\x20maalikunstnik\x20pärast\x20seadistamist\x20vormingu.','Formatting\x20copied.':'Vormindus\x20kopeeritud.','Pasted\x20formatting.':'Vormindus\x20kleebitud.'},'getPluralForm':_0x2d29e0=>0x1!=_0x2d29e0}};_0x5adf01['et']||={'dictionary':{},'getPluralForm':null},_0x5adf01['et']['dictionary']=Object['assign'](_0x5adf01['et']['dictionary'],_0x55ae1d),_0x5adf01['et']['getPluralForm']=_0x4e7978;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fi':{'dictionary':{'Paint\x20formatting':'Maalin\x20muotoilu','Copy\x20text\x20formatting':'Kopioi\x20tekstin\x20muotoilu','Paste\x20text\x20formatting':'Liitä\x20tekstin\x20muotoilu','Continuous\x20painting':'Jatkuva\x20maalaus','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pitää\x20maalarin\x20päällä\x20muotoilun\x20asettamisen\x20jälkeen.','Formatting\x20copied.':'Muotoilu\x20kopioitu.','Pasted\x20formatting.':'Muotoilu\x20lisätty.'},'getPluralForm':_0xf384c0=>0x1!=_0xf384c0}};
23
+ export default{'fi':{'dictionary':{'Paint\x20formatting':'Maalin\x20muotoilu','Copy\x20text\x20formatting':'Kopioi\x20tekstin\x20muotoilu','Paste\x20text\x20formatting':'Liitä\x20tekstin\x20muotoilu','Continuous\x20painting':'Jatkuva\x20maalaus','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pitää\x20maalarin\x20päällä\x20muotoilun\x20asettamisen\x20jälkeen.','Formatting\x20copied.':'Muotoilu\x20kopioitu.','Pasted\x20formatting.':'Muotoilu\x20lisätty.'},'getPluralForm':_0x29a26c=>0x1!=_0x29a26c}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2274ed=>{const {fi:{dictionary:_0xf02adb,getPluralForm:_0x331a46}}={'fi':{'dictionary':{'Paint\x20formatting':'Maalin\x20muotoilu','Copy\x20text\x20formatting':'Kopioi\x20tekstin\x20muotoilu','Paste\x20text\x20formatting':'Liitä\x20tekstin\x20muotoilu','Continuous\x20painting':'Jatkuva\x20maalaus','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pitää\x20maalarin\x20päällä\x20muotoilun\x20asettamisen\x20jälkeen.','Formatting\x20copied.':'Muotoilu\x20kopioitu.','Pasted\x20formatting.':'Muotoilu\x20lisätty.'},'getPluralForm':_0x5a7b6b=>0x1!=_0x5a7b6b}};_0x2274ed['fi']||={'dictionary':{},'getPluralForm':null},_0x2274ed['fi']['dictionary']=Object['assign'](_0x2274ed['fi']['dictionary'],_0xf02adb),_0x2274ed['fi']['getPluralForm']=_0x331a46;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1ed877=>{const {fi:{dictionary:_0x5a5fdc,getPluralForm:_0x1d21fb}}={'fi':{'dictionary':{'Paint\x20formatting':'Maalin\x20muotoilu','Copy\x20text\x20formatting':'Kopioi\x20tekstin\x20muotoilu','Paste\x20text\x20formatting':'Liitä\x20tekstin\x20muotoilu','Continuous\x20painting':'Jatkuva\x20maalaus','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pitää\x20maalarin\x20päällä\x20muotoilun\x20asettamisen\x20jälkeen.','Formatting\x20copied.':'Muotoilu\x20kopioitu.','Pasted\x20formatting.':'Muotoilu\x20lisätty.'},'getPluralForm':_0x444348=>0x1!=_0x444348}};_0x1ed877['fi']||={'dictionary':{},'getPluralForm':null},_0x1ed877['fi']['dictionary']=Object['assign'](_0x1ed877['fi']['dictionary'],_0x5a5fdc),_0x1ed877['fi']['getPluralForm']=_0x1d21fb;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'fr':{'dictionary':{'Paint\x20formatting':'Mise\x20en\x20forme\x20de\x20la\x20peinture','Copy\x20text\x20formatting':'Copier\x20la\x20mise\x20en\x20forme\x20du\x20texte','Paste\x20text\x20formatting':'Coller\x20la\x20mise\x20en\x20forme\x20du\x20texte','Continuous\x20painting':'Peinture\x20continue','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Conserve\x20l\x27outil\x20de\x20peinture\x20après\x20avoir\x20défini\x20la\x20mise\x20en\x20forme.','Formatting\x20copied.':'Formatage\x20copié.','Pasted\x20formatting.':'Formatage\x20collé.'},'getPluralForm':_0x1981b7=>0x0==_0x1981b7||0x1==_0x1981b7?0x0:0x0!=_0x1981b7&&_0x1981b7%0xf4240==0x0?0x1:0x2}};
23
+ export default{'fr':{'dictionary':{'Paint\x20formatting':'Mise\x20en\x20forme\x20de\x20la\x20peinture','Copy\x20text\x20formatting':'Copier\x20la\x20mise\x20en\x20forme\x20du\x20texte','Paste\x20text\x20formatting':'Coller\x20la\x20mise\x20en\x20forme\x20du\x20texte','Continuous\x20painting':'Peinture\x20continue','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Conserve\x20l\x27outil\x20de\x20peinture\x20après\x20avoir\x20défini\x20la\x20mise\x20en\x20forme.','Formatting\x20copied.':'Formatage\x20copié.','Pasted\x20formatting.':'Formatage\x20collé.'},'getPluralForm':_0x40b3cc=>0x0==_0x40b3cc||0x1==_0x40b3cc?0x0:0x0!=_0x40b3cc&&_0x40b3cc%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1adcf5=>{const {fr:{dictionary:_0x1669a2,getPluralForm:_0x8c8c68}}={'fr':{'dictionary':{'Paint\x20formatting':'Mise\x20en\x20forme\x20de\x20la\x20peinture','Copy\x20text\x20formatting':'Copier\x20la\x20mise\x20en\x20forme\x20du\x20texte','Paste\x20text\x20formatting':'Coller\x20la\x20mise\x20en\x20forme\x20du\x20texte','Continuous\x20painting':'Peinture\x20continue','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Conserve\x20l\x27outil\x20de\x20peinture\x20après\x20avoir\x20défini\x20la\x20mise\x20en\x20forme.','Formatting\x20copied.':'Formatage\x20copié.','Pasted\x20formatting.':'Formatage\x20collé.'},'getPluralForm':_0x2c96fc=>0x0==_0x2c96fc||0x1==_0x2c96fc?0x0:0x0!=_0x2c96fc&&_0x2c96fc%0xf4240==0x0?0x1:0x2}};_0x1adcf5['fr']||={'dictionary':{},'getPluralForm':null},_0x1adcf5['fr']['dictionary']=Object['assign'](_0x1adcf5['fr']['dictionary'],_0x1669a2),_0x1adcf5['fr']['getPluralForm']=_0x8c8c68;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xf53816=>{const {fr:{dictionary:_0x3769a4,getPluralForm:_0x2fc2d5}}={'fr':{'dictionary':{'Paint\x20formatting':'Mise\x20en\x20forme\x20de\x20la\x20peinture','Copy\x20text\x20formatting':'Copier\x20la\x20mise\x20en\x20forme\x20du\x20texte','Paste\x20text\x20formatting':'Coller\x20la\x20mise\x20en\x20forme\x20du\x20texte','Continuous\x20painting':'Peinture\x20continue','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Conserve\x20l\x27outil\x20de\x20peinture\x20après\x20avoir\x20défini\x20la\x20mise\x20en\x20forme.','Formatting\x20copied.':'Formatage\x20copié.','Pasted\x20formatting.':'Formatage\x20collé.'},'getPluralForm':_0x520bb0=>0x0==_0x520bb0||0x1==_0x520bb0?0x0:0x0!=_0x520bb0&&_0x520bb0%0xf4240==0x0?0x1:0x2}};_0xf53816['fr']||={'dictionary':{},'getPluralForm':null},_0xf53816['fr']['dictionary']=Object['assign'](_0xf53816['fr']['dictionary'],_0x3769a4),_0xf53816['fr']['getPluralForm']=_0x2fc2d5;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'gl':{'dictionary':{'Paint\x20formatting':'Formato\x20de\x20pintura','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Pintura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Manter\x20o\x20pintor\x20activado\x20após\x20axustar\x20o\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x352b2d=>0x1!=_0x352b2d}};
23
+ export default{'gl':{'dictionary':{'Paint\x20formatting':'Formato\x20de\x20pintura','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Pintura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Manter\x20o\x20pintor\x20activado\x20após\x20axustar\x20o\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x2f544f=>0x1!=_0x2f544f}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1cee8f=>{const {gl:{dictionary:_0x4cbb18,getPluralForm:_0x2a67c8}}={'gl':{'dictionary':{'Paint\x20formatting':'Formato\x20de\x20pintura','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Pintura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Manter\x20o\x20pintor\x20activado\x20após\x20axustar\x20o\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0x9de32a=>0x1!=_0x9de32a}};_0x1cee8f['gl']||={'dictionary':{},'getPluralForm':null},_0x1cee8f['gl']['dictionary']=Object['assign'](_0x1cee8f['gl']['dictionary'],_0x4cbb18),_0x1cee8f['gl']['getPluralForm']=_0x2a67c8;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1125f6=>{const {gl:{dictionary:_0x1c0ed1,getPluralForm:_0x1d0c0e}}={'gl':{'dictionary':{'Paint\x20formatting':'Formato\x20de\x20pintura','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Pintura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Manter\x20o\x20pintor\x20activado\x20após\x20axustar\x20o\x20formato.','Formatting\x20copied.':'Formato\x20copiado.','Pasted\x20formatting.':'Formato\x20pegado.'},'getPluralForm':_0xd28262=>0x1!=_0xd28262}};_0x1125f6['gl']||={'dictionary':{},'getPluralForm':null},_0x1125f6['gl']['dictionary']=Object['assign'](_0x1125f6['gl']['dictionary'],_0x1c0ed1),_0x1125f6['gl']['getPluralForm']=_0x1d0c0e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'he':{'dictionary':{'Paint\x20formatting':'עיצוב\x20צבע','Copy\x20text\x20formatting':'העתק\x20עיצוב\x20טקסט','Paste\x20text\x20formatting':'הדבק\x20עיצוב\x20טקסט','Continuous\x20painting':'צביעה\x20מתמשכת','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'שומר\x20על\x20המברשת\x20בפעולה\x20לאחר\x20הגדרת\x20העיצוב.','Formatting\x20copied.':'העיצוב\x20הועתק.','Pasted\x20formatting.':'העיצוב\x20הודבק.'},'getPluralForm':_0x57a296=>0x1==_0x57a296&&_0x57a296%0x1==0x0?0x0:0x2==_0x57a296&&_0x57a296%0x1==0x0?0x1:0x2}};
23
+ export default{'he':{'dictionary':{'Paint\x20formatting':'עיצוב\x20צבע','Copy\x20text\x20formatting':'העתק\x20עיצוב\x20טקסט','Paste\x20text\x20formatting':'הדבק\x20עיצוב\x20טקסט','Continuous\x20painting':'צביעה\x20מתמשכת','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'שומר\x20על\x20המברשת\x20בפעולה\x20לאחר\x20הגדרת\x20העיצוב.','Formatting\x20copied.':'העיצוב\x20הועתק.','Pasted\x20formatting.':'העיצוב\x20הודבק.'},'getPluralForm':_0x1b5fa9=>0x1==_0x1b5fa9&&_0x1b5fa9%0x1==0x0?0x0:0x2==_0x1b5fa9&&_0x1b5fa9%0x1==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x12c88c=>{const {he:{dictionary:_0x5589e8,getPluralForm:_0x81e9ef}}={'he':{'dictionary':{'Paint\x20formatting':'עיצוב\x20צבע','Copy\x20text\x20formatting':'העתק\x20עיצוב\x20טקסט','Paste\x20text\x20formatting':'הדבק\x20עיצוב\x20טקסט','Continuous\x20painting':'צביעה\x20מתמשכת','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'שומר\x20על\x20המברשת\x20בפעולה\x20לאחר\x20הגדרת\x20העיצוב.','Formatting\x20copied.':'העיצוב\x20הועתק.','Pasted\x20formatting.':'העיצוב\x20הודבק.'},'getPluralForm':_0x5e5c79=>0x1==_0x5e5c79&&_0x5e5c79%0x1==0x0?0x0:0x2==_0x5e5c79&&_0x5e5c79%0x1==0x0?0x1:0x2}};_0x12c88c['he']||={'dictionary':{},'getPluralForm':null},_0x12c88c['he']['dictionary']=Object['assign'](_0x12c88c['he']['dictionary'],_0x5589e8),_0x12c88c['he']['getPluralForm']=_0x81e9ef;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4a3d13=>{const {he:{dictionary:_0x5a005a,getPluralForm:_0x1aeac1}}={'he':{'dictionary':{'Paint\x20formatting':'עיצוב\x20צבע','Copy\x20text\x20formatting':'העתק\x20עיצוב\x20טקסט','Paste\x20text\x20formatting':'הדבק\x20עיצוב\x20טקסט','Continuous\x20painting':'צביעה\x20מתמשכת','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'שומר\x20על\x20המברשת\x20בפעולה\x20לאחר\x20הגדרת\x20העיצוב.','Formatting\x20copied.':'העיצוב\x20הועתק.','Pasted\x20formatting.':'העיצוב\x20הודבק.'},'getPluralForm':_0x279820=>0x1==_0x279820&&_0x279820%0x1==0x0?0x0:0x2==_0x279820&&_0x279820%0x1==0x0?0x1:0x2}};_0x4a3d13['he']||={'dictionary':{},'getPluralForm':null},_0x4a3d13['he']['dictionary']=Object['assign'](_0x4a3d13['he']['dictionary'],_0x5a005a),_0x4a3d13['he']['getPluralForm']=_0x1aeac1;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hi':{'dictionary':{'Paint\x20formatting':'पेंट\x20फ़ॉर्मैटिंग','Copy\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20कॉपी\x20करें','Paste\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20को\x20पेस्ट\x20करें','Continuous\x20painting':'निरंतर\x20पेंटिंग','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'फ़ॉर्मैटिंग\x20सेट\x20करने\x20के\x20बाद\x20पेंटर\x20को\x20चालू\x20रखता\x20है.','Formatting\x20copied.':'फ़ॉर्मेटिंग\x20कॉपी\x20की\x20गई.','Pasted\x20formatting.':'पेस्ट\x20की\x20गई\x20फ़ॉर्मेटिंग.'},'getPluralForm':_0x332d7a=>0x1!=_0x332d7a}};
23
+ export default{'hi':{'dictionary':{'Paint\x20formatting':'पेंट\x20फ़ॉर्मैटिंग','Copy\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20कॉपी\x20करें','Paste\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20को\x20पेस्ट\x20करें','Continuous\x20painting':'निरंतर\x20पेंटिंग','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'फ़ॉर्मैटिंग\x20सेट\x20करने\x20के\x20बाद\x20पेंटर\x20को\x20चालू\x20रखता\x20है.','Formatting\x20copied.':'फ़ॉर्मेटिंग\x20कॉपी\x20की\x20गई.','Pasted\x20formatting.':'पेस्ट\x20की\x20गई\x20फ़ॉर्मेटिंग.'},'getPluralForm':_0x29e45a=>0x1!=_0x29e45a}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x30141a=>{const {hi:{dictionary:_0x5f2e33,getPluralForm:_0x1a9847}}={'hi':{'dictionary':{'Paint\x20formatting':'पेंट\x20फ़ॉर्मैटिंग','Copy\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20कॉपी\x20करें','Paste\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20को\x20पेस्ट\x20करें','Continuous\x20painting':'निरंतर\x20पेंटिंग','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'फ़ॉर्मैटिंग\x20सेट\x20करने\x20के\x20बाद\x20पेंटर\x20को\x20चालू\x20रखता\x20है.','Formatting\x20copied.':'फ़ॉर्मेटिंग\x20कॉपी\x20की\x20गई.','Pasted\x20formatting.':'पेस्ट\x20की\x20गई\x20फ़ॉर्मेटिंग.'},'getPluralForm':_0x45617c=>0x1!=_0x45617c}};_0x30141a['hi']||={'dictionary':{},'getPluralForm':null},_0x30141a['hi']['dictionary']=Object['assign'](_0x30141a['hi']['dictionary'],_0x5f2e33),_0x30141a['hi']['getPluralForm']=_0x1a9847;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4eaf05=>{const {hi:{dictionary:_0xfdf1b7,getPluralForm:_0x1c842e}}={'hi':{'dictionary':{'Paint\x20formatting':'पेंट\x20फ़ॉर्मैटिंग','Copy\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20कॉपी\x20करें','Paste\x20text\x20formatting':'टेक्स्ट\x20फ़ॉर्मेटिंग\x20को\x20पेस्ट\x20करें','Continuous\x20painting':'निरंतर\x20पेंटिंग','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'फ़ॉर्मैटिंग\x20सेट\x20करने\x20के\x20बाद\x20पेंटर\x20को\x20चालू\x20रखता\x20है.','Formatting\x20copied.':'फ़ॉर्मेटिंग\x20कॉपी\x20की\x20गई.','Pasted\x20formatting.':'पेस्ट\x20की\x20गई\x20फ़ॉर्मेटिंग.'},'getPluralForm':_0x1087f5=>0x1!=_0x1087f5}};_0x4eaf05['hi']||={'dictionary':{},'getPluralForm':null},_0x4eaf05['hi']['dictionary']=Object['assign'](_0x4eaf05['hi']['dictionary'],_0xfdf1b7),_0x4eaf05['hi']['getPluralForm']=_0x1c842e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hr':{'dictionary':{'Paint\x20formatting':'Boja\x20formatiranja','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Neprekinuto\x20bojanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavi\x20otvoren\x20bojač\x20nakon\x20postavljanja\x20formatiranja','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x42177a=>_0x42177a%0xa==0x1&&_0x42177a%0x64!=0xb?0x0:_0x42177a%0xa>=0x2&&_0x42177a%0xa<=0x4&&(_0x42177a%0x64<0xa||_0x42177a%0x64>=0x14)?0x1:0x2}};
23
+ export default{'hr':{'dictionary':{'Paint\x20formatting':'Boja\x20formatiranja','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Neprekinuto\x20bojanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavi\x20otvoren\x20bojač\x20nakon\x20postavljanja\x20formatiranja','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x2605e6=>_0x2605e6%0xa==0x1&&_0x2605e6%0x64!=0xb?0x0:_0x2605e6%0xa>=0x2&&_0x2605e6%0xa<=0x4&&(_0x2605e6%0x64<0xa||_0x2605e6%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x45b40a=>{const {hr:{dictionary:_0x2fe0e0,getPluralForm:_0x45997b}}={'hr':{'dictionary':{'Paint\x20formatting':'Boja\x20formatiranja','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Neprekinuto\x20bojanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavi\x20otvoren\x20bojač\x20nakon\x20postavljanja\x20formatiranja','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x2272ab=>_0x2272ab%0xa==0x1&&_0x2272ab%0x64!=0xb?0x0:_0x2272ab%0xa>=0x2&&_0x2272ab%0xa<=0x4&&(_0x2272ab%0x64<0xa||_0x2272ab%0x64>=0x14)?0x1:0x2}};_0x45b40a['hr']||={'dictionary':{},'getPluralForm':null},_0x45b40a['hr']['dictionary']=Object['assign'](_0x45b40a['hr']['dictionary'],_0x2fe0e0),_0x45b40a['hr']['getPluralForm']=_0x45997b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x608331=>{const {hr:{dictionary:_0x185eca,getPluralForm:_0x4c80bd}}={'hr':{'dictionary':{'Paint\x20formatting':'Boja\x20formatiranja','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Neprekinuto\x20bojanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavi\x20otvoren\x20bojač\x20nakon\x20postavljanja\x20formatiranja','Formatting\x20copied.':'','Pasted\x20formatting.':''},'getPluralForm':_0x28bd52=>_0x28bd52%0xa==0x1&&_0x28bd52%0x64!=0xb?0x0:_0x28bd52%0xa>=0x2&&_0x28bd52%0xa<=0x4&&(_0x28bd52%0x64<0xa||_0x28bd52%0x64>=0x14)?0x1:0x2}};_0x608331['hr']||={'dictionary':{},'getPluralForm':null},_0x608331['hr']['dictionary']=Object['assign'](_0x608331['hr']['dictionary'],_0x185eca),_0x608331['hr']['getPluralForm']=_0x4c80bd;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'hu':{'dictionary':{'Paint\x20formatting':'Festék\x20formázása','Copy\x20text\x20formatting':'Szövegformázás\x20másolása','Paste\x20text\x20formatting':'Szövegformázás\x20beillesztése','Continuous\x20painting':'Folyamatos\x20festés','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'A\x20formázás\x20beállítása\x20után\x20bekapcsolva\x20tartja\x20a\x20festőt.','Formatting\x20copied.':'Formázás\x20másolva.','Pasted\x20formatting.':'Beillesztett\x20formázás.'},'getPluralForm':_0x222b12=>0x1!=_0x222b12}};
23
+ export default{'hu':{'dictionary':{'Paint\x20formatting':'Festék\x20formázása','Copy\x20text\x20formatting':'Szövegformázás\x20másolása','Paste\x20text\x20formatting':'Szövegformázás\x20beillesztése','Continuous\x20painting':'Folyamatos\x20festés','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'A\x20formázás\x20beállítása\x20után\x20bekapcsolva\x20tartja\x20a\x20festőt.','Formatting\x20copied.':'Formázás\x20másolva.','Pasted\x20formatting.':'Beillesztett\x20formázás.'},'getPluralForm':_0x45cbfb=>0x1!=_0x45cbfb}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x3ca93a=>{const {hu:{dictionary:_0x5c06b4,getPluralForm:_0x77d489}}={'hu':{'dictionary':{'Paint\x20formatting':'Festék\x20formázása','Copy\x20text\x20formatting':'Szövegformázás\x20másolása','Paste\x20text\x20formatting':'Szövegformázás\x20beillesztése','Continuous\x20painting':'Folyamatos\x20festés','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'A\x20formázás\x20beállítása\x20után\x20bekapcsolva\x20tartja\x20a\x20festőt.','Formatting\x20copied.':'Formázás\x20másolva.','Pasted\x20formatting.':'Beillesztett\x20formázás.'},'getPluralForm':_0x10aae9=>0x1!=_0x10aae9}};_0x3ca93a['hu']||={'dictionary':{},'getPluralForm':null},_0x3ca93a['hu']['dictionary']=Object['assign'](_0x3ca93a['hu']['dictionary'],_0x5c06b4),_0x3ca93a['hu']['getPluralForm']=_0x77d489;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x329203=>{const {hu:{dictionary:_0x19b94b,getPluralForm:_0x470db6}}={'hu':{'dictionary':{'Paint\x20formatting':'Festék\x20formázása','Copy\x20text\x20formatting':'Szövegformázás\x20másolása','Paste\x20text\x20formatting':'Szövegformázás\x20beillesztése','Continuous\x20painting':'Folyamatos\x20festés','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'A\x20formázás\x20beállítása\x20után\x20bekapcsolva\x20tartja\x20a\x20festőt.','Formatting\x20copied.':'Formázás\x20másolva.','Pasted\x20formatting.':'Beillesztett\x20formázás.'},'getPluralForm':_0x94cb=>0x1!=_0x94cb}};_0x329203['hu']||={'dictionary':{},'getPluralForm':null},_0x329203['hu']['dictionary']=Object['assign'](_0x329203['hu']['dictionary'],_0x19b94b),_0x329203['hu']['getPluralForm']=_0x470db6;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'id':{'dictionary':{'Paint\x20formatting':'Format\x20pengecatan','Copy\x20text\x20formatting':'menyalin\x20format\x20teks','Paste\x20text\x20formatting':'menempelkan\x20format\x20teks','Continuous\x20painting':'Pengecatan\x20bersinambung','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Tetap\x20aktifkan\x20pengecat\x20setelah\x20mengatur\x20format','Formatting\x20copied.':'Pemformatan\x20disalin.','Pasted\x20formatting.':'Menempelkan\x20pemformatan.'},'getPluralForm':_0x1ef50a=>0x0}};
23
+ export default{'id':{'dictionary':{'Paint\x20formatting':'Format\x20pengecatan','Copy\x20text\x20formatting':'menyalin\x20format\x20teks','Paste\x20text\x20formatting':'menempelkan\x20format\x20teks','Continuous\x20painting':'Pengecatan\x20bersinambung','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Tetap\x20aktifkan\x20pengecat\x20setelah\x20mengatur\x20format','Formatting\x20copied.':'Pemformatan\x20disalin.','Pasted\x20formatting.':'Menempelkan\x20pemformatan.'},'getPluralForm':_0x1f1b6a=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x7a9dcf=>{const {id:{dictionary:_0x53fab1,getPluralForm:_0x11c39a}}={'id':{'dictionary':{'Paint\x20formatting':'Format\x20pengecatan','Copy\x20text\x20formatting':'menyalin\x20format\x20teks','Paste\x20text\x20formatting':'menempelkan\x20format\x20teks','Continuous\x20painting':'Pengecatan\x20bersinambung','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Tetap\x20aktifkan\x20pengecat\x20setelah\x20mengatur\x20format','Formatting\x20copied.':'Pemformatan\x20disalin.','Pasted\x20formatting.':'Menempelkan\x20pemformatan.'},'getPluralForm':_0x47a2ea=>0x0}};_0x7a9dcf['id']||={'dictionary':{},'getPluralForm':null},_0x7a9dcf['id']['dictionary']=Object['assign'](_0x7a9dcf['id']['dictionary'],_0x53fab1),_0x7a9dcf['id']['getPluralForm']=_0x11c39a;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x11ca55=>{const {id:{dictionary:_0xba573e,getPluralForm:_0x1cf859}}={'id':{'dictionary':{'Paint\x20formatting':'Format\x20pengecatan','Copy\x20text\x20formatting':'menyalin\x20format\x20teks','Paste\x20text\x20formatting':'menempelkan\x20format\x20teks','Continuous\x20painting':'Pengecatan\x20bersinambung','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Tetap\x20aktifkan\x20pengecat\x20setelah\x20mengatur\x20format','Formatting\x20copied.':'Pemformatan\x20disalin.','Pasted\x20formatting.':'Menempelkan\x20pemformatan.'},'getPluralForm':_0x4841fb=>0x0}};_0x11ca55['id']||={'dictionary':{},'getPluralForm':null},_0x11ca55['id']['dictionary']=Object['assign'](_0x11ca55['id']['dictionary'],_0xba573e),_0x11ca55['id']['getPluralForm']=_0x1cf859;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'it':{'dictionary':{'Paint\x20formatting':'Copia\x20della\x20formattazione','Copy\x20text\x20formatting':'Copia\x20formattazione\x20testo','Paste\x20text\x20formatting':'Incolla\x20formattazione\x20testo','Continuous\x20painting':'Pittura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20attivo\x20lo\x20strumento\x20copia\x20formato\x20dopo\x20aver\x20impostato\x20la\x20formattazione.','Formatting\x20copied.':'Formattazione\x20copiata.','Pasted\x20formatting.':'Formattazione\x20incollata.'},'getPluralForm':_0x4d8a5f=>0x1==_0x4d8a5f?0x0:0x0!=_0x4d8a5f&&_0x4d8a5f%0xf4240==0x0?0x1:0x2}};
23
+ export default{'it':{'dictionary':{'Paint\x20formatting':'Copia\x20della\x20formattazione','Copy\x20text\x20formatting':'Copia\x20formattazione\x20testo','Paste\x20text\x20formatting':'Incolla\x20formattazione\x20testo','Continuous\x20painting':'Pittura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20attivo\x20lo\x20strumento\x20copia\x20formato\x20dopo\x20aver\x20impostato\x20la\x20formattazione.','Formatting\x20copied.':'Formattazione\x20copiata.','Pasted\x20formatting.':'Formattazione\x20incollata.'},'getPluralForm':_0x4d91c6=>0x1==_0x4d91c6?0x0:0x0!=_0x4d91c6&&_0x4d91c6%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x1e2676=>{const {it:{dictionary:_0x3410df,getPluralForm:_0x357857}}={'it':{'dictionary':{'Paint\x20formatting':'Copia\x20della\x20formattazione','Copy\x20text\x20formatting':'Copia\x20formattazione\x20testo','Paste\x20text\x20formatting':'Incolla\x20formattazione\x20testo','Continuous\x20painting':'Pittura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20attivo\x20lo\x20strumento\x20copia\x20formato\x20dopo\x20aver\x20impostato\x20la\x20formattazione.','Formatting\x20copied.':'Formattazione\x20copiata.','Pasted\x20formatting.':'Formattazione\x20incollata.'},'getPluralForm':_0x6311ce=>0x1==_0x6311ce?0x0:0x0!=_0x6311ce&&_0x6311ce%0xf4240==0x0?0x1:0x2}};_0x1e2676['it']||={'dictionary':{},'getPluralForm':null},_0x1e2676['it']['dictionary']=Object['assign'](_0x1e2676['it']['dictionary'],_0x3410df),_0x1e2676['it']['getPluralForm']=_0x357857;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0xec446=>{const {it:{dictionary:_0x102ad0,getPluralForm:_0x18b1c2}}={'it':{'dictionary':{'Paint\x20formatting':'Copia\x20della\x20formattazione','Copy\x20text\x20formatting':'Copia\x20formattazione\x20testo','Paste\x20text\x20formatting':'Incolla\x20formattazione\x20testo','Continuous\x20painting':'Pittura\x20continua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantiene\x20attivo\x20lo\x20strumento\x20copia\x20formato\x20dopo\x20aver\x20impostato\x20la\x20formattazione.','Formatting\x20copied.':'Formattazione\x20copiata.','Pasted\x20formatting.':'Formattazione\x20incollata.'},'getPluralForm':_0x458efd=>0x1==_0x458efd?0x0:0x0!=_0x458efd&&_0x458efd%0xf4240==0x0?0x1:0x2}};_0xec446['it']||={'dictionary':{},'getPluralForm':null},_0xec446['it']['dictionary']=Object['assign'](_0xec446['it']['dictionary'],_0x102ad0),_0xec446['it']['getPluralForm']=_0x18b1c2;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ja':{'dictionary':{'Paint\x20formatting':'フォーマットをペイント','Copy\x20text\x20formatting':'テキスト書式をコピー','Paste\x20text\x20formatting':'テキスト書式を貼り付け','Continuous\x20painting':'連続ペイント','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'フォーマットの設定後にペインターをオンに保ちます。','Formatting\x20copied.':'フォーマットがコピーされました。','Pasted\x20formatting.':'フォーマットをペーストしました。'},'getPluralForm':_0x3f9e95=>0x0}};
23
+ export default{'ja':{'dictionary':{'Paint\x20formatting':'フォーマットをペイント','Copy\x20text\x20formatting':'テキスト書式をコピー','Paste\x20text\x20formatting':'テキスト書式を貼り付け','Continuous\x20painting':'連続ペイント','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'フォーマットの設定後にペインターをオンに保ちます。','Formatting\x20copied.':'フォーマットがコピーされました。','Pasted\x20formatting.':'フォーマットをペーストしました。'},'getPluralForm':_0x132377=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5f52d8=>{const {ja:{dictionary:_0x109906,getPluralForm:_0x57d3cc}}={'ja':{'dictionary':{'Paint\x20formatting':'フォーマットをペイント','Copy\x20text\x20formatting':'テキスト書式をコピー','Paste\x20text\x20formatting':'テキスト書式を貼り付け','Continuous\x20painting':'連続ペイント','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'フォーマットの設定後にペインターをオンに保ちます。','Formatting\x20copied.':'フォーマットがコピーされました。','Pasted\x20formatting.':'フォーマットをペーストしました。'},'getPluralForm':_0xddb581=>0x0}};_0x5f52d8['ja']||={'dictionary':{},'getPluralForm':null},_0x5f52d8['ja']['dictionary']=Object['assign'](_0x5f52d8['ja']['dictionary'],_0x109906),_0x5f52d8['ja']['getPluralForm']=_0x57d3cc;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2f81b2=>{const {ja:{dictionary:_0x11f276,getPluralForm:_0x3a12fb}}={'ja':{'dictionary':{'Paint\x20formatting':'フォーマットをペイント','Copy\x20text\x20formatting':'テキスト書式をコピー','Paste\x20text\x20formatting':'テキスト書式を貼り付け','Continuous\x20painting':'連続ペイント','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'フォーマットの設定後にペインターをオンに保ちます。','Formatting\x20copied.':'フォーマットがコピーされました。','Pasted\x20formatting.':'フォーマットをペーストしました。'},'getPluralForm':_0x5ecf0e=>0x0}};_0x2f81b2['ja']||={'dictionary':{},'getPluralForm':null},_0x2f81b2['ja']['dictionary']=Object['assign'](_0x2f81b2['ja']['dictionary'],_0x11f276),_0x2f81b2['ja']['getPluralForm']=_0x3a12fb;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ko':{'dictionary':{'Paint\x20formatting':'서식\x20복사','Copy\x20text\x20formatting':'텍스트\x20서식\x20복사하기','Paste\x20text\x20formatting':'텍스트\x20서식\x20붙여넣기','Continuous\x20painting':'서식\x20복사\x20유지','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'서식을\x20설정한\x20후\x20서식\x20복사를\x20유지합니다.','Formatting\x20copied.':'서식을\x20복사했습니다.','Pasted\x20formatting.':'서식을\x20붙여\x20넣었습니다.'},'getPluralForm':_0x1a3cef=>0x0}};
23
+ export default{'ko':{'dictionary':{'Paint\x20formatting':'서식\x20복사','Copy\x20text\x20formatting':'텍스트\x20서식\x20복사하기','Paste\x20text\x20formatting':'텍스트\x20서식\x20붙여넣기','Continuous\x20painting':'서식\x20복사\x20유지','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'서식을\x20설정한\x20후\x20서식\x20복사를\x20유지합니다.','Formatting\x20copied.':'서식을\x20복사했습니다.','Pasted\x20formatting.':'서식을\x20붙여\x20넣었습니다.'},'getPluralForm':_0x15e05e=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x57c375=>{const {ko:{dictionary:_0x56d6f0,getPluralForm:_0x1a0e2b}}={'ko':{'dictionary':{'Paint\x20formatting':'서식\x20복사','Copy\x20text\x20formatting':'텍스트\x20서식\x20복사하기','Paste\x20text\x20formatting':'텍스트\x20서식\x20붙여넣기','Continuous\x20painting':'서식\x20복사\x20유지','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'서식을\x20설정한\x20후\x20서식\x20복사를\x20유지합니다.','Formatting\x20copied.':'서식을\x20복사했습니다.','Pasted\x20formatting.':'서식을\x20붙여\x20넣었습니다.'},'getPluralForm':_0x4febf3=>0x0}};_0x57c375['ko']||={'dictionary':{},'getPluralForm':null},_0x57c375['ko']['dictionary']=Object['assign'](_0x57c375['ko']['dictionary'],_0x56d6f0),_0x57c375['ko']['getPluralForm']=_0x1a0e2b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4ba071=>{const {ko:{dictionary:_0x221101,getPluralForm:_0x5ac96b}}={'ko':{'dictionary':{'Paint\x20formatting':'서식\x20복사','Copy\x20text\x20formatting':'텍스트\x20서식\x20복사하기','Paste\x20text\x20formatting':'텍스트\x20서식\x20붙여넣기','Continuous\x20painting':'서식\x20복사\x20유지','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'서식을\x20설정한\x20후\x20서식\x20복사를\x20유지합니다.','Formatting\x20copied.':'서식을\x20복사했습니다.','Pasted\x20formatting.':'서식을\x20붙여\x20넣었습니다.'},'getPluralForm':_0x27db7e=>0x0}};_0x4ba071['ko']||={'dictionary':{},'getPluralForm':null},_0x4ba071['ko']['dictionary']=Object['assign'](_0x4ba071['ko']['dictionary'],_0x221101),_0x4ba071['ko']['getPluralForm']=_0x5ac96b;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lt':{'dictionary':{'Paint\x20formatting':'Užpildo\x20formatavimas','Copy\x20text\x20formatting':'Kopijuoti\x20teksto\x20formatavimą','Paste\x20text\x20formatting':'Įklijuoti\x20teksto\x20formatavimą','Continuous\x20painting':'Vientisas\x20užpildas','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Nustačius\x20formatavimą,\x20išlaiko\x20piešėją\x20įjungtą.','Formatting\x20copied.':'Formatavimas\x20nukopijuotas.','Pasted\x20formatting.':'Įklijuotas\x20formatavimas.'},'getPluralForm':_0x36bd99=>_0x36bd99%0xa==0x1&&(_0x36bd99%0x64>0x13||_0x36bd99%0x64<0xb)?0x0:_0x36bd99%0xa>=0x2&&_0x36bd99%0xa<=0x9&&(_0x36bd99%0x64>0x13||_0x36bd99%0x64<0xb)?0x1:_0x36bd99%0x1!=0x0?0x2:0x3}};
23
+ export default{'lt':{'dictionary':{'Paint\x20formatting':'Užpildo\x20formatavimas','Copy\x20text\x20formatting':'Kopijuoti\x20teksto\x20formatavimą','Paste\x20text\x20formatting':'Įklijuoti\x20teksto\x20formatavimą','Continuous\x20painting':'Vientisas\x20užpildas','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Nustačius\x20formatavimą,\x20išlaiko\x20piešėją\x20įjungtą.','Formatting\x20copied.':'Formatavimas\x20nukopijuotas.','Pasted\x20formatting.':'Įklijuotas\x20formatavimas.'},'getPluralForm':_0x40d22b=>_0x40d22b%0xa==0x1&&(_0x40d22b%0x64>0x13||_0x40d22b%0x64<0xb)?0x0:_0x40d22b%0xa>=0x2&&_0x40d22b%0xa<=0x9&&(_0x40d22b%0x64>0x13||_0x40d22b%0x64<0xb)?0x1:_0x40d22b%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x12e82b=>{const {lt:{dictionary:_0x42d0fc,getPluralForm:_0x54b903}}={'lt':{'dictionary':{'Paint\x20formatting':'Užpildo\x20formatavimas','Copy\x20text\x20formatting':'Kopijuoti\x20teksto\x20formatavimą','Paste\x20text\x20formatting':'Įklijuoti\x20teksto\x20formatavimą','Continuous\x20painting':'Vientisas\x20užpildas','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Nustačius\x20formatavimą,\x20išlaiko\x20piešėją\x20įjungtą.','Formatting\x20copied.':'Formatavimas\x20nukopijuotas.','Pasted\x20formatting.':'Įklijuotas\x20formatavimas.'},'getPluralForm':_0xc67344=>_0xc67344%0xa==0x1&&(_0xc67344%0x64>0x13||_0xc67344%0x64<0xb)?0x0:_0xc67344%0xa>=0x2&&_0xc67344%0xa<=0x9&&(_0xc67344%0x64>0x13||_0xc67344%0x64<0xb)?0x1:_0xc67344%0x1!=0x0?0x2:0x3}};_0x12e82b['lt']||={'dictionary':{},'getPluralForm':null},_0x12e82b['lt']['dictionary']=Object['assign'](_0x12e82b['lt']['dictionary'],_0x42d0fc),_0x12e82b['lt']['getPluralForm']=_0x54b903;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x3c0980=>{const {lt:{dictionary:_0x1cf3a2,getPluralForm:_0x4109c0}}={'lt':{'dictionary':{'Paint\x20formatting':'Užpildo\x20formatavimas','Copy\x20text\x20formatting':'Kopijuoti\x20teksto\x20formatavimą','Paste\x20text\x20formatting':'Įklijuoti\x20teksto\x20formatavimą','Continuous\x20painting':'Vientisas\x20užpildas','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Nustačius\x20formatavimą,\x20išlaiko\x20piešėją\x20įjungtą.','Formatting\x20copied.':'Formatavimas\x20nukopijuotas.','Pasted\x20formatting.':'Įklijuotas\x20formatavimas.'},'getPluralForm':_0x4d10d7=>_0x4d10d7%0xa==0x1&&(_0x4d10d7%0x64>0x13||_0x4d10d7%0x64<0xb)?0x0:_0x4d10d7%0xa>=0x2&&_0x4d10d7%0xa<=0x9&&(_0x4d10d7%0x64>0x13||_0x4d10d7%0x64<0xb)?0x1:_0x4d10d7%0x1!=0x0?0x2:0x3}};_0x3c0980['lt']||={'dictionary':{},'getPluralForm':null},_0x3c0980['lt']['dictionary']=Object['assign'](_0x3c0980['lt']['dictionary'],_0x1cf3a2),_0x3c0980['lt']['getPluralForm']=_0x4109c0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'lv':{'dictionary':{'Paint\x20formatting':'Krāsu\x20formatēšana','Copy\x20text\x20formatting':'Kopēt\x20teksta\x20formatējumu','Paste\x20text\x20formatting':'Ielīmēt\x20teksta\x20formatējumu','Continuous\x20painting':'Nepārtraukta\x20krāsošana','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pēc\x20formatējuma\x20iestatīšanas\x20saglabā\x20krāsotāju\x20ieslēgtu.','Formatting\x20copied.':'Formatējums\x20nokopēts.','Pasted\x20formatting.':'Ielīmēts\x20formatējums.'},'getPluralForm':_0x342e46=>_0x342e46%0xa==0x1&&_0x342e46%0x64!=0xb?0x0:0x0!=_0x342e46?0x1:0x2}};
23
+ export default{'lv':{'dictionary':{'Paint\x20formatting':'Krāsu\x20formatēšana','Copy\x20text\x20formatting':'Kopēt\x20teksta\x20formatējumu','Paste\x20text\x20formatting':'Ielīmēt\x20teksta\x20formatējumu','Continuous\x20painting':'Nepārtraukta\x20krāsošana','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pēc\x20formatējuma\x20iestatīšanas\x20saglabā\x20krāsotāju\x20ieslēgtu.','Formatting\x20copied.':'Formatējums\x20nokopēts.','Pasted\x20formatting.':'Ielīmēts\x20formatējums.'},'getPluralForm':_0x18c8d0=>_0x18c8d0%0xa==0x1&&_0x18c8d0%0x64!=0xb?0x0:0x0!=_0x18c8d0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x39709d=>{const {lv:{dictionary:_0x324409,getPluralForm:_0x34ee99}}={'lv':{'dictionary':{'Paint\x20formatting':'Krāsu\x20formatēšana','Copy\x20text\x20formatting':'Kopēt\x20teksta\x20formatējumu','Paste\x20text\x20formatting':'Ielīmēt\x20teksta\x20formatējumu','Continuous\x20painting':'Nepārtraukta\x20krāsošana','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pēc\x20formatējuma\x20iestatīšanas\x20saglabā\x20krāsotāju\x20ieslēgtu.','Formatting\x20copied.':'Formatējums\x20nokopēts.','Pasted\x20formatting.':'Ielīmēts\x20formatējums.'},'getPluralForm':_0x3840b8=>_0x3840b8%0xa==0x1&&_0x3840b8%0x64!=0xb?0x0:0x0!=_0x3840b8?0x1:0x2}};_0x39709d['lv']||={'dictionary':{},'getPluralForm':null},_0x39709d['lv']['dictionary']=Object['assign'](_0x39709d['lv']['dictionary'],_0x324409),_0x39709d['lv']['getPluralForm']=_0x34ee99;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1a018f=>{const {lv:{dictionary:_0x11e24e,getPluralForm:_0x177767}}={'lv':{'dictionary':{'Paint\x20formatting':'Krāsu\x20formatēšana','Copy\x20text\x20formatting':'Kopēt\x20teksta\x20formatējumu','Paste\x20text\x20formatting':'Ielīmēt\x20teksta\x20formatējumu','Continuous\x20painting':'Nepārtraukta\x20krāsošana','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Pēc\x20formatējuma\x20iestatīšanas\x20saglabā\x20krāsotāju\x20ieslēgtu.','Formatting\x20copied.':'Formatējums\x20nokopēts.','Pasted\x20formatting.':'Ielīmēts\x20formatējums.'},'getPluralForm':_0x414c2a=>_0x414c2a%0xa==0x1&&_0x414c2a%0x64!=0xb?0x0:0x0!=_0x414c2a?0x1:0x2}};_0x1a018f['lv']||={'dictionary':{},'getPluralForm':null},_0x1a018f['lv']['dictionary']=Object['assign'](_0x1a018f['lv']['dictionary'],_0x11e24e),_0x1a018f['lv']['getPluralForm']=_0x177767;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ms':{'dictionary':{'Paint\x20formatting':'Pemformatan\x20cat','Copy\x20text\x20formatting':'Salin\x20pemformatan\x20teks','Paste\x20text\x20formatting':'Tampal\x20pemformatan\x20teks','Continuous\x20painting':'Pengecatan\x20berterusan','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biar\x20pengecat\x20terbuka\x20selepas\x20menetapkan\x20format.','Formatting\x20copied.':'Format\x20disalin.','Pasted\x20formatting.':'Format\x20ditampal.'},'getPluralForm':_0x2a8f08=>0x0}};
23
+ export default{'ms':{'dictionary':{'Paint\x20formatting':'Pemformatan\x20cat','Copy\x20text\x20formatting':'Salin\x20pemformatan\x20teks','Paste\x20text\x20formatting':'Tampal\x20pemformatan\x20teks','Continuous\x20painting':'Pengecatan\x20berterusan','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biar\x20pengecat\x20terbuka\x20selepas\x20menetapkan\x20format.','Formatting\x20copied.':'Format\x20disalin.','Pasted\x20formatting.':'Format\x20ditampal.'},'getPluralForm':_0x36dcbf=>0x0}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x285b57=>{const {ms:{dictionary:_0x51caba,getPluralForm:_0x57c96f}}={'ms':{'dictionary':{'Paint\x20formatting':'Pemformatan\x20cat','Copy\x20text\x20formatting':'Salin\x20pemformatan\x20teks','Paste\x20text\x20formatting':'Tampal\x20pemformatan\x20teks','Continuous\x20painting':'Pengecatan\x20berterusan','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biar\x20pengecat\x20terbuka\x20selepas\x20menetapkan\x20format.','Formatting\x20copied.':'Format\x20disalin.','Pasted\x20formatting.':'Format\x20ditampal.'},'getPluralForm':_0x33e21c=>0x0}};_0x285b57['ms']||={'dictionary':{},'getPluralForm':null},_0x285b57['ms']['dictionary']=Object['assign'](_0x285b57['ms']['dictionary'],_0x51caba),_0x285b57['ms']['getPluralForm']=_0x57c96f;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x450068=>{const {ms:{dictionary:_0x5811f0,getPluralForm:_0x215dd9}}={'ms':{'dictionary':{'Paint\x20formatting':'Pemformatan\x20cat','Copy\x20text\x20formatting':'Salin\x20pemformatan\x20teks','Paste\x20text\x20formatting':'Tampal\x20pemformatan\x20teks','Continuous\x20painting':'Pengecatan\x20berterusan','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Biar\x20pengecat\x20terbuka\x20selepas\x20menetapkan\x20format.','Formatting\x20copied.':'Format\x20disalin.','Pasted\x20formatting.':'Format\x20ditampal.'},'getPluralForm':_0x1b12d9=>0x0}};_0x450068['ms']||={'dictionary':{},'getPluralForm':null},_0x450068['ms']['dictionary']=Object['assign'](_0x450068['ms']['dictionary'],_0x5811f0),_0x450068['ms']['getPluralForm']=_0x215dd9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'nl':{'dictionary':{'Paint\x20formatting':'Opmaak\x20inkleuren','Copy\x20text\x20formatting':'Tekstopmaak\x20kopiëren','Paste\x20text\x20formatting':'Tekstopmaak\x20plakken','Continuous\x20painting':'Doorlopend\x20kleuren','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Houdt\x20het\x20kleuren\x20aan\x20na\x20het\x20instellen\x20van\x20de\x20opmaak.','Formatting\x20copied.':'Opmaak\x20gekopieerd.','Pasted\x20formatting.':'Opmaak\x20geplakt.'},'getPluralForm':_0x506b31=>0x1!=_0x506b31}};
23
+ export default{'nl':{'dictionary':{'Paint\x20formatting':'Opmaak\x20inkleuren','Copy\x20text\x20formatting':'Tekstopmaak\x20kopiëren','Paste\x20text\x20formatting':'Tekstopmaak\x20plakken','Continuous\x20painting':'Doorlopend\x20kleuren','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Houdt\x20het\x20kleuren\x20aan\x20na\x20het\x20instellen\x20van\x20de\x20opmaak.','Formatting\x20copied.':'Opmaak\x20gekopieerd.','Pasted\x20formatting.':'Opmaak\x20geplakt.'},'getPluralForm':_0x13577e=>0x1!=_0x13577e}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x44a102=>{const {nl:{dictionary:_0x296e6a,getPluralForm:_0x6dcca7}}={'nl':{'dictionary':{'Paint\x20formatting':'Opmaak\x20inkleuren','Copy\x20text\x20formatting':'Tekstopmaak\x20kopiëren','Paste\x20text\x20formatting':'Tekstopmaak\x20plakken','Continuous\x20painting':'Doorlopend\x20kleuren','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Houdt\x20het\x20kleuren\x20aan\x20na\x20het\x20instellen\x20van\x20de\x20opmaak.','Formatting\x20copied.':'Opmaak\x20gekopieerd.','Pasted\x20formatting.':'Opmaak\x20geplakt.'},'getPluralForm':_0x19fded=>0x1!=_0x19fded}};_0x44a102['nl']||={'dictionary':{},'getPluralForm':null},_0x44a102['nl']['dictionary']=Object['assign'](_0x44a102['nl']['dictionary'],_0x296e6a),_0x44a102['nl']['getPluralForm']=_0x6dcca7;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4cf7c2=>{const {nl:{dictionary:_0x552f2d,getPluralForm:_0x4bbcb0}}={'nl':{'dictionary':{'Paint\x20formatting':'Opmaak\x20inkleuren','Copy\x20text\x20formatting':'Tekstopmaak\x20kopiëren','Paste\x20text\x20formatting':'Tekstopmaak\x20plakken','Continuous\x20painting':'Doorlopend\x20kleuren','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Houdt\x20het\x20kleuren\x20aan\x20na\x20het\x20instellen\x20van\x20de\x20opmaak.','Formatting\x20copied.':'Opmaak\x20gekopieerd.','Pasted\x20formatting.':'Opmaak\x20geplakt.'},'getPluralForm':_0x655eb8=>0x1!=_0x655eb8}};_0x4cf7c2['nl']||={'dictionary':{},'getPluralForm':null},_0x4cf7c2['nl']['dictionary']=Object['assign'](_0x4cf7c2['nl']['dictionary'],_0x552f2d),_0x4cf7c2['nl']['getPluralForm']=_0x4bbcb0;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'no':{'dictionary':{'Paint\x20formatting':'Paint-formatering','Copy\x20text\x20formatting':'Kopier\x20tekstformatering','Paste\x20text\x20formatting':'Lim\x20inn\x20tekstformatering','Continuous\x20painting':'Kontinuerlig\x20illustrasjon','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Lar\x20painter\x20være\x20på\x20etter\x20at\x20formatering\x20er\x20satt.','Formatting\x20copied.':'Formatering\x20kopiert.','Pasted\x20formatting.':'Limt\x20inn\x20formatering.'},'getPluralForm':_0x49721d=>0x1!=_0x49721d}};
23
+ export default{'no':{'dictionary':{'Paint\x20formatting':'Paint-formatering','Copy\x20text\x20formatting':'Kopier\x20tekstformatering','Paste\x20text\x20formatting':'Lim\x20inn\x20tekstformatering','Continuous\x20painting':'Kontinuerlig\x20illustrasjon','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Lar\x20painter\x20være\x20på\x20etter\x20at\x20formatering\x20er\x20satt.','Formatting\x20copied.':'Formatering\x20kopiert.','Pasted\x20formatting.':'Limt\x20inn\x20formatering.'},'getPluralForm':_0x3bd5e5=>0x1!=_0x3bd5e5}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0xff4674=>{const {no:{dictionary:_0x305356,getPluralForm:_0x31953b}}={'no':{'dictionary':{'Paint\x20formatting':'Paint-formatering','Copy\x20text\x20formatting':'Kopier\x20tekstformatering','Paste\x20text\x20formatting':'Lim\x20inn\x20tekstformatering','Continuous\x20painting':'Kontinuerlig\x20illustrasjon','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Lar\x20painter\x20være\x20på\x20etter\x20at\x20formatering\x20er\x20satt.','Formatting\x20copied.':'Formatering\x20kopiert.','Pasted\x20formatting.':'Limt\x20inn\x20formatering.'},'getPluralForm':_0x1d6626=>0x1!=_0x1d6626}};_0xff4674['no']||={'dictionary':{},'getPluralForm':null},_0xff4674['no']['dictionary']=Object['assign'](_0xff4674['no']['dictionary'],_0x305356),_0xff4674['no']['getPluralForm']=_0x31953b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x78ec82=>{const {no:{dictionary:_0x473c40,getPluralForm:_0x476a1d}}={'no':{'dictionary':{'Paint\x20formatting':'Paint-formatering','Copy\x20text\x20formatting':'Kopier\x20tekstformatering','Paste\x20text\x20formatting':'Lim\x20inn\x20tekstformatering','Continuous\x20painting':'Kontinuerlig\x20illustrasjon','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Lar\x20painter\x20være\x20på\x20etter\x20at\x20formatering\x20er\x20satt.','Formatting\x20copied.':'Formatering\x20kopiert.','Pasted\x20formatting.':'Limt\x20inn\x20formatering.'},'getPluralForm':_0x2e7a2f=>0x1!=_0x2e7a2f}};_0x78ec82['no']||={'dictionary':{},'getPluralForm':null},_0x78ec82['no']['dictionary']=Object['assign'](_0x78ec82['no']['dictionary'],_0x473c40),_0x78ec82['no']['getPluralForm']=_0x476a1d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pl':{'dictionary':{'Paint\x20formatting':'Malarz\x20formatów','Copy\x20text\x20formatting':'Kopiuj\x20formatowanie\x20tekstu','Paste\x20text\x20formatting':'Wklej\x20formatowanie\x20tekstu','Continuous\x20painting':'Stały\x20malarz\x20formatów','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20ustawieniu\x20formatowania\x20malarz\x20pozostaje\x20włączony.','Formatting\x20copied.':'Skopiowano\x20formatowanie.','Pasted\x20formatting.':'Wklejono\x20formatowanie.'},'getPluralForm':_0x31763c=>0x1==_0x31763c?0x0:_0x31763c%0xa>=0x2&&_0x31763c%0xa<=0x4&&(_0x31763c%0x64<0xc||_0x31763c%0x64>0xe)?0x1:0x1!=_0x31763c&&_0x31763c%0xa>=0x0&&_0x31763c%0xa<=0x1||_0x31763c%0xa>=0x5&&_0x31763c%0xa<=0x9||_0x31763c%0x64>=0xc&&_0x31763c%0x64<=0xe?0x2:0x3}};
23
+ export default{'pl':{'dictionary':{'Paint\x20formatting':'Malarz\x20formatów','Copy\x20text\x20formatting':'Kopiuj\x20formatowanie\x20tekstu','Paste\x20text\x20formatting':'Wklej\x20formatowanie\x20tekstu','Continuous\x20painting':'Stały\x20malarz\x20formatów','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20ustawieniu\x20formatowania\x20malarz\x20pozostaje\x20włączony.','Formatting\x20copied.':'Skopiowano\x20formatowanie.','Pasted\x20formatting.':'Wklejono\x20formatowanie.'},'getPluralForm':_0x1c2e54=>0x1==_0x1c2e54?0x0:_0x1c2e54%0xa>=0x2&&_0x1c2e54%0xa<=0x4&&(_0x1c2e54%0x64<0xc||_0x1c2e54%0x64>0xe)?0x1:0x1!=_0x1c2e54&&_0x1c2e54%0xa>=0x0&&_0x1c2e54%0xa<=0x1||_0x1c2e54%0xa>=0x5&&_0x1c2e54%0xa<=0x9||_0x1c2e54%0x64>=0xc&&_0x1c2e54%0x64<=0xe?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x48dc1f=>{const {pl:{dictionary:_0x43ce21,getPluralForm:_0x1022d2}}={'pl':{'dictionary':{'Paint\x20formatting':'Malarz\x20formatów','Copy\x20text\x20formatting':'Kopiuj\x20formatowanie\x20tekstu','Paste\x20text\x20formatting':'Wklej\x20formatowanie\x20tekstu','Continuous\x20painting':'Stały\x20malarz\x20formatów','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20ustawieniu\x20formatowania\x20malarz\x20pozostaje\x20włączony.','Formatting\x20copied.':'Skopiowano\x20formatowanie.','Pasted\x20formatting.':'Wklejono\x20formatowanie.'},'getPluralForm':_0x3289df=>0x1==_0x3289df?0x0:_0x3289df%0xa>=0x2&&_0x3289df%0xa<=0x4&&(_0x3289df%0x64<0xc||_0x3289df%0x64>0xe)?0x1:0x1!=_0x3289df&&_0x3289df%0xa>=0x0&&_0x3289df%0xa<=0x1||_0x3289df%0xa>=0x5&&_0x3289df%0xa<=0x9||_0x3289df%0x64>=0xc&&_0x3289df%0x64<=0xe?0x2:0x3}};_0x48dc1f['pl']||={'dictionary':{},'getPluralForm':null},_0x48dc1f['pl']['dictionary']=Object['assign'](_0x48dc1f['pl']['dictionary'],_0x43ce21),_0x48dc1f['pl']['getPluralForm']=_0x1022d2;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x5c67ce=>{const {pl:{dictionary:_0x42c950,getPluralForm:_0x24873f}}={'pl':{'dictionary':{'Paint\x20formatting':'Malarz\x20formatów','Copy\x20text\x20formatting':'Kopiuj\x20formatowanie\x20tekstu','Paste\x20text\x20formatting':'Wklej\x20formatowanie\x20tekstu','Continuous\x20painting':'Stały\x20malarz\x20formatów','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20ustawieniu\x20formatowania\x20malarz\x20pozostaje\x20włączony.','Formatting\x20copied.':'Skopiowano\x20formatowanie.','Pasted\x20formatting.':'Wklejono\x20formatowanie.'},'getPluralForm':_0x47bfc6=>0x1==_0x47bfc6?0x0:_0x47bfc6%0xa>=0x2&&_0x47bfc6%0xa<=0x4&&(_0x47bfc6%0x64<0xc||_0x47bfc6%0x64>0xe)?0x1:0x1!=_0x47bfc6&&_0x47bfc6%0xa>=0x0&&_0x47bfc6%0xa<=0x1||_0x47bfc6%0xa>=0x5&&_0x47bfc6%0xa<=0x9||_0x47bfc6%0x64>=0xc&&_0x47bfc6%0x64<=0xe?0x2:0x3}};_0x5c67ce['pl']||={'dictionary':{},'getPluralForm':null},_0x5c67ce['pl']['dictionary']=Object['assign'](_0x5c67ce['pl']['dictionary'],_0x42c950),_0x5c67ce['pl']['getPluralForm']=_0x24873f;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt-br':{'dictionary':{'Paint\x20formatting':'Pintar\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20a\x20função\x20de\x20pintura\x20ativa\x20após\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x32ff5e=>0x0==_0x32ff5e||0x1==_0x32ff5e?0x0:0x0!=_0x32ff5e&&_0x32ff5e%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt-br':{'dictionary':{'Paint\x20formatting':'Pintar\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20a\x20função\x20de\x20pintura\x20ativa\x20após\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x228323=>0x0==_0x228323||0x1==_0x228323?0x0:0x0!=_0x228323&&_0x228323%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x14d30e=>{const {'pt-br':{dictionary:_0x57bf58,getPluralForm:_0x59f778}}={'pt-br':{'dictionary':{'Paint\x20formatting':'Pintar\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20a\x20função\x20de\x20pintura\x20ativa\x20após\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x5b9ead=>0x0==_0x5b9ead||0x1==_0x5b9ead?0x0:0x0!=_0x5b9ead&&_0x5b9ead%0xf4240==0x0?0x1:0x2}};_0x14d30e['pt-br']||={'dictionary':{},'getPluralForm':null},_0x14d30e['pt-br']['dictionary']=Object['assign'](_0x14d30e['pt-br']['dictionary'],_0x57bf58),_0x14d30e['pt-br']['getPluralForm']=_0x59f778;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4f7947=>{const {'pt-br':{dictionary:_0x4d6f9f,getPluralForm:_0x148ca9}}={'pt-br':{'dictionary':{'Paint\x20formatting':'Pintar\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20a\x20função\x20de\x20pintura\x20ativa\x20após\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x8bbdd0=>0x0==_0x8bbdd0||0x1==_0x8bbdd0?0x0:0x0!=_0x8bbdd0&&_0x8bbdd0%0xf4240==0x0?0x1:0x2}};_0x4f7947['pt-br']||={'dictionary':{},'getPluralForm':null},_0x4f7947['pt-br']['dictionary']=Object['assign'](_0x4f7947['pt-br']['dictionary'],_0x4d6f9f),_0x4f7947['pt-br']['getPluralForm']=_0x148ca9;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'pt':{'dictionary':{'Paint\x20formatting':'Pincel\x20de\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20o\x20pincel\x20ativo\x20depois\x20de\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x736e26=>0x0==_0x736e26||0x1==_0x736e26?0x0:0x0!=_0x736e26&&_0x736e26%0xf4240==0x0?0x1:0x2}};
23
+ export default{'pt':{'dictionary':{'Paint\x20formatting':'Pincel\x20de\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20o\x20pincel\x20ativo\x20depois\x20de\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x22f37a=>0x0==_0x22f37a||0x1==_0x22f37a?0x0:0x0!=_0x22f37a&&_0x22f37a%0xf4240==0x0?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2e7d1a=>{const {pt:{dictionary:_0x18b4a1,getPluralForm:_0x590738}}={'pt':{'dictionary':{'Paint\x20formatting':'Pincel\x20de\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20o\x20pincel\x20ativo\x20depois\x20de\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x4541fc=>0x0==_0x4541fc||0x1==_0x4541fc?0x0:0x0!=_0x4541fc&&_0x4541fc%0xf4240==0x0?0x1:0x2}};_0x2e7d1a['pt']||={'dictionary':{},'getPluralForm':null},_0x2e7d1a['pt']['dictionary']=Object['assign'](_0x2e7d1a['pt']['dictionary'],_0x18b4a1),_0x2e7d1a['pt']['getPluralForm']=_0x590738;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x1badf4=>{const {pt:{dictionary:_0x412509,getPluralForm:_0x5a0941}}={'pt':{'dictionary':{'Paint\x20formatting':'Pincel\x20de\x20formatação','Copy\x20text\x20formatting':'Copiar\x20formatação\x20de\x20texto','Paste\x20text\x20formatting':'Colar\x20formatação\x20de\x20texto','Continuous\x20painting':'Pintura\x20contínua','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Mantém\x20o\x20pincel\x20ativo\x20depois\x20de\x20aplicar\x20a\x20formatação.','Formatting\x20copied.':'Formatação\x20copiada.','Pasted\x20formatting.':'Formatação\x20colada.'},'getPluralForm':_0x36dedb=>0x0==_0x36dedb||0x1==_0x36dedb?0x0:0x0!=_0x36dedb&&_0x36dedb%0xf4240==0x0?0x1:0x2}};_0x1badf4['pt']||={'dictionary':{},'getPluralForm':null},_0x1badf4['pt']['dictionary']=Object['assign'](_0x1badf4['pt']['dictionary'],_0x412509),_0x1badf4['pt']['getPluralForm']=_0x5a0941;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ro':{'dictionary':{'Paint\x20formatting':'Formatare\x20Desen','Copy\x20text\x20formatting':'Copiază\x20formatarea\x20textului','Paste\x20text\x20formatting':'Lipește\x20formatarea\x20textului','Continuous\x20painting':'Desen\x20continuu','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Menține\x20activă\x20funcția\x20de\x20desenare\x20după\x20alegerea\x20formatării.','Formatting\x20copied.':'Formatarea\x20a\x20fost\x20copiată.','Pasted\x20formatting.':'Formatarea\x20a\x20fost\x20lipită.'},'getPluralForm':_0x45eb62=>0x1==_0x45eb62?0x0:_0x45eb62%0x64>0x13||_0x45eb62%0x64==0x0&&0x0!=_0x45eb62?0x2:0x1}};
23
+ export default{'ro':{'dictionary':{'Paint\x20formatting':'Formatare\x20Desen','Copy\x20text\x20formatting':'Copiază\x20formatarea\x20textului','Paste\x20text\x20formatting':'Lipește\x20formatarea\x20textului','Continuous\x20painting':'Desen\x20continuu','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Menține\x20activă\x20funcția\x20de\x20desenare\x20după\x20alegerea\x20formatării.','Formatting\x20copied.':'Formatarea\x20a\x20fost\x20copiată.','Pasted\x20formatting.':'Formatarea\x20a\x20fost\x20lipită.'},'getPluralForm':_0xb97bbc=>0x1==_0xb97bbc?0x0:_0xb97bbc%0x64>0x13||_0xb97bbc%0x64==0x0&&0x0!=_0xb97bbc?0x2:0x1}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x14286e=>{const {ro:{dictionary:_0x50974a,getPluralForm:_0x3ad31d}}={'ro':{'dictionary':{'Paint\x20formatting':'Formatare\x20Desen','Copy\x20text\x20formatting':'Copiază\x20formatarea\x20textului','Paste\x20text\x20formatting':'Lipește\x20formatarea\x20textului','Continuous\x20painting':'Desen\x20continuu','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Menține\x20activă\x20funcția\x20de\x20desenare\x20după\x20alegerea\x20formatării.','Formatting\x20copied.':'Formatarea\x20a\x20fost\x20copiată.','Pasted\x20formatting.':'Formatarea\x20a\x20fost\x20lipită.'},'getPluralForm':_0x3b1a44=>0x1==_0x3b1a44?0x0:_0x3b1a44%0x64>0x13||_0x3b1a44%0x64==0x0&&0x0!=_0x3b1a44?0x2:0x1}};_0x14286e['ro']||={'dictionary':{},'getPluralForm':null},_0x14286e['ro']['dictionary']=Object['assign'](_0x14286e['ro']['dictionary'],_0x50974a),_0x14286e['ro']['getPluralForm']=_0x3ad31d;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2af2d0=>{const {ro:{dictionary:_0x5ead71,getPluralForm:_0x4b309e}}={'ro':{'dictionary':{'Paint\x20formatting':'Formatare\x20Desen','Copy\x20text\x20formatting':'Copiază\x20formatarea\x20textului','Paste\x20text\x20formatting':'Lipește\x20formatarea\x20textului','Continuous\x20painting':'Desen\x20continuu','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Menține\x20activă\x20funcția\x20de\x20desenare\x20după\x20alegerea\x20formatării.','Formatting\x20copied.':'Formatarea\x20a\x20fost\x20copiată.','Pasted\x20formatting.':'Formatarea\x20a\x20fost\x20lipită.'},'getPluralForm':_0x4f2984=>0x1==_0x4f2984?0x0:_0x4f2984%0x64>0x13||_0x4f2984%0x64==0x0&&0x0!=_0x4f2984?0x2:0x1}};_0x2af2d0['ro']||={'dictionary':{},'getPluralForm':null},_0x2af2d0['ro']['dictionary']=Object['assign'](_0x2af2d0['ro']['dictionary'],_0x5ead71),_0x2af2d0['ro']['getPluralForm']=_0x4b309e;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'ru':{'dictionary':{'Paint\x20formatting':'Форматирование\x20рисунков','Copy\x20text\x20formatting':'Копировать\x20форматирование\x20текста','Paste\x20text\x20formatting':'Вставить\x20форматирование\x20текста','Continuous\x20painting':'Непрерывное\x20рисование','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Оставляет\x20рисование\x20включенным\x20после\x20настройки\x20форматирования.','Formatting\x20copied.':'Форматирование\x20скопировано.','Pasted\x20formatting.':'Вставленное\x20форматирование.'},'getPluralForm':_0x59d43c=>_0x59d43c%0xa==0x1&&_0x59d43c%0x64!=0xb?0x0:_0x59d43c%0xa>=0x2&&_0x59d43c%0xa<=0x4&&(_0x59d43c%0x64<0xc||_0x59d43c%0x64>0xe)?0x1:_0x59d43c%0xa==0x0||_0x59d43c%0xa>=0x5&&_0x59d43c%0xa<=0x9||_0x59d43c%0x64>=0xb&&_0x59d43c%0x64<=0xe?0x2:0x3}};
23
+ export default{'ru':{'dictionary':{'Paint\x20formatting':'Форматирование\x20рисунков','Copy\x20text\x20formatting':'Копировать\x20форматирование\x20текста','Paste\x20text\x20formatting':'Вставить\x20форматирование\x20текста','Continuous\x20painting':'Непрерывное\x20рисование','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Оставляет\x20рисование\x20включенным\x20после\x20настройки\x20форматирования.','Formatting\x20copied.':'Форматирование\x20скопировано.','Pasted\x20formatting.':'Вставленное\x20форматирование.'},'getPluralForm':_0x196686=>_0x196686%0xa==0x1&&_0x196686%0x64!=0xb?0x0:_0x196686%0xa>=0x2&&_0x196686%0xa<=0x4&&(_0x196686%0x64<0xc||_0x196686%0x64>0xe)?0x1:_0x196686%0xa==0x0||_0x196686%0xa>=0x5&&_0x196686%0xa<=0x9||_0x196686%0x64>=0xb&&_0x196686%0x64<=0xe?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x2897c8=>{const {ru:{dictionary:_0x127cc9,getPluralForm:_0x23933e}}={'ru':{'dictionary':{'Paint\x20formatting':'Форматирование\x20рисунков','Copy\x20text\x20formatting':'Копировать\x20форматирование\x20текста','Paste\x20text\x20formatting':'Вставить\x20форматирование\x20текста','Continuous\x20painting':'Непрерывное\x20рисование','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Оставляет\x20рисование\x20включенным\x20после\x20настройки\x20форматирования.','Formatting\x20copied.':'Форматирование\x20скопировано.','Pasted\x20formatting.':'Вставленное\x20форматирование.'},'getPluralForm':_0x8b7bf6=>_0x8b7bf6%0xa==0x1&&_0x8b7bf6%0x64!=0xb?0x0:_0x8b7bf6%0xa>=0x2&&_0x8b7bf6%0xa<=0x4&&(_0x8b7bf6%0x64<0xc||_0x8b7bf6%0x64>0xe)?0x1:_0x8b7bf6%0xa==0x0||_0x8b7bf6%0xa>=0x5&&_0x8b7bf6%0xa<=0x9||_0x8b7bf6%0x64>=0xb&&_0x8b7bf6%0x64<=0xe?0x2:0x3}};_0x2897c8['ru']||={'dictionary':{},'getPluralForm':null},_0x2897c8['ru']['dictionary']=Object['assign'](_0x2897c8['ru']['dictionary'],_0x127cc9),_0x2897c8['ru']['getPluralForm']=_0x23933e;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x2bd205=>{const {ru:{dictionary:_0x508594,getPluralForm:_0x1fc0be}}={'ru':{'dictionary':{'Paint\x20formatting':'Форматирование\x20рисунков','Copy\x20text\x20formatting':'Копировать\x20форматирование\x20текста','Paste\x20text\x20formatting':'Вставить\x20форматирование\x20текста','Continuous\x20painting':'Непрерывное\x20рисование','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Оставляет\x20рисование\x20включенным\x20после\x20настройки\x20форматирования.','Formatting\x20copied.':'Форматирование\x20скопировано.','Pasted\x20formatting.':'Вставленное\x20форматирование.'},'getPluralForm':_0xd545c2=>_0xd545c2%0xa==0x1&&_0xd545c2%0x64!=0xb?0x0:_0xd545c2%0xa>=0x2&&_0xd545c2%0xa<=0x4&&(_0xd545c2%0x64<0xc||_0xd545c2%0x64>0xe)?0x1:_0xd545c2%0xa==0x0||_0xd545c2%0xa>=0x5&&_0xd545c2%0xa<=0x9||_0xd545c2%0x64>=0xb&&_0xd545c2%0x64<=0xe?0x2:0x3}};_0x2bd205['ru']||={'dictionary':{},'getPluralForm':null},_0x2bd205['ru']['dictionary']=Object['assign'](_0x2bd205['ru']['dictionary'],_0x508594),_0x2bd205['ru']['getPluralForm']=_0x1fc0be;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sk':{'dictionary':{'Paint\x20formatting':'Formátovanie\x20maľovania','Copy\x20text\x20formatting':'Kopírovať\x20formátovanie\x20textu','Paste\x20text\x20formatting':'Vložiť\x20formátovanie\x20textu','Continuous\x20painting':'Nepretržité\x20maľovanie','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20nastavení\x20formátovania\x20ponechá\x20maľovanie\x20zapnuté.','Formatting\x20copied.':'Formátovanie\x20skopírované.','Pasted\x20formatting.':'Vložené\x20formátovanie.'},'getPluralForm':_0x13acd2=>_0x13acd2%0x1==0x0&&0x1==_0x13acd2?0x0:_0x13acd2%0x1==0x0&&_0x13acd2>=0x2&&_0x13acd2<=0x4?0x1:_0x13acd2%0x1!=0x0?0x2:0x3}};
23
+ export default{'sk':{'dictionary':{'Paint\x20formatting':'Formátovanie\x20maľovania','Copy\x20text\x20formatting':'Kopírovať\x20formátovanie\x20textu','Paste\x20text\x20formatting':'Vložiť\x20formátovanie\x20textu','Continuous\x20painting':'Nepretržité\x20maľovanie','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20nastavení\x20formátovania\x20ponechá\x20maľovanie\x20zapnuté.','Formatting\x20copied.':'Formátovanie\x20skopírované.','Pasted\x20formatting.':'Vložené\x20formátovanie.'},'getPluralForm':_0x2eeae6=>_0x2eeae6%0x1==0x0&&0x1==_0x2eeae6?0x0:_0x2eeae6%0x1==0x0&&_0x2eeae6>=0x2&&_0x2eeae6<=0x4?0x1:_0x2eeae6%0x1!=0x0?0x2:0x3}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x5a5adc=>{const {sk:{dictionary:_0x51f7f1,getPluralForm:_0x228839}}={'sk':{'dictionary':{'Paint\x20formatting':'Formátovanie\x20maľovania','Copy\x20text\x20formatting':'Kopírovať\x20formátovanie\x20textu','Paste\x20text\x20formatting':'Vložiť\x20formátovanie\x20textu','Continuous\x20painting':'Nepretržité\x20maľovanie','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20nastavení\x20formátovania\x20ponechá\x20maľovanie\x20zapnuté.','Formatting\x20copied.':'Formátovanie\x20skopírované.','Pasted\x20formatting.':'Vložené\x20formátovanie.'},'getPluralForm':_0x1411d9=>_0x1411d9%0x1==0x0&&0x1==_0x1411d9?0x0:_0x1411d9%0x1==0x0&&_0x1411d9>=0x2&&_0x1411d9<=0x4?0x1:_0x1411d9%0x1!=0x0?0x2:0x3}};_0x5a5adc['sk']||={'dictionary':{},'getPluralForm':null},_0x5a5adc['sk']['dictionary']=Object['assign'](_0x5a5adc['sk']['dictionary'],_0x51f7f1),_0x5a5adc['sk']['getPluralForm']=_0x228839;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x28f688=>{const {sk:{dictionary:_0x3616fa,getPluralForm:_0x63fb6a}}={'sk':{'dictionary':{'Paint\x20formatting':'Formátovanie\x20maľovania','Copy\x20text\x20formatting':'Kopírovať\x20formátovanie\x20textu','Paste\x20text\x20formatting':'Vložiť\x20formátovanie\x20textu','Continuous\x20painting':'Nepretržité\x20maľovanie','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Po\x20nastavení\x20formátovania\x20ponechá\x20maľovanie\x20zapnuté.','Formatting\x20copied.':'Formátovanie\x20skopírované.','Pasted\x20formatting.':'Vložené\x20formátovanie.'},'getPluralForm':_0x131cc0=>_0x131cc0%0x1==0x0&&0x1==_0x131cc0?0x0:_0x131cc0%0x1==0x0&&_0x131cc0>=0x2&&_0x131cc0<=0x4?0x1:_0x131cc0%0x1!=0x0?0x2:0x3}};_0x28f688['sk']||={'dictionary':{},'getPluralForm':null},_0x28f688['sk']['dictionary']=Object['assign'](_0x28f688['sk']['dictionary'],_0x3616fa),_0x28f688['sk']['getPluralForm']=_0x63fb6a;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr-latn':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x5e23dd=>_0x5e23dd%0xa==0x1&&_0x5e23dd%0x64!=0xb?0x0:_0x5e23dd%0xa>=0x2&&_0x5e23dd%0xa<=0x4&&(_0x5e23dd%0x64<0xa||_0x5e23dd%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr-latn':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x1795e7=>_0x1795e7%0xa==0x1&&_0x1795e7%0x64!=0xb?0x0:_0x1795e7%0xa>=0x2&&_0x1795e7%0xa<=0x4&&(_0x1795e7%0x64<0xa||_0x1795e7%0x64>=0x14)?0x1:0x2}};
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (_0x24629e=>{const {'sr-latn':{dictionary:_0x261c14,getPluralForm:_0x3ddf6b}}={'sr-latn':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x21a7de=>_0x21a7de%0xa==0x1&&_0x21a7de%0x64!=0xb?0x0:_0x21a7de%0xa>=0x2&&_0x21a7de%0xa<=0x4&&(_0x21a7de%0x64<0xa||_0x21a7de%0x64>=0x14)?0x1:0x2}};_0x24629e['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x24629e['sr-latn']['dictionary']=Object['assign'](_0x24629e['sr-latn']['dictionary'],_0x261c14),_0x24629e['sr-latn']['getPluralForm']=_0x3ddf6b;})(window['CKEDITOR_TRANSLATIONS']||={});
23
+ (_0x4530e2=>{const {'sr-latn':{dictionary:_0x5237d9,getPluralForm:_0x52485d}}={'sr-latn':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'','Paste\x20text\x20formatting':'','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x2c521b=>_0x2c521b%0xa==0x1&&_0x2c521b%0x64!=0xb?0x0:_0x2c521b%0xa>=0x2&&_0x2c521b%0xa<=0x4&&(_0x2c521b%0x64<0xa||_0x2c521b%0x64>=0x14)?0x1:0x2}};_0x4530e2['sr-latn']||={'dictionary':{},'getPluralForm':null},_0x4530e2['sr-latn']['dictionary']=Object['assign'](_0x4530e2['sr-latn']['dictionary'],_0x5237d9),_0x4530e2['sr-latn']['getPluralForm']=_0x52485d;})(window['CKEDITOR_TRANSLATIONS']||={});
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export default{'sr':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'Kopirajte\x20oblikovanje\x20teksta','Paste\x20text\x20formatting':'Nalepite\x20oblikovanje\x20teksta','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0x1ed061=>_0x1ed061%0xa==0x1&&_0x1ed061%0x64!=0xb?0x0:_0x1ed061%0xa>=0x2&&_0x1ed061%0xa<=0x4&&(_0x1ed061%0x64<0xa||_0x1ed061%0x64>=0x14)?0x1:0x2}};
23
+ export default{'sr':{'dictionary':{'Paint\x20formatting':'Formatiranje\x20boje','Copy\x20text\x20formatting':'Kopirajte\x20oblikovanje\x20teksta','Paste\x20text\x20formatting':'Nalepite\x20oblikovanje\x20teksta','Continuous\x20painting':'Kontinuirano\x20slikanje','Keeps\x20the\x20painter\x20on\x20after\x20setting\x20the\x20formatting.':'Ostavlja\x20četkicu\x20uključenom\x20nakon\x20podešavanja\x20formatiranja.','Formatting\x20copied.':'Formatiranje\x20je\x20kopirano.','Pasted\x20formatting.':'Formatiranje\x20je\x20nalepljeno.'},'getPluralForm':_0xcf9933=>_0xcf9933%0xa==0x1&&_0xcf9933%0x64!=0xb?0x0:_0xcf9933%0xa>=0x2&&_0xcf9933%0xa<=0x4&&(_0xcf9933%0x64<0xa||_0xcf9933%0x64>=0x14)?0x1:0x2}};