@ckeditor/ckeditor5-track-changes 35.3.2 → 35.4.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 (152) hide show
  1. package/build/track-changes.js +2 -1
  2. package/build/translations/ar.js +1 -0
  3. package/build/translations/az.js +1 -0
  4. package/build/translations/bg.js +1 -0
  5. package/build/translations/bn.js +1 -0
  6. package/build/translations/ca.js +1 -0
  7. package/build/translations/cs.js +1 -0
  8. package/build/translations/da.js +1 -0
  9. package/build/translations/de.js +1 -0
  10. package/build/translations/el.js +1 -0
  11. package/build/translations/en-au.js +1 -0
  12. package/build/translations/es.js +1 -0
  13. package/build/translations/et.js +1 -0
  14. package/build/translations/fi.js +1 -0
  15. package/build/translations/fr.js +1 -0
  16. package/build/translations/gl.js +1 -0
  17. package/build/translations/he.js +1 -0
  18. package/build/translations/hi.js +1 -0
  19. package/build/translations/hr.js +1 -0
  20. package/build/translations/hu.js +1 -0
  21. package/build/translations/id.js +1 -0
  22. package/build/translations/it.js +1 -0
  23. package/build/translations/ja.js +1 -0
  24. package/build/translations/ko.js +1 -0
  25. package/build/translations/lt.js +1 -0
  26. package/build/translations/lv.js +1 -0
  27. package/build/translations/ms.js +1 -0
  28. package/build/translations/nl.js +1 -0
  29. package/build/translations/no.js +1 -0
  30. package/build/translations/pl.js +1 -0
  31. package/build/translations/pt-br.js +1 -0
  32. package/build/translations/pt.js +1 -0
  33. package/build/translations/ro.js +1 -0
  34. package/build/translations/ru.js +1 -0
  35. package/build/translations/sk.js +1 -0
  36. package/build/translations/sr-latn.js +1 -0
  37. package/build/translations/sr.js +1 -0
  38. package/build/translations/sv.js +1 -0
  39. package/build/translations/th.js +1 -0
  40. package/build/translations/tk.js +1 -0
  41. package/build/translations/tr.js +1 -0
  42. package/build/translations/tt.js +1 -0
  43. package/build/translations/uk.js +1 -0
  44. package/build/translations/ur.js +1 -0
  45. package/build/translations/vi.js +1 -0
  46. package/build/translations/zh-cn.js +1 -0
  47. package/build/translations/zh.js +1 -0
  48. package/lang/contexts.json +13 -0
  49. package/lang/translations/ar.po +55 -3
  50. package/lang/translations/az.po +52 -0
  51. package/lang/translations/bg.po +55 -3
  52. package/lang/translations/bn.po +55 -3
  53. package/lang/translations/ca.po +55 -3
  54. package/lang/translations/cs.po +55 -3
  55. package/lang/translations/da.po +55 -3
  56. package/lang/translations/de.po +55 -3
  57. package/lang/translations/el.po +55 -3
  58. package/lang/translations/en-au.po +52 -0
  59. package/lang/translations/en.po +52 -0
  60. package/lang/translations/es.po +55 -3
  61. package/lang/translations/et.po +55 -3
  62. package/lang/translations/fi.po +55 -3
  63. package/lang/translations/fr.po +55 -3
  64. package/lang/translations/gl.po +52 -0
  65. package/lang/translations/he.po +55 -3
  66. package/lang/translations/hi.po +55 -3
  67. package/lang/translations/hr.po +52 -0
  68. package/lang/translations/hu.po +55 -3
  69. package/lang/translations/id.po +55 -3
  70. package/lang/translations/it.po +55 -3
  71. package/lang/translations/ja.po +55 -3
  72. package/lang/translations/ko.po +55 -3
  73. package/lang/translations/lt.po +55 -3
  74. package/lang/translations/lv.po +55 -3
  75. package/lang/translations/ms.po +55 -3
  76. package/lang/translations/nl.po +55 -3
  77. package/lang/translations/no.po +55 -3
  78. package/lang/translations/pl.po +55 -3
  79. package/lang/translations/pt-br.po +55 -3
  80. package/lang/translations/pt.po +55 -3
  81. package/lang/translations/ro.po +55 -3
  82. package/lang/translations/ru.po +55 -3
  83. package/lang/translations/sk.po +55 -3
  84. package/lang/translations/sr-latn.po +52 -0
  85. package/lang/translations/sr.po +55 -3
  86. package/lang/translations/sv.po +55 -3
  87. package/lang/translations/th.po +55 -3
  88. package/lang/translations/tk.po +52 -0
  89. package/lang/translations/tr.po +55 -3
  90. package/lang/translations/tt.po +52 -0
  91. package/lang/translations/uk.po +55 -3
  92. package/lang/translations/ur.po +52 -0
  93. package/lang/translations/vi.po +55 -3
  94. package/lang/translations/zh-cn.po +55 -3
  95. package/lang/translations/zh.po +55 -3
  96. package/package.json +4 -4
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/integrations/alignment.js +1 -1
  103. package/src/integrations/basicstyles.js +1 -1
  104. package/src/integrations/blockquote.js +1 -1
  105. package/src/integrations/ckbox.js +1 -1
  106. package/src/integrations/codeblock.js +1 -1
  107. package/src/integrations/comments.js +1 -1
  108. package/src/integrations/deletecommand.js +1 -1
  109. package/src/integrations/documentlist.js +1 -1
  110. package/src/integrations/documentlistproperties.js +23 -0
  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 +1 -1
  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/listproperties.js +23 -0
  124. package/src/integrations/mediaembed.js +1 -1
  125. package/src/integrations/mention.js +1 -1
  126. package/src/integrations/pagebreak.js +1 -1
  127. package/src/integrations/paragraph.js +1 -1
  128. package/src/integrations/removeformat.js +1 -1
  129. package/src/integrations/restrictededitingmode.js +1 -1
  130. package/src/integrations/shiftentercommand.js +1 -1
  131. package/src/integrations/standardeditingmode.js +1 -1
  132. package/src/integrations/style.js +1 -1
  133. package/src/integrations/table.js +1 -1
  134. package/src/integrations/tablecaption.js +1 -1
  135. package/src/integrations/tableclipboard.js +1 -1
  136. package/src/integrations/tablecolumnresize.js +23 -0
  137. package/src/integrations/tableheadings.js +1 -1
  138. package/src/integrations/tablemergesplit.js +1 -1
  139. package/src/integrations/title.js +1 -1
  140. package/src/integrations/undo.js +1 -1
  141. package/src/integrations/utils.js +1 -1
  142. package/src/suggestion.js +1 -1
  143. package/src/suggestiondescriptionfactory.js +1 -1
  144. package/src/trackchanges.js +1 -1
  145. package/src/trackchangesdata.js +1 -1
  146. package/src/trackchangesediting.js +1 -1
  147. package/src/trackchangesui.js +1 -1
  148. package/src/ui/suggestioncontroller.js +1 -1
  149. package/src/ui/view/basesuggestionthreadview.js +1 -1
  150. package/src/ui/view/suggestionthreadview.js +1 -1
  151. package/src/utils/common-translations.js +1 -1
  152. package/src/utils/utils.js +1 -1
