@ckeditor/ckeditor5-track-changes 35.1.0 → 35.2.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 (153) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +2 -1
  49. package/lang/translations/ar.po +4 -0
  50. package/lang/translations/az.po +4 -0
  51. package/lang/translations/bg.po +4 -0
  52. package/lang/translations/bn.po +4 -0
  53. package/lang/translations/ca.po +4 -0
  54. package/lang/translations/cs.po +4 -0
  55. package/lang/translations/da.po +4 -0
  56. package/lang/translations/de.po +4 -0
  57. package/lang/translations/el.po +4 -0
  58. package/lang/translations/en-au.po +4 -0
  59. package/lang/translations/en.po +4 -0
  60. package/lang/translations/es.po +4 -0
  61. package/lang/translations/et.po +4 -0
  62. package/lang/translations/fi.po +4 -0
  63. package/lang/translations/fr.po +4 -0
  64. package/lang/translations/gl.po +4 -0
  65. package/lang/translations/he.po +4 -0
  66. package/lang/translations/hi.po +4 -0
  67. package/lang/translations/hr.po +4 -0
  68. package/lang/translations/hu.po +4 -0
  69. package/lang/translations/id.po +4 -0
  70. package/lang/translations/it.po +4 -0
  71. package/lang/translations/ja.po +4 -0
  72. package/lang/translations/ko.po +27 -23
  73. package/lang/translations/lt.po +4 -0
  74. package/lang/translations/lv.po +4 -0
  75. package/lang/translations/ms.po +4 -0
  76. package/lang/translations/nl.po +4 -0
  77. package/lang/translations/no.po +4 -0
  78. package/lang/translations/pl.po +4 -0
  79. package/lang/translations/pt-br.po +4 -0
  80. package/lang/translations/pt.po +4 -0
  81. package/lang/translations/ro.po +4 -0
  82. package/lang/translations/ru.po +4 -0
  83. package/lang/translations/sk.po +4 -0
  84. package/lang/translations/sr-latn.po +4 -0
  85. package/lang/translations/sr.po +4 -0
  86. package/lang/translations/sv.po +4 -0
  87. package/lang/translations/th.po +4 -0
  88. package/lang/translations/tk.po +4 -0
  89. package/lang/translations/tr.po +4 -0
  90. package/lang/translations/tt.po +6 -2
  91. package/lang/translations/uk.po +4 -0
  92. package/lang/translations/ur.po +4 -0
  93. package/lang/translations/vi.po +4 -0
  94. package/lang/translations/zh-cn.po +4 -0
  95. package/lang/translations/zh.po +4 -0
  96. package/package.json +4 -4
  97. package/src/commands/acceptallsuggestionscommand.js +1 -1
  98. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardallsuggestionscommand.js +1 -1
  101. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  102. package/src/commands/discardsuggestioncommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/entercommand.js +1 -1
  112. package/src/integrations/font.js +1 -1
  113. package/src/integrations/heading.js +1 -1
  114. package/src/integrations/highlight.js +1 -1
  115. package/src/integrations/horizontalline.js +1 -1
  116. package/src/integrations/htmlembed.js +1 -1
  117. package/src/integrations/image.js +1 -1
  118. package/src/integrations/importword.js +23 -0
  119. package/src/integrations/indent.js +1 -1
  120. package/src/integrations/inputcommand.js +1 -1
  121. package/src/integrations/link.js +1 -1
  122. package/src/integrations/list.js +1 -1
  123. package/src/integrations/mediaembed.js +1 -1
  124. package/src/integrations/mention.js +1 -1
  125. package/src/integrations/pagebreak.js +1 -1
  126. package/src/integrations/paragraph.js +1 -1
  127. package/src/integrations/removeformat.js +1 -1
  128. package/src/integrations/restrictededitingmode.js +1 -1
  129. package/src/integrations/shiftentercommand.js +1 -1
  130. package/src/integrations/standardeditingmode.js +1 -1
  131. package/src/integrations/style.js +1 -1
  132. package/src/integrations/table.js +1 -1
  133. package/src/integrations/tableclipboard.js +1 -1
  134. package/src/integrations/tableheadings.js +1 -1
  135. package/src/integrations/tablemergesplit.js +1 -1
  136. package/src/integrations/title.js +1 -1
  137. package/src/integrations/undo.js +1 -1
  138. package/src/integrations/utils.js +1 -1
  139. package/src/suggestion.js +1 -1
  140. package/src/suggestiondescriptionfactory.js +1 -1
  141. package/src/trackchanges.js +1 -1
  142. package/src/trackchangesdata.js +1 -1
  143. package/src/trackchangesediting.js +1 -1
  144. package/src/trackchangesui.js +1 -1
  145. package/src/ui/suggestioncontroller.js +1 -1
  146. package/src/ui/view/basesuggestionthreadview.js +1 -1
  147. package/src/ui/view/suggestionthreadview.js +1 -1
  148. package/src/utils/common-translations.js +1 -1
  149. package/src/utils/getrangesofblockgroups.js +1 -1
  150. package/src/utils/getselectedsuggestions.js +1 -1
  151. package/src/utils/hashobject.js +1 -1
  152. package/src/utils/normalizedescription.js +1 -1
  153. package/src/utils/sortsuggestions.js +1 -1
@@ -46,7 +46,7 @@ msgstr "*셀 병합*"
46
46
 
47
47
  msgctxt "A suggestion for merging items."
48
48
  msgid "*Merge:* %0"
49
- msgstr "*병합:*%0"
49
+ msgstr "*병합:* %0"
50
50
 
51
51
  msgctxt "A suggestion for outdenting an item."
52
52
  msgid "*Outdent:* %0"
@@ -82,7 +82,7 @@ msgstr "*표 셀 바꾸기*"
82
82
 
83
83
  msgctxt "A suggestion for resetting the font background color."
84
84
  msgid "*Reset font background color*"
85
- msgstr "*폰트 배경색 다시 설정*"
85
+ msgstr "*글자 배경색 초기화*"
86
86
 
87
87
  msgctxt "A suggestion for resetting the font color."
88
88
  msgid "*Reset font color*"
@@ -110,7 +110,7 @@ msgstr "*폰트색 설정:* %0"
110
110
 
111
111
  msgctxt "A suggestion for setting the font family to %0."
112
112
  msgid "*Set font family:* %0"
113
- msgstr "*폰트 패밀리 설정:* %0"
113
+ msgstr "*글꼴 집합 설정:* %0"
114
114
 
115
115
  msgctxt "A suggestion for setting the font size to %0."
116
116
  msgid "*Set font size:* %0"
@@ -187,52 +187,52 @@ msgstr "캡션"
187
187
  msgctxt "The code block element name displayed in the suggestion."
188
188
  msgid "ELEMENT_CODE_BLOCK"
189
189
  msgid_plural "%0 code blocks"
190
- msgstr[0] "코드 블록"
190
+ msgstr[0] "%0 코드 블록"
191
191
 
192
192
  msgctxt "The heading element name displayed in the suggestion."
193
193
  msgid "ELEMENT_HEADING"
194
194
  msgid_plural "%0 headings (level %1)"
195
- msgstr[0] "제목 (%1 수준)"
195
+ msgstr[0] "%0 제목 (%1 수준)"
196
196
 
197
197
  msgctxt "The heading element name displayed in the suggestion with a custom title."
198
198
  msgid "ELEMENT_HEADING_CUSTOM"
199
199
  msgid_plural "%0 headings (%1)"
200
- msgstr[0] "제목 (%1)"
200
+ msgstr[0] "%0 제목 (%1)"
201
201
 
202
202
  msgctxt "The horizontal line element name displayed in the suggestion."
203
203
  msgid "ELEMENT_HORIZONTAL_LINE"
204
204
  msgid_plural "%0 horizontal lines"
205
- msgstr[0] "가로선"
205
+ msgstr[0] "%0 가로 선"
206
206
 
