@ckeditor/ckeditor5-track-changes 37.1.0 → 38.0.0-rc.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 (148) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/en-au.js +1 -1
  11. package/build/translations/es.js +1 -1
  12. package/build/translations/et.js +1 -1
  13. package/build/translations/fi.js +1 -1
  14. package/build/translations/fr.js +1 -1
  15. package/build/translations/he.js +1 -1
  16. package/build/translations/hi.js +1 -1
  17. package/build/translations/hr.js +1 -1
  18. package/build/translations/hu.js +1 -1
  19. package/build/translations/id.js +1 -1
  20. package/build/translations/it.js +1 -1
  21. package/build/translations/ja.js +1 -1
  22. package/build/translations/ko.js +1 -1
  23. package/build/translations/lt.js +1 -1
  24. package/build/translations/lv.js +1 -1
  25. package/build/translations/ms.js +1 -1
  26. package/build/translations/nl.js +1 -1
  27. package/build/translations/no.js +1 -1
  28. package/build/translations/pl.js +1 -1
  29. package/build/translations/pt-br.js +1 -1
  30. package/build/translations/pt.js +1 -1
  31. package/build/translations/ro.js +1 -1
  32. package/build/translations/ru.js +1 -1
  33. package/build/translations/sk.js +1 -1
  34. package/build/translations/sr-latn.js +1 -1
  35. package/build/translations/sr.js +1 -1
  36. package/build/translations/sv.js +1 -1
  37. package/build/translations/th.js +1 -1
  38. package/build/translations/tr.js +1 -1
  39. package/build/translations/uk.js +1 -1
  40. package/build/translations/vi.js +1 -1
  41. package/build/translations/zh-cn.js +1 -1
  42. package/build/translations/zh.js +1 -1
  43. package/lang/translations/ar.po +7 -7
  44. package/lang/translations/bg.po +3 -3
  45. package/lang/translations/bn.po +3 -3
  46. package/lang/translations/ca.po +3 -3
  47. package/lang/translations/cs.po +5 -5
  48. package/lang/translations/da.po +3 -3
  49. package/lang/translations/de.po +3 -3
  50. package/lang/translations/el.po +3 -3
  51. package/lang/translations/en-au.po +23 -23
  52. package/lang/translations/es.po +4 -4
  53. package/lang/translations/et.po +3 -3
  54. package/lang/translations/fi.po +3 -3
  55. package/lang/translations/fr.po +4 -4
  56. package/lang/translations/he.po +5 -5
  57. package/lang/translations/hi.po +3 -3
  58. package/lang/translations/hr.po +26 -26
  59. package/lang/translations/hu.po +3 -3
  60. package/lang/translations/id.po +2 -2
  61. package/lang/translations/it.po +4 -4
  62. package/lang/translations/ja.po +2 -2
  63. package/lang/translations/ko.po +2 -2
  64. package/lang/translations/lt.po +5 -5
  65. package/lang/translations/lv.po +4 -4
  66. package/lang/translations/ms.po +2 -2
  67. package/lang/translations/nl.po +3 -3
  68. package/lang/translations/no.po +3 -3
  69. package/lang/translations/pl.po +5 -5
  70. package/lang/translations/pt-br.po +4 -4
  71. package/lang/translations/pt.po +4 -4
  72. package/lang/translations/ro.po +4 -4
  73. package/lang/translations/ru.po +5 -5
  74. package/lang/translations/sk.po +5 -5
  75. package/lang/translations/sr-latn.po +4 -4
  76. package/lang/translations/sr.po +4 -4
  77. package/lang/translations/sv.po +3 -3
  78. package/lang/translations/th.po +2 -2
  79. package/lang/translations/tr.po +3 -3
  80. package/lang/translations/uk.po +5 -5
  81. package/lang/translations/vi.po +2 -2
  82. package/lang/translations/zh-cn.po +2 -2
  83. package/lang/translations/zh.po +2 -2
  84. package/package.json +2 -2
  85. package/src/commands/acceptsuggestioncommand.js +1 -1
  86. package/src/commands/discardsuggestioncommand.js +1 -1
  87. package/src/commands/executeonallsuggestionscommand.js +1 -1
  88. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  89. package/src/commands/trackchangescommand.js +1 -1
  90. package/src/integrations/alignment.js +1 -1
  91. package/src/integrations/basicstyles.js +1 -1
  92. package/src/integrations/blockquote.js +1 -1
  93. package/src/integrations/ckbox.js +1 -1
  94. package/src/integrations/codeblock.js +1 -1
  95. package/src/integrations/comments.js +1 -1
  96. package/src/integrations/deletecommand.js +1 -1
  97. package/src/integrations/documentlist.js +1 -1
  98. package/src/integrations/documentlistproperties.js +1 -1
  99. package/src/integrations/entercommand.js +1 -1
  100. package/src/integrations/findandreplace.js +1 -1
  101. package/src/integrations/font.js +1 -1
  102. package/src/integrations/formatpainter.js +1 -1
  103. package/src/integrations/heading.js +1 -1
  104. package/src/integrations/highlight.js +1 -1
  105. package/src/integrations/horizontalline.js +1 -1
  106. package/src/integrations/htmlembed.js +1 -1
  107. package/src/integrations/image.js +1 -1
  108. package/src/integrations/imagereplace.js +1 -1
  109. package/src/integrations/importword.js +1 -1
  110. package/src/integrations/indent.js +1 -1
  111. package/src/integrations/inputcommand.js +1 -1
  112. package/src/integrations/link.js +1 -1
  113. package/src/integrations/list.js +1 -1
  114. package/src/integrations/listproperties.js +1 -1
  115. package/src/integrations/mediaembed.js +1 -1
  116. package/src/integrations/mention.js +1 -1
  117. package/src/integrations/pagebreak.js +1 -1
  118. package/src/integrations/paragraph.js +1 -1
  119. package/src/integrations/removeformat.js +1 -1
  120. package/src/integrations/restrictededitingmode.js +1 -1
  121. package/src/integrations/shiftentercommand.js +1 -1
  122. package/src/integrations/standardeditingmode.js +1 -1
  123. package/src/integrations/style.js +1 -1
  124. package/src/integrations/table.js +1 -1
  125. package/src/integrations/tablecaption.js +1 -1
  126. package/src/integrations/tableclipboard.js +1 -1
  127. package/src/integrations/tablecolumnresize.js +1 -1
  128. package/src/integrations/tableheadings.js +1 -1
  129. package/src/integrations/tablemergesplit.js +1 -1
  130. package/src/integrations/tableofcontents.js +1 -1
  131. package/src/integrations/tableproperties.js +1 -1
  132. package/src/integrations/template.js +1 -1
  133. package/src/integrations/title.js +1 -1
  134. package/src/integrations/undo.js +1 -1
  135. package/src/integrations/utils.js +1 -1
  136. package/src/suggestion.js +1 -1
  137. package/src/suggestiondescriptionfactory.js +1 -1
  138. package/src/trackchanges.d.ts +23 -5
  139. package/src/trackchanges.js +1 -1
  140. package/src/trackchangesconfig.d.ts +23 -5
  141. package/src/trackchangesdata.js +1 -1
  142. package/src/trackchangesediting.js +1 -1
  143. package/src/trackchangesui.js +1 -1
  144. package/src/ui/suggestioncontroller.js +1 -1
  145. package/src/ui/view/basesuggestionthreadview.js +1 -1
  146. package/src/ui/view/suggestionthreadview.js +1 -1
  147. package/src/utils/common-translations.js +1 -1
  148. package/src/utils/utils.js +1 -1
