@ckeditor/ckeditor5-track-changes 35.4.0 → 36.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/build/track-changes.js +3 -3
  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 +6 -3
  49. package/lang/translations/ar.po +16 -4
  50. package/lang/translations/az.po +16 -4
  51. package/lang/translations/bg.po +16 -4
  52. package/lang/translations/bn.po +16 -4
  53. package/lang/translations/ca.po +16 -4
  54. package/lang/translations/cs.po +16 -4
  55. package/lang/translations/da.po +16 -4
  56. package/lang/translations/de.po +16 -4
  57. package/lang/translations/el.po +16 -4
  58. package/lang/translations/en-au.po +16 -4
  59. package/lang/translations/en.po +16 -4
  60. package/lang/translations/es.po +16 -4
  61. package/lang/translations/et.po +16 -4
  62. package/lang/translations/fi.po +16 -4
  63. package/lang/translations/fr.po +16 -4
  64. package/lang/translations/gl.po +16 -4
  65. package/lang/translations/he.po +16 -4
  66. package/lang/translations/hi.po +16 -4
  67. package/lang/translations/hr.po +16 -4
  68. package/lang/translations/hu.po +16 -4
  69. package/lang/translations/id.po +16 -4
  70. package/lang/translations/it.po +16 -4
  71. package/lang/translations/ja.po +16 -4
  72. package/lang/translations/ko.po +16 -4
  73. package/lang/translations/lt.po +16 -4
  74. package/lang/translations/lv.po +16 -4
  75. package/lang/translations/ms.po +16 -4
  76. package/lang/translations/nl.po +16 -4
  77. package/lang/translations/no.po +16 -4
  78. package/lang/translations/pl.po +16 -4
  79. package/lang/translations/pt-br.po +16 -4
  80. package/lang/translations/pt.po +16 -4
  81. package/lang/translations/ro.po +16 -4
  82. package/lang/translations/ru.po +16 -4
  83. package/lang/translations/sk.po +16 -4
  84. package/lang/translations/sr-latn.po +32 -20
  85. package/lang/translations/sr.po +33 -21
  86. package/lang/translations/sv.po +16 -4
  87. package/lang/translations/th.po +16 -4
  88. package/lang/translations/tk.po +16 -4
  89. package/lang/translations/tr.po +16 -4
  90. package/lang/translations/tt.po +16 -4
  91. package/lang/translations/uk.po +16 -4
  92. package/lang/translations/ur.po +16 -4
  93. package/lang/translations/vi.po +16 -4
  94. package/lang/translations/zh-cn.po +16 -4
  95. package/lang/translations/zh.po +16 -4
  96. package/package.json +4 -4
  97. package/src/commands/acceptsuggestioncommand.js +2 -2
  98. package/src/commands/discardsuggestioncommand.js +2 -2
  99. package/src/commands/executeonallsuggestionscommand.js +2 -2
  100. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  101. package/src/commands/trackchangescommand.js +2 -2
  102. package/src/index.js +1 -1
  103. package/src/integrations/alignment.js +2 -2
  104. package/src/integrations/basicstyles.js +2 -2
  105. package/src/integrations/blockquote.js +2 -2
  106. package/src/integrations/ckbox.js +2 -2
  107. package/src/integrations/codeblock.js +2 -2
  108. package/src/integrations/comments.js +2 -2
  109. package/src/integrations/deletecommand.js +2 -2
  110. package/src/integrations/documentlist.js +2 -2
  111. package/src/integrations/documentlistproperties.js +2 -2
  112. package/src/integrations/entercommand.js +2 -2
  113. package/src/integrations/findandreplace.js +23 -0
  114. package/src/integrations/font.js +2 -2
  115. package/src/integrations/heading.js +2 -2
  116. package/src/integrations/highlight.js +2 -2
  117. package/src/integrations/horizontalline.js +2 -2
  118. package/src/integrations/htmlembed.js +2 -2
  119. package/src/integrations/image.js +2 -2
  120. package/src/integrations/imagereplace.js +23 -0
  121. package/src/integrations/importword.js +2 -2
  122. package/src/integrations/indent.js +2 -2
  123. package/src/integrations/inputcommand.js +2 -2
  124. package/src/integrations/link.js +2 -2
  125. package/src/integrations/list.js +2 -2
  126. package/src/integrations/listproperties.js +2 -2
  127. package/src/integrations/mediaembed.js +2 -2
  128. package/src/integrations/mention.js +2 -2
  129. package/src/integrations/pagebreak.js +2 -2
  130. package/src/integrations/paragraph.js +2 -2
  131. package/src/integrations/removeformat.js +2 -2
  132. package/src/integrations/restrictededitingmode.js +2 -2
  133. package/src/integrations/shiftentercommand.js +2 -2
  134. package/src/integrations/standardeditingmode.js +2 -2
  135. package/src/integrations/style.js +2 -2
  136. package/src/integrations/table.js +2 -2
  137. package/src/integrations/tablecaption.js +2 -2
  138. package/src/integrations/tableclipboard.js +2 -2
  139. package/src/integrations/tablecolumnresize.js +2 -2
  140. package/src/integrations/tableheadings.js +2 -2
  141. package/src/integrations/tablemergesplit.js +2 -2
  142. package/src/integrations/tableproperties.js +23 -0
  143. package/src/integrations/title.js +2 -2
  144. package/src/integrations/undo.js +2 -2
  145. package/src/integrations/utils.js +2 -2
  146. package/src/suggestion.js +2 -2
  147. package/src/suggestiondescriptionfactory.js +2 -2
  148. package/src/trackchanges.js +2 -2
  149. package/src/trackchangesdata.js +2 -2
  150. package/src/trackchangesediting.js +2 -2
  151. package/src/trackchangesui.js +2 -2
  152. package/src/ui/suggestioncontroller.js +2 -2
  153. package/src/ui/view/basesuggestionthreadview.js +2 -2
  154. package/src/ui/view/suggestionthreadview.js +2 -2
  155. package/src/utils/common-translations.js +2 -2
  156. package/src/utils/utils.js +2 -2
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,29 +40,41 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Убаци:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* promenite svojstva tabele"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* promenite svojstva ćelije tabele"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
- msgstr "*Format:* ubaci u %0"
53
+ msgstr "*Формат:* убаци у %0"
46
54
 
