@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 "*Insertar:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formato:* cambiar las propiedades de la tabla"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formato:* cambiar las propiedades de la celda de la tabla"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formato:* insertar en %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:* eliminar de %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formato:* reemplazar la URL de la imagen"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formato:* redimensionar tabla"
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:* establecer orden inverso"
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:* establecer orden a 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:* establecer el índice de inicio en %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 "*Sisesta:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Vorming:* muuda tabeli atribuute"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Vorming:* muuda tabeli lahtri atribuute"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Vorming:* sisestage kausta %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Vorming:* eemaldage kaustast %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Vorming:* asenda pildi URL"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Vorming:* muudke tabeli suurust"
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 "*Vorming:* määrake järjekord vastupidiseks"
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 "*Vorming:* määrake järjekord tavaliseks"
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 "*Vorming:* määrake algusindeksiks %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 "*Liitä:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Muotoilu:* muuta taulukon ominaisuuksia"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Muotoilu:* muuta taulukon solun ominaisuuksia"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Muoto:* lisää kohteeseen %0"
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr "*Muoto:* poista kohteesta %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Muotoilu:* korvaa kuvan URL-osoite"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Muoto:* määritä taulukon koko uudelleen"
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 "*Muoto:* aseta järjestys käänteiseksi"
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 "*Muoto:* aseta järjestys normaaliksi"
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 "*Muoto:* aseta aloitusindeksiksi %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 "*Inséré :* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format :* modifier les propriétés du tableau"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format :* modifier les propriétés des cellules du tableau"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Format :* insérer dans %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 :* supprimer de %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format :* remplacer l'URL de l'image"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format :* redimensionner le tableau"
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 :* définir l'ordre sur inversé"
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 :* définir l'ordre sur 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 "*Format :* définir l'index de début sur %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 ""
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 ""
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr ""
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
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 ""
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 "*Insert:* %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 "*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
53
  msgstr ""
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
48
56
  msgid "*Format:* remove from %0"
49
57
  msgstr ""
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr ""
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 ""
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 "*Beszúrás:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formátum:* a táblázat tulajdonságainak módosítása"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formátum:* táblázatcellák tulajdonságainak módosítása"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formátum:* illessze be ide: %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átum:* eltávolítás innen: %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formátum:* a kép URL-jének cseréje"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formátum:* táblázat átméretezése"
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átum:* sorrend megfordítása"
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átum:* sorrend normálra állítása"
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átum:* kezdő index beállításra erre: %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 "*Tambahkan:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Format:* ubah properti tabel"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Format:* ubah properti sel tabel"
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 ke dalam %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:* hapus dari %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Format:* ganti URL gambar"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Format:* ubah ukuran 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 "*Format:* atur urutan ke 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:* atur urutan ke reguler"
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:* atur indeks awal ke %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 "*Inserisci:* %0"
42
42
 
43
+ msgctxt "A suggestion for changing table properties."
44
+ msgid "*Format:* change table properties"
45
+ msgstr "*Formato:* modifica le proprietà della tabella"
46
+
47
+ msgctxt "A suggestion for changing table cell properties."
48
+ msgid "*Format:* change table cell properties"
49
+ msgstr "*Formato:* modifica le proprietà della cella della tabella"
50
+
43
51
  msgctxt "A suggestion for inserting an item into another item."
44
52
  msgid "*Format:* insert into %0"
45
53
  msgstr "*Formato:* inserisci 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 "*Formato:* rimuovi da %0"
50
58
 
59
+ msgctxt "A suggestion for replacing an image."
60
+ msgid "*Format:* replace image URL"
61
+ msgstr "*Formato:* sostituisci l'URL dell'immagine"
62
+
51
63
  msgctxt "A suggestion for resizing a table."
52
64
  msgid "*Format:* resize table"
53
65
  msgstr "*Formato:* ridimensiona tabella"
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:* imposta ordine inverso"
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:* imposta ordine normale"
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:* imposta indice iniziale a %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 "*삽입:* %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