@ckeditor/ckeditor5-track-changes 35.2.1 → 35.3.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/CHANGELOG.md +1 -1
- package/README.md +1 -1
- 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 +4 -1
- package/lang/translations/ar.po +12 -0
- package/lang/translations/az.po +12 -0
- package/lang/translations/bg.po +12 -0
- package/lang/translations/bn.po +12 -0
- package/lang/translations/ca.po +12 -0
- package/lang/translations/cs.po +12 -0
- package/lang/translations/da.po +12 -0
- package/lang/translations/de.po +12 -0
- package/lang/translations/el.po +12 -0
- package/lang/translations/en-au.po +12 -0
- package/lang/translations/en.po +12 -0
- package/lang/translations/es.po +12 -0
- package/lang/translations/et.po +12 -0
- package/lang/translations/fi.po +12 -0
- package/lang/translations/fr.po +12 -0
- package/lang/translations/gl.po +12 -0
- package/lang/translations/he.po +12 -0
- package/lang/translations/hi.po +12 -0
- package/lang/translations/hr.po +12 -0
- package/lang/translations/hu.po +12 -0
- package/lang/translations/id.po +12 -0
- package/lang/translations/it.po +12 -0
- package/lang/translations/ja.po +12 -0
- package/lang/translations/ko.po +12 -0
- package/lang/translations/lt.po +12 -0
- package/lang/translations/lv.po +12 -0
- package/lang/translations/ms.po +12 -0
- package/lang/translations/nl.po +12 -0
- package/lang/translations/no.po +12 -0
- package/lang/translations/pl.po +12 -0
- package/lang/translations/pt-br.po +12 -0
- package/lang/translations/pt.po +12 -0
- package/lang/translations/ro.po +12 -0
- package/lang/translations/ru.po +12 -0
- package/lang/translations/sk.po +12 -0
- package/lang/translations/sr-latn.po +12 -0
- package/lang/translations/sr.po +12 -0
- package/lang/translations/sv.po +12 -0
- package/lang/translations/th.po +12 -0
- package/lang/translations/tk.po +12 -0
- package/lang/translations/tr.po +12 -0
- package/lang/translations/tt.po +12 -0
- package/lang/translations/uk.po +12 -0
- package/lang/translations/ur.po +12 -0
- package/lang/translations/vi.po +12 -0
- package/lang/translations/zh-cn.po +12 -0
- package/lang/translations/zh.po +12 -0
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/{utils/sortsuggestions.js → commands/executeonallsuggestionscommand.js} +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +23 -0
- 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 +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/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/{utils/normalizedescription.js → integrations/tablecaption.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/utils.js +23 -0
- package/src/commands/acceptallsuggestionscommand.js +0 -23
- package/src/commands/acceptselectedsuggestionscommand.js +0 -23
- package/src/commands/discardallsuggestionscommand.js +0 -23
- package/src/commands/discardselectedsuggestionscommand.js +0 -23
- package/src/utils/getrangesofblockgroups.js +0 -23
- package/src/utils/getselectedsuggestions.js +0 -23
- package/src/utils/hashobject.js +0 -23
package/lang/translations/es.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Insertar:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Combinar celdas*"
|
|
@@ -417,3 +425,7 @@ msgstr "Control de cambios"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Esta sugerencia procede de una fuente externa."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/et.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Sisesta:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Ühenda lahtrid*"
|
|
@@ -399,3 +407,7 @@ msgstr "Jälgi muudatusi"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Soovitus pärineb välisallikast."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/fi.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Liitä:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Sulauta solut*"
|
|
@@ -399,3 +407,7 @@ msgstr "Seuraa muutoksia"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Tämä ehdotus tulee ulkoisesta lähteestä."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/fr.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inséré :* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Cellules fusionnées*"
|
|
@@ -417,3 +425,7 @@ msgstr "Suivit des modifications"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Cette suggestion provient d'une source externe."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/gl.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserir:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Combinar celas*"
|
|
@@ -399,3 +407,7 @@ msgstr "Seguimento de cambios"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr ""
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/he.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*הכנס:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*מיזוג תאים*"
|
|
@@ -435,3 +443,7 @@ msgstr "עקוב אחר שינויים"
|
|
|
435
443
|
msgctxt "The additional information that suggestion comes from external source."
|
|
436
444
|
msgid "EXTERNAL_SUGGESTION"
|
|
437
445
|
msgstr "הצעה זו מגיעה ממקור חיצוני."
|
|
446
|
+
|
|
447
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
+
msgstr ""
|
package/lang/translations/hi.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Insert:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*सेल मर्ज करें*"
|
|
@@ -399,3 +407,7 @@ msgstr "Track changes"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "यह सुझाव एक एक्सटर्नल सोर्स से आता है ।"
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/hr.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ubaci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Spoji ćelije*"
|
|
@@ -417,3 +425,7 @@ msgstr "Prati promjene"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr ""
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/hu.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Beszúrás:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Cellák egyesítése*"
|
|
@@ -399,3 +407,7 @@ msgstr "Változások követése"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Ez a javaslat külső forrásból származik."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/id.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Tambahkan:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Gabungkan sel*"
|
|
@@ -381,3 +389,7 @@ msgstr "Lacak perubahan"
|
|
|
381
389
|
msgctxt "The additional information that suggestion comes from external source."
|
|
382
390
|
msgid "EXTERNAL_SUGGESTION"
|
|
383
391
|
msgstr "Saran ini berasal dari sumber eksternal."
|
|
392
|
+
|
|
393
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
+
msgstr ""
|
package/lang/translations/it.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserisci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Unisci celle*"
|
|
@@ -417,3 +425,7 @@ msgstr "Traccia modifiche"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Questo suggerimento proviene da una fonte esterna."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/ja.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*挿入:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*セルを結合*"
|
|
@@ -381,3 +389,7 @@ msgstr "変更を追跡"
|
|
|
381
389
|
msgctxt "The additional information that suggestion comes from external source."
|
|
382
390
|
msgid "EXTERNAL_SUGGESTION"
|
|
383
391
|
msgstr "この提案は外部ソースに由来するものです。"
|
|
392
|
+
|
|
393
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
+
msgstr ""
|
package/lang/translations/ko.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*삽입:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*셀 병합*"
|
|
@@ -381,3 +389,7 @@ msgstr "변경 내용 추적"
|
|
|
381
389
|
msgctxt "The additional information that suggestion comes from external source."
|
|
382
390
|
msgid "EXTERNAL_SUGGESTION"
|
|
383
391
|
msgstr "이 제안은 외부 출처에서 왔습니다."
|
|
392
|
+
|
|
393
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
+
msgstr ""
|
package/lang/translations/lt.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Įkelti:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Sulieti langelius*"
|
|
@@ -435,3 +443,7 @@ msgstr "Sekti pakeitimus"
|
|
|
435
443
|
msgctxt "The additional information that suggestion comes from external source."
|
|
436
444
|
msgid "EXTERNAL_SUGGESTION"
|
|
437
445
|
msgstr "Šis pasiūlymas yra iš išorinio šaltinio."
|
|
446
|
+
|
|
447
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
+
msgstr ""
|
package/lang/translations/lv.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ievietot\\:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Apvienot šūnas*"
|
|
@@ -417,3 +425,7 @@ msgstr "Pārskatīt labojumus"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Šī ieteikuma izcelsme ir ārējs avots."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/ms.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Masukkan:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Cantum sel*"
|
|
@@ -381,3 +389,7 @@ msgstr "Jejak perubahan"
|
|
|
381
389
|
msgctxt "The additional information that suggestion comes from external source."
|
|
382
390
|
msgid "EXTERNAL_SUGGESTION"
|
|
383
391
|
msgstr "Cadangan ini berasal daripada sumber luaran."
|
|
392
|
+
|
|
393
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
+
msgstr ""
|
package/lang/translations/nl.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Invoegen:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Cellen samenvoegen*"
|
|
@@ -399,3 +407,7 @@ msgstr "Wijzigingen bijhouden"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Deze suggestie is afkomstig van een externe bron."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/no.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Sett inn:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Flett celler*"
|
|
@@ -399,3 +407,7 @@ msgstr "Spor endringer"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Dette forslaget kommer fra en ekstern kilde."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/pl.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Wstaw:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Scal komórki*"
|
|
@@ -435,3 +443,7 @@ msgstr "Śledzenie zmian"
|
|
|
435
443
|
msgctxt "The additional information that suggestion comes from external source."
|
|
436
444
|
msgid "EXTERNAL_SUGGESTION"
|
|
437
445
|
msgstr "Ta sugestia jest z zewnętrznego źródła."
|
|
446
|
+
|
|
447
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
+
msgstr ""
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserir:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Mesclar células*"
|
|
@@ -417,3 +425,7 @@ msgstr "Acompanhar alterações"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Esta sugestão vem de uma fonte externa."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/pt.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserir:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Unir células*"
|
|
@@ -417,3 +425,7 @@ msgstr "Acompanhar alterações"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Esta sugestão provém de uma fonte externa."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/ro.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserare:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Îmbinare celule*"
|
|
@@ -417,3 +425,7 @@ msgstr "Urmărire modificări"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Această sugestie provine dintr-o sursă externă."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/ru.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Вставить:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Объединить ячейки*"
|
|
@@ -437,3 +445,7 @@ msgstr "Отслеживание изменений"
|
|
|
437
445
|
msgctxt "The additional information that suggestion comes from external source."
|
|
438
446
|
msgid "EXTERNAL_SUGGESTION"
|
|
439
447
|
msgstr "Это предложение взято из внешнего источника."
|
|
448
|
+
|
|
449
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
450
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
451
|
+
msgstr ""
|
package/lang/translations/sk.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Vložiť:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Zlúčiť bunky*"
|
|
@@ -435,3 +443,7 @@ msgstr "Sledovať zmeny"
|
|
|
435
443
|
msgctxt "The additional information that suggestion comes from external source."
|
|
436
444
|
msgid "EXTERNAL_SUGGESTION"
|
|
437
445
|
msgstr "Tento návrh pochádza z externého zdroja."
|
|
446
|
+
|
|
447
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
+
msgstr ""
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ubaci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Spoji ćelije*"
|
|
@@ -417,3 +425,7 @@ msgstr "Pratite promene"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr ""
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/sr.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Убаци:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Споји челије*"
|
|
@@ -417,3 +425,7 @@ msgstr "Пратите промене"
|
|
|
417
425
|
msgctxt "The additional information that suggestion comes from external source."
|
|
418
426
|
msgid "EXTERNAL_SUGGESTION"
|
|
419
427
|
msgstr "Ovaj predlog dolazi iz spoljnog izvora."
|
|
428
|
+
|
|
429
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
+
msgstr ""
|
package/lang/translations/sv.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Infoga:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*Sammanfoga celler*"
|
|
@@ -399,3 +407,7 @@ msgstr "Spåra ändringar"
|
|
|
399
407
|
msgctxt "The additional information that suggestion comes from external source."
|
|
400
408
|
msgid "EXTERNAL_SUGGESTION"
|
|
401
409
|
msgstr "Detta förslag härrör från en extern källa."
|
|
410
|
+
|
|
411
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
412
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
413
|
+
msgstr ""
|
package/lang/translations/th.po
CHANGED
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*แทรก:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for inserting an item into another item."
|
|
44
|
+
msgid "*Format:* insert into %0"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for removing item from another item."
|
|
48
|
+
msgid "*Format:* remove from %0"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for merging cells."
|
|
44
52
|
msgid "*Merge cells*"
|
|
45
53
|
msgstr "*ผสานเซลล์*"
|
|
@@ -381,3 +389,7 @@ msgstr "ติดตามการเปลี่ยนแปลง"
|
|
|
381
389
|
msgctxt "The additional information that suggestion comes from external source."
|
|
382
390
|
msgid "EXTERNAL_SUGGESTION"
|
|
383
391
|
msgstr "คําแนะนํานี้มาจากแหล่งภายนอก"
|
|
392
|
+
|
|
393
|
+
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
|
+
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
+
msgstr ""
|