@@ -154,7 +154,7 @@ msgstr "*Set ukuran fon:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Atur format jadi:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "kolom tabel *dengan teks* %1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "daftar isi"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Imposta dimensione carattere:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Imposta il formato a:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "%0 colonne di tabella *con testo* %1"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "sommario"
383
+ msgstr[1] "sommario"
384
+ msgstr[2] "sommario"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*フォントサイズを設定:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*フォーマットを次に設定:*%0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "テーブル列*テキスト入り*%1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "目次"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*폰트 크기 설정:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*서식을 다음으로 설정:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "%1 *텍스트가 포함된* %0 열"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "목차"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Nustatyti šrifto dydį:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Nustatyti formatą į:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -395,10 +395,10 @@ msgstr[3] "0% lentelės stulpelis *su tekstu* %1"
395
395
  msgctxt "The table of contents element name displayed in the suggestion."
396
396
  msgid "ELEMENT_TABLE_OF_CONTENTS"
397
397
  msgid_plural "%0 tables of contents"
398
- msgstr[0] ""
399
- msgstr[1] ""
400
- msgstr[2] ""
401
- msgstr[3] ""
398
+ msgstr[0] "Turinys"
399
+ msgstr[1] "Turiniai"
400
+ msgstr[2] "Turinių"
401
+ msgstr[3] "Turinių"
402
402
 
403
403
  msgctxt "The table row element name displayed in the suggestion."
404
404
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Uzstādīt teksta izmēru:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Iestatīt formātu uz:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "0% tabulas kolonna *ar tekstu* %1"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "satura rādītājs"
383
+ msgstr[1] "satura rādītājs"
384
+ msgstr[2] "satura rādītājs"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Tetapkan saiz fon:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Tetapkan format menjadi:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "kolum jadual *dengan teks* %1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "isi kandungan"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Lettergrootte instellen:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Formaat instellen op:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -363,8 +363,8 @@ msgstr[1] "%0 tabel-kolommen *met tekst* %1"
363
363
  msgctxt "The table of contents element name displayed in the suggestion."
