@ckeditor/ckeditor5-track-changes 37.0.1 → 37.1.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/build/track-changes.js +2 -2
- 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 +2 -0
- package/lang/translations/ar.po +15 -1
- package/lang/translations/az.po +11 -1
- package/lang/translations/bg.po +11 -1
- package/lang/translations/bn.po +11 -1
- package/lang/translations/ca.po +11 -1
- package/lang/translations/cs.po +13 -1
- package/lang/translations/da.po +11 -1
- package/lang/translations/de.po +11 -1
- package/lang/translations/el.po +11 -1
- package/lang/translations/en-au.po +11 -1
- package/lang/translations/en.po +10 -0
- package/lang/translations/es.po +12 -1
- package/lang/translations/et.po +11 -1
- package/lang/translations/fi.po +11 -1
- package/lang/translations/fr.po +12 -1
- package/lang/translations/gl.po +11 -1
- package/lang/translations/he.po +13 -1
- package/lang/translations/hi.po +11 -1
- package/lang/translations/hr.po +12 -1
- package/lang/translations/hu.po +11 -1
- package/lang/translations/id.po +10 -1
- package/lang/translations/it.po +12 -1
- package/lang/translations/ja.po +10 -1
- package/lang/translations/ko.po +10 -1
- package/lang/translations/lt.po +13 -1
- package/lang/translations/lv.po +12 -1
- package/lang/translations/ms.po +10 -1
- package/lang/translations/nl.po +11 -1
- package/lang/translations/no.po +11 -1
- package/lang/translations/pl.po +13 -1
- package/lang/translations/pt-br.po +12 -1
- package/lang/translations/pt.po +12 -1
- package/lang/translations/ro.po +12 -1
- package/lang/translations/ru.po +13 -1
- package/lang/translations/sk.po +13 -1
- package/lang/translations/sr-latn.po +12 -1
- package/lang/translations/sr.po +33 -22
- package/lang/translations/sv.po +11 -1
- package/lang/translations/th.po +10 -1
- package/lang/translations/tk.po +11 -1
- package/lang/translations/tr.po +11 -1
- package/lang/translations/tt.po +10 -1
- package/lang/translations/uk.po +13 -1
- package/lang/translations/ur.po +11 -1
- package/lang/translations/vi.po +10 -1
- package/lang/translations/zh-cn.po +10 -1
- package/lang/translations/zh.po +10 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +13 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +13 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +13 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Serbian (Latin) (https://
|
|
15
|
+
"Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
|
|
16
16
|
"Language: sr@latin\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Podesi veličinu fontova:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Podesite isticanje:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] ""
|
|
|
372
376
|
msgstr[1] ""
|
|
373
377
|
msgstr[2] ""
|
|
374
378
|
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
385
|
+
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
package/lang/translations/sr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Serbian (https://
|
|
15
|
+
"Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
16
|
"Language: sr\n"
|
|
17
17
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
18
18
|
|
|
@@ -42,11 +42,11 @@ msgstr "*Убаци:* %0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for changing table properties."
|
|
44
44
|
msgid "*Format:* change table properties"
|
|
45
|
-
msgstr "
|
|
45
|
+
msgstr "*Формат:* промените својства табеле"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for changing table cell properties."
|
|
48
48
|
msgid "*Format:* change table cell properties"
|
|
49
|
-
msgstr "
|
|
49
|
+
msgstr "*Формат:* промените својства ћелије табеле"
|
|
50
50
|
|
|
51
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
52
52
|
msgid "*Format:* insert into %0"
|
|
@@ -58,7 +58,7 @@ msgstr "*Формат:* уклони из %0"
|
|
|
58
58
|
|
|
59
59
|
msgctxt "A suggestion for replacing an image."
|
|
60
60
|
msgid "*Format:* replace image URL"
|
|
61
|
-
msgstr "
|
|
61
|
+
msgstr "*Формат:* замените УРЛ слике"
|
|
62
62
|
|
|
63
63
|
msgctxt "A suggestion for resizing a table."
|
|
64
64
|
msgid "*Format:* resize table"
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Подеси величину фонта:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Подесите истицање:* %0 "
|
|
@@ -237,70 +241,70 @@ msgid "ELEMENT_CODE_BLOCK"
|
|
|
237
241
|
msgid_plural "%0 code blocks"
|
|
238
242
|
msgstr[0] "blok koda"
|
|
239
243
|
msgstr[1] "0% bloka koda"
|
|
240
|
-
msgstr[2] "0%
|
|
244
|
+
msgstr[2] "0% блокова кода"
|
|
241
245
|
|
|
242
246
|
msgctxt "The heading element name displayed in the suggestion."
|
|
243
247
|
msgid "ELEMENT_HEADING"
|
|
244
248
|
msgid_plural "%0 headings (level %1)"
|
|
245
249
|
msgstr[0] "naslov (nivo %1)"
|
|
246
250
|
msgstr[1] "0% naslov (nivo %1)"
|
|
247
|
-
msgstr[2] "0%
|
|
251
|
+
msgstr[2] "0% наслов (ниво %1)"
|
|
248
252
|
|
|
249
253
|
msgctxt "The heading element name displayed in the suggestion with a custom title."
|
|
250
254
|
msgid "ELEMENT_HEADING_CUSTOM"
|
|
251
255
|
msgid_plural "%0 headings (%1)"
|
|
252
256
|
msgstr[0] "(%1) naslov"
|
|
253
257
|
msgstr[1] "0% naslova (%1)"
|
|
254
|
-
msgstr[2] "0%
|
|
258
|
+
msgstr[2] "0% наслова (%1)"
|
|
255
259
|
|
|
256
260
|
msgctxt "The horizontal line element name displayed in the suggestion."
|
|
257
261
|
msgid "ELEMENT_HORIZONTAL_LINE"
|
|
258
262
|
msgid_plural "%0 horizontal lines"
|
|
259
263
|
msgstr[0] "horizontalna linija"
|
|
260
264
|
msgstr[1] "0% horizontalne linije"
|
|
261
|
-
msgstr[2] "0%
|
|
265
|
+
msgstr[2] "0% хоризонталних линија"
|
|
262
266
|
|
|
263
267
|
msgctxt "The HTML embed element name displayed in the suggestion."
|
|
264
268
|
msgid "ELEMENT_HTML_EMBED"
|
|
265
269
|
msgid_plural "%0 HTML embeds"
|
|
266
270
|
msgstr[0] "HTML kôd za ugradnju"
|
|
267
271
|
msgstr[1] "0% HTML koda za ugradnju"
|
|
268
|
-
msgstr[2] "0%
|
|
272
|
+
msgstr[2] "0% ХТМЛ кодова за уградњу"
|
|
269
273
|
|
|
270
274
|
msgctxt "The image element name displayed in the suggestion."
|
|
271
275
|
msgid "ELEMENT_IMAGE"
|
|
272
276
|
msgid_plural "%0 images"
|
|
273
277
|
msgstr[0] "slika"
|
|
274
278
|
msgstr[1] "0% slike"
|
|
275
|
-
msgstr[2] "0%
|
|
279
|
+
msgstr[2] "0% слика"
|
|
276
280
|
|
|
277
281
|
msgctxt "The inline image element name displayed in the suggestion."
|
|
278
282
|
msgid "ELEMENT_INLINE_IMAGE"
|
|
279
283
|
msgid_plural "%0 images"
|
|
280
284
|
msgstr[0] "slika"
|
|
281
285
|
msgstr[1] "0% slike"
|
|
282
|
-
msgstr[2] "0%
|
|
286
|
+
msgstr[2] "0% слика"
|
|
283
287
|
|
|
284
288
|
msgctxt "The line break element name displayed in the suggestion."
|
|
285
289
|
msgid "ELEMENT_LINE_BREAK"
|
|
286
290
|
msgid_plural "%0 line breaks"
|
|
287
291
|
msgstr[0] "prelom reda"
|
|
288
292
|
msgstr[1] "0% preloma reda"
|
|
289
|
-
msgstr[2] "0%
|
|
293
|
+
msgstr[2] "0% прелома реда"
|
|
290
294
|
|
|
291
295
|
msgctxt "The list item element name displayed in the suggestion."
|
|
292
296
|
msgid "ELEMENT_LIST_ITEM"
|
|
293
297
|
msgid_plural "%0 list items"
|
|
294
298
|
msgstr[0] "stavka liste"
|
|
295
299
|
msgstr[1] "0% stavke liste"
|
|
296
|
-
msgstr[2] "0%
|
|
300
|
+
msgstr[2] "0% ставки листе"
|
|
297
301
|
|
|
298
302
|
msgctxt "The media element name displayed in the suggestion."
|
|
299
303
|
msgid "ELEMENT_MEDIA"
|
|
300
304
|
msgid_plural "%0 media items"
|
|
301
305
|
msgstr[0] "stavka medija"
|
|
302
306
|
msgstr[1] "0% stavke medija"
|
|
303
|
-
msgstr[2] "0%
|
|
307
|
+
msgstr[2] "0% ставки медија"
|
|
304
308
|
|
|
305
309
|
msgctxt "The numbered list element name displayed in the suggestion."
|
|
306
310
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
@@ -335,56 +339,63 @@ msgid "ELEMENT_PAGE_BREAK"
|
|
|
335
339
|
msgid_plural "%0 page breaks"
|
|
336
340
|
msgstr[0] "prelom stranice"
|
|
337
341
|
msgstr[1] "0% preloma stranice"
|
|
338
|
-
msgstr[2] "0%
|
|
342
|
+
msgstr[2] "0% прелома странице"
|
|
339
343
|
|
|
340
344
|
msgctxt "The paragraph element name displayed in the suggestion."
|
|
341
345
|
msgid "ELEMENT_PARAGRAPH"
|
|
342
346
|
msgid_plural "%0 paragraphs"
|
|
343
347
|
msgstr[0] "pasus"
|
|
344
348
|
msgstr[1] "0% pasusa"
|
|
345
|
-
msgstr[2] "0%
|
|
349
|
+
msgstr[2] "0% пасуса"
|
|
346
350
|
|
|
347
351
|
msgctxt "The space element name displayed in the suggestion."
|
|
348
352
|
msgid "ELEMENT_SPACE"
|
|
349
353
|
msgid_plural "%0 spaces"
|
|
350
354
|
msgstr[0] "razmak"
|
|
351
355
|
msgstr[1] "0% razmaka"
|
|
352
|
-
msgstr[2] "0%
|
|
356
|
+
msgstr[2] "0% размак"
|
|
353
357
|
|
|
354
358
|
msgctxt "The table element name displayed in the suggestion."
|
|
355
359
|
msgid "ELEMENT_TABLE"
|
|
356
360
|
msgid_plural "%0 tables"
|
|
357
361
|
msgstr[0] "tabela"
|
|
358
362
|
msgstr[1] "0% tabele"
|
|
359
|
-
msgstr[2] "0%
|
|
363
|
+
msgstr[2] "0% табела"
|
|
360
364
|
|
|
361
365
|
msgctxt "The table column element name displayed in the suggestion."
|
|
362
366
|
msgid "ELEMENT_TABLE_COLUMN"
|
|
363
367
|
msgid_plural "%0 table columns"
|
|
364
368
|
msgstr[0] "kolona tabele"
|
|
365
369
|
msgstr[1] "0% kolone tabele"
|
|
366
|
-
msgstr[2] "0%
|
|
370
|
+
msgstr[2] "0% колона табеле"
|
|
367
371
|
|
|
368
372
|
msgctxt "The table column with text element name displayed in the suggestion."
|
|
369
373
|
msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
370
374
|
msgid_plural "%0 table columns *with text* %1"
|
|
371
375
|
msgstr[0] "%1 kolona tabele *sa tekstom*"
|
|
372
376
|
msgstr[1] "0% %1 kolone tabele *sa tekstom*"
|
|
373
|
-
msgstr[2] "0% %1
|
|
377
|
+
msgstr[2] "0% %1 колона табеле *са текстом*"
|
|
378
|
+
|
|
379
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
380
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
381
|
+
msgid_plural "%0 tables of contents"
|
|
382
|
+
msgstr[0] ""
|
|
383
|
+
msgstr[1] ""
|
|
384
|
+
msgstr[2] ""
|
|
374
385
|
|
|
375
386
|
msgctxt "The table row element name displayed in the suggestion."
|
|
376
387
|
msgid "ELEMENT_TABLE_ROW"
|
|
377
388
|
msgid_plural "%0 table rows"
|
|
378
389
|
msgstr[0] "red tabele"
|
|
379
390
|
msgstr[1] "0% reda tabele"
|
|
380
|
-
msgstr[2] "0%
|
|
391
|
+
msgstr[2] "0% редова табеле"
|
|
381
392
|
|
|
382
393
|
msgctxt "The table row with text element name displayed in the suggestion."
|
|
383
394
|
msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
|
|
384
395
|
msgid_plural "%0 table rows *with text* %1"
|
|
385
396
|
msgstr[0] "%1 red tabele *sa tekstom*"
|
|
386
397
|
msgstr[1] "%0 reda tabele *sa tekstom* %1"
|
|
387
|
-
msgstr[2] "%0
|
|
398
|
+
msgstr[2] "%0 редова табеле *са текстом* %1"
|
|
388
399
|
|
|
389
400
|
msgctxt "The table with text element name displayed in the suggestion."
|
|
390
401
|
msgid "ELEMENT_TABLE_WITH_TEXT"
|
package/lang/translations/sv.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Swedish (https://
|
|
15
|
+
"Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
16
|
"Language: sv\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Ställ in teckenstorlek:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Ställ markering:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tabellkolumn *med text* %1"
|
|
357
361
|
msgstr[1] "0% tabellkolumn *med text* %1"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/th.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Thai (https://
|
|
15
|
+
"Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
16
|
"Language: th\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*ตั้งค่าขนาดฟอนต์:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*ตั้งค่าไฮไลต์:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "คอลัมน์ของตาราง *ที่มีข้อความ* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/tk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkmen (https://
|
|
15
|
+
"Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
|
|
16
16
|
"Language: tk\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr ""
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr ""
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] ""
|
|
357
361
|
msgstr[1] ""
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/tr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkish (https://
|
|
15
|
+
"Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
16
|
"Language: tr\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Yazı boyutunun ayarlanması:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Vurguyu ayarla:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tablo kolonu *metinle birlikte* %1"
|
|
357
361
|
msgstr[1] "%0 tablo kolonları *metinle birlikte* %1"
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/tt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Tatar (https://
|
|
15
|
+
"Language-Team: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
|
|
16
16
|
"Language: tt\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr ""
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr ""
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] ""
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/uk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Ukrainian (https://
|
|
15
|
+
"Language-Team: Ukrainian (https://app.transifex.com/ckeditor/teams/11143/uk/)\n"
|
|
16
16
|
"Language: uk\n"
|
|
17
17
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Установити розмір шрифту:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Установити виділення:* %0"
|
|
@@ -388,6 +392,14 @@ msgstr[1] "0% стовпці таблиці *з текстом* %1"
|
|
|
388
392
|
msgstr[2] "0% стовпців таблиці *з текстом* %1"
|
|
389
393
|
msgstr[3] "0% стовпців таблиці *з текстом* %1"
|
|
390
394
|
|
|
395
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
396
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
397
|
+
msgid_plural "%0 tables of contents"
|
|
398
|
+
msgstr[0] ""
|
|
399
|
+
msgstr[1] ""
|
|
400
|
+
msgstr[2] ""
|
|
401
|
+
msgstr[3] ""
|
|
402
|
+
|
|
391
403
|
msgctxt "The table row element name displayed in the suggestion."
|
|
392
404
|
msgid "ELEMENT_TABLE_ROW"
|
|
393
405
|
msgid_plural "%0 table rows"
|
package/lang/translations/ur.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Urdu (https://
|
|
15
|
+
"Language-Team: Urdu (https://app.transifex.com/ckeditor/teams/11143/ur/)\n"
|
|
16
16
|
"Language: ur\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr ""
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr ""
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] ""
|
|
357
361
|
msgstr[1] ""
|
|
358
362
|
|
|
363
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
364
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
365
|
+
msgid_plural "%0 tables of contents"
|
|
366
|
+
msgstr[0] ""
|
|
367
|
+
msgstr[1] ""
|
|
368
|
+
|
|
359
369
|
msgctxt "The table row element name displayed in the suggestion."
|
|
360
370
|
msgid "ELEMENT_TABLE_ROW"
|
|
361
371
|
msgid_plural "%0 table rows"
|
package/lang/translations/vi.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Vietnamese (https://
|
|
15
|
+
"Language-Team: Vietnamese (https://app.transifex.com/ckeditor/teams/11143/vi/)\n"
|
|
16
16
|
"Language: vi\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Đặt lại kích cỡ phông chữ:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Đặt văn bản tô sáng:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "cột trong bảng *có văn bản* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Chinese (China) (https://
|
|
15
|
+
"Language-Team: Chinese (China) (https://app.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
|
|
16
16
|
"Language: zh_CN\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*设置字号:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*设置高亮:* %0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "%0 表格列 *含文本* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/lang/translations/zh.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Chinese (Taiwan) (https://
|
|
15
|
+
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/ckeditor/teams/11143/zh_TW/)\n"
|
|
16
16
|
"Language: zh_TW\n"
|
|
17
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
18
18
|
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*設定字型大小:*%0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr ""
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*設定亮顯:*%0"
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[0] "表格行*帶文字* %1"
|
|
342
346
|
|
|
347
|
+
msgctxt "The table of contents element name displayed in the suggestion."
|
|
348
|
+
msgid "ELEMENT_TABLE_OF_CONTENTS"
|
|
349
|
+
msgid_plural "%0 tables of contents"
|
|
350
|
+
msgstr[0] ""
|
|
351
|
+
|
|
343
352
|
msgctxt "The table row element name displayed in the suggestion."
|
|
344
353
|
msgid "ELEMENT_TABLE_ROW"
|
|
345
354
|
msgid_plural "%0 table rows"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "37.0
|
|
3
|
+
"version": "37.1.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"postversion": "npm run build"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"ckeditor5": "^37.0
|
|
45
|
-
"ckeditor5-collaboration": "^37.0
|
|
44
|
+
"ckeditor5": "^37.1.0",
|
|
45
|
+
"ckeditor5-collaboration": "^37.1.0",
|
|
46
46
|
"lodash-es": "^4.17.11"
|
|
47
47
|
},
|
|
48
48
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x47f4=['refresh','track-changes-accept-suggestion-not-found','editor','plugins','_suggestions','execute','get'];(function(_0x9e2f04,_0x47f468){const _0x1c574d=function(_0x58679f){while(--_0x58679f){_0x9e2f04['push'](_0x9e2f04['shift']());}};_0x1c574d(++_0x47f468);}(_0x47f4,0x8d));const _0x1c57=function(_0x9e2f04,_0x47f468){_0x9e2f04=_0x9e2f04-0x0;let _0x1c574d=_0x47f4[_0x9e2f04];return _0x1c574d;};import{Command as _0x1af73c}from'ckeditor5/src/core';import{CKEditorError as _0x24c7b6}from'ckeditor5/src/utils';export default class M extends _0x1af73c{constructor(_0x495b42,_0x4eab3d){super(_0x495b42),this[_0x1c57('0x3')]=_0x4eab3d,this[_0x1c57('0x6')]();}['refresh'](){this['isEnabled']=!0x0;}[_0x1c57('0x4')](_0x33a592){const _0x5e98bc=this['_suggestions'][_0x1c57('0x5')](_0x33a592);if(!_0x5e98bc)throw new _0x24c7b6(_0x1c57('0x0'),this);this[_0x1c57('0x1')][_0x1c57('0x2')]['get']('TrackChangesEditing')['acceptSuggestion'](_0x5e98bc);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3372=['refresh','_suggestions','editor','isEnabled','discardSuggestion','plugins','get','TrackChangesEditing','track-changes-discard-suggestion-not-found'];(function(_0x549eae,_0x33729b){const _0x5ba115=function(_0x31b3d5){while(--_0x31b3d5){_0x549eae['push'](_0x549eae['shift']());}};_0x5ba115(++_0x33729b);}(_0x3372,0x1c7));const _0x5ba1=function(_0x549eae,_0x33729b){_0x549eae=_0x549eae-0x0;let _0x5ba115=_0x3372[_0x549eae];return _0x5ba115;};import{Command as _0x48847f}from'ckeditor5/src/core';import{CKEditorError as _0x242cf2}from'ckeditor5/src/utils';export default class $ extends _0x48847f{constructor(_0x261581,_0x54c3c7){super(_0x261581),this[_0x5ba1('0x5')]=_0x54c3c7,this[_0x5ba1('0x4')]();}['refresh'](){this[_0x5ba1('0x7')]=!0x0;}['execute'](_0x49b067){const _0x3328f2=this['_suggestions'][_0x5ba1('0x1')](_0x49b067);if(!_0x3328f2)throw new _0x242cf2(_0x5ba1('0x3'),this);this[_0x5ba1('0x6')][_0x5ba1('0x0')]['get'](_0x5ba1('0x2'))[_0x5ba1('0x8')](_0x3328f2);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4d18=['refresh','some','isEnabled','execute','values','from','isInContent','_suggestions','_command'];(function(_0xb5dfe7,_0x4d1878){const _0x533dc3=function(_0x24f528){while(--_0x24f528){_0xb5dfe7['push'](_0xb5dfe7['shift']());}};_0x533dc3(++_0x4d1878);}(_0x4d18,0x93));const _0x533d=function(_0xb5dfe7,_0x4d1878){_0xb5dfe7=_0xb5dfe7-0x0;let _0x533dc3=_0x4d18[_0xb5dfe7];return _0x533dc3;};import{Command as _0x2331ff}from'ckeditor5/src/core';import{sortSuggestions as _0x42ba4a,executeCommandForSuggestions as _0x5434da}from'../utils/utils';export default class N extends _0x2331ff{constructor(_0x481077,_0x51c13c,_0x26f227){super(_0x481077),this[_0x533d('0x5')]=_0x51c13c,this[_0x533d('0x4')]=_0x26f227,this[_0x533d('0x6')]();}[_0x533d('0x6')](){const _0x11f28b=Array[_0x533d('0x2')](this[_0x533d('0x4')]['values']())[_0x533d('0x7')](_0x13fd19=>_0x13fd19[_0x533d('0x3')]);this[_0x533d('0x8')]=this[_0x533d('0x5')]['isEnabled']&&_0x11f28b;}[_0x533d('0x0')](){const _0x30112e=_0x42ba4a(Array[_0x533d('0x2')](this[_0x533d('0x4')][_0x533d('0x1')]()));_0x5434da(this['editor']['model'],this[_0x533d('0x5')],_0x30112e);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2112=['size','document','execute','from','editor','values','_command','model','selection','_suggestions','isEnabled','_selectedSuggestions'];(function(_0x1563e1,_0x2112f6){const _0x47da18=function(_0x460264){while(--_0x460264){_0x1563e1['push'](_0x1563e1['shift']());}};_0x47da18(++_0x2112f6);}(_0x2112,0xbd));const _0x47da=function(_0x1563e1,_0x2112f6){_0x1563e1=_0x1563e1-0x0;let _0x47da18=_0x2112[_0x1563e1];return _0x47da18;};import{Command as _0x463a7b}from'ckeditor5/src/core';import{sortSuggestions as _0x3f3bf3,getSelectedSuggestions as _0x2367cd,executeCommandForSuggestions as _0x169a8e}from'../utils/utils';export default class R extends _0x463a7b{constructor(_0x554b73,_0x1303f3,_0x2b4989){super(_0x554b73),this['_command']=_0x1303f3,this[_0x47da('0x0')]=_0x2b4989,this['_selectedSuggestions']=new Set(),this['refresh']();}['refresh'](){const _0x4c99ee=this[_0x47da('0x7')][_0x47da('0xa')][_0x47da('0x4')][_0x47da('0xb')],_0x363a11=Array[_0x47da('0x6')](this[_0x47da('0x0')][_0x47da('0x8')]());this['_selectedSuggestions']=_0x2367cd(_0x4c99ee,_0x363a11),this['isEnabled']=this['_command'][_0x47da('0x1')]&&!!this['_selectedSuggestions'][_0x47da('0x3')];}[_0x47da('0x5')](){const _0x1983d0=_0x3f3bf3(Array[_0x47da('0x6')](this[_0x47da('0x2')]));_0x169a8e(this[_0x47da('0x7')][_0x47da('0xa')],this[_0x47da('0x9')],_0x1983d0);}}
|