207
207
  msgctxt "The HTML embed element name displayed in the suggestion."
208
208
  msgid "ELEMENT_HTML_EMBED"
209
209
  msgid_plural "%0 HTML embeds"
210
- msgstr[0] "HTML 내장"
210
+ msgstr[0] "%0 HTML 임베드"
211
211
 
212
212
  msgctxt "The image element name displayed in the suggestion."
213
213
  msgid "ELEMENT_IMAGE"
214
214
  msgid_plural "%0 images"
215
- msgstr[0] "이미지"
215
+ msgstr[0] "%0 이미지"
216
216
 
217
217
  msgctxt "The inline image element name displayed in the suggestion."
218
218
  msgid "ELEMENT_INLINE_IMAGE"
219
219
  msgid_plural "%0 images"
220
- msgstr[0] "이미지"
220
+ msgstr[0] "%0 이미지"
221
221
 
222
222
  msgctxt "The line break element name displayed in the suggestion."
223
223
  msgid "ELEMENT_LINE_BREAK"
224
224
  msgid_plural "%0 line breaks"
225
- msgstr[0] "줄 바꾸기"
225
+ msgstr[0] "%0 줄 바꾸기"
226
226
 
227
227
  msgctxt "The list item element name displayed in the suggestion."
228
228
  msgid "ELEMENT_LIST_ITEM"
229
229
  msgid_plural "%0 list items"
230
- msgstr[0] "목록 항목"
230
+ msgstr[0] "%0 목록 항목"
231
231
 
232
232
  msgctxt "The media element name displayed in the suggestion."
233
233
  msgid "ELEMENT_MEDIA"
234
234
  msgid_plural "%0 media items"
235
- msgstr[0] "미디어 항목"
235
+ msgstr[0] "%0 미디어"
236
236
 
237
237
  msgctxt "The numbered list element name displayed in the suggestion."
238
238
  msgid "ELEMENT_NUMBERED_LIST"
@@ -241,42 +241,42 @@ msgstr "번호 목록"
241
241
  msgctxt "The page break element name displayed in the suggestion."
242
242
  msgid "ELEMENT_PAGE_BREAK"
243
243
  msgid_plural "%0 page breaks"
244
- msgstr[0] "페이지 나누기"
244
+ msgstr[0] "%0 페이지 나누기"
245
245
 
246
246
  msgctxt "The paragraph element name displayed in the suggestion."
247
247
  msgid "ELEMENT_PARAGRAPH"
248
248
  msgid_plural "%0 paragraphs"
249
- msgstr[0] "단락"
249
+ msgstr[0] "%0 단락"
250
250
 
251
251
  msgctxt "The space element name displayed in the suggestion."
252
252
  msgid "ELEMENT_SPACE"
253
253
  msgid_plural "%0 spaces"
254
- msgstr[0] "공백"
254
+ msgstr[0] "%0 공백"
255
255
 
256
256
  msgctxt "The table element name displayed in the suggestion."
257
257
  msgid "ELEMENT_TABLE"
258
258
  msgid_plural "%0 tables"
259
- msgstr[0] "표"
259
+ msgstr[0] "%0 표"
260
260
 
261
261
  msgctxt "The table column element name displayed in the suggestion."
262
262
  msgid "ELEMENT_TABLE_COLUMN"
263
263
  msgid_plural "%0 table columns"
264
- msgstr[0] " 열"
264
+ msgstr[0] "%0 열"
265
265
 
266
266
  msgctxt "The table column with text element name displayed in the suggestion."
267
267
  msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
268
268
  msgid_plural "%0 table columns *with text* %1"
269
- msgstr[0] "%1 *텍스트가 포함된* 열"
269
+ msgstr[0] "%1 *텍스트가 포함된* %0 열"
270
270
 
271
271
  msgctxt "The table row element name displayed in the suggestion."
272
272
  msgid "ELEMENT_TABLE_ROW"
273
273
  msgid_plural "%0 table rows"
274
- msgstr[0] " 행"
274
+ msgstr[0] "%0 행"
275
275
 
276
276
  msgctxt "The table row with text element name displayed in the suggestion."
277
277
  msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
278
278
  msgid_plural "%0 table rows *with text* %1"
279
- msgstr[0] "%1 *텍스트가 포함된* 행"
279
+ msgstr[0] "%1 *텍스트가 포함된* %0 행"
280
280
 
281
281
  msgctxt "The table with text element name displayed in the suggestion."
282
282
  msgid "ELEMENT_TABLE_WITH_TEXT"
@@ -292,7 +292,7 @@ msgstr "할 일 목록"
292
292
 
293
293
  msgctxt "The align to center format name displayed in a format suggestion."
294
294
  msgid "FORMAT_ALIGN_TO_CENTER"
295
- msgstr "가로 가운데로 정렬"
295
+ msgstr "가운데로 정렬"
296
296
 
297
297
  msgctxt "The align to left format name displayed in a format suggestion."
298
298
  msgid "FORMAT_ALIGN_TO_LEFT"
@@ -372,8 +372,12 @@ msgstr "제안에 저장하지 않은 변경 내용이 있습니다."
372
372
 
373
373
  msgctxt "A suggestion for replacing one text with another."
374
374
  msgid "REPLACE_TEXT"
375
- msgstr "*바꾸기:* %0에서 %1"
375
+ msgstr "%0*에서* %1*로 바꾸기*"
376
376
 
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "변경 내용 추적"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "이 제안은 외부 출처에서 왔습니다."
@@ -431,3 +431,7 @@ msgstr "*Sukeisti:* %0 *su* %1"
431
431
  msgctxt "The label for the dropdown containing some options related to track changes."
432
432
  msgid "Track changes"
433
433
  msgstr "Sekti pakeitimus"
434
+
435
+ msgctxt "The additional information that suggestion comes from external source."
436
+ msgid "EXTERNAL_SUGGESTION"
437
+ msgstr "Šis pasiūlymas yra iš išorinio šaltinio."
@@ -413,3 +413,7 @@ msgstr "*Aizstāt:* %0 *ar* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Pārskatīt labojumus"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr "Šī ieteikuma izcelsme ir ārējs avots."
@@ -377,3 +377,7 @@ msgstr "*Ganti:* %0 *dengan* %1"
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "Jejak perubahan"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "Cadangan ini berasal daripada sumber luaran."
@@ -395,3 +395,7 @@ msgstr "*Vervang:* %0 *met* %1"
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr "Wijzigingen bijhouden"
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr "Deze suggestie is afkomstig van een externe bron."
@@ -395,3 +395,7 @@ msgstr "*Erstatt:* %0 *med* %1"
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr "Spor endringer"
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr "Dette forslaget kommer fra en ekstern kilde."
@@ -431,3 +431,7 @@ msgstr "*Zamień:* %0 *na* %1"
431
431
  msgctxt "The label for the dropdown containing some options related to track changes."
432
432
  msgid "Track changes"
433
433
  msgstr "Śledzenie zmian"
434
+
435
+ msgctxt "The additional information that suggestion comes from external source."
436
+ msgid "EXTERNAL_SUGGESTION"
437
+ msgstr "Ta sugestia jest z zewnętrznego źródła."
@@ -413,3 +413,7 @@ msgstr "*Substituir:* %0 *com* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Acompanhar alterações"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr "Esta sugestão vem de uma fonte externa."
@@ -413,3 +413,7 @@ msgstr "*Substituir:* %0 *com* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Acompanhar alterações"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr "Esta sugestão provém de uma fonte externa."
@@ -413,3 +413,7 @@ msgstr "*Înlocuire:* %0 *cu* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Urmărire modificări"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr "Această sugestie provine dintr-o sursă externă."
@@ -433,3 +433,7 @@ msgstr "*Заменить:* %0 *на* %1"
433
433
  msgctxt "The label for the dropdown containing some options related to track changes."
434
434
  msgid "Track changes"
435
435
  msgstr "Отслеживание изменений"
