@ckeditor/ckeditor5-track-changes 31.1.0 → 32.0.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.
- package/LICENSE.md +2 -2
- package/README.md +2 -2
- package/lang/contexts.json +1 -1
- package/lang/translations/cs.po +3 -3
- package/lang/translations/da.po +3 -3
- package/lang/translations/de.po +3 -3
- package/lang/translations/en-au.po +3 -3
- package/lang/translations/en.po +2 -2
- package/lang/translations/es.po +2 -2
- package/lang/translations/et.po +2 -2
- package/lang/translations/fr.po +3 -3
- package/lang/translations/gl.po +3 -3
- package/lang/translations/hi.po +3 -3
- package/lang/translations/hr.po +3 -3
- package/lang/translations/it.po +5 -5
- package/lang/translations/nl.po +2 -2
- package/lang/translations/pl.po +3 -3
- package/lang/translations/pt-br.po +5 -5
- package/lang/translations/sk.po +3 -3
- package/lang/translations/sr-latn.po +3 -3
- package/lang/translations/sr.po +3 -3
- package/lang/translations/tk.po +3 -3
- package/lang/translations/tr.po +3 -3
- package/lang/translations/zh-cn.po +3 -3
- package/lang/translations/zh.po +2 -2
- package/package.json +7 -7
- package/src/commands/acceptallsuggestionscommand.js +2 -2
- package/src/commands/acceptselectedsuggestionscommand.js +2 -2
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardallsuggestionscommand.js +2 -2
- package/src/commands/discardselectedsuggestionscommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.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/entercommand.js +2 -2
- 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/image.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/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/table.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- 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/getselectedsuggestions.js +2 -2
- package/src/utils/hashobject.js +2 -2
- package/src/utils/normalizedescription.js +2 -2
- package/src/utils/sortsuggestions.js +2 -2
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +1 -1
- package/theme/suggestionmarker.css +1 -1
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
|
|
5
|
-
Copyright (c) 2003-2021, [CKSource](http://cksource.com)
|
|
5
|
+
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 track changes feature is licensed under a commercial license and is protected by copyright law.
|
|
8
8
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
@@ -19,4 +19,4 @@ The following libraries are included in CKEditor 5 track changes under the [MIT
|
|
|
19
19
|
Trademarks
|
|
20
20
|
----------
|
|
21
21
|
|
|
22
|
-
**CKEditor** is a trademark of [CKSource](http://cksource.com)
|
|
22
|
+
**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -50,11 +50,11 @@ As a licensed CKEditor 5 track changes user you can report bugs and request feat
|
|
|
50
50
|
## License
|
|
51
51
|
|
|
52
52
|
**CKEditor 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
|
|
53
|
-
Copyright (c) 2003-2021, [CKSource](http://cksource.com)
|
|
53
|
+
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
|
|
54
54
|
|
|
55
55
|
CKEditor 5 track changes feature is licensed under a commercial license and is protected by copyright law.
|
|
56
56
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
57
57
|
|
|
58
58
|
### Trademarks
|
|
59
59
|
|
|
60
|
-
**CKEditor** is a trademark of [CKSource](http://cksource.com)
|
|
60
|
+
**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
package/lang/contexts.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"FORMAT_SUBSCRIPT": "The subscript format name displayed in a format suggestion.",
|
|
81
81
|
"FORMAT_SUPERSCRIPT": "The superscript format name displayed in a format suggestion.",
|
|
82
82
|
"FORMAT_UNDERLINE": "The underline format name displayed in a format suggestion.",
|
|
83
|
-
"PENDING_ACTION_SUGGESTION": "The label for the alert shown when closing the editor with an unsaved
|
|
83
|
+
"PENDING_ACTION_SUGGESTION": "The label for the alert shown when closing the editor with an unsaved track changes change.",
|
|
84
84
|
"REPLACE_TEXT": "A suggestion for replacing one text with another.",
|
|
85
85
|
"Track changes": "The label for the dropdown containing some options related to track changes."
|
|
86
86
|
}
|
package/lang/translations/cs.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -408,9 +408,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
408
408
|
msgid "FORMAT_UNDERLINE"
|
|
409
409
|
msgstr "Podčiarknuť"
|
|
410
410
|
|
|
411
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
411
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
412
412
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
413
|
-
msgstr "
|
|
413
|
+
msgstr ""
|
|
414
414
|
|
|
415
415
|
msgctxt "A suggestion for replacing one text with another."
|
|
416
416
|
msgid "REPLACE_TEXT"
|
package/lang/translations/da.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "understreg"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/de.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "unterstrichen"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "underline"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/en.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,7 +374,7 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "underline"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
379
|
msgstr "Unsaved change in suggestion."
|
|
380
380
|
|
package/lang/translations/es.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,7 +374,7 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr ""
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
379
|
msgstr ""
|
|
380
380
|
|
package/lang/translations/et.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,7 +374,7 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr ""
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
379
|
msgstr ""
|
|
380
380
|
|
package/lang/translations/fr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "Souligné"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/gl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "subliñado"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/hi.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "underline"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/hr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -391,9 +391,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
391
391
|
msgid "FORMAT_UNDERLINE"
|
|
392
392
|
msgstr "podcrtano"
|
|
393
393
|
|
|
394
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
394
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
395
395
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
396
|
-
msgstr "
|
|
396
|
+
msgstr ""
|
|
397
397
|
|
|
398
398
|
msgctxt "A suggestion for replacing one text with another."
|
|
399
399
|
msgid "REPLACE_TEXT"
|
package/lang/translations/it.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,7 +58,7 @@ msgstr "*Rimuovi formattazione:* %0"
|
|
|
58
58
|
|
|
59
59
|
msgctxt "A suggestion for removing the highlight."
|
|
60
60
|
msgid "*Remove highlight*"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "*Rimuovi evidenziazione*"
|
|
62
62
|
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
@@ -114,7 +114,7 @@ msgstr "*Imposta dimensione carattere:* %0"
|
|
|
114
114
|
|
|
115
115
|
msgctxt "A suggestion for highlighting text."
|
|
116
116
|
msgid "*Set highlight:* %0"
|
|
117
|
-
msgstr ""
|
|
117
|
+
msgstr "*Imposta evidenziazione:* %0"
|
|
118
118
|
|
|
119
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
120
120
|
msgid "*Set image text alternative:* %0"
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "sottolinea"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/nl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,7 +374,7 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr ""
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
379
|
msgstr ""
|
|
380
380
|
|
package/lang/translations/pl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -408,9 +408,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
408
408
|
msgid "FORMAT_UNDERLINE"
|
|
409
409
|
msgstr "podkreślenie"
|
|
410
410
|
|
|
411
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
411
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
412
412
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
413
|
-
msgstr "
|
|
413
|
+
msgstr ""
|
|
414
414
|
|
|
415
415
|
msgctxt "A suggestion for replacing one text with another."
|
|
416
416
|
msgid "REPLACE_TEXT"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -58,7 +58,7 @@ msgstr "*Remover formatação:* %0"
|
|
|
58
58
|
|
|
59
59
|
msgctxt "A suggestion for removing the highlight."
|
|
60
60
|
msgid "*Remove highlight*"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "*Remover realce*"
|
|
62
62
|
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
@@ -114,7 +114,7 @@ msgstr "*Definir tamanho da fonte:* %0"
|
|
|
114
114
|
|
|
115
115
|
msgctxt "A suggestion for highlighting text."
|
|
116
116
|
msgid "*Set highlight:* %0"
|
|
117
|
-
msgstr ""
|
|
117
|
+
msgstr "*Definir realce:* %0"
|
|
118
118
|
|
|
119
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
120
120
|
msgid "*Set image text alternative:* %0"
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "sublinhado"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/sk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -408,9 +408,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
408
408
|
msgid "FORMAT_UNDERLINE"
|
|
409
409
|
msgstr "podčiarknuť"
|
|
410
410
|
|
|
411
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
411
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
412
412
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
413
|
-
msgstr "
|
|
413
|
+
msgstr ""
|
|
414
414
|
|
|
415
415
|
msgctxt "A suggestion for replacing one text with another."
|
|
416
416
|
msgid "REPLACE_TEXT"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -391,9 +391,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
391
391
|
msgid "FORMAT_UNDERLINE"
|
|
392
392
|
msgstr "podvući"
|
|
393
393
|
|
|
394
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
394
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
395
395
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
396
|
-
msgstr "
|
|
396
|
+
msgstr ""
|
|
397
397
|
|
|
398
398
|
msgctxt "A suggestion for replacing one text with another."
|
|
399
399
|
msgid "REPLACE_TEXT"
|
package/lang/translations/sr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -391,9 +391,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
391
391
|
msgid "FORMAT_UNDERLINE"
|
|
392
392
|
msgstr "подвући"
|
|
393
393
|
|
|
394
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
394
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
395
395
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
396
|
-
msgstr "
|
|
396
|
+
msgstr ""
|
|
397
397
|
|
|
398
398
|
msgctxt "A suggestion for replacing one text with another."
|
|
399
399
|
msgid "REPLACE_TEXT"
|
package/lang/translations/tk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "aşagy çyzykly"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
package/lang/translations/tr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -374,9 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
374
374
|
msgid "FORMAT_UNDERLINE"
|
|
375
375
|
msgstr "alttan çizili"
|
|
376
376
|
|
|
377
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
378
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
-
msgstr "
|
|
379
|
+
msgstr ""
|
|
380
380
|
|
|
381
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
382
382
|
msgid "REPLACE_TEXT"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -357,9 +357,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
357
357
|
msgid "FORMAT_UNDERLINE"
|
|
358
358
|
msgstr "下划线"
|
|
359
359
|
|
|
360
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
360
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
361
361
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
362
|
-
msgstr "
|
|
362
|
+
msgstr ""
|
|
363
363
|
|
|
364
364
|
msgctxt "A suggestion for replacing one text with another."
|
|
365
365
|
msgid "REPLACE_TEXT"
|
package/lang/translations/zh.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -357,7 +357,7 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
357
357
|
msgid "FORMAT_UNDERLINE"
|
|
358
358
|
msgstr ""
|
|
359
359
|
|
|
360
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved
|
|
360
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
361
361
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
362
362
|
msgstr ""
|
|
363
363
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "32.0.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"framework"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ckeditor/ckeditor5-collaboration-core": "^
|
|
30
|
-
"@ckeditor/ckeditor5-comments": "^
|
|
31
|
-
"@ckeditor/ckeditor5-font": "^
|
|
32
|
-
"@ckeditor/ckeditor5-image": "^
|
|
33
|
-
"@ckeditor/ckeditor5-table": "^
|
|
34
|
-
"ckeditor5": "^
|
|
29
|
+
"@ckeditor/ckeditor5-collaboration-core": "^32.0.0",
|
|
30
|
+
"@ckeditor/ckeditor5-comments": "^32.0.0",
|
|
31
|
+
"@ckeditor/ckeditor5-font": "^32.0.0",
|
|
32
|
+
"@ckeditor/ckeditor5-image": "^32.0.0",
|
|
33
|
+
"@ckeditor/ckeditor5-table": "^32.0.0",
|
|
34
|
+
"ckeditor5": "^32.0.0",
|
|
35
35
|
"lodash-es": "^4.17.11"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, 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 _0x2efe=['isEnabled','_acceptSuggestionCommand','change','some','_suggestions','from','values','isInContent','editor','refresh'];(function(_0x2d472e,_0x2efebb){const _0xa6cc9d=function(_0x38ab81){while(--_0x38ab81){_0x2d472e['push'](_0x2d472e['shift']());}};_0xa6cc9d(++_0x2efebb);}(_0x2efe,0x122));const _0xa6cc=function(_0x2d472e,_0x2efebb){_0x2d472e=_0x2d472e-0x0;let _0xa6cc9d=_0x2efe[_0x2d472e];return _0xa6cc9d;};import{Command as _0x1322e4}from'ckeditor5/src/core';import _0x11fffb from'../utils/sortsuggestions';export default class R extends _0x1322e4{constructor(_0x327504,_0x5498da,_0x599624){super(_0x327504),this[_0xa6cc('0x1')]=_0x5498da,this[_0xa6cc('0x4')]=_0x599624,this[_0xa6cc('0x9')]();}['refresh'](){const _0x79a28f=this[_0xa6cc('0x1')];this[_0xa6cc('0x0')]=_0x79a28f[_0xa6cc('0x0')]&&Array[_0xa6cc('0x5')](this[_0xa6cc('0x4')][_0xa6cc('0x6')]())[_0xa6cc('0x3')](_0x1a91bf=>_0x1a91bf[_0xa6cc('0x7')]);}['execute'](){this[_0xa6cc('0x8')]['model'][_0xa6cc('0x2')](()=>{const _0x1ba002=_0x11fffb(Array[_0xa6cc('0x5')](this[_0xa6cc('0x4')][_0xa6cc('0x6')]()));for(const _0x33cfa3 of _0x1ba002)_0x33cfa3[_0xa6cc('0x7')]&&this[_0xa6cc('0x1')]['execute'](_0x33cfa3['id']);});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, 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 _0x4dd8=['refresh','from','_selectedSuggestions','selection','_acceptSuggestionCommand','_suggestions','document','change','size','editor','execute','model'];(function(_0x4d8d3a,_0x4dd8e3){const _0x3a2ba3=function(_0x3ded0a){while(--_0x3ded0a){_0x4d8d3a['push'](_0x4d8d3a['shift']());}};_0x3a2ba3(++_0x4dd8e3);}(_0x4dd8,0x1aa));const _0x3a2b=function(_0x4d8d3a,_0x4dd8e3){_0x4d8d3a=_0x4d8d3a-0x0;let _0x3a2ba3=_0x4dd8[_0x4d8d3a];return _0x3a2ba3;};import{Command as _0x5a630a}from'ckeditor5/src/core';import _0x168cec from'../utils/sortsuggestions';import _0x5511b3 from'../utils/getselectedsuggestions';export default class E extends _0x5a630a{constructor(_0x525409,_0x15fe99,_0x295888){super(_0x525409),this[_0x3a2b('0xa')]=_0x15fe99,this[_0x3a2b('0xb')]=_0x295888,this[_0x3a2b('0x8')]=new Set(),this[_0x3a2b('0x6')]();}[_0x3a2b('0x6')](){const _0x42ef79=this['_acceptSuggestionCommand'],_0x5a8085=this[_0x3a2b('0x3')]['model'][_0x3a2b('0x0')][_0x3a2b('0x9')],_0x4c12fa=Array[_0x3a2b('0x7')](this[_0x3a2b('0xb')]['values']());this[_0x3a2b('0x8')]=_0x5511b3(_0x5a8085,_0x4c12fa),this['isEnabled']=_0x42ef79['isEnabled']&&!!this[_0x3a2b('0x8')][_0x3a2b('0x2')];}[_0x3a2b('0x4')](){this[_0x3a2b('0x3')][_0x3a2b('0x5')][_0x3a2b('0x1')](()=>{const _0xa6f88b=_0x168cec(Array[_0x3a2b('0x7')](this['_selectedSuggestions']));for(const _0x11b20d of _0xa6f88b)this[_0x3a2b('0xa')]['execute'](_0x11b20d['id']);});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, 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 _0x4b0b=['isEnabled','editor','get','acceptSuggestion','TrackChangesEditing','track-changes-accept-suggestion-not-found','plugins','refresh','_suggestions'];(function(_0x300fec,_0x4b0b66){const _0x2e5a4e=function(_0x23cc63){while(--_0x23cc63){_0x300fec['push'](_0x300fec['shift']());}};_0x2e5a4e(++_0x4b0b66);}(_0x4b0b,0x12e));const _0x2e5a=function(_0x300fec,_0x4b0b66){_0x300fec=_0x300fec-0x0;let _0x2e5a4e=_0x4b0b[_0x300fec];return _0x2e5a4e;};import{Command as _0x3e20be}from'ckeditor5/src/core';import{CKEditorError as _0x300d5b}from'ckeditor5/src/utils';export default class j extends _0x3e20be{constructor(_0x37083e,_0x61779f){super(_0x37083e),this[_0x2e5a('0x3')]=_0x61779f,this['refresh']();}[_0x2e5a('0x2')](){this[_0x2e5a('0x4')]=!0x0;}['execute'](_0x3666d7){const _0x2fdc04=this[_0x2e5a('0x3')][_0x2e5a('0x6')](_0x3666d7);if(!_0x2fdc04)throw new _0x300d5b(_0x2e5a('0x0'),this);this[_0x2e5a('0x5')][_0x2e5a('0x1')][_0x2e5a('0x6')](_0x2e5a('0x8'))[_0x2e5a('0x7')](_0x2fdc04);}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, 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 _0x38df=['execute','_discardSuggestionCommand','change','isEnabled','isInContent','editor','refresh','values','_suggestions'];(function(_0x7d7bad,_0x38dfba){const _0x327623=function(_0x5c3f2f){while(--_0x5c3f2f){_0x7d7bad['push'](_0x7d7bad['shift']());}};_0x327623(++_0x38dfba);}(_0x38df,0x84));const _0x3276=function(_0x7d7bad,_0x38dfba){_0x7d7bad=_0x7d7bad-0x0;let _0x327623=_0x38df[_0x7d7bad];return _0x327623;};import{Command as _0x4b033c}from'ckeditor5/src/core';export default class x extends _0x4b033c{constructor(_0x4e69c4,_0x4f5bd9,_0x5999aa){super(_0x4e69c4),this['_discardSuggestionCommand']=_0x4f5bd9,this[_0x3276('0x2')]=_0x5999aa,this[_0x3276('0x0')]();}['refresh'](){const _0x44a93d=this[_0x3276('0x4')];this[_0x3276('0x6')]=_0x44a93d['isEnabled']&&Array['from'](this['_suggestions']['values']())['some'](_0x51c885=>_0x51c885[_0x3276('0x7')]);}[_0x3276('0x3')](){this[_0x3276('0x8')]['model'][_0x3276('0x5')](()=>{for(const _0x452ce3 of this[_0x3276('0x2')][_0x3276('0x1')]())_0x452ce3[_0x3276('0x7')]&&this[_0x3276('0x4')][_0x3276('0x3')](_0x452ce3['id']);});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2022, 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 _0x533b=['_discardSuggestionCommand','refresh','_suggestions','model','isEnabled','execute','values','from','editor','size','change','_selectedSuggestions'];(function(_0x3ed688,_0x533b44){const _0x229bc0=function(_0x186648){while(--_0x186648){_0x3ed688['push'](_0x3ed688['shift']());}};_0x229bc0(++_0x533b44);}(_0x533b,0x16c));const _0x229b=function(_0x3ed688,_0x533b44){_0x3ed688=_0x3ed688-0x0;let _0x229bc0=_0x533b[_0x3ed688];return _0x229bc0;};import{Command as _0x55ff78}from'ckeditor5/src/core';import _0x2cc8e9 from'../utils/getselectedsuggestions';export default class O extends _0x55ff78{constructor(_0x160edb,_0x251e86,_0x4ae11c){super(_0x160edb),this[_0x229b('0x8')]=_0x251e86,this[_0x229b('0xa')]=_0x4ae11c,this[_0x229b('0x7')]=new Set(),this[_0x229b('0x9')]();}[_0x229b('0x9')](){const _0x39f92e=this[_0x229b('0x8')],_0x38f400=this[_0x229b('0x4')][_0x229b('0xb')]['document']['selection'],_0x9dcdd0=Array[_0x229b('0x3')](this[_0x229b('0xa')][_0x229b('0x2')]());this['_selectedSuggestions']=_0x2cc8e9(_0x38f400,_0x9dcdd0),this[_0x229b('0x0')]=_0x39f92e[_0x229b('0x0')]&&!!this[_0x229b('0x7')][_0x229b('0x5')];}[_0x229b('0x1')](){this[_0x229b('0x4')]['model'][_0x229b('0x6')](()=>{for(const _0x3e737e of this[_0x229b('0x7')])this[_0x229b('0x8')][_0x229b('0x1')](_0x3e737e['id']);});}}
|