@ckeditor/ckeditor5-track-changes 35.4.0 → 36.0.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.
Files changed (156) hide show
  1. package/build/track-changes.js +3 -3
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sr-latn.js +1 -1
  37. package/build/translations/sr.js +1 -1
  38. package/build/translations/sv.js +1 -1
  39. package/build/translations/th.js +1 -1
  40. package/build/translations/tk.js +1 -1
  41. package/build/translations/tr.js +1 -1
  42. package/build/translations/tt.js +1 -1
  43. package/build/translations/uk.js +1 -1
  44. package/build/translations/ur.js +1 -1
  45. package/build/translations/vi.js +1 -1
  46. package/build/translations/zh-cn.js +1 -1
  47. package/build/translations/zh.js +1 -1
  48. package/lang/contexts.json +6 -3
  49. package/lang/translations/ar.po +16 -4
  50. package/lang/translations/az.po +16 -4
  51. package/lang/translations/bg.po +16 -4
  52. package/lang/translations/bn.po +16 -4
  53. package/lang/translations/ca.po +16 -4
  54. package/lang/translations/cs.po +16 -4
  55. package/lang/translations/da.po +16 -4
  56. package/lang/translations/de.po +16 -4
  57. package/lang/translations/el.po +16 -4
  58. package/lang/translations/en-au.po +16 -4
  59. package/lang/translations/en.po +16 -4
  60. package/lang/translations/es.po +16 -4
  61. package/lang/translations/et.po +16 -4
  62. package/lang/translations/fi.po +16 -4
  63. package/lang/translations/fr.po +16 -4
  64. package/lang/translations/gl.po +16 -4
  65. package/lang/translations/he.po +16 -4
  66. package/lang/translations/hi.po +16 -4
  67. package/lang/translations/hr.po +16 -4
  68. package/lang/translations/hu.po +16 -4
  69. package/lang/translations/id.po +16 -4
  70. package/lang/translations/it.po +16 -4
  71. package/lang/translations/ja.po +16 -4
  72. package/lang/translations/ko.po +16 -4
  73. package/lang/translations/lt.po +16 -4
  74. package/lang/translations/lv.po +16 -4
  75. package/lang/translations/ms.po +16 -4
  76. package/lang/translations/nl.po +16 -4
  77. package/lang/translations/no.po +16 -4
  78. package/lang/translations/pl.po +16 -4
  79. package/lang/translations/pt-br.po +16 -4
  80. package/lang/translations/pt.po +16 -4
  81. package/lang/translations/ro.po +16 -4
  82. package/lang/translations/ru.po +16 -4
  83. package/lang/translations/sk.po +16 -4
  84. package/lang/translations/sr-latn.po +32 -20
  85. package/lang/translations/sr.po +33 -21
  86. package/lang/translations/sv.po +16 -4
  87. package/lang/translations/th.po +16 -4
  88. package/lang/translations/tk.po +16 -4
  89. package/lang/translations/tr.po +16 -4
  90. package/lang/translations/tt.po +16 -4
  91. package/lang/translations/uk.po +16 -4
  92. package/lang/translations/ur.po +16 -4
  93. package/lang/translations/vi.po +16 -4
  94. package/lang/translations/zh-cn.po +16 -4
  95. package/lang/translations/zh.po +16 -4
  96. package/package.json +4 -4
  97. package/src/commands/acceptsuggestioncommand.js +2 -2
  98. package/src/commands/discardsuggestioncommand.js +2 -2
  99. package/src/commands/executeonallsuggestionscommand.js +2 -2
  100. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  101. package/src/commands/trackchangescommand.js +2 -2
  102. package/src/index.js +1 -1
  103. package/src/integrations/alignment.js +2 -2
  104. package/src/integrations/basicstyles.js +2 -2
  105. package/src/integrations/blockquote.js +2 -2
  106. package/src/integrations/ckbox.js +2 -2
  107. package/src/integrations/codeblock.js +2 -2
  108. package/src/integrations/comments.js +2 -2
  109. package/src/integrations/deletecommand.js +2 -2
  110. package/src/integrations/documentlist.js +2 -2
  111. package/src/integrations/documentlistproperties.js +2 -2
  112. package/src/integrations/entercommand.js +2 -2
  113. package/src/integrations/findandreplace.js +23 -0
  114. package/src/integrations/font.js +2 -2
  115. package/src/integrations/heading.js +2 -2
  116. package/src/integrations/highlight.js +2 -2
  117. package/src/integrations/horizontalline.js +2 -2
  118. package/src/integrations/htmlembed.js +2 -2
  119. package/src/integrations/image.js +2 -2
  120. package/src/integrations/imagereplace.js +23 -0
  121. package/src/integrations/importword.js +2 -2
  122. package/src/integrations/indent.js +2 -2
  123. package/src/integrations/inputcommand.js +2 -2
  124. package/src/integrations/link.js +2 -2
  125. package/src/integrations/list.js +2 -2
  126. package/src/integrations/listproperties.js +2 -2
  127. package/src/integrations/mediaembed.js +2 -2
  128. package/src/integrations/mention.js +2 -2
  129. package/src/integrations/pagebreak.js +2 -2
  130. package/src/integrations/paragraph.js +2 -2
  131. package/src/integrations/removeformat.js +2 -2
  132. package/src/integrations/restrictededitingmode.js +2 -2
  133. package/src/integrations/shiftentercommand.js +2 -2
  134. package/src/integrations/standardeditingmode.js +2 -2
  135. package/src/integrations/style.js +2 -2
  136. package/src/integrations/table.js +2 -2
  137. package/src/integrations/tablecaption.js +2 -2
  138. package/src/integrations/tableclipboard.js +2 -2
  139. package/src/integrations/tablecolumnresize.js +2 -2
  140. package/src/integrations/tableheadings.js +2 -2
  141. package/src/integrations/tablemergesplit.js +2 -2
  142. package/src/integrations/tableproperties.js +23 -0
  143. package/src/integrations/title.js +2 -2
  144. package/src/integrations/undo.js +2 -2
  145. package/src/integrations/utils.js +2 -2
  146. package/src/suggestion.js +2 -2
  147. package/src/suggestiondescriptionfactory.js +2 -2
  148. package/src/trackchanges.js +2 -2
  149. package/src/trackchangesdata.js +2 -2
  150. package/src/trackchangesediting.js +2 -2
  151. package/src/trackchangesui.js +2 -2
  152. package/src/ui/suggestioncontroller.js +2 -2
  153. package/src/ui/view/basesuggestionthreadview.js +2 -2
  154. package/src/ui/view/suggestionthreadview.js +2 -2
  155. package/src/utils/common-translations.js +2 -2
  156. package/src/utils/utils.js +2 -2
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formatas:* keisti lentelės ypatybes"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formatas:* keisti lentelės langelio ypatybes"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formatas:* įterpti į %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formatas:* pašalinti iš %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formatas:* keisti paveikslėlio nuorodą"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formatas:* pakeiskite lentelės dydį"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formatas:* nustatyti atvirkštinę tvarką"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formatas:* nustatyti tvarką į įprastą"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formatas:* nustatyti pradžios indeksą į %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formāts:* mainīt tabulas īpašības"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formāts:* mainīt tabulas ailes īpašības"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formāts:* ievietot %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formāts:* noņemt no %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formāts:* aizvietot attēla URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formāts:* koriģēt tabulas izmēru"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formāts:* iestatiet apgriezto secību"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formāts:* iestatiet parasto secību"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formāts:* iestatīt sākuma indeksu uz %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* ubah sifat-sifat jadual"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* ubah sifat-sifat sel jadual"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format:* masukkan kedalam %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Format:* dibuang daripada %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* gantikan URL imej"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* saizkan semula jadual"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Format:* tetapkan susunan kepada terbalik"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* tetapkan susunan kepada biasa"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Format:* tetapkan indeks mula kepada %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* verander tabeleigenschappen"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* verander de eigenschappen van tabelcellen"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Indeling:* invoegen in [%0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Indeling:* verwijderen uit [%0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* vervang afbeelding-URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Indeling:* tabelgrootte wijzigen"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Indeling:* de volgorde op omgekeerd instellen"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Indeling:* de volgorde op normaal instellen"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Indeling:* de beginindex op %0 instellen"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* endre egenskaper for tabell"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* endre egenskaper for celler i tabell"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format:* sett inn i %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Format:* fjern fra %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* erstatt bilde URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* endre tabellstørrelse"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Format:* sett rekkefølge til reversert"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* sett rekkefølge til vanlig"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Format:* sett start av indeks til %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* zmień właściwości tabeli"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* zmień właściwości komórki tabeli"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format:* wstaw do %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Format:* usuń z %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* zastąp URL obrazu"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* zmień rozmiar tabeli"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Format:* ustaw kolejność jako odwrotną"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Format:* ustaw kolejność jako standardową"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Format:* ustaw indeks początkowy jako %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formatação:* altera as propriedades da tabela"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formatação:* altera as propriedades da célula da tabela"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formatar:* inserir dentro de %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formatar:* remover de %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formatação:* substitui o URL da imagem"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formato:* redimensionar tabela"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formato:* defina a ordem como invertida"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formato:* defina a ordem como regular"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formato:* defina o índice inicial para %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formatar:* alterar propriedades de tabela"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formatar:* alterar propriedades de células da tabela"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formato:* inserir em %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formato:* remover de %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formatar:* substituir endereço URL de imagem"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formato:* redimensionar tabela"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formato:* definir ordem como inversa"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formato:* definir ordem como normal"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formato:* definir índice inicial como %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* modifică proprietățile tabelului"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* modifică proprietățile celulei tabelului"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formatare:* inserare în %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formatare:* eliminare din %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* înlocuiește adresa URL a imaginii"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formatare:* redimensionare tabel"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formatare:* ordine de sortare inversată"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formatare:* ordine de sortare normală"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formatare:* setarea indicelui de start la %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Формат:* изменение свойств таблицы"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Формат:* изменение свойств ячеек таблицы"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Формат:* вставить в %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Формат:* удалить из %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Формат:* замена URL изображения"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Формат:* изменить размер таблицы"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Формат:* установить обратный порядок"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Формат:* установить обычный порядок"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Формат:* установить начальный индекс на %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -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 changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formát:* zmeniť vlastnosti tabuľky"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formát:* zmeniť vlastnosti bunky tabuľky"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formát:* vložiť do %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Formát:* odstrániť z %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formát:* nahradiť adresu URL obrázka"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formát:* zmena veľkosti tabuľky"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
69
  msgstr "*Formát:* nastavte poradie na opačné"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