436
+
437
+ msgctxt "The additional information that suggestion comes from external source."
438
+ msgid "EXTERNAL_SUGGESTION"
439
+ msgstr "Это предложение взято из внешнего источника."
@@ -431,3 +431,7 @@ msgstr "*Nahradiť:* %0 *za* %1"
431
431
  msgctxt "The label for the dropdown containing some options related to track changes."
432
432
  msgid "Track changes"
433
433
  msgstr "Sledovať zmeny"
434
+
435
+ msgctxt "The additional information that suggestion comes from external source."
436
+ msgid "EXTERNAL_SUGGESTION"
437
+ msgstr "Tento návrh pochádza z externého zdroja."
@@ -413,3 +413,7 @@ msgstr "*Zamenite:* %0 *sa* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Pratite promene"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr ""
@@ -413,3 +413,7 @@ msgstr "*Замените:* %0 *сa* %1"
413
413
  msgctxt "The label for the dropdown containing some options related to track changes."
414
414
  msgid "Track changes"
415
415
  msgstr "Пратите промене"
416
+
417
+ msgctxt "The additional information that suggestion comes from external source."
418
+ msgid "EXTERNAL_SUGGESTION"
419
+ msgstr "Ovaj predlog dolazi iz spoljnog izvora."
@@ -395,3 +395,7 @@ msgstr "*Ersätt:* %0 *med* %1"
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr "Spåra ändringar"
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr "Detta förslag härrör från en extern källa."
@@ -377,3 +377,7 @@ msgstr "*แทนที่:* %0 *ด้วย* %1"
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "ติดตามการเปลี่ยนแปลง"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "คําแนะนํานี้มาจากแหล่งภายนอก"
@@ -395,3 +395,7 @@ msgstr "* Çalyşyň:* %1 *bilen* 0%"
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr "Üýtgeşmeleri yzarlaň"
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr ""
@@ -395,3 +395,7 @@ msgstr "*Değiştir:* %0 *ile* %1"
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr "Parça değişiklikleri"
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr "Bu öneri harici bir kaynaktan geliyor."
@@ -328,7 +328,7 @@ msgstr ""
328
328
 
329
329
  msgctxt "The justify text format name displayed in a format suggestion."
330
330
  msgid "FORMAT_JUSTIFY_TEXT"
331
- msgstr ""
331
+ msgstr "нигезләү"
332
332
 
333
333
  msgctxt "The regular column format name displayed in a format suggestion."
334
334
  msgid "FORMAT_REGULAR_COLUMN"
@@ -364,7 +364,7 @@ msgstr ""
364
364
 
365
365
  msgctxt "The underline format name displayed in a format suggestion."
366
366
  msgid "FORMAT_UNDERLINE"
367
- msgstr ""
367
+ msgstr "ассызыклау"
368
368
 
369
369
  msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
370
370
  msgid "PENDING_ACTION_SUGGESTION"
@@ -377,3 +377,7 @@ msgstr ""
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr ""
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr ""
@@ -431,3 +431,7 @@ msgstr "*Замінити:* %0 *на* %1"
431
431
  msgctxt "The label for the dropdown containing some options related to track changes."
432
432
  msgid "Track changes"
433
433
  msgstr "Відстежити зміни"
434
+
435
+ msgctxt "The additional information that suggestion comes from external source."
436
+ msgid "EXTERNAL_SUGGESTION"
437
+ msgstr "Ця пропозиція виходить із зовнішнього джерела."
@@ -395,3 +395,7 @@ msgstr ""
395
395
  msgctxt "The label for the dropdown containing some options related to track changes."
396
396
  msgid "Track changes"
397
397
  msgstr ""
398
+
399
+ msgctxt "The additional information that suggestion comes from external source."
400
+ msgid "EXTERNAL_SUGGESTION"
401
+ msgstr ""
@@ -377,3 +377,7 @@ msgstr "*Thay thế:* %0 *bằng* %1"
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "Theo dõi nội dung thay đổi"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "Đề xuất này đến từ một nguồn bên ngoài."
@@ -377,3 +377,7 @@ msgstr "*用* %1 *替换:* %0 "
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "跟踪更改"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "此建议来自外部来源。"
@@ -377,3 +377,7 @@ msgstr "*取代:*%0 *變更為* %1"
377
377
  msgctxt "The label for the dropdown containing some options related to track changes."
378
378
  msgid "Track changes"
379
379
  msgstr "追蹤變更"
380
+
381
+ msgctxt "The additional information that suggestion comes from external source."
382
+ msgid "EXTERNAL_SUGGESTION"
383
+ msgstr "此建議來自外部來源。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "35.1.0",
3
+ "version": "35.2.0",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -27,9 +27,9 @@
27
27
  ],
28
28
  "main": "src/index.js",
29
29
  "dependencies": {
30
- "ckeditor5": "^35.1.0",
31
- "ckeditor5-collaboration": "^35.1.0",
30
+ "ckeditor5": "^35.2.0",
31
+ "ckeditor5-collaboration": "^35.2.0",
32
32
  "lodash-es": "^4.17.11",
33
- "@ckeditor/ckeditor5-style": "^35.1.0"
33
+ "@ckeditor/ckeditor5-style": "^35.2.0"
34
34
  }
35
35
  }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x443b=['isEnabled','isInContent','some','_acceptSuggestionCommand','from','execute','refresh','values','change','_suggestions'];(function(_0x127540,_0x443b2a){const _0x1bf853=function(_0x4fe74b){while(--_0x4fe74b){_0x127540['push'](_0x127540['shift']());}};_0x1bf853(++_0x443b2a);}(_0x443b,0xb1));const _0x1bf8=function(_0x127540,_0x443b2a){_0x127540=_0x127540-0x0;let _0x1bf853=_0x443b[_0x127540];return _0x1bf853;};import{Command as _0x3adaa3}from'ckeditor5/src/core';import _0x4a27c3 from'../utils/sortsuggestions';export default class R extends _0x3adaa3{constructor(_0x57b5a1,_0x4a323c,_0x5b036d){super(_0x57b5a1),this['_acceptSuggestionCommand']=_0x4a323c,this[_0x1bf8('0x2')]=_0x5b036d,this['refresh']();}[_0x1bf8('0x9')](){const _0x2c4214=this['_acceptSuggestionCommand'];this[_0x1bf8('0x3')]=_0x2c4214[_0x1bf8('0x3')]&&Array[_0x1bf8('0x7')](this['_suggestions'][_0x1bf8('0x0')]())[_0x1bf8('0x5')](_0x3fcf9e=>_0x3fcf9e[_0x1bf8('0x4')]);}['execute'](){this['editor']['model'][_0x1bf8('0x1')](()=>{const _0x1f76ed=_0x4a27c3(Array[_0x1bf8('0x7')](this['_suggestions']['values']()));for(const _0x1169ec of _0x1f76ed)_0x1169ec[_0x1bf8('0x4')]&&this[_0x1bf8('0x6')][_0x1bf8('0x8')](_0x1169ec['id']);});}}