47
55
  msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
- msgstr "*Format:* ukloni iz %0"
57
+ msgstr "*Формат:* уклони из %0"
58
+
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* zamenite URL slike"
50
62
 
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
- msgstr "*Format:* promeni veličinu tabele"
65
+ msgstr "*Формат:* табела промене величине"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
- msgstr "*Format:* podesite redosled na obrnuti"
69
+ msgstr "*Формат:* подесите редослед на обрнути"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
- msgstr "*Format:* podesite redosled na standardni"
73
+ msgstr "*Формат:* подесите редослед на регуларан"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
- msgstr "*Format:* postavite početni indeks na %0"
77
+ msgstr "*Формат:* постави почетни индекс на %0"
66
78
 
67
79
  msgctxt "A suggestion for merging cells."
68
80
  msgid "*Merge cells*"
@@ -206,15 +218,15 @@ msgstr "нумерисана листа"
206
218
 
207
219
  msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
220
  msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
- msgstr "lista sa znakovima za nabrajanje (krug)"
221
+ msgstr "листа за набрајање (круг)"
210
222
 
211
223
  msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
224
  msgid "ELEMENT_BULLETED_LIST_DISC"
213
- msgstr "lista sa znakovima za nabrajanje (disk)"
225
+ msgstr "листа за набрајање (диск)"
214
226
 
215
227
  msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
228
  msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
- msgstr "lista sa znakovima za nabrajanje (kvadrat)"
229
+ msgstr "листа за набрајање (квадрат)"
218
230
 
219
231
  msgctxt "The caption element name displayed in the suggestion."
220
232
  msgid "ELEMENT_CAPTION"
@@ -296,27 +308,27 @@ msgstr "нумерисана листа"
296
308
 
297
309
  msgctxt "The decimal styled numbered list element name displayed in the suggestion."
298
310
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
299
- msgstr "lista sa znakovima za nabrajanje (decimalna)"
311
+ msgstr "нумерисана листа (децимална)"
300
312
 
301
313
  msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
302
314
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
303
- msgstr "lista sa znakovima za nabrajanje (decimalna sa početnom nulom)"
315
+ msgstr "нумерисана листа (децимална са почетном нулом)"
304
316
 
305
317
  msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
306
318
  msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
307
- msgstr "lista sa znakovima za nabrajanje (mala-latinica)"
319
+ msgstr "нумерисана листа (мала латиница)"
308
320
 
309
321
  msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
310
322
  msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
311
- msgstr "lista sa znakovima za nabrajanje (mala-rimski)"
323
+ msgstr "нумерисана листа (мали римски)"
312
324
 
313
325
  msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
314
326
  msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
315
- msgstr "lista sa znakovima za nabrajanje (velika-latinica)"
327
+ msgstr "нумерисана листа (велика латиница)"
316
328
 
317
329
  msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
318
330
  msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
319
- msgstr "lista sa znakovima za nabrajanje (velika-rimski)"
331
+ msgstr "нумерисана листа (велики римски)"
320
332
 
321
333
  msgctxt "The page break element name displayed in the suggestion."
322
334
  msgid "ELEMENT_PAGE_BREAK"
@@ -476,8 +488,8 @@ msgstr "Пратите промене"
476
488
 
477
489
  msgctxt "The additional information that suggestion comes from external source."
478
490
  msgid "EXTERNAL_SUGGESTION"
479
- msgstr "Ovaj predlog dolazi iz spoljnog izvora."
491
+ msgstr "Овај предлог долази из спољног извора."
480
492
 
481
493
  msgctxt "The additional information that suggestion comes from imported word file."
