@ckeditor/ckeditor5-track-changes 37.1.0 → 38.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/build/track-changes.js +2 -2
  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 +3 -3
  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.1",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -41,8 +41,8 @@
41
41
  "postversion": "npm run build"
42
42
  },
43
43
  "dependencies": {
44
- "ckeditor5": "^37.1.0",
45
- "ckeditor5-collaboration": "^37.1.0",
44
+ "ckeditor5": "^38.0.0-rc.1",
45
+ "ckeditor5-collaboration": "^38.0.0-rc.1",
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 _0xcbaf=['execute','plugins','_isEnabledBasedOnSelection','model','getRanges','_suggestions','editor','TrackChangesEditing','canEditAt','isEnabled','get','refresh'];(function(_0x4f13cf,_0xcbafe1){const _0x4d06dc=function(_0x299096){while(--_0x299096){_0x4f13cf['push'](_0x4f13cf['shift']());}};_0x4d06dc(++_0xcbafe1);}(_0xcbaf,0x1b0));const _0x4d06=function(_0x4f13cf,_0xcbafe1){_0x4f13cf=_0x4f13cf-0x0;let _0x4d06dc=_0xcbaf[_0x4f13cf];return _0x4d06dc;};import{Command as _0x1d39f5}from'ckeditor5/src/core';import{CKEditorError as _0x6375a9}from'ckeditor5/src/utils';export default class M extends _0x1d39f5{constructor(_0x137a00,_0x5ac8e2){super(_0x137a00),this['_suggestions']=_0x5ac8e2,this[_0x4d06('0xb')](),this[_0x4d06('0x2')]=!0x1;}['refresh'](){this[_0x4d06('0x9')]=!0x0;}[_0x4d06('0x0')](_0x248531){const _0xb0659d=this[_0x4d06('0x5')][_0x4d06('0xa')](_0x248531);if(!_0xb0659d)throw new _0x6375a9('track-changes-accept-suggestion-not-found',this);const _0x5e6a01=_0xb0659d[_0x4d06('0x4')]();this[_0x4d06('0x6')][_0x4d06('0x3')][_0x4d06('0x8')](_0x5e6a01)&&this[_0x4d06('0x6')][_0x4d06('0x1')]['get'](_0x4d06('0x7'))['acceptSuggestion'](_0xb0659d);}}
@@ -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 _0x579c=['canEditAt','get','refresh','plugins','editor','isEnabled','_suggestions','execute','_isEnabledBasedOnSelection','getRanges'];(function(_0x81a1c1,_0x579c34){const _0x24b84f=function(_0x129347){while(--_0x129347){_0x81a1c1['push'](_0x81a1c1['shift']());}};_0x24b84f(++_0x579c34);}(_0x579c,0x86));const _0x24b8=function(_0x81a1c1,_0x579c34){_0x81a1c1=_0x81a1c1-0x0;let _0x24b84f=_0x579c[_0x81a1c1];return _0x24b84f;};import{Command as _0x19822c}from'ckeditor5/src/core';import{CKEditorError as _0x2bd2f4}from'ckeditor5/src/utils';export default class $ extends _0x19822c{constructor(_0x34e24f,_0x2c97d5){super(_0x34e24f),this[_0x24b8('0x2')]=_0x2c97d5,this[_0x24b8('0x8')](),this[_0x24b8('0x4')]=!0x1;}[_0x24b8('0x8')](){this[_0x24b8('0x1')]=!0x0;}[_0x24b8('0x3')](_0x505db5){const _0x1c0993=this[_0x24b8('0x2')]['get'](_0x505db5);if(!_0x1c0993)throw new _0x2bd2f4('track-changes-discard-suggestion-not-found',this);const _0x6c6b8a=_0x1c0993[_0x24b8('0x5')]();this['editor']['model'][_0x24b8('0x6')](_0x6c6b8a)&&this[_0x24b8('0x0')][_0x24b8('0x9')][_0x24b8('0x7')]('TrackChangesEditing')['discardSuggestion'](_0x1c0993);}}
@@ -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 _0x7baf=['refresh','execute','editor','some','values','_isEnabledBasedOnSelection','isInContent','isEnabled','from','_command','canEditAt','model','_suggestions','getRanges'];(function(_0x4274bd,_0x7bafd5){const _0x58ae55=function(_0x2c85a8){while(--_0x2c85a8){_0x4274bd['push'](_0x4274bd['shift']());}};_0x58ae55(++_0x7bafd5);}(_0x7baf,0x17b));const _0x58ae=function(_0x4274bd,_0x7bafd5){_0x4274bd=_0x4274bd-0x0;let _0x58ae55=_0x7baf[_0x4274bd];return _0x58ae55;};import{Command as _0x3cf5bf}from'ckeditor5/src/core';import{sortSuggestions as _0x1380f1,executeCommandForSuggestions as _0x4ca07d}from'../utils/utils';export default class N extends _0x3cf5bf{constructor(_0x5e6001,_0x6d22de,_0x1920f5){super(_0x5e6001),this[_0x58ae('0x8')]=_0x6d22de,this[_0x58ae('0xb')]=_0x1920f5,this[_0x58ae('0xd')](),this[_0x58ae('0x4')]=!0x1;}[_0x58ae('0xd')](){const _0x5a822f=Array[_0x58ae('0x7')](this[_0x58ae('0xb')][_0x58ae('0x3')]())[_0x58ae('0x2')](_0x3301d6=>_0x3301d6[_0x58ae('0x5')]);this[_0x58ae('0x6')]=this[_0x58ae('0x8')]['isEnabled']&&_0x5a822f;}[_0x58ae('0x0')](){const _0x16f85e=_0x1380f1(Array[_0x58ae('0x7')](this[_0x58ae('0xb')][_0x58ae('0x3')]()));for(const _0x507044 of _0x16f85e){const _0x1f7d01=_0x507044[_0x58ae('0xc')]();if(!this['editor'][_0x58ae('0xa')][_0x58ae('0x9')](_0x1f7d01))return;}_0x4ca07d(this[_0x58ae('0x1')][_0x58ae('0xa')],this[_0x58ae('0x8')],_0x16f85e);}}
@@ -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 _0xaca4=['model','isEnabled','document','editor','from','_isEnabledBasedOnSelection','getRanges','_selectedSuggestions','refresh','size','_command','values','_suggestions'];(function(_0x1840ae,_0xaca495){const _0xd03679=function(_0x200638){while(--_0x200638){_0x1840ae['push'](_0x1840ae['shift']());}};_0xd03679(++_0xaca495);}(_0xaca4,0xc9));const _0xd036=function(_0x1840ae,_0xaca495){_0x1840ae=_0x1840ae-0x0;let _0xd03679=_0xaca4[_0x1840ae];return _0xd03679;};import{Command as _0x55e099}from'ckeditor5/src/core';import{sortSuggestions as _0x512c89,getSelectedSuggestions as _0x3f57c6,executeCommandForSuggestions as _0xe80611}from'../utils/utils';export default class R extends _0x55e099{constructor(_0x3d2a52,_0x1f2081,_0x3a506d){super(_0x3d2a52),this['_command']=_0x1f2081,this['_suggestions']=_0x3a506d,this[_0xd036('0x1')]=new Set(),this[_0xd036('0x2')](),this[_0xd036('0xc')]=!0x1;}[_0xd036('0x2')](){const _0x22c0da=this[_0xd036('0xa')][_0xd036('0x7')][_0xd036('0x9')]['selection'],_0x5ac61f=Array[_0xd036('0xb')](this[_0xd036('0x6')][_0xd036('0x5')]());this[_0xd036('0x1')]=_0x3f57c6(_0x22c0da,_0x5ac61f),this[_0xd036('0x8')]=this['_command'][_0xd036('0x8')]&&!!this['_selectedSuggestions'][_0xd036('0x3')];}['execute'](){const _0x1472b3=_0x512c89(Array[_0xd036('0xb')](this[_0xd036('0x1')]));for(const _0x2fc68b of _0x1472b3){const _0x580a3f=_0x2fc68b[_0xd036('0x0')]();if(!this[_0xd036('0xa')][_0xd036('0x7')]['canEditAt'](_0x580a3f))return;}_0xe80611(this[_0xd036('0xa')]['model'],this[_0xd036('0x4')],_0x1472b3);}}
@@ -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 _0x391f=['TrackChangesCommand','value','forceDisabled','has','refresh','affectsData','_disableUnsupportedCommands','isEnabled','_enableCommands','clearForceDisabled','editor','_enabledCommands','_isEnabledBasedOnSelection'];(function(_0x217270,_0x391f89){const _0x554615=function(_0x3ac76c){while(--_0x3ac76c){_0x217270['push'](_0x217270['shift']());}};_0x554615(++_0x391f89);}(_0x391f,0xf0));const _0x5546=function(_0x217270,_0x391f89){_0x217270=_0x217270-0x0;let _0x554615=_0x391f[_0x217270];return _0x554615;};import{Command as _0x22d8f0}from'ckeditor5/src/core';export default class _ extends _0x22d8f0{constructor(_0x2bdeb7,_0x103beb){super(_0x2bdeb7),this[_0x5546('0x5')]=_0x103beb,this['value']=!0x1,this[_0x5546('0xb')](),this[_0x5546('0x6')]=!0x1;}[_0x5546('0xb')](){this[_0x5546('0x1')]=!0x0;}['execute'](){this[_0x5546('0x8')]=!this['value'],this['value']?this[_0x5546('0x0')]():this[_0x5546('0x2')]();}[_0x5546('0x0')](){for(const _0x26bdb3 of this[_0x5546('0x4')]['commands']['commands']())_0x26bdb3[_0x5546('0xc')]&&!this[_0x5546('0x5')]['has'](_0x26bdb3)&&_0x26bdb3[_0x5546('0x9')](_0x5546('0x7'));}[_0x5546('0x2')](){for(const _0x45a0b6 of this['editor']['commands']['commands']())_0x45a0b6[_0x5546('0xc')]&&!this[_0x5546('0x5')][_0x5546('0xa')](_0x45a0b6)&&_0x45a0b6[_0x5546('0x3')](_0x5546('0x7'));}}