@@ -48,6 +48,22 @@ msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
49
  msgstr ""
50
50
 
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr ""
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr ""
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr ""
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr ""
66
+
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
53
69
  msgstr ""
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr ""
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr ""
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr ""
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr ""
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr ""
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
246
274
  msgid "ELEMENT_NUMBERED_LIST"
247
275
  msgstr ""
248
276
 
277
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
278
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
279
+ msgstr ""
280
+
281
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
282
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
283
+ msgstr ""
284
+
285
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
286
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
287
+ msgstr ""
288
+
289
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
290
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
291
+ msgstr ""
292
+
293
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
294
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
295
+ msgstr ""
296
+
297
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
298
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
299
+ msgstr ""
300
+
249
301
  msgctxt "The page break element name displayed in the suggestion."
250
302
  msgid "ELEMENT_PAGE_BREAK"
251
303
  msgid_plural "%0 page breaks"
@@ -42,11 +42,27 @@ msgstr "*Вставте:* %0"
42
42
 
43
43
  msgctxt "A suggestion for inserting an item into another item."
44
44
  msgid "*Format:* insert into %0"
45
- msgstr ""
45
+ msgstr "*Формат:* вставити в %0"
46
46
 
47
47
  msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
- msgstr ""
49
+ msgstr "*Формат:* видалити з %0"
50
+
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr "*Форматувати:* змінити розмір таблиці"
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr "*Форматувати:* змінити порядок на зворотній"
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr "*Format:* змінити порядок на звичайний"
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr "*Форматувати:* встановити початковий індекс на %0"
50
66
 
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr "маркований список"
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr "маркований список (коло)"
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr "маркований список (диск)"
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr "маркований список (квадрат)"
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr "підпис"
@@ -276,6 +304,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
276
304
  msgid "ELEMENT_NUMBERED_LIST"
277
305
  msgstr "нумерований список"
278
306
 
307
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
308
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
309
+ msgstr "нумерований список (десятковий)"
310
+
311
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
312
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
313
+ msgstr "нумерований список (десятковий з нулем на початку)"
314
+
315
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
316
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
317
+ msgstr "нумерований список (маленькі латинські)"
318
+
319
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
320
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
321
+ msgstr "нумерований список (маленькі римські)"
322
+
323
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
324
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
325
+ msgstr "нумерований список (великі латинські)"
326
+
327
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
328
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
329
+ msgstr "нумерований список (великі римські)"
330
+
279
331
  msgctxt "The page break element name displayed in the suggestion."
280
332
  msgid "ELEMENT_PAGE_BREAK"
281
333
  msgid_plural "%0 page breaks"
@@ -446,4 +498,4 @@ msgstr "Ця пропозиція виходить із зовнішнього
446
498
 
447
499
  msgctxt "The additional information that suggestion comes from imported word file."
448
500
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
449
- msgstr ""
501
+ msgstr "Ця пропозиція походить з імпортованого Word файлу."
@@ -48,6 +48,22 @@ msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
49
  msgstr ""
50
50
 
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr ""
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr ""
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr ""
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr ""
66
+
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
53
69
  msgstr ""
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr ""
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr ""
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr ""
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr ""
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr ""
@@ -256,6 +284,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
256
284
  msgid "ELEMENT_NUMBERED_LIST"
257
285
  msgstr ""
258
286
 
287
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
288
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
289
+ msgstr ""
290
+
291
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
292
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
293
+ msgstr ""
294
+
295
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
296
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
297
+ msgstr ""
298
+
299
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
300
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
301
+ msgstr ""
302
+
303
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
304
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
305
+ msgstr ""
306
+
307
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
308
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
309
+ msgstr ""
310
+
259
311
  msgctxt "The page break element name displayed in the suggestion."