482
494
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
483
- msgstr "Ovaj predlog dolazi iz uvezene Word datoteke."
495
+ msgstr "Овај предлог долази из увезене Ворд датотеке."
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Infoga:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* ändra tabellegenskaper"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* ändra cellegenskaper i tabellen"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format:* infoga i %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Format:* ta bort från %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* byt ut bild-URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* ändra tabellens storlek"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Format:* gör ordningen omvänd"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* ordna normalt"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Format:* sätt startindex till %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*แทรก:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*รูปแบบ:* เปลี่ยนคุณสมบัติตาราง"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*รูปแบบ:* เปลี่ยนคุณสมบัติของช่องในตาราง"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format:* แทรกลงใน %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Format:* ลบออกจาก %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*รูปแบบ:* แทนที่ URL รูปภาพ"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* ปรับขนาดตาราง"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Format:* ตั้งค่าลําดับให้ย้อนกลับ"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* ตั้งค่าลําดับให้เป็นแบบปกติ"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Format:* ตั้งค่าดัชนีเริ่มต้นเป็น %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Goýmak:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr ""
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr ""
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr ""
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr ""
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr ""
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr ""
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr ""
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr ""
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Ekle:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* tablo özelliklerini değiştir"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* tablo hücre özelliklerini değiştir"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Biçim:* %0 içine ekle"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Biçim:* %0 öğesinden kaldır"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* resim URL'sini değiştir"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Biçim:* tabloyu yeniden boyutlandır"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Biçim:* sırayı ters olarak ayarla"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Biçim:* sırayı normal olarak ayarla"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Biçim:* başlangıç dizinini %0 olarak ayarla"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr ""
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr ""
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr ""
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr ""
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr ""
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr ""
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr ""
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr ""
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr ""
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Вставте:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Формат:* змінити властивості таблиці"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Формат:* змінити властивості комірки таблиці"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Формат:* вставити в %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Формат:* видалити з %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Формат:* замінити зображення URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Форматувати:* змінити розмір таблиці"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Форматувати:* змінити порядок на зворотній"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* змінити порядок на звичайний"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Форматувати:* встановити початковий індекс на %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr ""
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr ""
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr ""
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr ""
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr ""
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr ""
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr ""
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr ""
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr ""
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Chèn:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Định dạng:* thay đổi thuộc tính của bảng"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Định dạng:* thay đổi thuộc tính của ô trong bảng"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Định dạng:* chèn vào %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Định dạng:* xóa khỏi %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Định dạng:* thay thế URL của ảnh"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Định dạng:* đổi kích thước của bảng"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Định dạng:* đặt thứ tự thành đảo ngược"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Định dạng:* đặt thứ tự thành bình thường"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Định dạng:* đặt chỉ số bắt đầu thành %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*插入:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*格式:*更改表格属性"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*格式:*更改表格单元格属性"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*格式:* 插入至 %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*格式:* 从 %0 移除"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*格式:*替换图片URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*格式:* 调整表格尺寸"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*格式:* 将顺序设置为倒序"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*格式:* 将顺序设置为常规"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*格式:* 设置起始索引为 %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*插入:*%0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*格式:*變更表格屬性"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*格式:*變更表格的儲存格屬性"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*格式:*插入 %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*格式:*從 %0 移除"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*格式:*取代圖片網址"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*格式:*調整表格大小"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*格式:*反向排序"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*格式:*依標準排序"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*格式:*將起始索引設定為 %0"
66
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "35.4.0",
3
+ "version": "36.0.1",
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.4.0",
31
- "ckeditor5-collaboration": "^35.4.0",
30
+ "ckeditor5": "^36.0.1",
31
+ "ckeditor5-collaboration": "^36.0.1",
32
32
  "lodash-es": "^4.17.11",
33
- "@ckeditor/ckeditor5-style": "^35.4.0"
33
+ "@ckeditor/ckeditor5-style": "^36.0.1"
34
34
  }
35
35
  }
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ * Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
3
3
  *
4
4
  *
5
5
  *
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ const _0x4970=['TrackChangesEditing','plugins','refresh','isEnabled','track-changes-accept-suggestion-not-found','_suggestions','get','acceptSuggestion'];(function(_0x301d8f,_0x497092){const _0x2bbedc=function(_0x395118){while(--_0x395118){_0x301d8f['push'](_0x301d8f['shift']());}};_0x2bbedc(++_0x497092);}(_0x4970,0x12e));const _0x2bbe=function(_0x301d8f,_0x497092){_0x301d8f=_0x301d8f-0x0;let _0x2bbedc=_0x4970[_0x301d8f];return _0x2bbedc;};import{Command as _0x519a90}from'ckeditor5/src/core';import{CKEditorError as _0x24c263}from'ckeditor5/src/utils';export default class R extends _0x519a90{constructor(_0x5ca0c7,_0x2500c5){super(_0x5ca0c7),this[_0x2bbe('0x7')]=_0x2500c5,this[_0x2bbe('0x4')]();}[_0x2bbe('0x4')](){this[_0x2bbe('0x5')]=!0x0;}['execute'](_0x5c864d){const _0x58f84d=this[_0x2bbe('0x7')]['get'](_0x5c864d);if(!_0x58f84d)throw new _0x24c263(_0x2bbe('0x6'),this);this['editor'][_0x2bbe('0x3')][_0x2bbe('0x0')](_0x2bbe('0x2'))[_0x2bbe('0x1')](_0x58f84d);}}