@ckeditor/ckeditor5-track-changes 35.3.1 → 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 -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 +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/tk.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 "nokatly sanaw"
|
|
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 "belgilenen sanaw"
|
|
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/tr.po
CHANGED
|
@@ -42,11 +42,27 @@ msgstr "*Ekle:* %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 "*Biçim:* %0 içine ekle"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for removing item from another item."
|
|
48
48
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
49
|
+
msgstr "*Biçim:* %0 öğesinden kaldır"
|
|
50
|
+
|
|
51
|
+
msgctxt "A suggestion for resizing a table."
|
|
52
|
+
msgid "*Format:* resize table"
|
|
53
|
+
msgstr "*Biçim:* tabloyu yeniden boyutlandır"
|
|
54
|
+
|
|
55
|
+
msgctxt "A suggestion for changing list order to reversed."
|
|
56
|
+
msgid "*Format:* set order to reversed"
|
|
57
|
+
msgstr "*Biçim:* sırayı ters olarak ayarla"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for changing list order to regular."
|
|
60
|
+
msgid "*Format:* set order to regular"
|
|
61
|
+
msgstr "*Biçim:* sırayı normal olarak ayarla"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for changing start index of list."
|
|
64
|
+
msgid "*Format:* set start index to %0"
|
|
65
|
+
msgstr "*Biçim:* başlangıç dizinini %0 olarak ayarla"
|
|
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 "maddeli liste"
|
|
190
206
|
|
|
207
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
+
msgstr "madde işaretli liste (daire)"
|
|
210
|
+
|
|
211
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
+
msgstr "madde işaretli liste (disk)"
|
|
214
|
+
|
|
215
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
+
msgstr "madde işaretli liste (kare)"
|
|
218
|
+
|
|
191
219
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
220
|
msgid "ELEMENT_CAPTION"
|
|
193
221
|
msgstr "açıklama"
|
|
@@ -256,6 +284,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
256
284
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
257
285
|
msgstr "numaralandırılmış liste"
|
|
258
286
|
|
|
287
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
288
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
289
|
+
msgstr "numaralı liste (ondalık)"
|
|
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 "numaralı liste (başta sıfır olan ondalık)"
|
|
294
|
+
|
|
295
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
296
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
297
|
+
msgstr "numaralı liste (altta-latin)"
|
|
298
|
+
|
|
299
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
300
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
301
|
+
msgstr "numaralı liste (altta-romen)"
|
|
302
|
+
|
|
303
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
304
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
305
|
+
msgstr "numaralı liste (üstte-latin)"
|
|
306
|
+
|
|
307
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
308
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
309
|
+
msgstr "numaralı liste (üstte-romen)"
|
|
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"
|
|
@@ -410,4 +462,4 @@ msgstr "Bu öneri harici bir kaynaktan geliyor."
|
|
|
410
462
|
|
|
411
463
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
464
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
-
msgstr ""
|
|
465
|
+
msgstr "Bu öneri, içe aktarılan bir Word dosyasından geliyor."
|
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
|
}
|