260
312
  msgid "ELEMENT_PAGE_BREAK"
261
313
  msgid_plural "%0 page breaks"
@@ -42,11 +42,27 @@ msgstr "*Chèn:* %0"
42
42
 
43
43
  msgctxt "A suggestion for inserting an item into another item."
44
44
  msgid "*Format:* insert into %0"
45
- msgstr ""
45
+ msgstr "*Định dạng:* chèn vào %0"
46
46
 
47
47
  msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
- msgstr ""
49
+ msgstr "*Định dạng:* xóa khỏi %0"
50
+
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr "*Định dạng:* đổi kích thước của bảng"
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr "*Định dạng:* đặt thứ tự thành đảo ngược"
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr "*Định dạng:* đặt thứ tự thành bình thường"
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr "*Định dạng:* đặt chỉ số bắt đầu thành %0"
50
66
 
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr "danh sách có dấu đầu dòng"
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr "danh sách có dấu đầu dòng (đường tròn)"
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr "danh sách có dấu đầu dòng (hình đĩa)"
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr "danh sách có dấu đầu dòng (hình vuông)"
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr "chú thích"
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
246
274
  msgid "ELEMENT_NUMBERED_LIST"
247
275
  msgstr "danh sách được đánh số"
248
276
 
277
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
278
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
279
+ msgstr "danh sách có đánh số (số thập phân)"
280
+
281
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
282
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
283
+ msgstr "danh sách có đánh số (số thập phân có số 0 ở đầu)"
284
+
285
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
286
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
287
+ msgstr "danh sách có đánh số (chữ cái La-tinh viết thường)"
288
+
289
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
290
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
291
+ msgstr "danh sách có đánh số (chữ số La Mã viết thường)"
292
+
293
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
294
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
295
+ msgstr "danh sách có đánh số (chữ cái La-tinh viết hoa)"
296
+
297
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
298
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
299
+ msgstr "danh sách có đánh số (chữ số La Mã viết hoa)"
300
+
249
301
  msgctxt "The page break element name displayed in the suggestion."
250
302
  msgid "ELEMENT_PAGE_BREAK"
251
303
  msgid_plural "%0 page breaks"
@@ -392,4 +444,4 @@ msgstr "Đề xuất này đến từ một nguồn bên ngoài."
392
444
 
393
445
  msgctxt "The additional information that suggestion comes from imported word file."
394
446
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
395
- msgstr ""
447
+ msgstr "Nội dung đề xuất này đến từ một tệp Word được nhập."
@@ -42,11 +42,27 @@ msgstr "*插入:* %0"
42
42
 
43
43
  msgctxt "A suggestion for inserting an item into another item."
44
44
  msgid "*Format:* insert into %0"
45
- msgstr ""
45
+ msgstr "*格式:* 插入至 %0"
46
46
 
47
47
  msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
- msgstr ""
49
+ msgstr "*格式:* 从 %0 移除"
50
+
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr "*格式:* 调整表格尺寸"
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr "*格式:* 将顺序设置为倒序"
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr "*格式:* 将顺序设置为常规"
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr "*格式:* 设置起始索引为 %0"
50
66
 
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr "项目符号列表"
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr "项目符号列表(圆圈)"
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr "项目符号列表(圆盘)"
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr "项目符号列表(方框)"
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr "标题"
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
246
274
  msgid "ELEMENT_NUMBERED_LIST"
247
275
  msgstr "项目编号列表"
248
276
 
277
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
278
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
279
+ msgstr "项目符号列表(十进制)"
280
+
281
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
282
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
283
+ msgstr "编号列表(前导 0 的十进制)"
284
+
285
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
286
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
287
+ msgstr "编号列表(小写拉丁字母)"
288
+
289
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
290
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
291
+ msgstr "编号列表(小写罗马数字)"
292
+
293
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
294
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
295
+ msgstr "编号列表(大写拉丁字母)"
296
+
297
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
298
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
299
+ msgstr "编号列表(大写罗马数字)"
300
+
249
301
  msgctxt "The page break element name displayed in the suggestion."
250
302
  msgid "ELEMENT_PAGE_BREAK"
251
303
  msgid_plural "%0 page breaks"
@@ -392,4 +444,4 @@ msgstr "此建议来自外部来源。"
392
444
 
393
445
  msgctxt "The additional information that suggestion comes from imported word file."
394
446
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
395
- msgstr ""
447
+ msgstr "此建议来自导入的 Word 文件。"
@@ -42,11 +42,27 @@ msgstr "*插入:*%0"
42
42
 
43
43
  msgctxt "A suggestion for inserting an item into another item."
44
44
  msgid "*Format:* insert into %0"
45
- msgstr ""
45
+ msgstr "*格式:*插入 %0"
46
46
 
47
47
  msgctxt "A suggestion for removing item from another item."
48
48
  msgid "*Format:* remove from %0"
49
- msgstr ""
49
+ msgstr "*格式:*從 %0 移除"
50
+
51
+ msgctxt "A suggestion for resizing a table."
52
+ msgid "*Format:* resize table"
53
+ msgstr "*格式:*調整表格大小"
54
+
55
+ msgctxt "A suggestion for changing list order to reversed."
56
+ msgid "*Format:* set order to reversed"
57
+ msgstr "*格式:*反向排序"
58
+
59
+ msgctxt "A suggestion for changing list order to regular."
60
+ msgid "*Format:* set order to regular"
61
+ msgstr "*格式:*依標準排序"
62
+
63
+ msgctxt "A suggestion for changing start index of list."
64
+ msgid "*Format:* set start index to %0"
65
+ msgstr "*格式:*將起始索引設定為 %0"
50
66
 
