@ckeditor/ckeditor5-track-changes 29.2.0 → 32.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +2 -2
- package/README.md +2 -2
- package/lang/contexts.json +8 -7
- package/lang/translations/cs.po +27 -23
- package/lang/translations/da.po +387 -0
- package/lang/translations/de.po +28 -24
- package/lang/translations/en-au.po +28 -24
- package/lang/translations/en.po +28 -24
- package/lang/translations/es.po +27 -23
- package/lang/translations/et.po +27 -23
- package/lang/translations/fr.po +28 -24
- package/lang/translations/gl.po +28 -24
- package/lang/translations/hi.po +27 -23
- package/lang/translations/hr.po +27 -23
- package/lang/translations/it.po +28 -24
- package/lang/translations/nl.po +27 -23
- package/lang/translations/pl.po +27 -23
- package/lang/translations/pt-br.po +49 -45
- package/lang/translations/sk.po +27 -23
- package/lang/translations/sr-latn.po +28 -24
- package/lang/translations/sr.po +28 -24
- package/lang/translations/tk.po +27 -23
- package/lang/translations/tr.po +27 -23
- package/lang/translations/zh-cn.po +28 -24
- package/lang/translations/zh.po +370 -0
- package/package.json +7 -7
- package/src/commands/acceptallsuggestionscommand.js +2 -2
- package/src/commands/acceptselectedsuggestionscommand.js +2 -2
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardallsuggestionscommand.js +2 -2
- package/src/commands/discardselectedsuggestionscommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/font.js +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.js +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.js +2 -2
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/getselectedsuggestions.js +2 -2
- package/src/utils/hashobject.js +2 -2
- package/src/utils/normalizedescription.js +2 -2
- package/src/utils/sortsuggestions.js +2 -2
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +1 -1
- package/theme/suggestion.css +10 -0
- package/theme/suggestionmarker.css +1 -1
- package/src/integrations/exportpdf.js +0 -23
- package/src/integrations/exportword.js +0 -23
- package/src/integrations/selectall.js +0 -23
package/lang/translations/de.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,10 +40,6 @@ msgctxt "A suggestion for merging cells."
|
|
|
40
40
|
msgid "*Merge cells*"
|
|
41
41
|
msgstr "*Zellen verbinden*"
|
|
42
42
|
|
|
43
|
-
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
44
|
-
msgid "*Replace table cells*"
|
|
45
|
-
msgstr "*Tabellenzellen ersetzen*"
|
|
46
|
-
|
|
47
43
|
msgctxt "A suggestion for merging items."
|
|
48
44
|
msgid "*Merge:* %0"
|
|
49
45
|
msgstr "*Verbinden:* %0"
|
|
@@ -60,6 +56,10 @@ msgctxt "A suggestion for removing an inline format."
|
|
|
60
56
|
msgid "*Remove format:* %0"
|
|
61
57
|
msgstr "*Formatierung entfernen:* %0"
|
|
62
58
|
|
|
59
|
+
msgctxt "A suggestion for removing the highlight."
|
|
60
|
+
msgid "*Remove highlight*"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
65
65
|
msgstr "*Alternativtext des Bildes entfernen*"
|
|
@@ -72,6 +72,10 @@ msgctxt "A suggestion for removing an item."
|
|
|
72
72
|
msgid "*Remove:* %0"
|
|
73
73
|
msgstr "*Entfernen:* %0"
|
|
74
74
|
|
|
75
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
76
|
+
msgid "*Replace table cells*"
|
|
77
|
+
msgstr "*Tabellenzellen ersetzen*"
|
|
78
|
+
|
|
75
79
|
msgctxt "A suggestion for resetting the font background color."
|
|
76
80
|
msgid "*Reset font background color*"
|
|
77
81
|
msgstr "*Hintergrundfarbe der Schrift zurücksetzen*"
|
|
@@ -108,6 +112,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
108
112
|
msgid "*Set font size:* %0"
|
|
109
113
|
msgstr "*Schriftgröße festlegen:* %0"
|
|
110
114
|
|
|
115
|
+
msgctxt "A suggestion for highlighting text."
|
|
116
|
+
msgid "*Set highlight:* %0"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
111
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
112
120
|
msgid "*Set image text alternative:* %0"
|
|
113
121
|
msgstr "*Alternativtext des Bildes festlegen:* %0"
|
|
@@ -168,6 +176,10 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
168
176
|
msgid "ELEMENT_BULLETED_LIST"
|
|
169
177
|
msgstr "Aufzählungsliste"
|
|
170
178
|
|
|
179
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
180
|
+
msgid "ELEMENT_CAPTION"
|
|
181
|
+
msgstr "Bildunterschrift"
|
|
182
|
+
|
|
171
183
|
msgctxt "The code block element name displayed in the suggestion."
|
|
172
184
|
msgid "ELEMENT_CODE_BLOCK"
|
|
173
185
|
msgid_plural "%0 code blocks"
|
|
@@ -204,10 +216,6 @@ msgid_plural "%0 images"
|
|
|
204
216
|
msgstr[0] "Bildunterschrift"
|
|
205
217
|
msgstr[1] "%0 Bilder"
|
|
206
218
|
|
|
207
|
-
msgctxt "The caption element name displayed in the suggestion."
|
|
208
|
-
msgid "ELEMENT_CAPTION"
|
|
209
|
-
msgstr "Bildunterschrift"
|
|
210
|
-
|
|
211
219
|
msgctxt "The line break element name displayed in the suggestion."
|
|
212
220
|
msgid "ELEMENT_LINE_BREAK"
|
|
213
221
|
msgid_plural "%0 line breaks"
|
|
@@ -310,10 +318,6 @@ msgctxt "The code format name displayed in a format suggestion."
|
|
|
310
318
|
msgid "FORMAT_CODE"
|
|
311
319
|
msgstr "Code"
|
|
312
320
|
|
|
313
|
-
msgctxt "The highlight format name displayed in a format suggestion."
|
|
314
|
-
msgid "FORMAT_CUSTOM_HIGHLIGHT"
|
|
315
|
-
msgstr "%0 hervorheben"
|
|
316
|
-
|
|
317
321
|
msgctxt "The header column format name displayed in a format suggestion."
|
|
318
322
|
msgid "FORMAT_HEADER_COLUMN"
|
|
319
323
|
msgstr "Kopfspalte"
|
|
@@ -342,6 +346,14 @@ msgctxt "The regular row format name displayed in a format suggestion."
|
|
|
342
346
|
msgid "FORMAT_REGULAR_ROW"
|
|
343
347
|
msgstr "Normale Zeile"
|
|
344
348
|
|
|
349
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
350
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
351
|
+
msgstr "*Im eingeschränkten Bearbeitungsmodus deaktivieren*"
|
|
352
|
+
|
|
353
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
354
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
355
|
+
msgstr "*Im eingeschränkten Bearbeitungsmodus aktivieren*"
|
|
356
|
+
|
|
345
357
|
msgctxt "The side image format name displayed in a format suggestion."
|
|
346
358
|
msgid "FORMAT_SIDE_IMAGE"
|
|
347
359
|
msgstr "Seitenbild"
|
|
@@ -362,13 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
362
374
|
msgid "FORMAT_UNDERLINE"
|
|
363
375
|
msgstr "unterstrichen"
|
|
364
376
|
|
|
365
|
-
msgctxt "The label for
|
|
366
|
-
msgid "
|
|
367
|
-
msgstr "
|
|
368
|
-
|
|
369
|
-
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
370
|
-
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
371
|
-
msgstr "*Im eingeschränkten Bearbeitungsmodus deaktivieren*"
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
+
msgstr ""
|
|
372
380
|
|
|
373
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
374
382
|
msgid "REPLACE_TEXT"
|
|
@@ -377,7 +385,3 @@ msgstr "*Ersetzen:* %0 *mit* %1"
|
|
|
377
385
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
386
|
msgid "Track changes"
|
|
379
387
|
msgstr "Änderungen verfolgen"
|
|
380
|
-
|
|
381
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved comment change."
|
|
382
|
-
msgid "PENDING_ACTION_SUGGESTION"
|
|
383
|
-
msgstr "Ungesichtere Änderung im Vorschlag."
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,10 +40,6 @@ msgctxt "A suggestion for merging cells."
|
|
|
40
40
|
msgid "*Merge cells*"
|
|
41
41
|
msgstr "*Merge cells*"
|
|
42
42
|
|
|
43
|
-
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
44
|
-
msgid "*Replace table cells*"
|
|
45
|
-
msgstr "*Replace table cells*"
|
|
46
|
-
|
|
47
43
|
msgctxt "A suggestion for merging items."
|
|
48
44
|
msgid "*Merge:* %0"
|
|
49
45
|
msgstr "*Merge:* %0"
|
|
@@ -60,6 +56,10 @@ msgctxt "A suggestion for removing an inline format."
|
|
|
60
56
|
msgid "*Remove format:* %0"
|
|
61
57
|
msgstr "*Remove format:* %0"
|
|
62
58
|
|
|
59
|
+
msgctxt "A suggestion for removing the highlight."
|
|
60
|
+
msgid "*Remove highlight*"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
65
65
|
msgstr "*Remove image text alternative*"
|
|
@@ -72,6 +72,10 @@ msgctxt "A suggestion for removing an item."
|
|
|
72
72
|
msgid "*Remove:* %0"
|
|
73
73
|
msgstr "*Remove:* %0"
|
|
74
74
|
|
|
75
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
76
|
+
msgid "*Replace table cells*"
|
|
77
|
+
msgstr "*Replace table cells*"
|
|
78
|
+
|
|
75
79
|
msgctxt "A suggestion for resetting the font background color."
|
|
76
80
|
msgid "*Reset font background color*"
|
|
77
81
|
msgstr "*Reset font background colour*"
|
|
@@ -108,6 +112,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
108
112
|
msgid "*Set font size:* %0"
|
|
109
113
|
msgstr "*Set font size:* %0"
|
|
110
114
|
|
|
115
|
+
msgctxt "A suggestion for highlighting text."
|
|
116
|
+
msgid "*Set highlight:* %0"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
111
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
112
120
|
msgid "*Set image text alternative:* %0"
|
|
113
121
|
msgstr "*Set image text alternative:* %0"
|
|
@@ -168,6 +176,10 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
168
176
|
msgid "ELEMENT_BULLETED_LIST"
|
|
169
177
|
msgstr "bulleted list"
|
|
170
178
|
|
|
179
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
180
|
+
msgid "ELEMENT_CAPTION"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
171
183
|
msgctxt "The code block element name displayed in the suggestion."
|
|
172
184
|
msgid "ELEMENT_CODE_BLOCK"
|
|
173
185
|
msgid_plural "%0 code blocks"
|
|
@@ -204,10 +216,6 @@ msgid_plural "%0 images"
|
|
|
204
216
|
msgstr[0] ""
|
|
205
217
|
msgstr[1] ""
|
|
206
218
|
|
|
207
|
-
msgctxt "The caption element name displayed in the suggestion."
|
|
208
|
-
msgid "ELEMENT_CAPTION"
|
|
209
|
-
msgstr ""
|
|
210
|
-
|
|
211
219
|
msgctxt "The line break element name displayed in the suggestion."
|
|
212
220
|
msgid "ELEMENT_LINE_BREAK"
|
|
213
221
|
msgid_plural "%0 line breaks"
|
|
@@ -310,10 +318,6 @@ msgctxt "The code format name displayed in a format suggestion."
|
|
|
310
318
|
msgid "FORMAT_CODE"
|
|
311
319
|
msgstr "code"
|
|
312
320
|
|
|
313
|
-
msgctxt "The highlight format name displayed in a format suggestion."
|
|
314
|
-
msgid "FORMAT_CUSTOM_HIGHLIGHT"
|
|
315
|
-
msgstr "%0 highlight"
|
|
316
|
-
|
|
317
321
|
msgctxt "The header column format name displayed in a format suggestion."
|
|
318
322
|
msgid "FORMAT_HEADER_COLUMN"
|
|
319
323
|
msgstr "header column"
|
|
@@ -342,6 +346,14 @@ msgctxt "The regular row format name displayed in a format suggestion."
|
|
|
342
346
|
msgid "FORMAT_REGULAR_ROW"
|
|
343
347
|
msgstr "regular row"
|
|
344
348
|
|
|
349
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
350
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
351
|
+
msgstr "*Disable in restricted editing mode*"
|
|
352
|
+
|
|
353
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
354
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
355
|
+
msgstr "*Enable in restricted editing mode*"
|
|
356
|
+
|
|
345
357
|
msgctxt "The side image format name displayed in a format suggestion."
|
|
346
358
|
msgid "FORMAT_SIDE_IMAGE"
|
|
347
359
|
msgstr "side image"
|
|
@@ -362,13 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
362
374
|
msgid "FORMAT_UNDERLINE"
|
|
363
375
|
msgstr "underline"
|
|
364
376
|
|
|
365
|
-
msgctxt "The label for
|
|
366
|
-
msgid "
|
|
367
|
-
msgstr "
|
|
368
|
-
|
|
369
|
-
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
370
|
-
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
371
|
-
msgstr "*Disable in restricted editing mode*"
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
+
msgstr ""
|
|
372
380
|
|
|
373
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
374
382
|
msgid "REPLACE_TEXT"
|
|
@@ -377,7 +385,3 @@ msgstr "*Replace:* %0 *with* %1"
|
|
|
377
385
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
386
|
msgid "Track changes"
|
|
379
387
|
msgstr "Track changes"
|
|
380
|
-
|
|
381
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved comment change."
|
|
382
|
-
msgid "PENDING_ACTION_SUGGESTION"
|
|
383
|
-
msgstr "Unsaved change in suggestion."
|
package/lang/translations/en.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,10 +40,6 @@ msgctxt "A suggestion for merging cells."
|
|
|
40
40
|
msgid "*Merge cells*"
|
|
41
41
|
msgstr "*Merge cells*"
|
|
42
42
|
|
|
43
|
-
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
44
|
-
msgid "*Replace table cells*"
|
|
45
|
-
msgstr "*Replace table cells*"
|
|
46
|
-
|
|
47
43
|
msgctxt "A suggestion for merging items."
|
|
48
44
|
msgid "*Merge:* %0"
|
|
49
45
|
msgstr "*Merge:* %0"
|
|
@@ -60,6 +56,10 @@ msgctxt "A suggestion for removing an inline format."
|
|
|
60
56
|
msgid "*Remove format:* %0"
|
|
61
57
|
msgstr "*Remove format:* %0"
|
|
62
58
|
|
|
59
|
+
msgctxt "A suggestion for removing the highlight."
|
|
60
|
+
msgid "*Remove highlight*"
|
|
61
|
+
msgstr "*Remove highlight*"
|
|
62
|
+
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
65
65
|
msgstr "*Remove image text alternative*"
|
|
@@ -72,6 +72,10 @@ msgctxt "A suggestion for removing an item."
|
|
|
72
72
|
msgid "*Remove:* %0"
|
|
73
73
|
msgstr "*Remove:* %0"
|
|
74
74
|
|
|
75
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
76
|
+
msgid "*Replace table cells*"
|
|
77
|
+
msgstr "*Replace table cells*"
|
|
78
|
+
|
|
75
79
|
msgctxt "A suggestion for resetting the font background color."
|
|
76
80
|
msgid "*Reset font background color*"
|
|
77
81
|
msgstr "*Reset font background color*"
|
|
@@ -108,6 +112,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
108
112
|
msgid "*Set font size:* %0"
|
|
109
113
|
msgstr "*Set font size:* %0"
|
|
110
114
|
|
|
115
|
+
msgctxt "A suggestion for highlighting text."
|
|
116
|
+
msgid "*Set highlight:* %0"
|
|
117
|
+
msgstr "*Set highlight:* %0"
|
|
118
|
+
|
|
111
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
112
120
|
msgid "*Set image text alternative:* %0"
|
|
113
121
|
msgstr "*Set image text alternative:* %0"
|
|
@@ -168,6 +176,10 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
168
176
|
msgid "ELEMENT_BULLETED_LIST"
|
|
169
177
|
msgstr "bulleted list"
|
|
170
178
|
|
|
179
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
180
|
+
msgid "ELEMENT_CAPTION"
|
|
181
|
+
msgstr "caption"
|
|
182
|
+
|
|
171
183
|
msgctxt "The code block element name displayed in the suggestion."
|
|
172
184
|
msgid "ELEMENT_CODE_BLOCK"
|
|
173
185
|
msgid_plural "%0 code blocks"
|
|
@@ -204,10 +216,6 @@ msgid_plural "%0 images"
|
|
|
204
216
|
msgstr[0] "image"
|
|
205
217
|
msgstr[1] "%0 images"
|
|
206
218
|
|
|
207
|
-
msgctxt "The caption element name displayed in the suggestion."
|
|
208
|
-
msgid "ELEMENT_CAPTION"
|
|
209
|
-
msgstr "caption"
|
|
210
|
-
|
|
211
219
|
msgctxt "The line break element name displayed in the suggestion."
|
|
212
220
|
msgid "ELEMENT_LINE_BREAK"
|
|
213
221
|
msgid_plural "%0 line breaks"
|
|
@@ -310,10 +318,6 @@ msgctxt "The code format name displayed in a format suggestion."
|
|
|
310
318
|
msgid "FORMAT_CODE"
|
|
311
319
|
msgstr "code"
|
|
312
320
|
|
|
313
|
-
msgctxt "The highlight format name displayed in a format suggestion."
|
|
314
|
-
msgid "FORMAT_CUSTOM_HIGHLIGHT"
|
|
315
|
-
msgstr "%0 highlight"
|
|
316
|
-
|
|
317
321
|
msgctxt "The header column format name displayed in a format suggestion."
|
|
318
322
|
msgid "FORMAT_HEADER_COLUMN"
|
|
319
323
|
msgstr "header column"
|
|
@@ -342,6 +346,14 @@ msgctxt "The regular row format name displayed in a format suggestion."
|
|
|
342
346
|
msgid "FORMAT_REGULAR_ROW"
|
|
343
347
|
msgstr "regular row"
|
|
344
348
|
|
|
349
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
350
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
351
|
+
msgstr "*Disable in restricted editing mode*"
|
|
352
|
+
|
|
353
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
354
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
355
|
+
msgstr "*Enable in restricted editing mode*"
|
|
356
|
+
|
|
345
357
|
msgctxt "The side image format name displayed in a format suggestion."
|
|
346
358
|
msgid "FORMAT_SIDE_IMAGE"
|
|
347
359
|
msgstr "side image"
|
|
@@ -362,13 +374,9 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
362
374
|
msgid "FORMAT_UNDERLINE"
|
|
363
375
|
msgstr "underline"
|
|
364
376
|
|
|
365
|
-
msgctxt "The label for
|
|
366
|
-
msgid "
|
|
367
|
-
msgstr "
|
|
368
|
-
|
|
369
|
-
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
370
|
-
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
371
|
-
msgstr "*Disable in restricted editing mode*"
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
379
|
+
msgstr "Unsaved change in suggestion."
|
|
372
380
|
|
|
373
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
374
382
|
msgid "REPLACE_TEXT"
|
|
@@ -377,7 +385,3 @@ msgstr "*Replace:* %0 *with* %1"
|
|
|
377
385
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
386
|
msgid "Track changes"
|
|
379
387
|
msgstr "Track changes"
|
|
380
|
-
|
|
381
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved comment change."
|
|
382
|
-
msgid "PENDING_ACTION_SUGGESTION"
|
|
383
|
-
msgstr "Unsaved change in suggestion."
|
package/lang/translations/es.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,10 +40,6 @@ msgctxt "A suggestion for merging cells."
|
|
|
40
40
|
msgid "*Merge cells*"
|
|
41
41
|
msgstr ""
|
|
42
42
|
|
|
43
|
-
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
44
|
-
msgid "*Replace table cells*"
|
|
45
|
-
msgstr ""
|
|
46
|
-
|
|
47
43
|
msgctxt "A suggestion for merging items."
|
|
48
44
|
msgid "*Merge:* %0"
|
|
49
45
|
msgstr ""
|
|
@@ -60,6 +56,10 @@ msgctxt "A suggestion for removing an inline format."
|
|
|
60
56
|
msgid "*Remove format:* %0"
|
|
61
57
|
msgstr ""
|
|
62
58
|
|
|
59
|
+
msgctxt "A suggestion for removing the highlight."
|
|
60
|
+
msgid "*Remove highlight*"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
65
65
|
msgstr ""
|
|
@@ -72,6 +72,10 @@ msgctxt "A suggestion for removing an item."
|
|
|
72
72
|
msgid "*Remove:* %0"
|
|
73
73
|
msgstr ""
|
|
74
74
|
|
|
75
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
76
|
+
msgid "*Replace table cells*"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
75
79
|
msgctxt "A suggestion for resetting the font background color."
|
|
76
80
|
msgid "*Reset font background color*"
|
|
77
81
|
msgstr ""
|
|
@@ -108,6 +112,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
108
112
|
msgid "*Set font size:* %0"
|
|
109
113
|
msgstr ""
|
|
110
114
|
|
|
115
|
+
msgctxt "A suggestion for highlighting text."
|
|
116
|
+
msgid "*Set highlight:* %0"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
111
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
112
120
|
msgid "*Set image text alternative:* %0"
|
|
113
121
|
msgstr ""
|
|
@@ -168,6 +176,10 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
168
176
|
msgid "ELEMENT_BULLETED_LIST"
|
|
169
177
|
msgstr "lista con topos"
|
|
170
178
|
|
|
179
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
180
|
+
msgid "ELEMENT_CAPTION"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
171
183
|
msgctxt "The code block element name displayed in the suggestion."
|
|
172
184
|
msgid "ELEMENT_CODE_BLOCK"
|
|
173
185
|
msgid_plural "%0 code blocks"
|
|
@@ -204,10 +216,6 @@ msgid_plural "%0 images"
|
|
|
204
216
|
msgstr[0] ""
|
|
205
217
|
msgstr[1] ""
|
|
206
218
|
|
|
207
|
-
msgctxt "The caption element name displayed in the suggestion."
|
|
208
|
-
msgid "ELEMENT_CAPTION"
|
|
209
|
-
msgstr ""
|
|
210
|
-
|
|
211
219
|
msgctxt "The line break element name displayed in the suggestion."
|
|
212
220
|
msgid "ELEMENT_LINE_BREAK"
|
|
213
221
|
msgid_plural "%0 line breaks"
|
|
@@ -310,10 +318,6 @@ msgctxt "The code format name displayed in a format suggestion."
|
|
|
310
318
|
msgid "FORMAT_CODE"
|
|
311
319
|
msgstr "código"
|
|
312
320
|
|
|
313
|
-
msgctxt "The highlight format name displayed in a format suggestion."
|
|
314
|
-
msgid "FORMAT_CUSTOM_HIGHLIGHT"
|
|
315
|
-
msgstr ""
|
|
316
|
-
|
|
317
321
|
msgctxt "The header column format name displayed in a format suggestion."
|
|
318
322
|
msgid "FORMAT_HEADER_COLUMN"
|
|
319
323
|
msgstr "columna de cabecera"
|
|
@@ -342,6 +346,14 @@ msgctxt "The regular row format name displayed in a format suggestion."
|
|
|
342
346
|
msgid "FORMAT_REGULAR_ROW"
|
|
343
347
|
msgstr "fila normal"
|
|
344
348
|
|
|
349
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
350
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
351
|
+
msgstr ""
|
|
352
|
+
|
|
353
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
354
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
345
357
|
msgctxt "The side image format name displayed in a format suggestion."
|
|
346
358
|
msgid "FORMAT_SIDE_IMAGE"
|
|
347
359
|
msgstr "imagen lateral"
|
|
@@ -362,12 +374,8 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
362
374
|
msgid "FORMAT_UNDERLINE"
|
|
363
375
|
msgstr ""
|
|
364
376
|
|
|
365
|
-
msgctxt "The label for
|
|
366
|
-
msgid "
|
|
367
|
-
msgstr ""
|
|
368
|
-
|
|
369
|
-
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
370
|
-
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
371
379
|
msgstr ""
|
|
372
380
|
|
|
373
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
@@ -377,7 +385,3 @@ msgstr ""
|
|
|
377
385
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
386
|
msgid "Track changes"
|
|
379
387
|
msgstr ""
|
|
380
|
-
|
|
381
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved comment change."
|
|
382
|
-
msgid "PENDING_ACTION_SUGGESTION"
|
|
383
|
-
msgstr ""
|
package/lang/translations/et.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,10 +40,6 @@ msgctxt "A suggestion for merging cells."
|
|
|
40
40
|
msgid "*Merge cells*"
|
|
41
41
|
msgstr ""
|
|
42
42
|
|
|
43
|
-
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
44
|
-
msgid "*Replace table cells*"
|
|
45
|
-
msgstr ""
|
|
46
|
-
|
|
47
43
|
msgctxt "A suggestion for merging items."
|
|
48
44
|
msgid "*Merge:* %0"
|
|
49
45
|
msgstr ""
|
|
@@ -60,6 +56,10 @@ msgctxt "A suggestion for removing an inline format."
|
|
|
60
56
|
msgid "*Remove format:* %0"
|
|
61
57
|
msgstr ""
|
|
62
58
|
|
|
59
|
+
msgctxt "A suggestion for removing the highlight."
|
|
60
|
+
msgid "*Remove highlight*"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
63
|
msgctxt "A suggestion for removing image text alternative."
|
|
64
64
|
msgid "*Remove image text alternative*"
|
|
65
65
|
msgstr ""
|
|
@@ -72,6 +72,10 @@ msgctxt "A suggestion for removing an item."
|
|
|
72
72
|
msgid "*Remove:* %0"
|
|
73
73
|
msgstr ""
|
|
74
74
|
|
|
75
|
+
msgctxt "A suggestion for replacing table cells (table pasting)."
|
|
76
|
+
msgid "*Replace table cells*"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
75
79
|
msgctxt "A suggestion for resetting the font background color."
|
|
76
80
|
msgid "*Reset font background color*"
|
|
77
81
|
msgstr ""
|
|
@@ -108,6 +112,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
108
112
|
msgid "*Set font size:* %0"
|
|
109
113
|
msgstr ""
|
|
110
114
|
|
|
115
|
+
msgctxt "A suggestion for highlighting text."
|
|
116
|
+
msgid "*Set highlight:* %0"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
111
119
|
msgctxt "A suggestion for setting image text alternative to %0."
|
|
112
120
|
msgid "*Set image text alternative:* %0"
|
|
113
121
|
msgstr ""
|
|
@@ -168,6 +176,10 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
168
176
|
msgid "ELEMENT_BULLETED_LIST"
|
|
169
177
|
msgstr ""
|
|
170
178
|
|
|
179
|
+
msgctxt "The caption element name displayed in the suggestion."
|
|
180
|
+
msgid "ELEMENT_CAPTION"
|
|
181
|
+
msgstr ""
|
|
182
|
+
|
|
171
183
|
msgctxt "The code block element name displayed in the suggestion."
|
|
172
184
|
msgid "ELEMENT_CODE_BLOCK"
|
|
173
185
|
msgid_plural "%0 code blocks"
|
|
@@ -204,10 +216,6 @@ msgid_plural "%0 images"
|
|
|
204
216
|
msgstr[0] ""
|
|
205
217
|
msgstr[1] ""
|
|
206
218
|
|
|
207
|
-
msgctxt "The caption element name displayed in the suggestion."
|
|
208
|
-
msgid "ELEMENT_CAPTION"
|
|
209
|
-
msgstr ""
|
|
210
|
-
|
|
211
219
|
msgctxt "The line break element name displayed in the suggestion."
|
|
212
220
|
msgid "ELEMENT_LINE_BREAK"
|
|
213
221
|
msgid_plural "%0 line breaks"
|
|
@@ -310,10 +318,6 @@ msgctxt "The code format name displayed in a format suggestion."
|
|
|
310
318
|
msgid "FORMAT_CODE"
|
|
311
319
|
msgstr "kood"
|
|
312
320
|
|
|
313
|
-
msgctxt "The highlight format name displayed in a format suggestion."
|
|
314
|
-
msgid "FORMAT_CUSTOM_HIGHLIGHT"
|
|
315
|
-
msgstr ""
|
|
316
|
-
|
|
317
321
|
msgctxt "The header column format name displayed in a format suggestion."
|
|
318
322
|
msgid "FORMAT_HEADER_COLUMN"
|
|
319
323
|
msgstr ""
|
|
@@ -342,6 +346,14 @@ msgctxt "The regular row format name displayed in a format suggestion."
|
|
|
342
346
|
msgid "FORMAT_REGULAR_ROW"
|
|
343
347
|
msgstr ""
|
|
344
348
|
|
|
349
|
+
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
350
|
+
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
351
|
+
msgstr ""
|
|
352
|
+
|
|
353
|
+
msgctxt "The label for area enabled in restricted editing area in a format suggestion."
|
|
354
|
+
msgid "FORMAT_RESTRICTED_ENABLED"
|
|
355
|
+
msgstr ""
|
|
356
|
+
|
|
345
357
|
msgctxt "The side image format name displayed in a format suggestion."
|
|
346
358
|
msgid "FORMAT_SIDE_IMAGE"
|
|
347
359
|
msgstr ""
|
|
@@ -362,12 +374,8 @@ msgctxt "The underline format name displayed in a format suggestion."
|
|
|
362
374
|
msgid "FORMAT_UNDERLINE"
|
|
363
375
|
msgstr ""
|
|
364
376
|
|
|
365
|
-
msgctxt "The label for
|
|
366
|
-
msgid "
|
|
367
|
-
msgstr ""
|
|
368
|
-
|
|
369
|
-
msgctxt "The label for area disabled in restricted editing area in a format suggestion."
|
|
370
|
-
msgid "FORMAT_RESTRICTED_DISABLED"
|
|
377
|
+
msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
|
|
378
|
+
msgid "PENDING_ACTION_SUGGESTION"
|
|
371
379
|
msgstr ""
|
|
372
380
|
|
|
373
381
|
msgctxt "A suggestion for replacing one text with another."
|
|
@@ -377,7 +385,3 @@ msgstr ""
|
|
|
377
385
|
msgctxt "The label for the dropdown containing some options related to track changes."
|
|
378
386
|
msgid "Track changes"
|
|
379
387
|
msgstr ""
|
|
380
|
-
|
|
381
|
-
msgctxt "The label for the alert shown when closing the editor with an unsaved comment change."
|
|
382
|
-
msgid "PENDING_ACTION_SUGGESTION"
|
|
383
|
-
msgstr ""
|