364
364
  msgid "ELEMENT_TABLE_OF_CONTENTS"
365
365
  msgid_plural "%0 tables of contents"
366
- msgstr[0] ""
367
- msgstr[1] ""
366
+ msgstr[0] "inhoudsopgave"
367
+ msgstr[1] "inhoudsopgave"
368
368
 
369
369
  msgctxt "The table row element name displayed in the suggestion."
370
370
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Sett fontstørrelse:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Sett format til:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -363,8 +363,8 @@ msgstr[1] "0% tabellkolonner *med tekst* %1"
363
363
  msgctxt "The table of contents element name displayed in the suggestion."
364
364
  msgid "ELEMENT_TABLE_OF_CONTENTS"
365
365
  msgid_plural "%0 tables of contents"
366
- msgstr[0] ""
367
- msgstr[1] ""
366
+ msgstr[0] "innholdsfortegnelse"
367
+ msgstr[1] "innholdsfortegnelse"
368
368
 
369
369
  msgctxt "The table row element name displayed in the suggestion."
370
370
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Ustaw wielkość czcionki:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Ustaw formatowanie na:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -395,10 +395,10 @@ msgstr[3] "%0 kolumn tabeli *z tekstem* %1"
395
395
  msgctxt "The table of contents element name displayed in the suggestion."
396
396
  msgid "ELEMENT_TABLE_OF_CONTENTS"
397
397
  msgid_plural "%0 tables of contents"
398
- msgstr[0] ""
399
- msgstr[1] ""
400
- msgstr[2] ""
401
- msgstr[3] ""
398
+ msgstr[0] "spis treści"
399
+ msgstr[1] "spisy treści"
400
+ msgstr[2] "spisów treści"
401
+ msgstr[3] "spisów treści"
402
402
 
403
403
  msgctxt "The table row element name displayed in the suggestion."
404
404
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Definir tamanho da fonte:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Definir formato como:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "%0 colunas de tabela *com texto* %1"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "sumário"
383
+ msgstr[1] "sumário"
384
+ msgstr[2] "sumário"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Definir tamanho da fonte:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Definir formatação para:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "0% coluna de tabela *com texto* %1"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "índice"
383
+ msgstr[1] "índice"
384
+ msgstr[2] "índice"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Configurare dimensiune caractere:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Alegere format:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "0% de coloane de tabel *cu text* %1"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "cuprins"
383
+ msgstr[1] "cuprins"
384
+ msgstr[2] "cuprins"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -156,7 +156,7 @@ msgstr "*Установить размер шрифта:* %0"
156
156
 
157
157
  msgctxt "A suggestion for setting multiple inline formatting to %0"
158
158
  msgid "*Set format to:* %0"
159
- msgstr ""
159
+ msgstr "*Установить формат:* %0"
160
160
 
161
161
  msgctxt "A suggestion for highlighting text."
162
162
  msgid "*Set highlight:* %0"
@@ -397,10 +397,10 @@ msgstr[3] "0% столбец таблицы *с текстом* %1"
397
397
  msgctxt "The table of contents element name displayed in the suggestion."
398
398
  msgid "ELEMENT_TABLE_OF_CONTENTS"
399
399
  msgid_plural "%0 tables of contents"
400
- msgstr[0] ""
401
- msgstr[1] ""
402
- msgstr[2] ""
403
- msgstr[3] ""
400
+ msgstr[0] "оглавление"
401
+ msgstr[1] "оглавление"
402
+ msgstr[2] "оглавление"
403
+ msgstr[3] "оглавление"
404
404
 
405
405
  msgctxt "The table row element name displayed in the suggestion."
406
406
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Nastaviť veľkosť písma:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Nastaviť formát na:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -395,10 +395,10 @@ msgstr[3] "%0 stĺpcov tabuľky *s textom* %1"
395
395
  msgctxt "The table of contents element name displayed in the suggestion."
396
396
  msgid "ELEMENT_TABLE_OF_CONTENTS"
397
397
  msgid_plural "%0 tables of contents"
398
- msgstr[0] ""
399
- msgstr[1] ""
400
- msgstr[2] ""
401
- msgstr[3] ""
398
+ msgstr[0] "obsah"
399
+ msgstr[1] "obsah"
400
+ msgstr[2] "obsah"
401
+ msgstr[3] "obsah"
402
402
 
403
403
  msgctxt "The table row element name displayed in the suggestion."
404
404
  msgid "ELEMENT_TABLE_ROW"
@@ -42,11 +42,11 @@ msgstr "*Ubaci:* %0"
42
42
 
43
43
  msgctxt "A suggestion for changing table properties."
44
44
  msgid "*Format:* change table properties"
