@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.
- package/build/track-changes.js +3 -3
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +6 -3
- package/lang/translations/ar.po +16 -4
- package/lang/translations/az.po +16 -4
- package/lang/translations/bg.po +16 -4
- package/lang/translations/bn.po +16 -4
- package/lang/translations/ca.po +16 -4
- package/lang/translations/cs.po +16 -4
- package/lang/translations/da.po +16 -4
- package/lang/translations/de.po +16 -4
- package/lang/translations/el.po +16 -4
- package/lang/translations/en-au.po +16 -4
- package/lang/translations/en.po +16 -4
- package/lang/translations/es.po +16 -4
- package/lang/translations/et.po +16 -4
- package/lang/translations/fi.po +16 -4
- package/lang/translations/fr.po +16 -4
- package/lang/translations/gl.po +16 -4
- package/lang/translations/he.po +16 -4
- package/lang/translations/hi.po +16 -4
- package/lang/translations/hr.po +16 -4
- package/lang/translations/hu.po +16 -4
- package/lang/translations/id.po +16 -4
- package/lang/translations/it.po +16 -4
- package/lang/translations/ja.po +16 -4
- package/lang/translations/ko.po +16 -4
- package/lang/translations/lt.po +16 -4
- package/lang/translations/lv.po +16 -4
- package/lang/translations/ms.po +16 -4
- package/lang/translations/nl.po +16 -4
- package/lang/translations/no.po +16 -4
- package/lang/translations/pl.po +16 -4
- package/lang/translations/pt-br.po +16 -4
- package/lang/translations/pt.po +16 -4
- package/lang/translations/ro.po +16 -4
- package/lang/translations/ru.po +16 -4
- package/lang/translations/sk.po +16 -4
- package/lang/translations/sr-latn.po +32 -20
- package/lang/translations/sr.po +33 -21
- package/lang/translations/sv.po +16 -4
- package/lang/translations/th.po +16 -4
- package/lang/translations/tk.po +16 -4
- package/lang/translations/tr.po +16 -4
- package/lang/translations/tt.po +16 -4
- package/lang/translations/uk.po +16 -4
- package/lang/translations/ur.po +16 -4
- package/lang/translations/vi.po +16 -4
- package/lang/translations/zh-cn.po +16 -4
- package/lang/translations/zh.po +16 -4
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.js +1 -1
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/documentlist.js +2 -2
- package/src/integrations/documentlistproperties.js +2 -2
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.js +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.js +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.js +2 -2
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.js +2 -2
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.js +2 -2
package/lang/translations/sr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
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 "
|
|
495
|
+
msgstr "Овај предлог долази из увезене Ворд датотеке."
|
package/lang/translations/sv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/th.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/tk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/tr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/tt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/uk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/ur.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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
|
|
package/lang/translations/vi.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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-
|
|
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
|
|
package/lang/translations/zh.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
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": "
|
|
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": "^
|
|
31
|
-
"ckeditor5-collaboration": "^
|
|
30
|
+
"ckeditor5": "^36.0.1",
|
|
31
|
+
"ckeditor5-collaboration": "^36.0.1",
|
|
32
32
|
"lodash-es": "^4.17.11",
|
|
33
|
-
"@ckeditor/ckeditor5-style": "^
|
|
33
|
+
"@ckeditor/ckeditor5-style": "^36.0.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
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
|
|
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);}}
|