@ckeditor/ckeditor5-track-changes 35.3.2 → 35.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +2 -1
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/contexts.json +13 -0
- package/lang/translations/ar.po +55 -3
- package/lang/translations/az.po +52 -0
- package/lang/translations/bg.po +55 -3
- package/lang/translations/bn.po +55 -3
- package/lang/translations/ca.po +55 -3
- package/lang/translations/cs.po +55 -3
- package/lang/translations/da.po +55 -3
- package/lang/translations/de.po +55 -3
- package/lang/translations/el.po +55 -3
- package/lang/translations/en-au.po +52 -0
- package/lang/translations/en.po +52 -0
- package/lang/translations/es.po +55 -3
- package/lang/translations/et.po +55 -3
- package/lang/translations/fi.po +55 -3
- package/lang/translations/fr.po +55 -3
- package/lang/translations/gl.po +52 -0
- package/lang/translations/he.po +55 -3
- package/lang/translations/hi.po +55 -3
- package/lang/translations/hr.po +52 -0
- package/lang/translations/hu.po +55 -3
- package/lang/translations/id.po +55 -3
- package/lang/translations/it.po +55 -3
- package/lang/translations/ja.po +55 -3
- package/lang/translations/ko.po +55 -3
- package/lang/translations/lt.po +55 -3
- package/lang/translations/lv.po +55 -3
- package/lang/translations/ms.po +55 -3
- package/lang/translations/nl.po +55 -3
- package/lang/translations/no.po +55 -3
- package/lang/translations/pl.po +55 -3
- package/lang/translations/pt-br.po +55 -3
- package/lang/translations/pt.po +55 -3
- package/lang/translations/ro.po +55 -3
- package/lang/translations/ru.po +55 -3
- package/lang/translations/sk.po +55 -3
- package/lang/translations/sr-latn.po +52 -0
- package/lang/translations/sr.po +55 -3
- package/lang/translations/sv.po +55 -3
- package/lang/translations/th.po +55 -3
- package/lang/translations/tk.po +52 -0
- package/lang/translations/tr.po +55 -3
- package/lang/translations/tt.po +52 -0
- package/lang/translations/uk.po +55 -3
- package/lang/translations/ur.po +52 -0
- package/lang/translations/vi.po +55 -3
- package/lang/translations/zh-cn.po +55 -3
- package/lang/translations/zh.po +55 -3
- package/package.json +4 -4
- 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/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 +23 -0
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/font.js +1 -1
- 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/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 +23 -0
- 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 +23 -0
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- 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
package/lang/translations/tt.po
CHANGED
|
@@ -48,6 +48,22 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
49
|
msgstr ""
|
|
50
50
|
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
53
69
|
msgstr ""
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr ""
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr ""
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr ""
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr ""
|
|
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
274
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
275
|
msgstr ""
|
|
248
276
|
|
|
277
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
278
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
279
|
+
msgstr ""
|
|
280
|
+
|
|
281
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
282
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
283
|
+
msgstr ""
|
|
284
|
+
|
|
285
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
286
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
287
|
+
msgstr ""
|
|
288
|
+
|
|
289
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
291
|
+
msgstr ""
|
|
292
|
+
|
|
293
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
295
|
+
msgstr ""
|
|
296
|
+
|
|
297
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
299
|
+
msgstr ""
|
|
300
|
+
|
|
249
301
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
302
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
303
|
msgid_plural "%0 page breaks"
|
package/lang/translations/uk.po
CHANGED
|
@@ -42,11 +42,27 @@ msgstr "*Вставте:* %0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
44
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "*Формат:* вставити в %0"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for removing item from another item."
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "*Формат:* видалити з %0"
|
|
50
|
+
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr "*Форматувати:* змінити розмір таблиці"
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr "*Форматувати:* змінити порядок на зворотній"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr "*Format:* змінити порядок на звичайний"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr "*Форматувати:* встановити початковий індекс на %0"
|
|
50
66
|
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr "маркований список"
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr "маркований список (коло)"
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr "маркований список (диск)"
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr "маркований список (квадрат)"
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr "підпис"
|
|
@@ -276,6 +304,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
276
304
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
277
305
|
msgstr "нумерований список"
|
|
278
306
|
|
|
307
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
308
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
309
|
+
msgstr "нумерований список (десятковий)"
|
|
310
|
+
|
|
311
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
312
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
313
|
+
msgstr "нумерований список (десятковий з нулем на початку)"
|
|
314
|
+
|
|
315
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
316
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
317
|
+
msgstr "нумерований список (маленькі латинські)"
|
|
318
|
+
|
|
319
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
320
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
321
|
+
msgstr "нумерований список (маленькі римські)"
|
|
322
|
+
|
|
323
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
324
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
325
|
+
msgstr "нумерований список (великі латинські)"
|
|
326
|
+
|
|
327
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
328
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
329
|
+
msgstr "нумерований список (великі римські)"
|
|
330
|
+
|
|
279
331
|
msgctxt "The page break element name displayed in the suggestion."
|
|
280
332
|
msgid "ELEMENT_PAGE_BREAK"
|
|
281
333
|
msgid_plural "%0 page breaks"
|
|
@@ -446,4 +498,4 @@ msgstr "Ця пропозиція виходить із зовнішнього
|
|
|
446
498
|
|
|
447
499
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
500
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
-
msgstr ""
|
|
501
|
+
msgstr "Ця пропозиція походить з імпортованого Word файлу."
|
package/lang/translations/ur.po
CHANGED
|
@@ -48,6 +48,22 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
49
|
msgstr ""
|
|
50
50
|
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
53
69
|
msgstr ""
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr ""
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr ""
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr ""
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr ""
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr ""
|
|
@@ -256,6 +284,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
256
284
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
257
285
|
msgstr ""
|
|
258
286
|
|
|
287
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
288
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
289
|
+
msgstr ""
|
|
290
|
+
|
|
291
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
292
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
293
|
+
msgstr ""
|
|
294
|
+
|
|
295
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
296
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
297
|
+
msgstr ""
|
|
298
|
+
|
|
299
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
300
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
301
|
+
msgstr ""
|
|
302
|
+
|
|
303
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
304
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
305
|
+
msgstr ""
|
|
306
|
+
|
|
307
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
308
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
309
|
+
msgstr ""
|
|
310
|
+
|
|
259
311
|
msgctxt "The page break element name displayed in the suggestion."
|
|
260
312
|
msgid "ELEMENT_PAGE_BREAK"
|
|
261
313
|
msgid_plural "%0 page breaks"
|
package/lang/translations/vi.po
CHANGED
|
@@ -42,11 +42,27 @@ msgstr "*Chèn:* %0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
44
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "*Định dạng:* chèn vào %0"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for removing item from another item."
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "*Định dạng:* xóa khỏi %0"
|
|
50
|
+
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr "*Định dạng:* đổi kích thước của bảng"
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr "*Định dạng:* đặt thứ tự thành đảo ngược"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr "*Định dạng:* đặt thứ tự thành bình thường"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr "*Định dạng:* đặt chỉ số bắt đầu thành %0"
|
|
50
66
|
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr "danh sách có dấu đầu dòng"
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr "danh sách có dấu đầu dòng (đường tròn)"
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr "danh sách có dấu đầu dòng (hình đĩa)"
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr "danh sách có dấu đầu dòng (hình vuông)"
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr "chú thích"
|
|
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
274
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
275
|
msgstr "danh sách được đánh số"
|
|
248
276
|
|
|
277
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
278
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
279
|
+
msgstr "danh sách có đánh số (số thập phân)"
|
|
280
|
+
|
|
281
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
282
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
283
|
+
msgstr "danh sách có đánh số (số thập phân có số 0 ở đầu)"
|
|
284
|
+
|
|
285
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
286
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
287
|
+
msgstr "danh sách có đánh số (chữ cái La-tinh viết thường)"
|
|
288
|
+
|
|
289
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
291
|
+
msgstr "danh sách có đánh số (chữ số La Mã viết thường)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
295
|
+
msgstr "danh sách có đánh số (chữ cái La-tinh viết hoa)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
299
|
+
msgstr "danh sách có đánh số (chữ số La Mã viết hoa)"
|
|
300
|
+
|
|
249
301
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
302
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
303
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +444,4 @@ msgstr "Đề xuất này đến từ một nguồn bên ngoài."
|
|
|
392
444
|
|
|
393
445
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
446
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
447
|
+
msgstr "Nội dung đề xuất này đến từ một tệp Word được nhập."
|
|
@@ -42,11 +42,27 @@ msgstr "*插入:* %0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
44
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "*格式:* 插入至 %0"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for removing item from another item."
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "*格式:* 从 %0 移除"
|
|
50
|
+
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr "*格式:* 调整表格尺寸"
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr "*格式:* 将顺序设置为倒序"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr "*格式:* 将顺序设置为常规"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr "*格式:* 设置起始索引为 %0"
|
|
50
66
|
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr "项目符号列表"
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr "项目符号列表(圆圈)"
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr "项目符号列表(圆盘)"
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr "项目符号列表(方框)"
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr "标题"
|
|
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
274
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
275
|
msgstr "项目编号列表"
|
|
248
276
|
|
|
277
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
278
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
279
|
+
msgstr "项目符号列表(十进制)"
|
|
280
|
+
|
|
281
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
282
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
283
|
+
msgstr "编号列表(前导 0 的十进制)"
|
|
284
|
+
|
|
285
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
286
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
287
|
+
msgstr "编号列表(小写拉丁字母)"
|
|
288
|
+
|
|
289
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
291
|
+
msgstr "编号列表(小写罗马数字)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
295
|
+
msgstr "编号列表(大写拉丁字母)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
299
|
+
msgstr "编号列表(大写罗马数字)"
|
|
300
|
+
|
|
249
301
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
302
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
303
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +444,4 @@ msgstr "此建议来自外部来源。"
|
|
|
392
444
|
|
|
393
445
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
446
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
447
|
+
msgstr "此建议来自导入的 Word 文件。"
|
package/lang/translations/zh.po
CHANGED
|
@@ -42,11 +42,27 @@ msgstr "*插入:*%0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
44
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
45
|
+
msgstr "*格式:*插入 %0"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for removing item from another item."
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "*格式:*從 %0 移除"
|
|
50
|
+
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr "*格式:*調整表格大小"
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr "*格式:*反向排序"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr "*格式:*依標準排序"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr "*格式:*將起始索引設定為 %0"
|
|
50
66
|
|
|
51
67
|
msgctxt "A suggestion for merging cells."
|
|
52
68
|
msgid "*Merge cells*"
|
|
@@ -188,6 +204,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
204
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
205
|
msgstr "項目符號清單"
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr "項目符號列表(空心圓)"
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr "項目符號列表(實心圓)"
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr "項目符號列表(方塊)"
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr "標號"
|
|
@@ -246,6 +274,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
274
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
275
|
msgstr "編號清單"
|
|
248
276
|
|
|
277
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
278
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
279
|
+
msgstr "編號列表(阿拉伯數字)"
|
|
280
|
+
|
|
281
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
282
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
283
|
+
msgstr "編號列表(零開頭的阿拉伯數字)"
|
|
284
|
+
|
|
285
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
286
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
287
|
+
msgstr "編號列表(小寫拉丁字元)"
|
|
288
|
+
|
|
289
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
291
|
+
msgstr "編號列表(小寫羅馬數字)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
295
|
+
msgstr "編號列表(大寫拉丁字元)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
299
|
+
msgstr "編號列表(大寫羅馬數字)"
|
|
300
|
+
|
|
249
301
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
302
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
303
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +444,4 @@ msgstr "此建議來自外部來源。"
|
|
|
392
444
|
|
|
393
445
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
446
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
447
|
+
msgstr "此建議來自匯入的 Word 檔案。"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.4.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"main": "src/index.js",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"ckeditor5": "^35.
|
|
31
|
-
"ckeditor5-collaboration": "^35.
|
|
30
|
+
"ckeditor5": "^35.4.0",
|
|
31
|
+
"ckeditor5-collaboration": "^35.4.0",
|
|
32
32
|
"lodash-es": "^4.17.11",
|
|
33
|
-
"@ckeditor/ckeditor5-style": "^35.
|
|
33
|
+
"@ckeditor/ckeditor5-style": "^35.4.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3659=['_suggestions','get','editor','refresh','plugins','TrackChangesEditing','execute','track-changes-accept-suggestion-not-found','acceptSuggestion'];(function(_0x28836d,_0x3659c3){const _0x202558=function(_0x5b31e2){while(--_0x5b31e2){_0x28836d['push'](_0x28836d['shift']());}};_0x202558(++_0x3659c3);}(_0x3659,0x10e));const _0x2025=function(_0x28836d,_0x3659c3){_0x28836d=_0x28836d-0x0;let _0x202558=_0x3659[_0x28836d];return _0x202558;};import{Command as _0x44bb30}from'ckeditor5/src/core';import{CKEditorError as _0x64572b}from'ckeditor5/src/utils';export default class R extends _0x44bb30{constructor(_0x4dd88f,_0x5e0561){super(_0x4dd88f),this[_0x2025('0x0')]=_0x5e0561,this[_0x2025('0x3')]();}[_0x2025('0x3')](){this['isEnabled']=!0x0;}[_0x2025('0x6')](_0x4fb811){const _0x1d8d17=this[_0x2025('0x0')]['get'](_0x4fb811);if(!_0x1d8d17)throw new _0x64572b(_0x2025('0x7'),this);this[_0x2025('0x2')][_0x2025('0x4')][_0x2025('0x1')](_0x2025('0x5'))[_0x2025('0x8')](_0x1d8d17);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2909=['TrackChangesEditing','get','plugins','track-changes-discard-suggestion-not-found','_suggestions','isEnabled','editor','refresh'];(function(_0x3f9aa4,_0x29093f){const _0x4a4632=function(_0x3d2c3a){while(--_0x3d2c3a){_0x3f9aa4['push'](_0x3f9aa4['shift']());}};_0x4a4632(++_0x29093f);}(_0x2909,0x16f));const _0x4a46=function(_0x3f9aa4,_0x29093f){_0x3f9aa4=_0x3f9aa4-0x0;let _0x4a4632=_0x2909[_0x3f9aa4];return _0x4a4632;};import{Command as _0x234fb5}from'ckeditor5/src/core';import{CKEditorError as _0x1de2a8}from'ckeditor5/src/utils';export default class x extends _0x234fb5{constructor(_0x5bdf4d,_0x493db7){super(_0x5bdf4d),this['_suggestions']=_0x493db7,this['refresh']();}[_0x4a46('0x0')](){this[_0x4a46('0x6')]=!0x0;}['execute'](_0x10dde9){const _0x227242=this[_0x4a46('0x5')]['get'](_0x10dde9);if(!_0x227242)throw new _0x1de2a8(_0x4a46('0x4'),this);this[_0x4a46('0x7')][_0x4a46('0x3')][_0x4a46('0x2')](_0x4a46('0x1'))['discardSuggestion'](_0x227242);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x39bf=['isEnabled','some','_suggestions','editor','from','isInContent','refresh','_command','values'];(function(_0x40e9a8,_0x39bfe9){const _0x2398cb=function(_0x39ab1a){while(--_0x39ab1a){_0x40e9a8['push'](_0x40e9a8['shift']());}};_0x2398cb(++_0x39bfe9);}(_0x39bf,0x174));const _0x2398=function(_0x40e9a8,_0x39bfe9){_0x40e9a8=_0x40e9a8-0x0;let _0x2398cb=_0x39bf[_0x40e9a8];return _0x2398cb;};import{Command as _0x56814a}from'ckeditor5/src/core';import{sortSuggestions as _0x4d7905,executeCommandForSuggestions as _0x347504}from'../utils/utils';export default class U extends _0x56814a{constructor(_0x364c19,_0x8b1bc9,_0xa0c15c){super(_0x364c19),this[_0x2398('0x4')]=_0x8b1bc9,this[_0x2398('0x8')]=_0xa0c15c,this[_0x2398('0x3')]();}[_0x2398('0x3')](){const _0xe507b7=Array['from'](this[_0x2398('0x8')]['values']())[_0x2398('0x7')](_0x377192=>_0x377192[_0x2398('0x2')]);this['isEnabled']=this[_0x2398('0x4')][_0x2398('0x6')]&&_0xe507b7;}['execute'](){const _0x2bc0e5=_0x4d7905(Array[_0x2398('0x1')](this['_suggestions'][_0x2398('0x5')]()));_0x347504(this[_0x2398('0x0')]['model'],this[_0x2398('0x4')],_0x2bc0e5);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x45ae=['model','_command','values','size','_selectedSuggestions','_suggestions','from','isEnabled','refresh','editor','execute','document','selection'];(function(_0x5562e6,_0x45aeb8){const _0x3b7bb1=function(_0x5d7834){while(--_0x5d7834){_0x5562e6['push'](_0x5562e6['shift']());}};_0x3b7bb1(++_0x45aeb8);}(_0x45ae,0x1cb));const _0x3b7b=function(_0x5562e6,_0x45aeb8){_0x5562e6=_0x5562e6-0x0;let _0x3b7bb1=_0x45ae[_0x5562e6];return _0x3b7bb1;};import{Command as _0x492249}from'ckeditor5/src/core';import{sortSuggestions as _0x2f91ae,getSelectedSuggestions as _0x321165,executeCommandForSuggestions as _0x449fa5}from'../utils/utils';export default class j extends _0x492249{constructor(_0x1ae7e6,_0x1964b8,_0x3347d8){super(_0x1ae7e6),this[_0x3b7b('0xa')]=_0x1964b8,this[_0x3b7b('0x1')]=_0x3347d8,this[_0x3b7b('0x0')]=new Set(),this[_0x3b7b('0x4')]();}[_0x3b7b('0x4')](){const _0x649dd5=this[_0x3b7b('0x5')]['model'][_0x3b7b('0x7')][_0x3b7b('0x8')],_0x305724=Array[_0x3b7b('0x2')](this[_0x3b7b('0x1')][_0x3b7b('0xb')]());this[_0x3b7b('0x0')]=_0x321165(_0x649dd5,_0x305724),this[_0x3b7b('0x3')]=this[_0x3b7b('0xa')][_0x3b7b('0x3')]&&!!this[_0x3b7b('0x0')][_0x3b7b('0xc')];}[_0x3b7b('0x6')](){const _0x154ae0=_0x2f91ae(Array[_0x3b7b('0x2')](this[_0x3b7b('0x0')]));_0x449fa5(this['editor'][_0x3b7b('0x9')],this[_0x3b7b('0xa')],_0x154ae0);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x20ce=['refresh','affectsData','isEnabled','value','TrackChangesCommand','execute','commands','editor','_disableUnsupportedCommands','has','_enableCommands','_enabledCommands'];(function(_0xd2276b,_0x20ceab){const _0x5dcbf4=function(_0x59dd81){while(--_0x59dd81){_0xd2276b['push'](_0xd2276b['shift']());}};_0x5dcbf4(++_0x20ceab);}(_0x20ce,0x9b));const _0x5dcb=function(_0xd2276b,_0x20ceab){_0xd2276b=_0xd2276b-0x0;let _0x5dcbf4=_0x20ce[_0xd2276b];return _0x5dcbf4;};import{Command as _0x588db7}from'ckeditor5/src/core';export default class N extends _0x588db7{constructor(_0x3758ba,_0x2d0493){super(_0x3758ba),this[_0x5dcb('0x0')]=_0x2d0493,this['value']=!0x1,this[_0x5dcb('0x1')]();}[_0x5dcb('0x1')](){this[_0x5dcb('0x3')]=!0x0;}[_0x5dcb('0x6')](){this[_0x5dcb('0x4')]=!this['value'],this[_0x5dcb('0x4')]?this[_0x5dcb('0x9')]():this['_enableCommands']();}['_disableUnsupportedCommands'](){for(const _0x2ccd7e of this[_0x5dcb('0x8')]['commands'][_0x5dcb('0x7')]())_0x2ccd7e[_0x5dcb('0x2')]&&!this[_0x5dcb('0x0')][_0x5dcb('0xa')](_0x2ccd7e)&&_0x2ccd7e['forceDisabled'](_0x5dcb('0x5'));}[_0x5dcb('0xb')](){for(const _0x34f17b of this[_0x5dcb('0x8')][_0x5dcb('0x7')][_0x5dcb('0x7')]())_0x34f17b[_0x5dcb('0x2')]&&!this[_0x5dcb('0x0')][_0x5dcb('0xa')](_0x34f17b)&&_0x34f17b['clearForceDisabled'](_0x5dcb('0x5'));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x30b3=['AlignmentEditing','FORMAT_JUSTIFY_TEXT','editor','left','locale','document','get','schema','value','center','checkAttribute','has','change','justify','model','getAttribute','FORMAT_ALIGN_TO_RIGHT','right','commandName','markBlockFormat','*Format:*\x20%0','plugins','alignment','enableCommand','registerDescriptionCallback','afterInit','getSelectedBlocks','selection','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','filter'];(function(_0x1ded47,_0x30b318){const _0x23afac=function(_0x4fa743){while(--_0x4fa743){_0x1ded47['push'](_0x1ded47['shift']());}};_0x23afac(++_0x30b318);}(_0x30b3,0xe1));const _0x23af=function(_0x1ded47,_0x30b318){_0x1ded47=_0x1ded47-0x0;let _0x23afac=_0x30b3[_0x1ded47];return _0x23afac;};import{Plugin as _0x483866}from'ckeditor5/src/core';import{getTranslation as _0x32fab2}from'../utils/common-translations';export default class E extends _0x483866{[_0x23af('0x11')](){const _0x5bdaf8=this[_0x23af('0x19')],_0x3a13fa=_0x5bdaf8[_0x23af('0x1b')];if(!_0x5bdaf8[_0x23af('0xd')][_0x23af('0x3')](_0x23af('0x17')))return;const _0x57b51b=_0x5bdaf8['plugins'][_0x23af('0x1d')](_0x23af('0x15'));_0x57b51b[_0x23af('0xf')](_0x23af('0xe'),(_0xd8f1ff,_0x27fa71={})=>{let _0x4bdf85=_0x27fa71[_0x23af('0x0')];_0x27fa71[_0x23af('0x0')]||(_0x4bdf85='ltr'===_0x5bdaf8[_0x23af('0x1b')]['contentLanguageDirection']?_0x23af('0x1a'):_0x23af('0x9'));const _0x221807=Array['from'](this[_0x23af('0x19')]['model'][_0x23af('0x1c')][_0x23af('0x13')][_0x23af('0x12')]())[_0x23af('0x16')](_0x2cf923=>function(_0x690ff0,_0x322589,_0x49faeb){const _0x219174=_0x690ff0[_0x23af('0x7')]('alignment')||null;return _0x322589[_0x23af('0x2')](_0x690ff0,'alignment')&&_0x49faeb!=_0x219174;}(_0x2cf923,this[_0x23af('0x19')][_0x23af('0x6')][_0x23af('0x1e')],_0x4bdf85));_0x5bdaf8[_0x23af('0x6')][_0x23af('0x4')](()=>{for(const _0x1c3b9f of _0x221807)_0x57b51b[_0x23af('0xb')](_0x1c3b9f,{'commandName':'alignment','commandParams':[{'value':_0x4bdf85}]});});}),_0x57b51b['_descriptionFactory'][_0x23af('0x10')](_0x2389cf=>{const {data:_0x452a1d}=_0x2389cf;if(_0x452a1d&&_0x23af('0xe')==_0x452a1d[_0x23af('0xa')]){const _0x212ad8=_0x452a1d['commandParams'][0x0]['value'];return{'type':'format','content':_0x32fab2(_0x3a13fa,_0x23af('0xc'),function(_0xe66fff){switch(_0xe66fff){case _0x23af('0x1a'):return _0x32fab2(_0x3a13fa,_0x23af('0x14'));case _0x23af('0x9'):return _0x32fab2(_0x3a13fa,_0x23af('0x8'));case _0x23af('0x1'):return _0x32fab2(_0x3a13fa,'FORMAT_ALIGN_TO_CENTER');case _0x23af('0x5'):return _0x32fab2(_0x3a13fa,_0x23af('0x18'));}}(_0x212ad8))};}});}}
|