73
  msgstr "*Formát:* nastavte poradie na bežné"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
77
  msgstr "*Formát:* nastaviť počiatočný index na %0"
66
78
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
1
+ # Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
2
2
  #
3
3
  # !!! IMPORTANT !!!
4
4
  #
@@ -40,29 +40,41 @@ msgctxt "A suggestion for inserting an item."
40
40
  msgid "*Insert:* %0"
41
41
  msgstr "*Ubaci:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr ""
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr ""
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
- msgstr ""
53
+ msgstr "*Format:* ubaci u %0"
46
54
 
47
55
  msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
57
+ msgstr "*Format:* ukloni iz %0"
58
+
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
49
61
  msgstr ""
50
62
 
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
- msgstr ""
65
+ msgstr "*Format:* tabela promene veličine"
54
66
 
55
- msgctxt "A suggestion for changing list order to reversed."
67
+ msgctxt "A suggestion for changing the list order to reversed."
56
68
  msgid "*Format:* set order to reversed"
57
- msgstr ""
69
+ msgstr "*Format:* podesite redosled na obrnuti"
58
70
 
59
- msgctxt "A suggestion for changing list order to regular."
71
+ msgctxt "A suggestion for changing the list order to regular."
60
72
  msgid "*Format:* set order to regular"
61
- msgstr ""
73
+ msgstr "*Format:* podesite redosled na regularan"
62
74
 
