@ckeditor/ckeditor5-track-changes 35.1.0 → 35.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +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 -1
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +27 -23
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +6 -2
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +4 -4
- package/src/commands/acceptallsuggestionscommand.js +1 -1
- package/src/commands/acceptselectedsuggestionscommand.js +1 -1
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardallsuggestionscommand.js +1 -1
- package/src/commands/discardselectedsuggestionscommand.js +1 -1
- package/src/commands/discardsuggestioncommand.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/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 +23 -0
- 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/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/tableclipboard.js +1 -1
- 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/getrangesofblockgroups.js +1 -1
- package/src/utils/getselectedsuggestions.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/normalizedescription.js +1 -1
- package/src/utils/sortsuggestions.js +1 -1
package/lang/translations/ko.po
CHANGED
|
@@ -46,7 +46,7 @@ msgstr "*셀 병합*"
|
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for merging items."
|
|
48
48
|
msgid "*Merge:* %0"
|
|
49
|
-
msgstr "
|
|
49
|
+
msgstr "*병합:* %0"
|
|
50
50
|
|
|
51
51
|
msgctxt "A suggestion for outdenting an item."
|
|
52
52
|
msgid "*Outdent:* %0"
|
|
@@ -82,7 +82,7 @@ msgstr "*표 셀 바꾸기*"
|
|
|
82
82
|
|
|
83
83
|
msgctxt "A suggestion for resetting the font background color."
|
|
84
84
|
msgid "*Reset font background color*"
|
|
85
|
-
msgstr "
|
|
85
|
+
msgstr "*글자 배경색 초기화*"
|
|
86
86
|
|
|
87
87
|
msgctxt "A suggestion for resetting the font color."
|
|
88
88
|
msgid "*Reset font color*"
|
|
@@ -110,7 +110,7 @@ msgstr "*폰트색 설정:* %0"
|
|
|
110
110
|
|
|
111
111
|
msgctxt "A suggestion for setting the font family to %0."
|
|
112
112
|
msgid "*Set font family:* %0"
|
|
113
|
-
msgstr "
|
|
113
|
+
msgstr "*글꼴 집합 설정:* %0"
|
|
114
114
|
|
|
115
115
|
msgctxt "A suggestion for setting the font size to %0."
|
|
116
116
|
msgid "*Set font size:* %0"
|
|
@@ -187,52 +187,52 @@ msgstr "캡션"
|
|
|
187
187
|
msgctxt "The code block element name displayed in the suggestion."
|
|
188
188
|
msgid "ELEMENT_CODE_BLOCK"
|
|
189
189
|
msgid_plural "%0 code blocks"
|
|
190
|
-
msgstr[0] "코드 블록"
|
|
190
|
+
msgstr[0] "%0 코드 블록"
|
|
191
191
|
|
|
192
192
|
msgctxt "The heading element name displayed in the suggestion."
|
|
193
193
|
msgid "ELEMENT_HEADING"
|
|
194
194
|
msgid_plural "%0 headings (level %1)"
|
|
195
|
-
msgstr[0] "제목 (%1 수준)"
|
|
195
|
+
msgstr[0] "%0 제목 (%1 수준)"
|
|
196
196
|
|
|
197
197
|
msgctxt "The heading element name displayed in the suggestion with a custom title."
|
|
198
198
|
msgid "ELEMENT_HEADING_CUSTOM"
|
|
199
199
|
msgid_plural "%0 headings (%1)"
|
|
200
|
-
msgstr[0] "제목 (%1)"
|
|
200
|
+
msgstr[0] "%0 제목 (%1)"
|
|
201
201
|
|
|
202
202
|
msgctxt "The horizontal line element name displayed in the suggestion."
|
|
203
203
|
msgid "ELEMENT_HORIZONTAL_LINE"
|
|
204
204
|
msgid_plural "%0 horizontal lines"
|
|
205
|
-
msgstr[0] "
|
|
205
|
+
msgstr[0] "%0 가로 선"
|
|
206
206
|
|
|
207
207
|
msgctxt "The HTML embed element name displayed in the suggestion."
|
|
208
208
|
msgid "ELEMENT_HTML_EMBED"
|
|
209
209
|
msgid_plural "%0 HTML embeds"
|
|
210
|
-
msgstr[0] "HTML
|
|
210
|
+
msgstr[0] "%0 HTML 임베드"
|
|
211
211
|
|
|
212
212
|
msgctxt "The image element name displayed in the suggestion."
|
|
213
213
|
msgid "ELEMENT_IMAGE"
|
|
214
214
|
msgid_plural "%0 images"
|
|
215
|
-
msgstr[0] "이미지"
|
|
215
|
+
msgstr[0] "%0 이미지"
|
|
216
216
|
|
|
217
217
|
msgctxt "The inline image element name displayed in the suggestion."
|
|
218
218
|
msgid "ELEMENT_INLINE_IMAGE"
|
|
219
219
|
msgid_plural "%0 images"
|
|
220
|
-
msgstr[0] "이미지"
|
|
220
|
+
msgstr[0] "%0 이미지"
|
|
221
221
|
|
|
222
222
|
msgctxt "The line break element name displayed in the suggestion."
|
|
223
223
|
msgid "ELEMENT_LINE_BREAK"
|
|
224
224
|
msgid_plural "%0 line breaks"
|
|
225
|
-
msgstr[0] "줄 바꾸기"
|
|
225
|
+
msgstr[0] "%0 줄 바꾸기"
|
|
226
226
|
|
|
227
227
|
msgctxt "The list item element name displayed in the suggestion."
|
|
228
228
|
msgid "ELEMENT_LIST_ITEM"
|
|
229
229
|
msgid_plural "%0 list items"
|
|
230
|
-
msgstr[0] "목록 항목"
|
|
230
|
+
msgstr[0] "%0 목록 항목"
|
|
231
231
|
|
|
232
232
|
msgctxt "The media element name displayed in the suggestion."
|
|
233
233
|
msgid "ELEMENT_MEDIA"
|
|
234
234
|
msgid_plural "%0 media items"
|
|
235
|
-
msgstr[0] "미디어
|
|
235
|
+
msgstr[0] "%0 미디어"
|
|
236
236
|
|
|
237
237
|
msgctxt "The numbered list element name displayed in the suggestion."
|
|
238
238
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
@@ -241,42 +241,42 @@ msgstr "번호 목록"
|
|
|
241
241
|
msgctxt "The page break element name displayed in the suggestion."
|
|
242
242
|
msgid "ELEMENT_PAGE_BREAK"
|
|
243
243
|
msgid_plural "%0 page breaks"
|
|
244
|
-
msgstr[0] "페이지 나누기"
|
|
244
|
+
msgstr[0] "%0 페이지 나누기"
|
|
245
245
|
|
|
246
246
|
msgctxt "The paragraph element name displayed in the suggestion."
|
|
247
247
|
msgid "ELEMENT_PARAGRAPH"
|
|
248
248
|
msgid_plural "%0 paragraphs"
|
|
249
|
-
msgstr[0] "단락"
|
|
249
|
+
msgstr[0] "%0 단락"
|
|
250
250
|
|
|
251
251
|
msgctxt "The space element name displayed in the suggestion."
|
|
252
252
|
msgid "ELEMENT_SPACE"
|
|
253
253
|
msgid_plural "%0 spaces"
|
|
254
|
-
msgstr[0] "공백"
|
|
254
|
+
msgstr[0] "%0 공백"
|
|
255
255
|
|
|
256
256
|
msgctxt "The table element name displayed in the suggestion."
|
|
257
257
|
msgid "ELEMENT_TABLE"
|
|
258
258
|
msgid_plural "%0 tables"
|
|
259
|
-
msgstr[0] "표"
|
|
259
|
+
msgstr[0] "%0 표"
|
|
260
260
|
|
|
261
261
|
msgctxt "The table column element name displayed in the suggestion."
|
|
262
262
|
msgid "ELEMENT_TABLE_COLUMN"
|
|
263
263
|
msgid_plural "%0 table columns"
|
|
264
|
-
msgstr[0] "
|
|
264
|
+
msgstr[0] "%0 열"
|
|
265
265
|
|
|
266
266
|
msgctxt "The table column with text element name displayed in the suggestion."
|
|
267
267
|
msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
268
268
|
msgid_plural "%0 table columns *with text* %1"
|
|
269
|
-
msgstr[0] "%1 *텍스트가 포함된*
|
|
269
|
+
msgstr[0] "%1 *텍스트가 포함된* %0 열"
|
|
270
270
|
|
|
271
271
|
msgctxt "The table row element name displayed in the suggestion."
|
|
272
272
|
msgid "ELEMENT_TABLE_ROW"
|
|
273
273
|
msgid_plural "%0 table rows"
|
|
274
|
-
msgstr[0] "
|
|
274
|
+
msgstr[0] "%0 행"
|
|
275
275
|
|
|
276
276
|
msgctxt "The table row with text element name displayed in the suggestion."
|
|
277
277
|
msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
|
|
278
278
|
msgid_plural "%0 table rows *with text* %1"
|
|
279
|
-
msgstr[0] "%1 *텍스트가 포함된*
|
|
279
|
+
msgstr[0] "%1 *텍스트가 포함된* %0 행"
|
|
280
280
|
|
|
281
281
|
msgctxt "The table with text element name displayed in the suggestion."
|
|
282
282
|
msgid "ELEMENT_TABLE_WITH_TEXT"
|
|
@@ -292,7 +292,7 @@ msgstr "할 일 목록"
|
|
|
292
292
|
|
|
293
293
|
msgctxt "The align to center format name displayed in a format suggestion."
|
|
294
294
|
msgid "FORMAT_ALIGN_TO_CENTER"
|
|
295
|
-
msgstr "
|
|
295
|
+
msgstr "가운데로 정렬"
|
|
296
296
|
|
|
297
297
|
msgctxt "The align to left format name displayed in a format suggestion."
|
|
298
298
|
msgid "FORMAT_ALIGN_TO_LEFT"
|
|
@@ -372,8 +372,12 @@ msgstr "제안에 저장하지 않은 변경 내용이 있습니다."
|
|
|
372
372
|
|
|
373
373
|
msgctxt "A suggestion for replacing one text with another."
|
|
374
374
|
msgid "REPLACE_TEXT"
|
|
375
|
-
msgstr "
|
|
375
|
+
msgstr "%0*에서* %1*로 바꾸기*"
|
|
376
376
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "변경 내용 추적"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "이 제안은 외부 출처에서 왔습니다."
|
package/lang/translations/lt.po
CHANGED
|
@@ -431,3 +431,7 @@ msgstr "*Sukeisti:* %0 *su* %1"
|
|
|
431
431
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
432
432
|
msgid "Track changes"
|
|
433
433
|
msgstr "Sekti pakeitimus"
|
|
434
|
+
|
|
435
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
436
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
437
|
+
msgstr "Šis pasiūlymas yra iš išorinio šaltinio."
|
package/lang/translations/lv.po
CHANGED
|
@@ -413,3 +413,7 @@ msgstr "*Aizstāt:* %0 *ar* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Pārskatīt labojumus"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr "Šī ieteikuma izcelsme ir ārējs avots."
|
package/lang/translations/ms.po
CHANGED
|
@@ -377,3 +377,7 @@ msgstr "*Ganti:* %0 *dengan* %1"
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "Jejak perubahan"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "Cadangan ini berasal daripada sumber luaran."
|
package/lang/translations/nl.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr "*Vervang:* %0 *met* %1"
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr "Wijzigingen bijhouden"
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr "Deze suggestie is afkomstig van een externe bron."
|
package/lang/translations/no.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr "*Erstatt:* %0 *med* %1"
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr "Spor endringer"
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr "Dette forslaget kommer fra en ekstern kilde."
|
package/lang/translations/pl.po
CHANGED
|
@@ -431,3 +431,7 @@ msgstr "*Zamień:* %0 *na* %1"
|
|
|
431
431
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
432
432
|
msgid "Track changes"
|
|
433
433
|
msgstr "Śledzenie zmian"
|
|
434
|
+
|
|
435
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
436
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
437
|
+
msgstr "Ta sugestia jest z zewnętrznego źródła."
|
|
@@ -413,3 +413,7 @@ msgstr "*Substituir:* %0 *com* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Acompanhar alterações"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr "Esta sugestão vem de uma fonte externa."
|
package/lang/translations/pt.po
CHANGED
|
@@ -413,3 +413,7 @@ msgstr "*Substituir:* %0 *com* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Acompanhar alterações"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr "Esta sugestão provém de uma fonte externa."
|
package/lang/translations/ro.po
CHANGED
|
@@ -413,3 +413,7 @@ msgstr "*Înlocuire:* %0 *cu* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Urmărire modificări"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr "Această sugestie provine dintr-o sursă externă."
|
package/lang/translations/ru.po
CHANGED
|
@@ -433,3 +433,7 @@ msgstr "*Заменить:* %0 *на* %1"
|
|
|
433
433
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
434
434
|
msgid "Track changes"
|
|
435
435
|
msgstr "Отслеживание изменений"
|
|
436
|
+
|
|
437
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
438
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
439
|
+
msgstr "Это предложение взято из внешнего источника."
|
package/lang/translations/sk.po
CHANGED
|
@@ -431,3 +431,7 @@ msgstr "*Nahradiť:* %0 *za* %1"
|
|
|
431
431
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
432
432
|
msgid "Track changes"
|
|
433
433
|
msgstr "Sledovať zmeny"
|
|
434
|
+
|
|
435
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
436
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
437
|
+
msgstr "Tento návrh pochádza z externého zdroja."
|
|
@@ -413,3 +413,7 @@ msgstr "*Zamenite:* %0 *sa* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Pratite promene"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr ""
|
package/lang/translations/sr.po
CHANGED
|
@@ -413,3 +413,7 @@ msgstr "*Замените:* %0 *сa* %1"
|
|
|
413
413
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
414
414
|
msgid "Track changes"
|
|
415
415
|
msgstr "Пратите промене"
|
|
416
|
+
|
|
417
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
418
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
419
|
+
msgstr "Ovaj predlog dolazi iz spoljnog izvora."
|
package/lang/translations/sv.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr "*Ersätt:* %0 *med* %1"
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr "Spåra ändringar"
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr "Detta förslag härrör från en extern källa."
|
package/lang/translations/th.po
CHANGED
|
@@ -377,3 +377,7 @@ msgstr "*แทนที่:* %0 *ด้วย* %1"
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "ติดตามการเปลี่ยนแปลง"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "คําแนะนํานี้มาจากแหล่งภายนอก"
|
package/lang/translations/tk.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr "* Çalyşyň:* %1 *bilen* 0%"
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr "Üýtgeşmeleri yzarlaň"
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr ""
|
package/lang/translations/tr.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr "*Değiştir:* %0 *ile* %1"
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr "Parça değişiklikleri"
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr "Bu öneri harici bir kaynaktan geliyor."
|
package/lang/translations/tt.po
CHANGED
|
@@ -328,7 +328,7 @@ msgstr ""
|
|
|
328
328
|
|
|
329
329
|
msgctxt "The justify text format name displayed in a format suggestion."
|
|
330
330
|
msgid "FORMAT_JUSTIFY_TEXT"
|
|
331
|
-
msgstr ""
|
|
331
|
+
msgstr "нигезләү"
|
|
332
332
|
|
|
333
333
|
msgctxt "The regular column format name displayed in a format suggestion."
|
|
334
334
|
msgid "FORMAT_REGULAR_COLUMN"
|
|
@@ -364,7 +364,7 @@ msgstr ""
|
|
|
364
364
|
|
|
365
365
|
msgctxt "The underline format name displayed in a format suggestion."
|
|
366
366
|
msgid "FORMAT_UNDERLINE"
|
|
367
|
-
msgstr ""
|
|
367
|
+
msgstr "ассызыклау"
|
|
368
368
|
|
|
369
369
|
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
370
370
|
msgid "PENDING_ACTION_SUGGESTION"
|
|
@@ -377,3 +377,7 @@ msgstr ""
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr ""
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr ""
|
package/lang/translations/uk.po
CHANGED
|
@@ -431,3 +431,7 @@ msgstr "*Замінити:* %0 *на* %1"
|
|
|
431
431
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
432
432
|
msgid "Track changes"
|
|
433
433
|
msgstr "Відстежити зміни"
|
|
434
|
+
|
|
435
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
436
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
437
|
+
msgstr "Ця пропозиція виходить із зовнішнього джерела."
|
package/lang/translations/ur.po
CHANGED
|
@@ -395,3 +395,7 @@ msgstr ""
|
|
|
395
395
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
396
396
|
msgid "Track changes"
|
|
397
397
|
msgstr ""
|
|
398
|
+
|
|
399
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
400
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
401
|
+
msgstr ""
|
package/lang/translations/vi.po
CHANGED
|
@@ -377,3 +377,7 @@ msgstr "*Thay thế:* %0 *bằng* %1"
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "Theo dõi nội dung thay đổi"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "Đề xuất này đến từ một nguồn bên ngoài."
|
|
@@ -377,3 +377,7 @@ msgstr "*用* %1 *替换:* %0 "
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "跟踪更改"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "此建议来自外部来源。"
|
package/lang/translations/zh.po
CHANGED
|
@@ -377,3 +377,7 @@ msgstr "*取代:*%0 *變更為* %1"
|
|
|
377
377
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
378
|
msgid "Track changes"
|
|
379
379
|
msgstr "追蹤變更"
|
|
380
|
+
|
|
381
|
+
msgctxt "The additional information that suggestion comes from external source."
|
|
382
|
+
msgid "EXTERNAL_SUGGESTION"
|
|
383
|
+
msgstr "此建議來自外部來源。"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "35.1
|
|
3
|
+
"version": "35.2.1",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"main": "src/index.js",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"ckeditor5": "^35.1
|
|
31
|
-
"ckeditor5-collaboration": "^35.1
|
|
30
|
+
"ckeditor5": "^35.2.1",
|
|
31
|
+
"ckeditor5-collaboration": "^35.2.1",
|
|
32
32
|
"lodash-es": "^4.17.11",
|
|
33
|
-
"@ckeditor/ckeditor5-style": "^35.1
|
|
33
|
+
"@ckeditor/ckeditor5-style": "^35.2.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5644=['values','isInContent','execute','editor','model','some','isEnabled','_suggestions','refresh','from','change','_acceptSuggestionCommand'];(function(_0x7218d8,_0x5644f2){const _0x19781d=function(_0x2730d2){while(--_0x2730d2){_0x7218d8['push'](_0x7218d8['shift']());}};_0x19781d(++_0x5644f2);}(_0x5644,0x81));const _0x1978=function(_0x7218d8,_0x5644f2){_0x7218d8=_0x7218d8-0x0;let _0x19781d=_0x5644[_0x7218d8];return _0x19781d;};import{Command as _0x264d48}from'ckeditor5/src/core';import _0x234351 from'../utils/sortsuggestions';export default class R extends _0x264d48{constructor(_0x2038e2,_0x3bbcb5,_0xa006fc){super(_0x2038e2),this[_0x1978('0x2')]=_0x3bbcb5,this[_0x1978('0xa')]=_0xa006fc,this[_0x1978('0xb')]();}[_0x1978('0xb')](){const _0x14a65d=this['_acceptSuggestionCommand'];this[_0x1978('0x9')]=_0x14a65d[_0x1978('0x9')]&&Array[_0x1978('0x0')](this[_0x1978('0xa')]['values']())[_0x1978('0x8')](_0x17c11e=>_0x17c11e[_0x1978('0x4')]);}['execute'](){this[_0x1978('0x6')][_0x1978('0x7')][_0x1978('0x1')](()=>{const _0x1def05=_0x234351(Array[_0x1978('0x0')](this['_suggestions'][_0x1978('0x3')]()));for(const _0xe671f9 of _0x1def05)_0xe671f9[_0x1978('0x4')]&&this[_0x1978('0x2')][_0x1978('0x5')](_0xe671f9['id']);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x482e=['values','editor','size','_selectedSuggestions','from','_acceptSuggestionCommand','_suggestions','selection','refresh','model','execute'];(function(_0x44c26e,_0x482e70){const _0xabbdaa=function(_0x2623a6){while(--_0x2623a6){_0x44c26e['push'](_0x44c26e['shift']());}};_0xabbdaa(++_0x482e70);}(_0x482e,0x185));const _0xabbd=function(_0x44c26e,_0x482e70){_0x44c26e=_0x44c26e-0x0;let _0xabbdaa=_0x482e[_0x44c26e];return _0xabbdaa;};import{Command as _0x1636b3}from'ckeditor5/src/core';import _0x387221 from'../utils/sortsuggestions';import _0xebcf1a from'../utils/getselectedsuggestions';export default class j extends _0x1636b3{constructor(_0x12d202,_0x747e87,_0x5d0853){super(_0x12d202),this[_0xabbd('0x1')]=_0x747e87,this[_0xabbd('0x2')]=_0x5d0853,this[_0xabbd('0xa')]=new Set(),this['refresh']();}[_0xabbd('0x4')](){const _0x561a20=this['_acceptSuggestionCommand'],_0x277e53=this[_0xabbd('0x8')][_0xabbd('0x5')]['document'][_0xabbd('0x3')],_0xe38dbe=Array['from'](this[_0xabbd('0x2')][_0xabbd('0x7')]());this[_0xabbd('0xa')]=_0xebcf1a(_0x277e53,_0xe38dbe),this['isEnabled']=_0x561a20['isEnabled']&&!!this[_0xabbd('0xa')][_0xabbd('0x9')];}[_0xabbd('0x6')](){this[_0xabbd('0x8')][_0xabbd('0x5')]['change'](()=>{const _0x8ab27d=_0x387221(Array[_0xabbd('0x0')](this[_0xabbd('0xa')]));for(const _0x39ed4d of _0x8ab27d)this[_0xabbd('0x1')][_0xabbd('0x6')](_0x39ed4d['id']);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3bb7=['editor','get','_suggestions','plugins','TrackChangesEditing','refresh','isEnabled'];(function(_0x2d67ab,_0x3bb7d4){const _0x1c8051=function(_0x4bd310){while(--_0x4bd310){_0x2d67ab['push'](_0x2d67ab['shift']());}};_0x1c8051(++_0x3bb7d4);}(_0x3bb7,0x122));const _0x1c80=function(_0x2d67ab,_0x3bb7d4){_0x2d67ab=_0x2d67ab-0x0;let _0x1c8051=_0x3bb7[_0x2d67ab];return _0x1c8051;};import{Command as _0x801437}from'ckeditor5/src/core';import{CKEditorError as _0x11b0ec}from'ckeditor5/src/utils';export default class $ extends _0x801437{constructor(_0x338dcc,_0x18574a){super(_0x338dcc),this[_0x1c80('0x6')]=_0x18574a,this[_0x1c80('0x2')]();}[_0x1c80('0x2')](){this[_0x1c80('0x3')]=!0x0;}['execute'](_0x19ecb6){const _0x2fd127=this[_0x1c80('0x6')]['get'](_0x19ecb6);if(!_0x2fd127)throw new _0x11b0ec('track-changes-accept-suggestion-not-found',this);this[_0x1c80('0x4')][_0x1c80('0x0')][_0x1c80('0x5')](_0x1c80('0x1'))['acceptSuggestion'](_0x2fd127);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x55a8=['_suggestions','refresh','isEnabled','execute','_discardSuggestionCommand','isInContent','from','editor','model','values'];(function(_0x5c6878,_0x55a889){const _0x35c287=function(_0x56ee86){while(--_0x56ee86){_0x5c6878['push'](_0x5c6878['shift']());}};_0x35c287(++_0x55a889);}(_0x55a8,0x1e8));const _0x35c2=function(_0x5c6878,_0x55a889){_0x5c6878=_0x5c6878-0x0;let _0x35c287=_0x55a8[_0x5c6878];return _0x35c287;};import{Command as _0x312d50}from'ckeditor5/src/core';export default class x extends _0x312d50{constructor(_0x5b90ab,_0x438637,_0x54e25b){super(_0x5b90ab),this[_0x35c2('0x6')]=_0x438637,this[_0x35c2('0x2')]=_0x54e25b,this[_0x35c2('0x3')]();}[_0x35c2('0x3')](){const _0x48a59e=this[_0x35c2('0x6')];this[_0x35c2('0x4')]=_0x48a59e[_0x35c2('0x4')]&&Array[_0x35c2('0x8')](this[_0x35c2('0x2')][_0x35c2('0x1')]())['some'](_0x206f1a=>_0x206f1a['isInContent']);}[_0x35c2('0x5')](){this[_0x35c2('0x9')][_0x35c2('0x0')]['change'](()=>{for(const _0x13216f of this[_0x35c2('0x2')][_0x35c2('0x1')]())_0x13216f[_0x35c2('0x7')]&&this['_discardSuggestionCommand']['execute'](_0x13216f['id']);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1467=['refresh','values','execute','_selectedSuggestions','from','size','model','_discardSuggestionCommand','change','_suggestions','editor','isEnabled'];(function(_0x231d4d,_0x146780){const _0x5b08e9=function(_0xe5b785){while(--_0xe5b785){_0x231d4d['push'](_0x231d4d['shift']());}};_0x5b08e9(++_0x146780);}(_0x1467,0xf7));const _0x5b08=function(_0x231d4d,_0x146780){_0x231d4d=_0x231d4d-0x0;let _0x5b08e9=_0x1467[_0x231d4d];return _0x5b08e9;};import{Command as _0x24b891}from'ckeditor5/src/core';import _0xa94fa9 from'../utils/getselectedsuggestions';export default class U extends _0x24b891{constructor(_0xb09cda,_0x2af079,_0x34bd91){super(_0xb09cda),this[_0x5b08('0x0')]=_0x2af079,this['_suggestions']=_0x34bd91,this[_0x5b08('0x8')]=new Set(),this['refresh']();}[_0x5b08('0x5')](){const _0x3716fe=this[_0x5b08('0x0')],_0x213188=this[_0x5b08('0x3')][_0x5b08('0xb')]['document']['selection'],_0x4cfb70=Array[_0x5b08('0x9')](this[_0x5b08('0x2')][_0x5b08('0x6')]());this[_0x5b08('0x8')]=_0xa94fa9(_0x213188,_0x4cfb70),this[_0x5b08('0x4')]=_0x3716fe[_0x5b08('0x4')]&&!!this['_selectedSuggestions'][_0x5b08('0xa')];}[_0x5b08('0x7')](){this[_0x5b08('0x3')][_0x5b08('0xb')][_0x5b08('0x1')](()=>{for(const _0x1a76b0 of this[_0x5b08('0x8')])this[_0x5b08('0x0')]['execute'](_0x1a76b0['id']);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5042=['refresh','plugins','_suggestions','editor','get','discardSuggestion','execute','isEnabled','track-changes-discard-suggestion-not-found'];(function(_0x502b8b,_0x504287){const _0x3917b6=function(_0x2ae64e){while(--_0x2ae64e){_0x502b8b['push'](_0x502b8b['shift']());}};_0x3917b6(++_0x504287);}(_0x5042,0x1b5));const _0x3917=function(_0x502b8b,_0x504287){_0x502b8b=_0x502b8b-0x0;let _0x3917b6=_0x5042[_0x502b8b];return _0x3917b6;};import{Command as _0x466f45}from'ckeditor5/src/core';import{CKEditorError as _0x7733a6}from'ckeditor5/src/utils';export default class N extends _0x466f45{constructor(_0x4c2faf,_0x2cb4b7){super(_0x4c2faf),this[_0x3917('0x6')]=_0x2cb4b7,this[_0x3917('0x4')]();}[_0x3917('0x4')](){this[_0x3917('0x2')]=!0x0;}[_0x3917('0x1')](_0x57dfce){const _0x44ed51=this[_0x3917('0x6')][_0x3917('0x8')](_0x57dfce);if(!_0x44ed51)throw new _0x7733a6(_0x3917('0x3'),this);this[_0x3917('0x7')][_0x3917('0x5')][_0x3917('0x8')]('TrackChangesEditing')[_0x3917('0x0')](_0x44ed51);}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2a60=['commands','TrackChangesCommand','affectsData','value','editor','_enabledCommands','forceDisabled','execute','has','refresh','_disableUnsupportedCommands','_enableCommands'];(function(_0xd57485,_0x2a6031){const _0x38647e=function(_0x32b048){while(--_0x32b048){_0xd57485['push'](_0xd57485['shift']());}};_0x38647e(++_0x2a6031);}(_0x2a60,0x9c));const _0x3864=function(_0xd57485,_0x2a6031){_0xd57485=_0xd57485-0x0;let _0x38647e=_0x2a60[_0xd57485];return _0x38647e;};import{Command as _0x33229f}from'ckeditor5/src/core';export default class M extends _0x33229f{constructor(_0xf5be59,_0x21d117){super(_0xf5be59),this['_enabledCommands']=_0x21d117,this[_0x3864('0x3')]=!0x1,this[_0x3864('0x9')]();}[_0x3864('0x9')](){this['isEnabled']=!0x0;}[_0x3864('0x7')](){this[_0x3864('0x3')]=!this[_0x3864('0x3')],this['value']?this['_disableUnsupportedCommands']():this[_0x3864('0xb')]();}[_0x3864('0xa')](){for(const _0x25288f of this[_0x3864('0x4')]['commands']['commands']())_0x25288f['affectsData']&&!this[_0x3864('0x5')][_0x3864('0x8')](_0x25288f)&&_0x25288f[_0x3864('0x6')](_0x3864('0x1'));}['_enableCommands'](){for(const _0x52e8e7 of this[_0x3864('0x4')][_0x3864('0x0')][_0x3864('0x0')]())_0x52e8e7[_0x3864('0x2')]&&!this['_enabledCommands'][_0x3864('0x8')](_0x52e8e7)&&_0x52e8e7['clearForceDisabled'](_0x3864('0x1'));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1b5f=['justify','schema','FORMAT_ALIGN_TO_CENTER','alignment','left','registerDescriptionCallback','right','plugins','afterInit','TrackChangesEditing','markBlockFormat','selection','FORMAT_ALIGN_TO_LEFT','_descriptionFactory','filter','editor','locale','ltr','commandName','has','value','document','model','change','from','center','get','format','enableCommand','getAttribute','FORMAT_JUSTIFY_TEXT'];(function(_0x2b8a3a,_0x1b5f1f){const _0x453ef8=function(_0x6b2ed5){while(--_0x6b2ed5){_0x2b8a3a['push'](_0x2b8a3a['shift']());}};_0x453ef8(++_0x1b5f1f);}(_0x1b5f,0x11b));const _0x453e=function(_0x2b8a3a,_0x1b5f1f){_0x2b8a3a=_0x2b8a3a-0x0;let _0x453ef8=_0x1b5f[_0x2b8a3a];return _0x453ef8;};import{Plugin as _0x14a90b}from'ckeditor5/src/core';import{getTranslation as _0x5a862f}from'../utils/common-translations';export default class E extends _0x14a90b{[_0x453e('0x4')](){const _0x52e340=this['editor'],_0x2ccfb0=_0x52e340[_0x453e('0xc')];if(!_0x52e340[_0x453e('0x3')][_0x453e('0xf')]('AlignmentEditing'))return;const _0x26b284=_0x52e340[_0x453e('0x3')][_0x453e('0x16')](_0x453e('0x5'));_0x26b284[_0x453e('0x18')](_0x453e('0x1e'),(_0x2bdb31,_0x45978a={})=>{let _0x3c416f=_0x45978a[_0x453e('0x10')];_0x45978a[_0x453e('0x10')]||(_0x3c416f=_0x453e('0xd')===_0x52e340['locale']['contentLanguageDirection']?_0x453e('0x0'):_0x453e('0x2'));const _0x56d062=Array[_0x453e('0x14')](this['editor'][_0x453e('0x12')][_0x453e('0x11')][_0x453e('0x7')]['getSelectedBlocks']())[_0x453e('0xa')](_0x91c21e=>function(_0x4b45cc,_0x39d76a,_0x2aac85){const _0x3b9e41=_0x4b45cc[_0x453e('0x19')](_0x453e('0x1e'))||null;return _0x39d76a['checkAttribute'](_0x4b45cc,_0x453e('0x1e'))&&_0x2aac85!=_0x3b9e41;}(_0x91c21e,this[_0x453e('0xb')]['model'][_0x453e('0x1c')],_0x3c416f));_0x52e340[_0x453e('0x12')][_0x453e('0x13')](()=>{for(const _0x7e5753 of _0x56d062)_0x26b284[_0x453e('0x6')](_0x7e5753,{'commandName':_0x453e('0x1e'),'commandParams':[{'value':_0x3c416f}]});});}),_0x26b284[_0x453e('0x9')][_0x453e('0x1')](_0x435a7e=>{const {data:_0x3494ed}=_0x435a7e;if(_0x3494ed&&_0x453e('0x1e')==_0x3494ed[_0x453e('0xe')]){const _0x52710e=_0x3494ed['commandParams'][0x0][_0x453e('0x10')];return{'type':_0x453e('0x17'),'content':_0x5a862f(_0x2ccfb0,'*Format:*\x20%0',function(_0x387e41){switch(_0x387e41){case _0x453e('0x0'):return _0x5a862f(_0x2ccfb0,_0x453e('0x8'));case'right':return _0x5a862f(_0x2ccfb0,'FORMAT_ALIGN_TO_RIGHT');case _0x453e('0x15'):return _0x5a862f(_0x2ccfb0,_0x453e('0x1d'));case _0x453e('0x1b'):return _0x5a862f(_0x2ccfb0,_0x453e('0x1a'));}}(_0x52710e))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x29f3=['*Format:*\x20%0','FORMAT_UNDERLINE','subscript','CodeEditing','change','commandParams','commands','SuperscriptEditing','_descriptionFactory','ItalicEditing','slice','BoldEditing','afterInit','isCollapsed','SubscriptEditing','superscript','format','model','code','StrikethroughEditing','selection','value','strikethrough','get','FORMAT_SUPERSCRIPT','enableCommand','UnderlineEditing','FORMAT_STRIKETHROUGH','from','markInlineFormat','forceValue','underline','locale','toLowerCase','commandName','FORMAT_SUBSCRIPT','FORMAT_BOLD','TrackChangesEditing'];(function(_0x2e54df,_0x29f3cb){const _0x2768f4=function(_0x481b2f){while(--_0x481b2f){_0x2e54df['push'](_0x2e54df['shift']());}};_0x2768f4(++_0x29f3cb);}(_0x29f3,0x126));const _0x2768=function(_0x2e54df,_0x29f3cb){_0x2e54df=_0x2e54df-0x0;let _0x2768f4=_0x29f3[_0x2e54df];return _0x2768f4;};import{Plugin as _0x28dc85}from'ckeditor5/src/core';import{getTranslation as _0x3e4b16}from'../utils/common-translations';import{getRangesWithAttribute as _0x5db607}from'./utils';const Ft=[_0x2768('0x15'),_0x2768('0x13'),_0x2768('0x24'),_0x2768('0xd'),_0x2768('0x1d'),_0x2768('0x18'),_0x2768('0x11')];export default class O extends _0x28dc85{[_0x2768('0x16')](){const _0x465c9f=this['editor'],_0x2e8aec=_0x465c9f[_0x2768('0x1b')],_0x3843ec=_0x465c9f['plugins'][_0x2768('0x21')](_0x2768('0x9')),_0x16b471=_0x465c9f[_0x2768('0x4')];for(const _0x5b2525 of Ft){if(!_0x465c9f['plugins']['has'](_0x5b2525))continue;const _0x59b1f5=_0x5b2525[_0x2768('0x14')](0x0,-0x7)[_0x2768('0x5')](),_0x8586ba=_0x465c9f[_0x2768('0x10')][_0x2768('0x21')](_0x59b1f5);_0x3843ec[_0x2768('0x23')](_0x59b1f5,(_0x24901d,_0x285235={})=>{const _0xe91331=_0x2e8aec['document'][_0x2768('0x1e')];if(_0xe91331[_0x2768('0x17')])return void _0x24901d(_0x285235);const _0xb19fa8=void 0x0!==_0x285235['forceValue']?_0x285235[_0x2768('0x2')]:!_0x8586ba[_0x2768('0x1f')];_0x2e8aec[_0x2768('0xe')](()=>{const _0x5d1a0d=Array[_0x2768('0x0')](_0xe91331['getRanges']());for(const _0x5a32ac of _0x5d1a0d){const _0x1e3131=_0xb19fa8?[_0x5a32ac]:_0x5db607(_0x59b1f5,_0x5a32ac,_0x2e8aec);for(const _0x208288 of _0x1e3131)_0x3843ec[_0x2768('0x1')](_0x208288,{'commandName':_0x59b1f5,'commandParams':[{'forceValue':_0xb19fa8}]});}});});}function _0x651463(_0xe888eb,_0x401dda){_0x3843ec[_0x2768('0x12')]['registerDescriptionCallback'](_0x3c011c=>{const {data:_0x147f99}=_0x3c011c;if(_0x147f99&&_0x147f99[_0x2768('0x6')]===_0xe888eb)return _0x147f99[_0x2768('0xf')][0x0]['forceValue']?{'type':_0x2768('0x1a'),'content':_0x3e4b16(_0x16b471,_0x2768('0xa'),_0x401dda)}:{'type':_0x2768('0x1a'),'content':_0x3e4b16(_0x16b471,'*Remove\x20format:*\x20%0',_0x401dda)};});}_0x651463('bold',_0x3e4b16(_0x16b471,_0x2768('0x8'))),_0x651463('italic',_0x3e4b16(_0x16b471,'FORMAT_ITALIC')),_0x651463(_0x2768('0x3'),_0x3e4b16(_0x16b471,_0x2768('0xb'))),_0x651463(_0x2768('0x1c'),_0x3e4b16(_0x16b471,'FORMAT_CODE')),_0x651463(_0x2768('0x20'),_0x3e4b16(_0x16b471,_0x2768('0x25'))),_0x651463(_0x2768('0xc'),_0x3e4b16(_0x16b471,_0x2768('0x7'))),_0x651463(_0x2768('0x19'),_0x3e4b16(_0x16b471,_0x2768('0x22')));}}
|