23
+ const _0x338d=['execute','_suggestions','isInContent','from','refresh','model','_acceptSuggestionCommand','values','change','some','isEnabled'];(function(_0x16c3f3,_0x338dc5){const _0x2cf65d=function(_0x21780b){while(--_0x21780b){_0x16c3f3['push'](_0x16c3f3['shift']());}};_0x2cf65d(++_0x338dc5);}(_0x338d,0xc3));const _0x2cf6=function(_0x16c3f3,_0x338dc5){_0x16c3f3=_0x16c3f3-0x0;let _0x2cf65d=_0x338d[_0x16c3f3];return _0x2cf65d;};import{Command as _0x4d2abd}from'ckeditor5/src/core';import _0x3a06b8 from'../utils/sortsuggestions';export default class R extends _0x4d2abd{constructor(_0x536c78,_0x34ee3c,_0xbda61){super(_0x536c78),this[_0x2cf6('0x9')]=_0x34ee3c,this[_0x2cf6('0x4')]=_0xbda61,this[_0x2cf6('0x7')]();}[_0x2cf6('0x7')](){const _0x39270f=this[_0x2cf6('0x9')];this[_0x2cf6('0x2')]=_0x39270f[_0x2cf6('0x2')]&&Array[_0x2cf6('0x6')](this[_0x2cf6('0x4')][_0x2cf6('0xa')]())[_0x2cf6('0x1')](_0x387e03=>_0x387e03[_0x2cf6('0x5')]);}['execute'](){this['editor'][_0x2cf6('0x8')][_0x2cf6('0x0')](()=>{const _0x1a60b3=_0x3a06b8(Array[_0x2cf6('0x6')](this[_0x2cf6('0x4')][_0x2cf6('0xa')]()));for(const _0x3dcf75 of _0x1a60b3)_0x3dcf75[_0x2cf6('0x5')]&&this['_acceptSuggestionCommand'][_0x2cf6('0x3')](_0x3dcf75['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x58ba=['change','execute','size','from','isEnabled','_acceptSuggestionCommand','refresh','values','_suggestions','document','_selectedSuggestions','editor'];(function(_0x264265,_0x58ba8d){const _0xb0eea8=function(_0x28cb23){while(--_0x28cb23){_0x264265['push'](_0x264265['shift']());}};_0xb0eea8(++_0x58ba8d);}(_0x58ba,0x104));const _0xb0ee=function(_0x264265,_0x58ba8d){_0x264265=_0x264265-0x0;let _0xb0eea8=_0x58ba[_0x264265];return _0xb0eea8;};import{Command as _0x1791bb}from'ckeditor5/src/core';import _0x6fde29 from'../utils/sortsuggestions';import _0x2dd73a from'../utils/getselectedsuggestions';export default class j extends _0x1791bb{constructor(_0xf1db7b,_0x11fe64,_0x1578da){super(_0xf1db7b),this[_0xb0ee('0x9')]=_0x11fe64,this[_0xb0ee('0x0')]=_0x1578da,this[_0xb0ee('0x2')]=new Set(),this[_0xb0ee('0xa')]();}[_0xb0ee('0xa')](){const _0x546e0e=this[_0xb0ee('0x9')],_0x395c7d=this[_0xb0ee('0x3')]['model'][_0xb0ee('0x1')]['selection'],_0x417a8e=Array[_0xb0ee('0x7')](this[_0xb0ee('0x0')][_0xb0ee('0xb')]());this[_0xb0ee('0x2')]=_0x2dd73a(_0x395c7d,_0x417a8e),this[_0xb0ee('0x8')]=_0x546e0e[_0xb0ee('0x8')]&&!!this[_0xb0ee('0x2')][_0xb0ee('0x6')];}[_0xb0ee('0x5')](){this['editor']['model'][_0xb0ee('0x4')](()=>{const _0x2b4a81=_0x6fde29(Array[_0xb0ee('0x7')](this[_0xb0ee('0x2')]));for(const _0x159d8b of _0x2b4a81)this[_0xb0ee('0x9')][_0xb0ee('0x5')](_0x159d8b['id']);});}}
23
+ const _0x33f0=['_selectedSuggestions','change','document','isEnabled','values','model','editor','selection','execute','refresh','_suggestions','from','_acceptSuggestionCommand'];(function(_0x43f91f,_0x33f00e){const _0x3caefc=function(_0x14dd8f){while(--_0x14dd8f){_0x43f91f['push'](_0x43f91f['shift']());}};_0x3caefc(++_0x33f00e);}(_0x33f0,0x181));const _0x3cae=function(_0x43f91f,_0x33f00e){_0x43f91f=_0x43f91f-0x0;let _0x3caefc=_0x33f0[_0x43f91f];return _0x3caefc;};import{Command as _0xe736be}from'ckeditor5/src/core';import _0x140236 from'../utils/sortsuggestions';import _0x2d947e from'../utils/getselectedsuggestions';export default class j extends _0xe736be{constructor(_0x115456,_0x132123,_0x328311){super(_0x115456),this[_0x3cae('0x4')]=_0x132123,this[_0x3cae('0x2')]=_0x328311,this[_0x3cae('0x5')]=new Set(),this['refresh']();}[_0x3cae('0x1')](){const _0x118343=this[_0x3cae('0x4')],_0x262b2e=this[_0x3cae('0xb')][_0x3cae('0xa')][_0x3cae('0x7')][_0x3cae('0xc')],_0x4e63eb=Array[_0x3cae('0x3')](this[_0x3cae('0x2')][_0x3cae('0x9')]());this[_0x3cae('0x5')]=_0x2d947e(_0x262b2e,_0x4e63eb),this[_0x3cae('0x8')]=_0x118343['isEnabled']&&!!this['_selectedSuggestions']['size'];}['execute'](){this[_0x3cae('0xb')][_0x3cae('0xa')][_0x3cae('0x6')](()=>{const _0x59b4e9=_0x140236(Array[_0x3cae('0x3')](this['_selectedSuggestions']));for(const _0x1d7f03 of _0x59b4e9)this[_0x3cae('0x4')][_0x3cae('0x0')](_0x1d7f03['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4617=['isEnabled','track-changes-accept-suggestion-not-found','execute','TrackChangesEditing','_suggestions','acceptSuggestion','refresh','plugins','editor','get'];(function(_0x18a3fa,_0x461792){const _0x2af207=function(_0x2acbef){while(--_0x2acbef){_0x18a3fa['push'](_0x18a3fa['shift']());}};_0x2af207(++_0x461792);}(_0x4617,0xcb));const _0x2af2=function(_0x18a3fa,_0x461792){_0x18a3fa=_0x18a3fa-0x0;let _0x2af207=_0x4617[_0x18a3fa];return _0x2af207;};import{Command as _0x52c891}from'ckeditor5/src/core';import{CKEditorError as _0x36184a}from'ckeditor5/src/utils';export default class $ extends _0x52c891{constructor(_0x13239f,_0x473b89){super(_0x13239f),this[_0x2af2('0x1')]=_0x473b89,this[_0x2af2('0x3')]();}[_0x2af2('0x3')](){this[_0x2af2('0x7')]=!0x0;}[_0x2af2('0x9')](_0x43c75f){const _0xea7221=this[_0x2af2('0x1')][_0x2af2('0x6')](_0x43c75f);if(!_0xea7221)throw new _0x36184a(_0x2af2('0x8'),this);this[_0x2af2('0x5')][_0x2af2('0x4')][_0x2af2('0x6')](_0x2af2('0x0'))[_0x2af2('0x2')](_0xea7221);}}
23
+ const _0x2669=['TrackChangesEditing','_suggestions','get','refresh','execute','track-changes-accept-suggestion-not-found','plugins','isEnabled','editor'];(function(_0x2828f3,_0x266940){const _0x2e1299=function(_0x2c6ecd){while(--_0x2c6ecd){_0x2828f3['push'](_0x2828f3['shift']());}};_0x2e1299(++_0x266940);}(_0x2669,0x10c));const _0x2e12=function(_0x2828f3,_0x266940){_0x2828f3=_0x2828f3-0x0;let _0x2e1299=_0x2669[_0x2828f3];return _0x2e1299;};import{Command as _0x366cbd}from'ckeditor5/src/core';import{CKEditorError as _0xfa25d5}from'ckeditor5/src/utils';export default class $ extends _0x366cbd{constructor(_0x5a5276,_0x4ad431){super(_0x5a5276),this[_0x2e12('0x3')]=_0x4ad431,this[_0x2e12('0x5')]();}[_0x2e12('0x5')](){this[_0x2e12('0x0')]=!0x0;}[_0x2e12('0x6')](_0x239829){const _0x5ea631=this[_0x2e12('0x3')]['get'](_0x239829);if(!_0x5ea631)throw new _0xfa25d5(_0x2e12('0x7'),this);this[_0x2e12('0x1')][_0x2e12('0x8')][_0x2e12('0x4')](_0x2e12('0x2'))['acceptSuggestion'](_0x5ea631);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e3f=['execute','some','_suggestions','_discardSuggestionCommand','change','refresh','values','from','isInContent','isEnabled'];(function(_0x28a56f,_0x2e3fe2){const _0x56ffd1=function(_0x2a75aa){while(--_0x2a75aa){_0x28a56f['push'](_0x28a56f['shift']());}};_0x56ffd1(++_0x2e3fe2);}(_0x2e3f,0x10e));const _0x56ff=function(_0x28a56f,_0x2e3fe2){_0x28a56f=_0x28a56f-0x0;let _0x56ffd1=_0x2e3f[_0x28a56f];return _0x56ffd1;};import{Command as _0x4af57b}from'ckeditor5/src/core';export default class U extends _0x4af57b{constructor(_0xa3a185,_0x285b1b,_0x45fd58){super(_0xa3a185),this['_discardSuggestionCommand']=_0x285b1b,this[_0x56ff('0x2')]=_0x45fd58,this[_0x56ff('0x5')]();}['refresh'](){const _0x3d07b2=this[_0x56ff('0x3')];this['isEnabled']=_0x3d07b2[_0x56ff('0x9')]&&Array[_0x56ff('0x7')](this['_suggestions'][_0x56ff('0x6')]())[_0x56ff('0x1')](_0x426f46=>_0x426f46[_0x56ff('0x8')]);}[_0x56ff('0x0')](){this['editor']['model'][_0x56ff('0x4')](()=>{for(const _0x1f81cf of this['_suggestions'][_0x56ff('0x6')]())_0x1f81cf[_0x56ff('0x8')]&&this[_0x56ff('0x3')][_0x56ff('0x0')](_0x1f81cf['id']);});}}
23
+ const _0x13a8=['execute','model','refresh','_suggestions','_discardSuggestionCommand','isEnabled','from','change','values','isInContent','some'];(function(_0x2ff4df,_0x13a8a3){const _0x209ac0=function(_0x908c64){while(--_0x908c64){_0x2ff4df['push'](_0x2ff4df['shift']());}};_0x209ac0(++_0x13a8a3);}(_0x13a8,0x12d));const _0x209a=function(_0x2ff4df,_0x13a8a3){_0x2ff4df=_0x2ff4df-0x0;let _0x209ac0=_0x13a8[_0x2ff4df];return _0x209ac0;};import{Command as _0x850f45}from'ckeditor5/src/core';export default class x extends _0x850f45{constructor(_0x5bcb42,_0x3a1419,_0xa52f34){super(_0x5bcb42),this['_discardSuggestionCommand']=_0x3a1419,this[_0x209a('0xa')]=_0xa52f34,this[_0x209a('0x9')]();}[_0x209a('0x9')](){const _0x4a7d7e=this['_discardSuggestionCommand'];this[_0x209a('0x1')]=_0x4a7d7e['isEnabled']&&Array[_0x209a('0x2')](this[_0x209a('0xa')][_0x209a('0x4')]())[_0x209a('0x6')](_0x5f11d7=>_0x5f11d7[_0x209a('0x5')]);}[_0x209a('0x7')](){this['editor'][_0x209a('0x8')][_0x209a('0x3')](()=>{for(const _0x5ade1b of this['_suggestions'][_0x209a('0x4')]())_0x5ade1b[_0x209a('0x5')]&&this[_0x209a('0x0')][_0x209a('0x7')](_0x5ade1b['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x51ac=['selection','values','isEnabled','editor','change','_suggestions','refresh','_selectedSuggestions','size','_discardSuggestionCommand','document'];(function(_0x17dd80,_0x51ac05){const _0x393f61=function(_0x283900){while(--_0x283900){_0x17dd80['push'](_0x17dd80['shift']());}};_0x393f61(++_0x51ac05);}(_0x51ac,0xc8));const _0x393f=function(_0x17dd80,_0x51ac05){_0x17dd80=_0x17dd80-0x0;let _0x393f61=_0x51ac[_0x17dd80];return _0x393f61;};import{Command as _0x1fab4a}from'ckeditor5/src/core';import _0x495226 from'../utils/getselectedsuggestions';export default class x extends _0x1fab4a{constructor(_0x108c01,_0x53ad86,_0x4c476e){super(_0x108c01),this['_discardSuggestionCommand']=_0x53ad86,this['_suggestions']=_0x4c476e,this[_0x393f('0x5')]=new Set(),this[_0x393f('0x4')]();}[_0x393f('0x4')](){const _0x3289fb=this[_0x393f('0x7')],_0x132310=this[_0x393f('0x1')]['model'][_0x393f('0x8')][_0x393f('0x9')],_0x5bb6f9=Array['from'](this[_0x393f('0x3')][_0x393f('0xa')]());this[_0x393f('0x5')]=_0x495226(_0x132310,_0x5bb6f9),this[_0x393f('0x0')]=_0x3289fb[_0x393f('0x0')]&&!!this['_selectedSuggestions'][_0x393f('0x6')];}['execute'](){this['editor']['model'][_0x393f('0x2')](()=>{for(const _0x31dffa of this[_0x393f('0x5')])this['_discardSuggestionCommand']['execute'](_0x31dffa['id']);});}}
23
+ const _0x138f=['_suggestions','refresh','from','size','model','isEnabled','_discardSuggestionCommand','document','selection','execute','editor','change','values','_selectedSuggestions'];(function(_0x42c06c,_0x138f8d){const _0xcb676e=function(_0x3e86c3){while(--_0x3e86c3){_0x42c06c['push'](_0x42c06c['shift']());}};_0xcb676e(++_0x138f8d);}(_0x138f,0x17c));const _0xcb67=function(_0x42c06c,_0x138f8d){_0x42c06c=_0x42c06c-0x0;let _0xcb676e=_0x138f[_0x42c06c];return _0xcb676e;};import{Command as _0x491943}from'ckeditor5/src/core';import _0x534b83 from'../utils/getselectedsuggestions';export default class U extends _0x491943{constructor(_0x2e37d7,_0x32d712,_0x5a2687){super(_0x2e37d7),this[_0xcb67('0x4')]=_0x32d712,this[_0xcb67('0xc')]=_0x5a2687,this[_0xcb67('0xb')]=new Set(),this[_0xcb67('0xd')]();}['refresh'](){const _0x304145=this[_0xcb67('0x4')],_0x54b9bb=this[_0xcb67('0x8')]['model'][_0xcb67('0x5')][_0xcb67('0x6')],_0x5cf057=Array[_0xcb67('0x0')](this[_0xcb67('0xc')][_0xcb67('0xa')]());this['_selectedSuggestions']=_0x534b83(_0x54b9bb,_0x5cf057),this['isEnabled']=_0x304145[_0xcb67('0x3')]&&!!this['_selectedSuggestions'][_0xcb67('0x1')];}[_0xcb67('0x7')](){this['editor'][_0xcb67('0x2')][_0xcb67('0x9')](()=>{for(const _0x228615 of this['_selectedSuggestions'])this[_0xcb67('0x4')]['execute'](_0x228615['id']);});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x35e5=['get','editor','execute','refresh','track-changes-discard-suggestion-not-found','TrackChangesEditing','plugins','_suggestions'];(function(_0x35bff5,_0x35e51d){const _0x1bcc3f=function(_0x346a66){while(--_0x346a66){_0x35bff5['push'](_0x35bff5['shift']());}};_0x1bcc3f(++_0x35e51d);}(_0x35e5,0x145));const _0x1bcc=function(_0x35bff5,_0x35e51d){_0x35bff5=_0x35bff5-0x0;let _0x1bcc3f=_0x35e5[_0x35bff5];return _0x1bcc3f;};import{Command as _0x3b8618}from'ckeditor5/src/core';import{CKEditorError as _0xdb67fd}from'ckeditor5/src/utils';export default class N extends _0x3b8618{constructor(_0xbe96,_0x230ee2){super(_0xbe96),this[_0x1bcc('0x2')]=_0x230ee2,this[_0x1bcc('0x6')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x1bcc('0x5')](_0x2cf5b3){const _0x1665d6=this[_0x1bcc('0x2')][_0x1bcc('0x3')](_0x2cf5b3);if(!_0x1665d6)throw new _0xdb67fd(_0x1bcc('0x7'),this);this[_0x1bcc('0x4')][_0x1bcc('0x1')][_0x1bcc('0x3')](_0x1bcc('0x0'))['discardSuggestion'](_0x1665d6);}}
23
+ const _0x21e3=['execute','plugins','discardSuggestion','get','track-changes-discard-suggestion-not-found','TrackChangesEditing','_suggestions','refresh'];(function(_0x22bb28,_0x21e3e0){const _0x31d186=function(_0x810f3f){while(--_0x810f3f){_0x22bb28['push'](_0x22bb28['shift']());}};_0x31d186(++_0x21e3e0);}(_0x21e3,0xf6));const _0x31d1=function(_0x22bb28,_0x21e3e0){_0x22bb28=_0x22bb28-0x0;let _0x31d186=_0x21e3[_0x22bb28];return _0x31d186;};import{Command as _0x530d4f}from'ckeditor5/src/core';import{CKEditorError as _0x1494af}from'ckeditor5/src/utils';export default class N extends _0x530d4f{constructor(_0x67aaff,_0x31da6f){super(_0x67aaff),this[_0x31d1('0x0')]=_0x31da6f,this[_0x31d1('0x1')]();}[_0x31d1('0x1')](){this['isEnabled']=!0x0;}[_0x31d1('0x2')](_0xbfc46){const _0x4eebab=this['_suggestions']['get'](_0xbfc46);if(!_0x4eebab)throw new _0x1494af(_0x31d1('0x6'),this);this['editor'][_0x31d1('0x3')][_0x31d1('0x5')](_0x31d1('0x7'))[_0x31d1('0x4')](_0x4eebab);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x279d=['execute','clearForceDisabled','_disableUnsupportedCommands','commands','_enableCommands','TrackChangesCommand','_enabledCommands','forceDisabled','value','affectsData','isEnabled','editor','has','refresh'];(function(_0x1a57b6,_0x279d0f){const _0x3f6605=function(_0xeda5fb){while(--_0xeda5fb){_0x1a57b6['push'](_0x1a57b6['shift']());}};_0x3f6605(++_0x279d0f);}(_0x279d,0xd2));const _0x3f66=function(_0x1a57b6,_0x279d0f){_0x1a57b6=_0x1a57b6-0x0;let _0x3f6605=_0x279d[_0x1a57b6];return _0x3f6605;};import{Command as _0x243d52}from'ckeditor5/src/core';export default class M extends _0x243d52{constructor(_0x47543e,_0xb1383a){super(_0x47543e),this[_0x3f66('0x6')]=_0xb1383a,this[_0x3f66('0x8')]=!0x1,this[_0x3f66('0xd')]();}[_0x3f66('0xd')](){this[_0x3f66('0xa')]=!0x0;}[_0x3f66('0x0')](){this[_0x3f66('0x8')]=!this[_0x3f66('0x8')],this[_0x3f66('0x8')]?this[_0x3f66('0x2')]():this[_0x3f66('0x4')]();}['_disableUnsupportedCommands'](){for(const _0x1fce89 of this[_0x3f66('0xb')][_0x3f66('0x3')][_0x3f66('0x3')]())_0x1fce89[_0x3f66('0x9')]&&!this[_0x3f66('0x6')]['has'](_0x1fce89)&&_0x1fce89[_0x3f66('0x7')]('TrackChangesCommand');}[_0x3f66('0x4')](){for(const _0xbf9ddc of this[_0x3f66('0xb')][_0x3f66('0x3')][_0x3f66('0x3')]())_0xbf9ddc[_0x3f66('0x9')]&&!this[_0x3f66('0x6')][_0x3f66('0xc')](_0xbf9ddc)&&_0xbf9ddc[_0x3f66('0x1')](_0x3f66('0x5'));}}
23
+ const _0x1dd5=['_enableCommands','commands','value','affectsData','forceDisabled','editor','has','_disableUnsupportedCommands','TrackChangesCommand','clearForceDisabled','refresh','_enabledCommands'];(function(_0x2b44d9,_0x1dd518){const _0xa48519=function(_0x3722f9){while(--_0x3722f9){_0x2b44d9['push'](_0x2b44d9['shift']());}};_0xa48519(++_0x1dd518);}(_0x1dd5,0x119));const _0xa485=function(_0x2b44d9,_0x1dd518){_0x2b44d9=_0x2b44d9-0x0;let _0xa48519=_0x1dd5[_0x2b44d9];return _0xa48519;};import{Command as _0x5f30e5}from'ckeditor5/src/core';export default class M extends _0x5f30e5{constructor(_0x565747,_0x1bc42b){super(_0x565747),this[_0xa485('0x6')]=_0x1bc42b,this[_0xa485('0x9')]=!0x1,this[_0xa485('0x5')]();}[_0xa485('0x5')](){this['isEnabled']=!0x0;}['execute'](){this['value']=!this[_0xa485('0x9')],this['value']?this[_0xa485('0x2')]():this[_0xa485('0x7')]();}[_0xa485('0x2')](){for(const _0x2cf23b of this[_0xa485('0x0')][_0xa485('0x8')]['commands']())_0x2cf23b[_0xa485('0xa')]&&!this[_0xa485('0x6')][_0xa485('0x1')](_0x2cf23b)&&_0x2cf23b[_0xa485('0xb')](_0xa485('0x3'));}[_0xa485('0x7')](){for(const _0x46392c of this[_0xa485('0x0')][_0xa485('0x8')][_0xa485('0x8')]())_0x46392c[_0xa485('0xa')]&&!this['_enabledCommands']['has'](_0x46392c)&&_0x46392c[_0xa485('0x4')](_0xa485('0x3'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x21d6=['ltr','has','locale','editor','registerDescriptionCallback','commandParams','FORMAT_ALIGN_TO_RIGHT','contentLanguageDirection','checkAttribute','TrackChangesEditing','markBlockFormat','getSelectedBlocks','model','change','from','AlignmentEditing','selection','value','right','alignment','left','FORMAT_JUSTIFY_TEXT','afterInit','FORMAT_ALIGN_TO_LEFT','document','center','_descriptionFactory','justify','plugins','FORMAT_ALIGN_TO_CENTER','enableCommand','format'];(function(_0x4946f7,_0x21d6c5){const _0x3e3c5b=function(_0x9cebab){while(--_0x9cebab){_0x4946f7['push'](_0x4946f7['shift']());}};_0x3e3c5b(++_0x21d6c5);}(_0x21d6,0x198));const _0x3e3c=function(_0x4946f7,_0x21d6c5){_0x4946f7=_0x4946f7-0x0;let _0x3e3c5b=_0x21d6[_0x4946f7];return _0x3e3c5b;};import{Plugin as _0x4ac49}from'ckeditor5/src/core';import{getTranslation as _0x288037}from'../utils/common-translations';export default class E extends _0x4ac49{[_0x3e3c('0x1e')](){const _0x47a96c=this[_0x3e3c('0xb')],_0x1c403f=_0x47a96c[_0x3e3c('0xa')];if(!_0x47a96c[_0x3e3c('0x4')][_0x3e3c('0x9')](_0x3e3c('0x17')))return;const _0x1f2e29=_0x47a96c['plugins']['get'](_0x3e3c('0x11'));_0x1f2e29[_0x3e3c('0x6')](_0x3e3c('0x1b'),(_0xc5b750,_0x20dbd1={})=>{let _0x210dc2=_0x20dbd1['value'];_0x20dbd1[_0x3e3c('0x19')]||(_0x210dc2=_0x3e3c('0x8')===_0x47a96c[_0x3e3c('0xa')][_0x3e3c('0xf')]?_0x3e3c('0x1c'):'right');const _0x224ef9=Array[_0x3e3c('0x16')](this['editor']['model'][_0x3e3c('0x0')][_0x3e3c('0x18')][_0x3e3c('0x13')]())['filter'](_0x494cc9=>function(_0x3749a2,_0x16f99a,_0x53c2ae){const _0x1b6e85=_0x3749a2['getAttribute'](_0x3e3c('0x1b'))||null;return _0x16f99a[_0x3e3c('0x10')](_0x3749a2,_0x3e3c('0x1b'))&&_0x53c2ae!=_0x1b6e85;}(_0x494cc9,this[_0x3e3c('0xb')][_0x3e3c('0x14')]['schema'],_0x210dc2));_0x47a96c[_0x3e3c('0x14')][_0x3e3c('0x15')](()=>{for(const _0x406c86 of _0x224ef9)_0x1f2e29[_0x3e3c('0x12')](_0x406c86,{'commandName':_0x3e3c('0x1b'),'commandParams':[{'value':_0x210dc2}]});});}),_0x1f2e29[_0x3e3c('0x2')][_0x3e3c('0xc')](_0x24036f=>{const {data:_0x3842f7}=_0x24036f;if(_0x3842f7&&_0x3e3c('0x1b')==_0x3842f7['commandName']){const _0x53a8ee=_0x3842f7[_0x3e3c('0xd')][0x0][_0x3e3c('0x19')];return{'type':_0x3e3c('0x7'),'content':_0x288037(_0x1c403f,'*Format:*\x20%0',function(_0x5204b9){switch(_0x5204b9){case'left':return _0x288037(_0x1c403f,_0x3e3c('0x1f'));case _0x3e3c('0x1a'):return _0x288037(_0x1c403f,_0x3e3c('0xe'));case _0x3e3c('0x1'):return _0x288037(_0x1c403f,_0x3e3c('0x5'));case _0x3e3c('0x3'):return _0x288037(_0x1c403f,_0x3e3c('0x1d'));}}(_0x53a8ee))};}});}}
23
+ const _0x5054=['contentLanguageDirection','afterInit','format','center','registerDescriptionCallback','FORMAT_ALIGN_TO_LEFT','*Format:*\x20%0','has','markBlockFormat','locale','FORMAT_ALIGN_TO_RIGHT','plugins','_descriptionFactory','alignment','change','value','AlignmentEditing','model','editor','checkAttribute','commandName','enableCommand','TrackChangesEditing','right','FORMAT_ALIGN_TO_CENTER','commandParams','document','left'];(function(_0x5883f8,_0x5054b4){const _0x8e1bc4=function(_0x5a01f9){while(--_0x5a01f9){_0x5883f8['push'](_0x5883f8['shift']());}};_0x8e1bc4(++_0x5054b4);}(_0x5054,0x1d8));const _0x8e1b=function(_0x5883f8,_0x5054b4){_0x5883f8=_0x5883f8-0x0;let _0x8e1bc4=_0x5054[_0x5883f8];return _0x8e1bc4;};import{Plugin as _0x28ad39}from'ckeditor5/src/core';import{getTranslation as _0xb02b29}from'../utils/common-translations';export default class E extends _0x28ad39{[_0x8e1b('0x5')](){const _0x17c9d2=this[_0x8e1b('0x16')],_0x4436fb=_0x17c9d2[_0x8e1b('0xd')];if(!_0x17c9d2[_0x8e1b('0xf')][_0x8e1b('0xb')](_0x8e1b('0x14')))return;const _0x295da7=_0x17c9d2[_0x8e1b('0xf')]['get'](_0x8e1b('0x1a'));_0x295da7[_0x8e1b('0x19')]('alignment',(_0x35e756,_0xff9e54={})=>{let _0x3ac341=_0xff9e54[_0x8e1b('0x13')];_0xff9e54[_0x8e1b('0x13')]||(_0x3ac341='ltr'===_0x17c9d2[_0x8e1b('0xd')][_0x8e1b('0x4')]?'left':_0x8e1b('0x1b'));const _0x2a226b=Array['from'](this[_0x8e1b('0x16')][_0x8e1b('0x15')][_0x8e1b('0x2')]['selection']['getSelectedBlocks']())['filter'](_0x35f435=>function(_0xb91517,_0x5d6e39,_0x329ea4){const _0x49ba35=_0xb91517['getAttribute'](_0x8e1b('0x11'))||null;return _0x5d6e39[_0x8e1b('0x17')](_0xb91517,_0x8e1b('0x11'))&&_0x329ea4!=_0x49ba35;}(_0x35f435,this[_0x8e1b('0x16')][_0x8e1b('0x15')]['schema'],_0x3ac341));_0x17c9d2['model'][_0x8e1b('0x12')](()=>{for(const _0x1206ae of _0x2a226b)_0x295da7[_0x8e1b('0xc')](_0x1206ae,{'commandName':_0x8e1b('0x11'),'commandParams':[{'value':_0x3ac341}]});});}),_0x295da7[_0x8e1b('0x10')][_0x8e1b('0x8')](_0x2c56c1=>{const {data:_0x358329}=_0x2c56c1;if(_0x358329&&_0x8e1b('0x11')==_0x358329[_0x8e1b('0x18')]){const _0x4b95e1=_0x358329[_0x8e1b('0x1')][0x0]['value'];return{'type':_0x8e1b('0x6'),'content':_0xb02b29(_0x4436fb,_0x8e1b('0xa'),function(_0x4e2d3a){switch(_0x4e2d3a){case _0x8e1b('0x3'):return _0xb02b29(_0x4436fb,_0x8e1b('0x9'));case _0x8e1b('0x1b'):return _0xb02b29(_0x4436fb,_0x8e1b('0xe'));case _0x8e1b('0x7'):return _0xb02b29(_0x4436fb,_0x8e1b('0x0'));case'justify':return _0xb02b29(_0x4436fb,'FORMAT_JUSTIFY_TEXT');}}(_0x4b95e1))};}});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ddc=['SuperscriptEditing','FORMAT_SUBSCRIPT','italic','registerDescriptionCallback','commands','TrackChangesEditing','ItalicEditing','isCollapsed','model','markInlineFormat','value','getRanges','selection','FORMAT_ITALIC','BoldEditing','plugins','CodeEditing','superscript','change','document','get','commandParams','format','FORMAT_UNDERLINE','afterInit','has','forceValue','toLowerCase','FORMAT_SUPERSCRIPT','from','code','strikethrough','slice','enableCommand','subscript','bold','StrikethroughEditing','FORMAT_STRIKETHROUGH','FORMAT_CODE'];(function(_0x2570c9,_0x1ddc31){const _0x4a2e3a=function(_0x42ed65){while(--_0x42ed65){_0x2570c9['push'](_0x2570c9['shift']());}};_0x4a2e3a(++_0x1ddc31);}(_0x1ddc,0x101));const _0x4a2e=function(_0x2570c9,_0x1ddc31){_0x2570c9=_0x2570c9-0x0;let _0x4a2e3a=_0x1ddc[_0x2570c9];return _0x4a2e3a;};import{Plugin as _0x342204}from'ckeditor5/src/core';import{getTranslation as _0x287b7c}from'../utils/common-translations';import{getRangesWithAttribute as _0x148fc4}from'./utils';const Ft=[_0x4a2e('0x1e'),_0x4a2e('0x16'),'UnderlineEditing',_0x4a2e('0x20'),_0x4a2e('0xd'),'SubscriptEditing',_0x4a2e('0x10')];export default class O extends _0x342204{[_0x4a2e('0x1')](){const _0x475282=this['editor'],_0x1c4fba=_0x475282[_0x4a2e('0x18')],_0x5e2bfa=_0x475282['plugins'][_0x4a2e('0x24')](_0x4a2e('0x15')),_0x2beb92=_0x475282['locale'];for(const _0x219b3b of Ft){if(!_0x475282[_0x4a2e('0x1f')][_0x4a2e('0x2')](_0x219b3b))continue;const _0x4c9f61=_0x219b3b[_0x4a2e('0x9')](0x0,-0x7)[_0x4a2e('0x4')](),_0x373c0c=_0x475282[_0x4a2e('0x14')][_0x4a2e('0x24')](_0x4c9f61);_0x5e2bfa[_0x4a2e('0xa')](_0x4c9f61,(_0xc8ba63,_0x31fb1c={})=>{const _0x14ba40=_0x1c4fba[_0x4a2e('0x23')][_0x4a2e('0x1c')];if(_0x14ba40[_0x4a2e('0x17')])return void _0xc8ba63(_0x31fb1c);const _0x2b706e=void 0x0!==_0x31fb1c[_0x4a2e('0x3')]?_0x31fb1c[_0x4a2e('0x3')]:!_0x373c0c[_0x4a2e('0x1a')];_0x1c4fba[_0x4a2e('0x22')](()=>{const _0x3fe7a2=Array[_0x4a2e('0x6')](_0x14ba40[_0x4a2e('0x1b')]());for(const _0x3a6e0a of _0x3fe7a2){const _0x1d9c63=_0x2b706e?[_0x3a6e0a]:_0x148fc4(_0x4c9f61,_0x3a6e0a,_0x1c4fba);for(const _0x2eafde of _0x1d9c63)_0x5e2bfa[_0x4a2e('0x19')](_0x2eafde,{'commandName':_0x4c9f61,'commandParams':[{'forceValue':_0x2b706e}]});}});});}function _0x5d59fb(_0x53a4f4,_0x1852a2){_0x5e2bfa['_descriptionFactory'][_0x4a2e('0x13')](_0x4c8c7d=>{const {data:_0x395e14}=_0x4c8c7d;if(_0x395e14&&_0x395e14['commandName']===_0x53a4f4)return _0x395e14[_0x4a2e('0x25')][0x0][_0x4a2e('0x3')]?{'type':_0x4a2e('0x26'),'content':_0x287b7c(_0x2beb92,'*Format:*\x20%0',_0x1852a2)}:{'type':'format','content':_0x287b7c(_0x2beb92,'*Remove\x20format:*\x20%0',_0x1852a2)};});}_0x5d59fb(_0x4a2e('0xc'),_0x287b7c(_0x2beb92,'FORMAT_BOLD')),_0x5d59fb(_0x4a2e('0x12'),_0x287b7c(_0x2beb92,_0x4a2e('0x1d'))),_0x5d59fb('underline',_0x287b7c(_0x2beb92,_0x4a2e('0x0'))),_0x5d59fb(_0x4a2e('0x7'),_0x287b7c(_0x2beb92,_0x4a2e('0xf'))),_0x5d59fb(_0x4a2e('0x8'),_0x287b7c(_0x2beb92,_0x4a2e('0xe'))),_0x5d59fb(_0x4a2e('0xb'),_0x287b7c(_0x2beb92,_0x4a2e('0x11'))),_0x5d59fb(_0x4a2e('0x21'),_0x287b7c(_0x2beb92,_0x4a2e('0x5')));}}
23
+ const _0x145c=['_descriptionFactory','italic','value','has','selection','from','getRanges','CodeEditing','superscript','forceValue','enableCommand','registerDescriptionCallback','SubscriptEditing','underline','isCollapsed','SuperscriptEditing','locale','TrackChangesEditing','format','commandName','bold','subscript','afterInit','FORMAT_SUPERSCRIPT','FORMAT_UNDERLINE','FORMAT_STRIKETHROUGH','plugins','BoldEditing','*Format:*\x20%0','FORMAT_ITALIC','*Remove\x20format:*\x20%0','get','UnderlineEditing','StrikethroughEditing'];(function(_0x22562a,_0x145c22){const _0xf0918c=function(_0x30ae92){while(--_0x30ae92){_0x22562a['push'](_0x22562a['shift']());}};_0xf0918c(++_0x145c22);}(_0x145c,0xf4));const _0xf091=function(_0x22562a,_0x145c22){_0x22562a=_0x22562a-0x0;let _0xf0918c=_0x145c[_0x22562a];return _0xf0918c;};import{Plugin as _0x527ab0}from'ckeditor5/src/core';import{getTranslation as _0x165dd9}from'../utils/common-translations';import{getRangesWithAttribute as _0x341ced}from'./utils';const Ft=[_0xf091('0x15'),'ItalicEditing',_0xf091('0x1a'),_0xf091('0x1'),_0xf091('0x1b'),_0xf091('0x6'),_0xf091('0x9')];export default class O extends _0x527ab0{[_0xf091('0x10')](){const _0x313233=this['editor'],_0x5e36d9=_0x313233['model'],_0x4dee9e=_0x313233[_0xf091('0x14')][_0xf091('0x19')](_0xf091('0xb')),_0x2fbc22=_0x313233[_0xf091('0xa')];for(const _0x2eac9c of Ft){if(!_0x313233[_0xf091('0x14')][_0xf091('0x1f')](_0x2eac9c))continue;const _0x25dd01=_0x2eac9c['slice'](0x0,-0x7)['toLowerCase'](),_0x26cc7c=_0x313233['commands']['get'](_0x25dd01);_0x4dee9e[_0xf091('0x4')](_0x25dd01,(_0x3aa381,_0xd03c88={})=>{const _0x1e5b6c=_0x5e36d9['document'][_0xf091('0x20')];if(_0x1e5b6c[_0xf091('0x8')])return void _0x3aa381(_0xd03c88);const _0x51cea3=void 0x0!==_0xd03c88['forceValue']?_0xd03c88[_0xf091('0x3')]:!_0x26cc7c[_0xf091('0x1e')];_0x5e36d9['change'](()=>{const _0x3c886a=Array[_0xf091('0x21')](_0x1e5b6c[_0xf091('0x0')]());for(const _0x55be1b of _0x3c886a){const _0x54e8bc=_0x51cea3?[_0x55be1b]:_0x341ced(_0x25dd01,_0x55be1b,_0x5e36d9);for(const _0x28d772 of _0x54e8bc)_0x4dee9e['markInlineFormat'](_0x28d772,{'commandName':_0x25dd01,'commandParams':[{'forceValue':_0x51cea3}]});}});});}function _0x40e1c7(_0x45bd7d,_0x3334d1){_0x4dee9e[_0xf091('0x1c')][_0xf091('0x5')](_0x1bb579=>{const {data:_0x1eaab7}=_0x1bb579;if(_0x1eaab7&&_0x1eaab7[_0xf091('0xd')]===_0x45bd7d)return _0x1eaab7['commandParams'][0x0][_0xf091('0x3')]?{'type':'format','content':_0x165dd9(_0x2fbc22,_0xf091('0x16'),_0x3334d1)}:{'type':_0xf091('0xc'),'content':_0x165dd9(_0x2fbc22,_0xf091('0x18'),_0x3334d1)};});}_0x40e1c7(_0xf091('0xe'),_0x165dd9(_0x2fbc22,'FORMAT_BOLD')),_0x40e1c7(_0xf091('0x1d'),_0x165dd9(_0x2fbc22,_0xf091('0x17'))),_0x40e1c7(_0xf091('0x7'),_0x165dd9(_0x2fbc22,_0xf091('0x12'))),_0x40e1c7('code',_0x165dd9(_0x2fbc22,'FORMAT_CODE')),_0x40e1c7('strikethrough',_0x165dd9(_0x2fbc22,_0xf091('0x13'))),_0x40e1c7(_0xf091('0xf'),_0x165dd9(_0x2fbc22,'FORMAT_SUBSCRIPT')),_0x40e1c7(_0xf091('0x2'),_0x165dd9(_0x2fbc22,_0xf091('0x11')));}}