51
67
  msgctxt "A suggestion for merging cells."
52
68
  msgid "*Merge cells*"
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
188
204
  msgid "ELEMENT_BULLETED_LIST"
189
205
  msgstr "項目符號清單"
190
206
 
207
+ msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
+ msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
+ msgstr "項目符號列表(空心圓)"
210
+
211
+ msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
+ msgid "ELEMENT_BULLETED_LIST_DISC"
213
+ msgstr "項目符號列表(實心圓)"
214
+
215
+ msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
+ msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
+ msgstr "項目符號列表(方塊)"
218
+
191
219
  msgctxt "The caption element name displayed in the suggestion."
192
220
  msgid "ELEMENT_CAPTION"
193
221
  msgstr "標號"
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
246
274
  msgid "ELEMENT_NUMBERED_LIST"
247
275
  msgstr "編號清單"
248
276
 
277
+ msgctxt "The decimal styled numbered list element name displayed in the suggestion."
278
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
279
+ msgstr "編號列表(阿拉伯數字)"
280
+
281
+ msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
282
+ msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
283
+ msgstr "編號列表(零開頭的阿拉伯數字)"
284
+
285
+ msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
286
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
287
+ msgstr "編號列表(小寫拉丁字元)"
288
+
289
+ msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
290
+ msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
291
+ msgstr "編號列表(小寫羅馬數字)"
292
+
293
+ msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
294
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
295
+ msgstr "編號列表(大寫拉丁字元)"
296
+
297
+ msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
298
+ msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
299
+ msgstr "編號列表(大寫羅馬數字)"
300
+
249
301
  msgctxt "The page break element name displayed in the suggestion."
250
302
  msgid "ELEMENT_PAGE_BREAK"
251
303
  msgid_plural "%0 page breaks"
@@ -392,4 +444,4 @@ msgstr "此建議來自外部來源。"
392
444
 
393
445
  msgctxt "The additional information that suggestion comes from imported word file."
394
446
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
395
- msgstr ""
447
+ msgstr "此建議來自匯入的 Word 檔案。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "35.3.2",
3
+ "version": "35.4.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.3.2",
31
- "ckeditor5-collaboration": "^35.3.2",
30
+ "ckeditor5": "^35.4.0",
31
+ "ckeditor5-collaboration": "^35.4.0",
32
32
  "lodash-es": "^4.17.11",
33
- "@ckeditor/ckeditor5-style": "^35.3.2"
33
+ "@ckeditor/ckeditor5-style": "^35.4.0"
34
34
  }