63
- msgctxt "A suggestion for changing start index of list."
75
+ msgctxt "A suggestion for changing the start index of the list."
64
76
  msgid "*Format:* set start index to %0"
65
- msgstr ""
77
+ msgstr "*Format:* postavi početni indeks na %0"
66
78
 
67
79
  msgctxt "A suggestion for merging cells."
68
80
  msgid "*Merge cells*"
@@ -206,15 +218,15 @@ msgstr "numerisana lista"
206
218
 
207
219
  msgctxt "The circle styled bulleted list element name displayed in the suggestion."
208
220
  msgid "ELEMENT_BULLETED_LIST_CIRCLE"
209
- msgstr ""
221
+ msgstr "lista za nabrajanje (krug)"
210
222
 
211
223
  msgctxt "The disc styled bulleted list element name displayed in the suggestion."
212
224
  msgid "ELEMENT_BULLETED_LIST_DISC"
213
- msgstr ""
225
+ msgstr "lista za nabrajanje (disk)"
214
226
 
215
227
  msgctxt "The square styled bulleted list element name displayed in the suggestion."
216
228
  msgid "ELEMENT_BULLETED_LIST_SQUARE"
217
- msgstr ""
229
+ msgstr "lista za nabrajanje (kvadrat)"
218
230
 
219
231
  msgctxt "The caption element name displayed in the suggestion."
220
232
  msgid "ELEMENT_CAPTION"
@@ -296,27 +308,27 @@ msgstr "numerisana lista"
296
308
 
297
309
  msgctxt "The decimal styled numbered list element name displayed in the suggestion."
298
310
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
299
- msgstr ""
311
+ msgstr "numerisana lista (decimalna)"
300
312
 
301
313
  msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
302
314
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
303
- msgstr ""
315
+ msgstr "numerisana lista (decimalna sa početnom nulom)"
304
316
 
305
317
  msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
306
318
  msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
307
- msgstr ""
319
+ msgstr "numerisana lista (mala latinica)"
308
320
 
309
321
  msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
310
322
  msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
311
- msgstr ""
323
+ msgstr "numerisana lista (mali rimski)"
312
324
 
313
325
  msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
314
326
  msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
315
- msgstr ""
327
+ msgstr "numerisana lista (velika latinica)"
316
328
 
317
329
  msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
318
330
  msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
319
- msgstr ""
331
+ msgstr "numerisana lista (veliki rimski)"
320
332
 
321
333
  msgctxt "The page break element name displayed in the suggestion."
322
334
  msgid "ELEMENT_PAGE_BREAK"
@@ -476,8 +488,8 @@ msgstr "Pratite promene"
476
488
 
477
489
  msgctxt "The additional information that suggestion comes from external source."
478
490
  msgid "EXTERNAL_SUGGESTION"
479
- msgstr ""
491
+ msgstr "Ovaj predlog dolazi iz spoljnog izvora."
480
492
 
481
493
  msgctxt "The additional information that suggestion comes from imported word file."
482
494
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
483
- msgstr ""
495
+ msgstr "Ovaj predlog dolazi iz uvezene Word datoteke."