45
- msgstr ""
45
+ msgstr "*Format:* promeni svojstva tabele"
46
46
 
47
47
  msgctxt "A suggestion for changing table cell properties."
48
48
  msgid "*Format:* change table cell properties"
49
- msgstr ""
49
+ msgstr "*Format:* promeni svojstva ćelije tabele"
50
50
 
51
51
  msgctxt "A suggestion for inserting an item into another item."
52
52
  msgid "*Format:* insert into %0"
@@ -58,7 +58,7 @@ msgstr "*Format:* ukloni iz %0"
58
58
 
59
59
  msgctxt "A suggestion for replacing an image."
60
60
  msgid "*Format:* replace image URL"
61
- msgstr ""
61
+ msgstr "*Format:* zameni URL slike"
62
62
 
63
63
  msgctxt "A suggestion for resizing a table."
64
64
  msgid "*Format:* resize table"
@@ -154,7 +154,7 @@ msgstr "*Podesi veličinu fontova:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Podesite format na:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -154,7 +154,7 @@ msgstr "*Подеси величину фонта:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Podesi format na:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -379,9 +379,9 @@ msgstr[2] "0% %1 колона табеле *са текстом*"
379
379
  msgctxt "The table of contents element name displayed in the suggestion."
380
380
  msgid "ELEMENT_TABLE_OF_CONTENTS"
381
381
  msgid_plural "%0 tables of contents"
382
- msgstr[0] ""
383
- msgstr[1] ""
384
- msgstr[2] ""
382
+ msgstr[0] "sadržaj"
383
+ msgstr[1] "sadržaj"
384
+ msgstr[2] "sadržaj"
385
385
 
386
386
  msgctxt "The table row element name displayed in the suggestion."
387
387
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Ställ in teckenstorlek:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Ställ in formatet på:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -363,8 +363,8 @@ msgstr[1] "0% tabellkolumn *med text* %1"
363
363
  msgctxt "The table of contents element name displayed in the suggestion."
364
364
  msgid "ELEMENT_TABLE_OF_CONTENTS"
365
365
  msgid_plural "%0 tables of contents"
366
- msgstr[0] ""
367
- msgstr[1] ""
366
+ msgstr[0] "innehållsförteckning"
367
+ msgstr[1] "innehållsförteckning"
368
368
 
369
369
  msgctxt "The table row element name displayed in the suggestion."
370
370
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*ตั้งค่าขนาดฟอนต์:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*ตั้งค่ารูปแบบเป็น:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "คอลัมน์ของตาราง *ที่มีข้
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "สารบัญ"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Yazı boyutunun ayarlanması:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Biçimi şöyle ayarla:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -363,8 +363,8 @@ msgstr[1] "%0 tablo kolonları *metinle birlikte* %1"
363
363
  msgctxt "The table of contents element name displayed in the suggestion."
364
364
  msgid "ELEMENT_TABLE_OF_CONTENTS"
365
365
  msgid_plural "%0 tables of contents"
366
- msgstr[0] ""
367
- msgstr[1] ""
366
+ msgstr[0] "içindekiler"
367
+ msgstr[1] "içindekiler"
368
368
 
369
369
  msgctxt "The table row element name displayed in the suggestion."
370
370
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Установити розмір шрифту:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Встановити формат на:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -395,10 +395,10 @@ msgstr[3] "0% стовпців таблиці *з текстом* %1"
395
395
  msgctxt "The table of contents element name displayed in the suggestion."
396
396
  msgid "ELEMENT_TABLE_OF_CONTENTS"
397
397
  msgid_plural "%0 tables of contents"
398
- msgstr[0] ""
399
- msgstr[1] ""
400
- msgstr[2] ""
401
- msgstr[3] ""
398
+ msgstr[0] "зміст"
399
+ msgstr[1] "зміст"
400
+ msgstr[2] "зміст"
401
+ msgstr[3] "зміст"
402
402
 
403
403
  msgctxt "The table row element name displayed in the suggestion."
404
404
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*Đặt lại kích cỡ phông chữ:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*Đặt định dạng thành:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "cột trong bảng *có văn bản* %1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "mục lục"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*设置字号:* %0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*设置格式为:* %0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "%0 表格列 *含文本* %1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "目录"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
@@ -154,7 +154,7 @@ msgstr "*設定字型大小:*%0"
154
154
 
155
155
  msgctxt "A suggestion for setting multiple inline formatting to %0"
156
156
  msgid "*Set format to:* %0"
157
- msgstr ""
157
+ msgstr "*設定格式為:*%0"
158
158
 
159
159
  msgctxt "A suggestion for highlighting text."
160
160
  msgid "*Set highlight:* %0"
@@ -347,7 +347,7 @@ msgstr[0] "表格行*帶文字* %1"
347
347
  msgctxt "The table of contents element name displayed in the suggestion."