35
35
  }
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xe978=['get','acceptSuggestion','execute','plugins','isEnabled','track-changes-accept-suggestion-not-found','editor','refresh','_suggestions'];(function(_0x1d57e0,_0xe978c3){const _0x3a11c5=function(_0x189af2){while(--_0x189af2){_0x1d57e0['push'](_0x1d57e0['shift']());}};_0x3a11c5(++_0xe978c3);}(_0xe978,0xdf));const _0x3a11=function(_0x1d57e0,_0xe978c3){_0x1d57e0=_0x1d57e0-0x0;let _0x3a11c5=_0xe978[_0x1d57e0];return _0x3a11c5;};import{Command as _0x565f43}from'ckeditor5/src/core';import{CKEditorError as _0x22c194}from'ckeditor5/src/utils';export default class N extends _0x565f43{constructor(_0xf7946d,_0x3dcfa1){super(_0xf7946d),this[_0x3a11('0x1')]=_0x3dcfa1,this[_0x3a11('0x0')]();}[_0x3a11('0x0')](){this[_0x3a11('0x6')]=!0x0;}[_0x3a11('0x4')](_0x1d74b4){const _0x3446e5=this[_0x3a11('0x1')][_0x3a11('0x2')](_0x1d74b4);if(!_0x3446e5)throw new _0x22c194(_0x3a11('0x7'),this);this[_0x3a11('0x8')][_0x3a11('0x5')][_0x3a11('0x2')]('TrackChangesEditing')[_0x3a11('0x3')](_0x3446e5);}}
23
+ const _0x3659=['_suggestions','get','editor','refresh','plugins','TrackChangesEditing','execute','track-changes-accept-suggestion-not-found','acceptSuggestion'];(function(_0x28836d,_0x3659c3){const _0x202558=function(_0x5b31e2){while(--_0x5b31e2){_0x28836d['push'](_0x28836d['shift']());}};_0x202558(++_0x3659c3);}(_0x3659,0x10e));const _0x2025=function(_0x28836d,_0x3659c3){_0x28836d=_0x28836d-0x0;let _0x202558=_0x3659[_0x28836d];return _0x202558;};import{Command as _0x44bb30}from'ckeditor5/src/core';import{CKEditorError as _0x64572b}from'ckeditor5/src/utils';export default class R extends _0x44bb30{constructor(_0x4dd88f,_0x5e0561){super(_0x4dd88f),this[_0x2025('0x0')]=_0x5e0561,this[_0x2025('0x3')]();}[_0x2025('0x3')](){this['isEnabled']=!0x0;}[_0x2025('0x6')](_0x4fb811){const _0x1d8d17=this[_0x2025('0x0')]['get'](_0x4fb811);if(!_0x1d8d17)throw new _0x64572b(_0x2025('0x7'),this);this[_0x2025('0x2')][_0x2025('0x4')][_0x2025('0x1')](_0x2025('0x5'))[_0x2025('0x8')](_0x1d8d17);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xdd51=['execute','get','plugins','_suggestions','track-changes-discard-suggestion-not-found','discardSuggestion','editor','TrackChangesEditing','refresh'];(function(_0x195eda,_0xdd510b){const _0x457ba1=function(_0x351a31){while(--_0x351a31){_0x195eda['push'](_0x195eda['shift']());}};_0x457ba1(++_0xdd510b);}(_0xdd51,0xce));const _0x457b=function(_0x195eda,_0xdd510b){_0x195eda=_0x195eda-0x0;let _0x457ba1=_0xdd51[_0x195eda];return _0x457ba1;};import{Command as _0x43a93e}from'ckeditor5/src/core';import{CKEditorError as _0x2e3041}from'ckeditor5/src/utils';export default class R extends _0x43a93e{constructor(_0x8e195f,_0xee949e){super(_0x8e195f),this[_0x457b('0x4')]=_0xee949e,this[_0x457b('0x0')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x457b('0x1')](_0xe81e53){const _0x3e5f42=this[_0x457b('0x4')][_0x457b('0x2')](_0xe81e53);if(!_0x3e5f42)throw new _0x2e3041(_0x457b('0x5'),this);this[_0x457b('0x7')][_0x457b('0x3')][_0x457b('0x2')](_0x457b('0x8'))[_0x457b('0x6')](_0x3e5f42);}}
23
+ const _0x2909=['TrackChangesEditing','get','plugins','track-changes-discard-suggestion-not-found','_suggestions','isEnabled','editor','refresh'];(function(_0x3f9aa4,_0x29093f){const _0x4a4632=function(_0x3d2c3a){while(--_0x3d2c3a){_0x3f9aa4['push'](_0x3f9aa4['shift']());}};_0x4a4632(++_0x29093f);}(_0x2909,0x16f));const _0x4a46=function(_0x3f9aa4,_0x29093f){_0x3f9aa4=_0x3f9aa4-0x0;let _0x4a4632=_0x2909[_0x3f9aa4];return _0x4a4632;};import{Command as _0x234fb5}from'ckeditor5/src/core';import{CKEditorError as _0x1de2a8}from'ckeditor5/src/utils';export default class x extends _0x234fb5{constructor(_0x5bdf4d,_0x493db7){super(_0x5bdf4d),this['_suggestions']=_0x493db7,this['refresh']();}[_0x4a46('0x0')](){this[_0x4a46('0x6')]=!0x0;}['execute'](_0x10dde9){const _0x227242=this[_0x4a46('0x5')]['get'](_0x10dde9);if(!_0x227242)throw new _0x1de2a8(_0x4a46('0x4'),this);this[_0x4a46('0x7')][_0x4a46('0x3')][_0x4a46('0x2')](_0x4a46('0x1'))['discardSuggestion'](_0x227242);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1611=['from','isEnabled','_command','isInContent','model','editor','values','some','_suggestions','refresh'];(function(_0x36c1ce,_0x1611fc){const _0x4f6b5c=function(_0x1be2c5){while(--_0x1be2c5){_0x36c1ce['push'](_0x36c1ce['shift']());}};_0x4f6b5c(++_0x1611fc);}(_0x1611,0x14a));const _0x4f6b=function(_0x36c1ce,_0x1611fc){_0x36c1ce=_0x36c1ce-0x0;let _0x4f6b5c=_0x1611[_0x36c1ce];return _0x4f6b5c;};import{Command as _0x23a51d}from'ckeditor5/src/core';import{sortSuggestions as _0x158b96,executeCommandForSuggestions as _0x55bfc3}from'../utils/utils';export default class x extends _0x23a51d{constructor(_0x3a0616,_0x42993b,_0x4369f8){super(_0x3a0616),this['_command']=_0x42993b,this[_0x4f6b('0x8')]=_0x4369f8,this[_0x4f6b('0x9')]();}['refresh'](){const _0x5dc4da=Array[_0x4f6b('0x0')](this[_0x4f6b('0x8')][_0x4f6b('0x6')]())[_0x4f6b('0x7')](_0x1070e3=>_0x1070e3[_0x4f6b('0x3')]);this[_0x4f6b('0x1')]=this[_0x4f6b('0x2')][_0x4f6b('0x1')]&&_0x5dc4da;}['execute'](){const _0x35ea21=_0x158b96(Array[_0x4f6b('0x0')](this[_0x4f6b('0x8')][_0x4f6b('0x6')]()));_0x55bfc3(this[_0x4f6b('0x5')][_0x4f6b('0x4')],this[_0x4f6b('0x2')],_0x35ea21);}}
23
+ const _0x39bf=['isEnabled','some','_suggestions','editor','from','isInContent','refresh','_command','values'];(function(_0x40e9a8,_0x39bfe9){const _0x2398cb=function(_0x39ab1a){while(--_0x39ab1a){_0x40e9a8['push'](_0x40e9a8['shift']());}};_0x2398cb(++_0x39bfe9);}(_0x39bf,0x174));const _0x2398=function(_0x40e9a8,_0x39bfe9){_0x40e9a8=_0x40e9a8-0x0;let _0x2398cb=_0x39bf[_0x40e9a8];return _0x2398cb;};import{Command as _0x56814a}from'ckeditor5/src/core';import{sortSuggestions as _0x4d7905,executeCommandForSuggestions as _0x347504}from'../utils/utils';export default class U extends _0x56814a{constructor(_0x364c19,_0x8b1bc9,_0xa0c15c){super(_0x364c19),this[_0x2398('0x4')]=_0x8b1bc9,this[_0x2398('0x8')]=_0xa0c15c,this[_0x2398('0x3')]();}[_0x2398('0x3')](){const _0xe507b7=Array['from'](this[_0x2398('0x8')]['values']())[_0x2398('0x7')](_0x377192=>_0x377192[_0x2398('0x2')]);this['isEnabled']=this[_0x2398('0x4')][_0x2398('0x6')]&&_0xe507b7;}['execute'](){const _0x2bc0e5=_0x4d7905(Array[_0x2398('0x1')](this['_suggestions'][_0x2398('0x5')]()));_0x347504(this[_0x2398('0x0')]['model'],this[_0x2398('0x4')],_0x2bc0e5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2a24=['values','_selectedSuggestions','_command','from','model','selection','_suggestions','isEnabled','editor','document','size','refresh','execute'];(function(_0x471ae4,_0x2a244a){const _0x589a51=function(_0xa9fce8){while(--_0xa9fce8){_0x471ae4['push'](_0x471ae4['shift']());}};_0x589a51(++_0x2a244a);}(_0x2a24,0x18e));const _0x589a=function(_0x471ae4,_0x2a244a){_0x471ae4=_0x471ae4-0x0;let _0x589a51=_0x2a24[_0x471ae4];return _0x589a51;};import{Command as _0x8f9897}from'ckeditor5/src/core';import{sortSuggestions as _0x3327c6,getSelectedSuggestions as _0x37b447,executeCommandForSuggestions as _0x81232a}from'../utils/utils';export default class U extends _0x8f9897{constructor(_0x3026a7,_0xfe9293,_0x106149){super(_0x3026a7),this[_0x589a('0x7')]=_0xfe9293,this['_suggestions']=_0x106149,this[_0x589a('0x6')]=new Set(),this[_0x589a('0x3')]();}[_0x589a('0x3')](){const _0x385232=this[_0x589a('0x0')][_0x589a('0x9')][_0x589a('0x1')][_0x589a('0xa')],_0x12f565=Array[_0x589a('0x8')](this[_0x589a('0xb')][_0x589a('0x5')]());this[_0x589a('0x6')]=_0x37b447(_0x385232,_0x12f565),this['isEnabled']=this[_0x589a('0x7')][_0x589a('0xc')]&&!!this[_0x589a('0x6')][_0x589a('0x2')];}[_0x589a('0x4')](){const _0x13d85b=_0x3327c6(Array[_0x589a('0x8')](this[_0x589a('0x6')]));_0x81232a(this['editor'][_0x589a('0x9')],this[_0x589a('0x7')],_0x13d85b);}}
23
+ const _0x45ae=['model','_command','values','size','_selectedSuggestions','_suggestions','from','isEnabled','refresh','editor','execute','document','selection'];(function(_0x5562e6,_0x45aeb8){const _0x3b7bb1=function(_0x5d7834){while(--_0x5d7834){_0x5562e6['push'](_0x5562e6['shift']());}};_0x3b7bb1(++_0x45aeb8);}(_0x45ae,0x1cb));const _0x3b7b=function(_0x5562e6,_0x45aeb8){_0x5562e6=_0x5562e6-0x0;let _0x3b7bb1=_0x45ae[_0x5562e6];return _0x3b7bb1;};import{Command as _0x492249}from'ckeditor5/src/core';import{sortSuggestions as _0x2f91ae,getSelectedSuggestions as _0x321165,executeCommandForSuggestions as _0x449fa5}from'../utils/utils';export default class j extends _0x492249{constructor(_0x1ae7e6,_0x1964b8,_0x3347d8){super(_0x1ae7e6),this[_0x3b7b('0xa')]=_0x1964b8,this[_0x3b7b('0x1')]=_0x3347d8,this[_0x3b7b('0x0')]=new Set(),this[_0x3b7b('0x4')]();}[_0x3b7b('0x4')](){const _0x649dd5=this[_0x3b7b('0x5')]['model'][_0x3b7b('0x7')][_0x3b7b('0x8')],_0x305724=Array[_0x3b7b('0x2')](this[_0x3b7b('0x1')][_0x3b7b('0xb')]());this[_0x3b7b('0x0')]=_0x321165(_0x649dd5,_0x305724),this[_0x3b7b('0x3')]=this[_0x3b7b('0xa')][_0x3b7b('0x3')]&&!!this[_0x3b7b('0x0')][_0x3b7b('0xc')];}[_0x3b7b('0x6')](){const _0x154ae0=_0x2f91ae(Array[_0x3b7b('0x2')](this[_0x3b7b('0x0')]));_0x449fa5(this['editor'][_0x3b7b('0x9')],this[_0x3b7b('0xa')],_0x154ae0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x347f=['commands','_enabledCommands','forceDisabled','editor','affectsData','clearForceDisabled','execute','_enableCommands','value','_disableUnsupportedCommands','refresh','has'];(function(_0x2c3cb1,_0x347fc4){const _0x591921=function(_0x12969f){while(--_0x12969f){_0x2c3cb1['push'](_0x2c3cb1['shift']());}};_0x591921(++_0x347fc4);}(_0x347f,0x6f));const _0x5919=function(_0x2c3cb1,_0x347fc4){_0x2c3cb1=_0x2c3cb1-0x0;let _0x591921=_0x347f[_0x2c3cb1];return _0x591921;};import{Command as _0x569861}from'ckeditor5/src/core';export default class $ extends _0x569861{constructor(_0x4356ac,_0x5b0e3d){super(_0x4356ac),this['_enabledCommands']=_0x5b0e3d,this[_0x5919('0x5')]=!0x1,this[_0x5919('0x7')]();}[_0x5919('0x7')](){this['isEnabled']=!0x0;}[_0x5919('0x3')](){this[_0x5919('0x5')]=!this[_0x5919('0x5')],this['value']?this[_0x5919('0x6')]():this[_0x5919('0x4')]();}[_0x5919('0x6')](){for(const _0xbc2ce4 of this[_0x5919('0x0')][_0x5919('0x9')][_0x5919('0x9')]())_0xbc2ce4[_0x5919('0x1')]&&!this[_0x5919('0xa')][_0x5919('0x8')](_0xbc2ce4)&&_0xbc2ce4[_0x5919('0xb')]('TrackChangesCommand');}[_0x5919('0x4')](){for(const _0x3fd49d of this[_0x5919('0x0')]['commands']['commands']())_0x3fd49d[_0x5919('0x1')]&&!this['_enabledCommands'][_0x5919('0x8')](_0x3fd49d)&&_0x3fd49d[_0x5919('0x2')]('TrackChangesCommand');}}
23
+ const _0x20ce=['refresh','affectsData','isEnabled','value','TrackChangesCommand','execute','commands','editor','_disableUnsupportedCommands','has','_enableCommands','_enabledCommands'];(function(_0xd2276b,_0x20ceab){const _0x5dcbf4=function(_0x59dd81){while(--_0x59dd81){_0xd2276b['push'](_0xd2276b['shift']());}};_0x5dcbf4(++_0x20ceab);}(_0x20ce,0x9b));const _0x5dcb=function(_0xd2276b,_0x20ceab){_0xd2276b=_0xd2276b-0x0;let _0x5dcbf4=_0x20ce[_0xd2276b];return _0x5dcbf4;};import{Command as _0x588db7}from'ckeditor5/src/core';export default class N extends _0x588db7{constructor(_0x3758ba,_0x2d0493){super(_0x3758ba),this[_0x5dcb('0x0')]=_0x2d0493,this['value']=!0x1,this[_0x5dcb('0x1')]();}[_0x5dcb('0x1')](){this[_0x5dcb('0x3')]=!0x0;}[_0x5dcb('0x6')](){this[_0x5dcb('0x4')]=!this['value'],this[_0x5dcb('0x4')]?this[_0x5dcb('0x9')]():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x2ccd7e of this[_0x5dcb('0x8')]['commands'][_0x5dcb('0x7')]())_0x2ccd7e[_0x5dcb('0x2')]&&!this[_0x5dcb('0x0')][_0x5dcb('0xa')](_0x2ccd7e)&&_0x2ccd7e['forceDisabled'](_0x5dcb('0x5'));}[_0x5dcb('0xb')](){for(const _0x34f17b of this[_0x5dcb('0x8')][_0x5dcb('0x7')][_0x5dcb('0x7')]())_0x34f17b[_0x5dcb('0x2')]&&!this[_0x5dcb('0x0')][_0x5dcb('0xa')](_0x34f17b)&&_0x34f17b['clearForceDisabled'](_0x5dcb('0x5'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x203b=['_descriptionFactory','TrackChangesEditing','enableCommand','model','contentLanguageDirection','locale','schema','document','value','FORMAT_ALIGN_TO_LEFT','editor','get','alignment','left','change','filter','from','plugins','getSelectedBlocks','AlignmentEditing','right','markBlockFormat','checkAttribute','FORMAT_JUSTIFY_TEXT','selection','commandParams','getAttribute'];(function(_0x4aa653,_0x203bb6){const _0x28fcc9=function(_0x38c57d){while(--_0x38c57d){_0x4aa653['push'](_0x4aa653['shift']());}};_0x28fcc9(++_0x203bb6);}(_0x203b,0x19d));const _0x28fc=function(_0x4aa653,_0x203bb6){_0x4aa653=_0x4aa653-0x0;let _0x28fcc9=_0x203b[_0x4aa653];return _0x28fcc9;};import{Plugin as _0x261a64}from'ckeditor5/src/core';import{getTranslation as _0x123a12}from'../utils/common-translations';export default class j extends _0x261a64{['afterInit'](){const _0x383e90=this['editor'],_0x505383=_0x383e90[_0x28fc('0x18')];if(!_0x383e90[_0x28fc('0x9')]['has'](_0x28fc('0xb')))return;const _0x189800=_0x383e90['plugins'][_0x28fc('0x3')](_0x28fc('0x14'));_0x189800[_0x28fc('0x15')](_0x28fc('0x4'),(_0x541aa2,_0x59b65f={})=>{let _0x9b5a12=_0x59b65f['value'];_0x59b65f[_0x28fc('0x0')]||(_0x9b5a12='ltr'===_0x383e90[_0x28fc('0x18')][_0x28fc('0x17')]?_0x28fc('0x5'):'right');const _0x3f2124=Array[_0x28fc('0x8')](this[_0x28fc('0x2')][_0x28fc('0x16')][_0x28fc('0x1a')][_0x28fc('0x10')][_0x28fc('0xa')]())[_0x28fc('0x7')](_0x1c46fc=>function(_0x5bd9a3,_0x47c775,_0x423d68){const _0x33fb41=_0x5bd9a3[_0x28fc('0x12')]('alignment')||null;return _0x47c775[_0x28fc('0xe')](_0x5bd9a3,_0x28fc('0x4'))&&_0x423d68!=_0x33fb41;}(_0x1c46fc,this[_0x28fc('0x2')]['model'][_0x28fc('0x19')],_0x9b5a12));_0x383e90[_0x28fc('0x16')][_0x28fc('0x6')](()=>{for(const _0x5e14b1 of _0x3f2124)_0x189800[_0x28fc('0xd')](_0x5e14b1,{'commandName':_0x28fc('0x4'),'commandParams':[{'value':_0x9b5a12}]});});}),_0x189800[_0x28fc('0x13')]['registerDescriptionCallback'](_0x52452f=>{const {data:_0x4820aa}=_0x52452f;if(_0x4820aa&&'alignment'==_0x4820aa['commandName']){const _0x4458ed=_0x4820aa[_0x28fc('0x11')][0x0][_0x28fc('0x0')];return{'type':'format','content':_0x123a12(_0x505383,'*Format:*\x20%0',function(_0x1a7c0a){switch(_0x1a7c0a){case _0x28fc('0x5'):return _0x123a12(_0x505383,_0x28fc('0x1'));case _0x28fc('0xc'):return _0x123a12(_0x505383,'FORMAT_ALIGN_TO_RIGHT');case'center':return _0x123a12(_0x505383,'FORMAT_ALIGN_TO_CENTER');case'justify':return _0x123a12(_0x505383,_0x28fc('0xf'));}}(_0x4458ed))};}});}}
23
+ const _0x30b3=['AlignmentEditing','FORMAT_JUSTIFY_TEXT','editor','left','locale','document','get','schema','value','center','checkAttribute','has','change','justify','model','getAttribute','FORMAT_ALIGN_TO_RIGHT','right','commandName','markBlockFormat','*Format:*\x20%0','plugins','alignment','enableCommand','registerDescriptionCallback','afterInit','getSelectedBlocks','selection','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','filter'];(function(_0x1ded47,_0x30b318){const _0x23afac=function(_0x4fa743){while(--_0x4fa743){_0x1ded47['push'](_0x1ded47['shift']());}};_0x23afac(++_0x30b318);}(_0x30b3,0xe1));const _0x23af=function(_0x1ded47,_0x30b318){_0x1ded47=_0x1ded47-0x0;let _0x23afac=_0x30b3[_0x1ded47];return _0x23afac;};import{Plugin as _0x483866}from'ckeditor5/src/core';import{getTranslation as _0x32fab2}from'../utils/common-translations';export default class E extends _0x483866{[_0x23af('0x11')](){const _0x5bdaf8=this[_0x23af('0x19')],_0x3a13fa=_0x5bdaf8[_0x23af('0x1b')];if(!_0x5bdaf8[_0x23af('0xd')][_0x23af('0x3')](_0x23af('0x17')))return;const _0x57b51b=_0x5bdaf8['plugins'][_0x23af('0x1d')](_0x23af('0x15'));_0x57b51b[_0x23af('0xf')](_0x23af('0xe'),(_0xd8f1ff,_0x27fa71={})=>{let _0x4bdf85=_0x27fa71[_0x23af('0x0')];_0x27fa71[_0x23af('0x0')]||(_0x4bdf85='ltr'===_0x5bdaf8[_0x23af('0x1b')]['contentLanguageDirection']?_0x23af('0x1a'):_0x23af('0x9'));const _0x221807=Array['from'](this[_0x23af('0x19')]['model'][_0x23af('0x1c')][_0x23af('0x13')][_0x23af('0x12')]())[_0x23af('0x16')](_0x2cf923=>function(_0x690ff0,_0x322589,_0x49faeb){const _0x219174=_0x690ff0[_0x23af('0x7')]('alignment')||null;return _0x322589[_0x23af('0x2')](_0x690ff0,'alignment')&&_0x49faeb!=_0x219174;}(_0x2cf923,this[_0x23af('0x19')][_0x23af('0x6')][_0x23af('0x1e')],_0x4bdf85));_0x5bdaf8[_0x23af('0x6')][_0x23af('0x4')](()=>{for(const _0x1c3b9f of _0x221807)_0x57b51b[_0x23af('0xb')](_0x1c3b9f,{'commandName':'alignment','commandParams':[{'value':_0x4bdf85}]});});}),_0x57b51b['_descriptionFactory'][_0x23af('0x10')](_0x2389cf=>{const {data:_0x452a1d}=_0x2389cf;if(_0x452a1d&&_0x23af('0xe')==_0x452a1d[_0x23af('0xa')]){const _0x212ad8=_0x452a1d['commandParams'][0x0]['value'];return{'type':'format','content':_0x32fab2(_0x3a13fa,_0x23af('0xc'),function(_0xe66fff){switch(_0xe66fff){case _0x23af('0x1a'):return _0x32fab2(_0x3a13fa,_0x23af('0x14'));case _0x23af('0x9'):return _0x32fab2(_0x3a13fa,_0x23af('0x8'));case _0x23af('0x1'):return _0x32fab2(_0x3a13fa,'FORMAT_ALIGN_TO_CENTER');case _0x23af('0x5'):return _0x32fab2(_0x3a13fa,_0x23af('0x18'));}}(_0x212ad8))};}});}}