348
348
  msgid "ELEMENT_TABLE_OF_CONTENTS"
349
349
  msgid_plural "%0 tables of contents"
350
- msgstr[0] ""
350
+ msgstr[0] "內容目錄"
351
351
 
352
352
  msgctxt "The table row element name displayed in the suggestion."
353
353
  msgid "ELEMENT_TABLE_ROW"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "37.1.0",
3
+ "version": "38.0.0-rc.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "ckeditor5": "^37.1.0",
45
- "ckeditor5-collaboration": "^37.1.0",
45
+ "ckeditor5-collaboration": "^38.0.0-rc.0",
46
46
  "lodash-es": "^4.17.11"
47
47
  },
48
48
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x47f4=['refresh','track-changes-accept-suggestion-not-found','editor','plugins','_suggestions','execute','get'];(function(_0x9e2f04,_0x47f468){const _0x1c574d=function(_0x58679f){while(--_0x58679f){_0x9e2f04['push'](_0x9e2f04['shift']());}};_0x1c574d(++_0x47f468);}(_0x47f4,0x8d));const _0x1c57=function(_0x9e2f04,_0x47f468){_0x9e2f04=_0x9e2f04-0x0;let _0x1c574d=_0x47f4[_0x9e2f04];return _0x1c574d;};import{Command as _0x1af73c}from'ckeditor5/src/core';import{CKEditorError as _0x24c7b6}from'ckeditor5/src/utils';export default class M extends _0x1af73c{constructor(_0x495b42,_0x4eab3d){super(_0x495b42),this[_0x1c57('0x3')]=_0x4eab3d,this[_0x1c57('0x6')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x1c57('0x4')](_0x33a592){const _0x5e98bc=this['_suggestions'][_0x1c57('0x5')](_0x33a592);if(!_0x5e98bc)throw new _0x24c7b6(_0x1c57('0x0'),this);this[_0x1c57('0x1')][_0x1c57('0x2')]['get']('TrackChangesEditing')['acceptSuggestion'](_0x5e98bc);}}
23
+ const _0x5d6f=['editor','TrackChangesEditing','model','refresh','acceptSuggestion','execute','_suggestions','getRanges','track-changes-accept-suggestion-not-found','_isEnabledBasedOnSelection','get','plugins'];(function(_0x2983b6,_0x5d6fdc){const _0x1dc1d5=function(_0x3f464e){while(--_0x3f464e){_0x2983b6['push'](_0x2983b6['shift']());}};_0x1dc1d5(++_0x5d6fdc);}(_0x5d6f,0x112));const _0x1dc1=function(_0x2983b6,_0x5d6fdc){_0x2983b6=_0x2983b6-0x0;let _0x1dc1d5=_0x5d6f[_0x2983b6];return _0x1dc1d5;};import{Command as _0x543426}from'ckeditor5/src/core';import{CKEditorError as _0x5321b3}from'ckeditor5/src/utils';export default class M extends _0x543426{constructor(_0x281093,_0x27890e){super(_0x281093),this[_0x1dc1('0x8')]=_0x27890e,this[_0x1dc1('0x5')](),this[_0x1dc1('0xb')]=!0x1;}[_0x1dc1('0x5')](){this['isEnabled']=!0x0;}[_0x1dc1('0x7')](_0x4ff346){const _0x44de7e=this[_0x1dc1('0x8')][_0x1dc1('0x0')](_0x4ff346);if(!_0x44de7e)throw new _0x5321b3(_0x1dc1('0xa'),this);const _0x40deaf=_0x44de7e[_0x1dc1('0x9')]();this[_0x1dc1('0x2')][_0x1dc1('0x4')]['canEditAt'](_0x40deaf)&&this[_0x1dc1('0x2')][_0x1dc1('0x1')][_0x1dc1('0x0')](_0x1dc1('0x3'))[_0x1dc1('0x6')](_0x44de7e);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3372=['refresh','_suggestions','editor','isEnabled','discardSuggestion','plugins','get','TrackChangesEditing','track-changes-discard-suggestion-not-found'];(function(_0x549eae,_0x33729b){const _0x5ba115=function(_0x31b3d5){while(--_0x31b3d5){_0x549eae['push'](_0x549eae['shift']());}};_0x5ba115(++_0x33729b);}(_0x3372,0x1c7));const _0x5ba1=function(_0x549eae,_0x33729b){_0x549eae=_0x549eae-0x0;let _0x5ba115=_0x3372[_0x549eae];return _0x5ba115;};import{Command as _0x48847f}from'ckeditor5/src/core';import{CKEditorError as _0x242cf2}from'ckeditor5/src/utils';export default class $ extends _0x48847f{constructor(_0x261581,_0x54c3c7){super(_0x261581),this[_0x5ba1('0x5')]=_0x54c3c7,this[_0x5ba1('0x4')]();}['refresh'](){this[_0x5ba1('0x7')]=!0x0;}['execute'](_0x49b067){const _0x3328f2=this['_suggestions'][_0x5ba1('0x1')](_0x49b067);if(!_0x3328f2)throw new _0x242cf2(_0x5ba1('0x3'),this);this[_0x5ba1('0x6')][_0x5ba1('0x0')]['get'](_0x5ba1('0x2'))[_0x5ba1('0x8')](_0x3328f2);}}
23
+ const _0x562d=['execute','get','_suggestions','track-changes-discard-suggestion-not-found','isEnabled','canEditAt','_isEnabledBasedOnSelection','TrackChangesEditing','refresh','plugins','getRanges','editor','model'];(function(_0x5e8472,_0x562d05){const _0x1823c5=function(_0x47cf5d){while(--_0x47cf5d){_0x5e8472['push'](_0x5e8472['shift']());}};_0x1823c5(++_0x562d05);}(_0x562d,0x1f1));const _0x1823=function(_0x5e8472,_0x562d05){_0x5e8472=_0x5e8472-0x0;let _0x1823c5=_0x562d[_0x5e8472];return _0x1823c5;};import{Command as _0x1606a4}from'ckeditor5/src/core';import{CKEditorError as _0x5d140f}from'ckeditor5/src/utils';export default class $ extends _0x1606a4{constructor(_0x48d949,_0x57715e){super(_0x48d949),this[_0x1823('0xc')]=_0x57715e,this[_0x1823('0x5')](),this[_0x1823('0x3')]=!0x1;}[_0x1823('0x5')](){this[_0x1823('0x1')]=!0x0;}[_0x1823('0xa')](_0x4d2134){const _0x31a6cd=this[_0x1823('0xc')][_0x1823('0xb')](_0x4d2134);if(!_0x31a6cd)throw new _0x5d140f(_0x1823('0x0'),this);const _0x339818=_0x31a6cd[_0x1823('0x7')]();this[_0x1823('0x8')][_0x1823('0x9')][_0x1823('0x2')](_0x339818)&&this[_0x1823('0x8')][_0x1823('0x6')][_0x1823('0xb')](_0x1823('0x4'))['discardSuggestion'](_0x31a6cd);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4d18=['refresh','some','isEnabled','execute','values','from','isInContent','_suggestions','_command'];(function(_0xb5dfe7,_0x4d1878){const _0x533dc3=function(_0x24f528){while(--_0x24f528){_0xb5dfe7['push'](_0xb5dfe7['shift']());}};_0x533dc3(++_0x4d1878);}(_0x4d18,0x93));const _0x533d=function(_0xb5dfe7,_0x4d1878){_0xb5dfe7=_0xb5dfe7-0x0;let _0x533dc3=_0x4d18[_0xb5dfe7];return _0x533dc3;};import{Command as _0x2331ff}from'ckeditor5/src/core';import{sortSuggestions as _0x42ba4a,executeCommandForSuggestions as _0x5434da}from'../utils/utils';export default class N extends _0x2331ff{constructor(_0x481077,_0x51c13c,_0x26f227){super(_0x481077),this[_0x533d('0x5')]=_0x51c13c,this[_0x533d('0x4')]=_0x26f227,this[_0x533d('0x6')]();}[_0x533d('0x6')](){const _0x11f28b=Array[_0x533d('0x2')](this[_0x533d('0x4')]['values']())[_0x533d('0x7')](_0x13fd19=>_0x13fd19[_0x533d('0x3')]);this[_0x533d('0x8')]=this[_0x533d('0x5')]['isEnabled']&&_0x11f28b;}[_0x533d('0x0')](){const _0x30112e=_0x42ba4a(Array[_0x533d('0x2')](this[_0x533d('0x4')][_0x533d('0x1')]()));_0x5434da(this['editor']['model'],this[_0x533d('0x5')],_0x30112e);}}
23
+ const _0x8d5b=['canEditAt','_suggestions','_command','values','getRanges','some','isEnabled','isInContent','model','refresh','execute','editor'];(function(_0x30ebea,_0x8d5b17){const _0x133768=function(_0x3dc327){while(--_0x3dc327){_0x30ebea['push'](_0x30ebea['shift']());}};_0x133768(++_0x8d5b17);}(_0x8d5b,0x131));const _0x1337=function(_0x30ebea,_0x8d5b17){_0x30ebea=_0x30ebea-0x0;let _0x133768=_0x8d5b[_0x30ebea];return _0x133768;};import{Command as _0x2ecfb0}from'ckeditor5/src/core';import{sortSuggestions as _0x4714a9,executeCommandForSuggestions as _0x1e7553}from'../utils/utils';export default class N extends _0x2ecfb0{constructor(_0x35b850,_0x1ad543,_0x377b83){super(_0x35b850),this[_0x1337('0x9')]=_0x1ad543,this[_0x1337('0x8')]=_0x377b83,this[_0x1337('0x4')](),this['_isEnabledBasedOnSelection']=!0x1;}['refresh'](){const _0x5d6373=Array['from'](this['_suggestions'][_0x1337('0xa')]())[_0x1337('0x0')](_0x1bdf5e=>_0x1bdf5e[_0x1337('0x2')]);this[_0x1337('0x1')]=this['_command'][_0x1337('0x1')]&&_0x5d6373;}[_0x1337('0x5')](){const _0x1f579a=_0x4714a9(Array['from'](this[_0x1337('0x8')]['values']()));for(const _0x5acfeb of _0x1f579a){const _0x284873=_0x5acfeb[_0x1337('0xb')]();if(!this[_0x1337('0x6')]['model'][_0x1337('0x7')](_0x284873))return;}_0x1e7553(this[_0x1337('0x6')][_0x1337('0x3')],this[_0x1337('0x9')],_0x1f579a);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2112=['size','document','execute','from','editor','values','_command','model','selection','_suggestions','isEnabled','_selectedSuggestions'];(function(_0x1563e1,_0x2112f6){const _0x47da18=function(_0x460264){while(--_0x460264){_0x1563e1['push'](_0x1563e1['shift']());}};_0x47da18(++_0x2112f6);}(_0x2112,0xbd));const _0x47da=function(_0x1563e1,_0x2112f6){_0x1563e1=_0x1563e1-0x0;let _0x47da18=_0x2112[_0x1563e1];return _0x47da18;};import{Command as _0x463a7b}from'ckeditor5/src/core';import{sortSuggestions as _0x3f3bf3,getSelectedSuggestions as _0x2367cd,executeCommandForSuggestions as _0x169a8e}from'../utils/utils';export default class R extends _0x463a7b{constructor(_0x554b73,_0x1303f3,_0x2b4989){super(_0x554b73),this['_command']=_0x1303f3,this[_0x47da('0x0')]=_0x2b4989,this['_selectedSuggestions']=new Set(),this['refresh']();}['refresh'](){const _0x4c99ee=this[_0x47da('0x7')][_0x47da('0xa')][_0x47da('0x4')][_0x47da('0xb')],_0x363a11=Array[_0x47da('0x6')](this[_0x47da('0x0')][_0x47da('0x8')]());this['_selectedSuggestions']=_0x2367cd(_0x4c99ee,_0x363a11),this['isEnabled']=this['_command'][_0x47da('0x1')]&&!!this['_selectedSuggestions'][_0x47da('0x3')];}[_0x47da('0x5')](){const _0x1983d0=_0x3f3bf3(Array[_0x47da('0x6')](this[_0x47da('0x2')]));_0x169a8e(this[_0x47da('0x7')][_0x47da('0xa')],this[_0x47da('0x9')],_0x1983d0);}}
23
+ const _0x8b56=['canEditAt','from','_command','model','isEnabled','_suggestions','_isEnabledBasedOnSelection','getRanges','editor','refresh','size','_selectedSuggestions'];(function(_0x2ade34,_0x8b56e6){const _0x38cd86=function(_0x3f933f){while(--_0x3f933f){_0x2ade34['push'](_0x2ade34['shift']());}};_0x38cd86(++_0x8b56e6);}(_0x8b56,0x118));const _0x38cd=function(_0x2ade34,_0x8b56e6){_0x2ade34=_0x2ade34-0x0;let _0x38cd86=_0x8b56[_0x2ade34];return _0x38cd86;};import{Command as _0x3c283f}from'ckeditor5/src/core';import{sortSuggestions as _0x191a05,getSelectedSuggestions as _0x5de4a4,executeCommandForSuggestions as _0x4ee481}from'../utils/utils';export default class R extends _0x3c283f{constructor(_0x24922b,_0x1c5c0d,_0x4ed323){super(_0x24922b),this[_0x38cd('0xa')]=_0x1c5c0d,this[_0x38cd('0x1')]=_0x4ed323,this[_0x38cd('0x7')]=new Set(),this[_0x38cd('0x5')](),this[_0x38cd('0x2')]=!0x1;}[_0x38cd('0x5')](){const _0x49b17f=this[_0x38cd('0x4')]['model']['document']['selection'],_0x58d94f=Array['from'](this[_0x38cd('0x1')]['values']());this[_0x38cd('0x7')]=_0x5de4a4(_0x49b17f,_0x58d94f),this[_0x38cd('0x0')]=this[_0x38cd('0xa')]['isEnabled']&&!!this['_selectedSuggestions'][_0x38cd('0x6')];}['execute'](){const _0x160c59=_0x191a05(Array[_0x38cd('0x9')](this[_0x38cd('0x7')]));for(const _0x3b3387 of _0x160c59){const _0x52ab5a=_0x3b3387[_0x38cd('0x3')]();if(!this[_0x38cd('0x4')][_0x38cd('0xb')][_0x38cd('0x8')](_0x52ab5a))return;}_0x4ee481(this['editor'][_0x38cd('0xb')],this['_command'],_0x160c59);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a47=['execute','editor','_enableCommands','_disableUnsupportedCommands','affectsData','refresh','forceDisabled','_enabledCommands','TrackChangesCommand','commands','clearForceDisabled','has','value'];(function(_0x1e1ef9,_0x4a47ea){const _0x2e6afa=function(_0x21c2d8){while(--_0x21c2d8){_0x1e1ef9['push'](_0x1e1ef9['shift']());}};_0x2e6afa(++_0x4a47ea);}(_0x4a47,0xe2));const _0x2e6a=function(_0x1e1ef9,_0x4a47ea){_0x1e1ef9=_0x1e1ef9-0x0;let _0x2e6afa=_0x4a47[_0x1e1ef9];return _0x2e6afa;};import{Command as _0x3e1807}from'ckeditor5/src/core';export default class _ extends _0x3e1807{constructor(_0x4c73d8,_0x2e3244){super(_0x4c73d8),this[_0x2e6a('0x2')]=_0x2e3244,this[_0x2e6a('0x7')]=!0x1,this[_0x2e6a('0x0')]();}[_0x2e6a('0x0')](){this['isEnabled']=!0x0;}[_0x2e6a('0x8')](){this[_0x2e6a('0x7')]=!this[_0x2e6a('0x7')],this[_0x2e6a('0x7')]?this[_0x2e6a('0xb')]():this[_0x2e6a('0xa')]();}['_disableUnsupportedCommands'](){for(const _0x3f01ab of this[_0x2e6a('0x9')][_0x2e6a('0x4')]['commands']())_0x3f01ab[_0x2e6a('0xc')]&&!this[_0x2e6a('0x2')][_0x2e6a('0x6')](_0x3f01ab)&&_0x3f01ab[_0x2e6a('0x1')](_0x2e6a('0x3'));}[_0x2e6a('0xa')](){for(const _0x39fdb3 of this['editor'][_0x2e6a('0x4')][_0x2e6a('0x4')]())_0x39fdb3[_0x2e6a('0xc')]&&!this[_0x2e6a('0x2')][_0x2e6a('0x6')](_0x39fdb3)&&_0x39fdb3[_0x2e6a('0x5')](_0x2e6a('0x3'));}}
23
+ const _0x11e5=['value','TrackChangesCommand','execute','_disableUnsupportedCommands','clearForceDisabled','editor','forceDisabled','_enabledCommands','_isEnabledBasedOnSelection','commands','refresh','has','isEnabled','_enableCommands'];(function(_0x296df7,_0x11e5ec){const _0x52fac5=function(_0xb6bfec){while(--_0xb6bfec){_0x296df7['push'](_0x296df7['shift']());}};_0x52fac5(++_0x11e5ec);}(_0x11e5,0x112));const _0x52fa=function(_0x296df7,_0x11e5ec){_0x296df7=_0x296df7-0x0;let _0x52fac5=_0x11e5[_0x296df7];return _0x52fac5;};import{Command as _0x2354c5}from'ckeditor5/src/core';export default class _ extends _0x2354c5{constructor(_0x11d3de,_0x363c8b){super(_0x11d3de),this[_0x52fa('0xd')]=_0x363c8b,this[_0x52fa('0x6')]=!0x1,this[_0x52fa('0x2')](),this[_0x52fa('0x0')]=!0x1;}['refresh'](){this[_0x52fa('0x4')]=!0x0;}[_0x52fa('0x8')](){this[_0x52fa('0x6')]=!this[_0x52fa('0x6')],this['value']?this[_0x52fa('0x9')]():this[_0x52fa('0x5')]();}[_0x52fa('0x9')](){for(const _0x37f8e9 of this[_0x52fa('0xb')]['commands'][_0x52fa('0x1')]())_0x37f8e9['affectsData']&&!this[_0x52fa('0xd')]['has'](_0x37f8e9)&&_0x37f8e9[_0x52fa('0xc')](_0x52fa('0x7'));}[_0x52fa('0x5')](){for(const _0x4ca82b of this[_0x52fa('0xb')][_0x52fa('0x1')][_0x52fa('0x1')]())_0x4ca82b['affectsData']&&!this[_0x52fa('0xd')][_0x52fa('0x3')](_0x4ca82b)&&_0x4ca82b[_0x52fa('0xa')]('TrackChangesCommand');}}