@ckeditor/ckeditor5-track-changes 37.0.1 → 37.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/build/track-changes.js +2 -2
  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 +2 -0
  49. package/lang/translations/ar.po +15 -1
  50. package/lang/translations/az.po +11 -1
  51. package/lang/translations/bg.po +11 -1
  52. package/lang/translations/bn.po +11 -1
  53. package/lang/translations/ca.po +11 -1
  54. package/lang/translations/cs.po +13 -1
  55. package/lang/translations/da.po +11 -1
  56. package/lang/translations/de.po +11 -1
  57. package/lang/translations/el.po +11 -1
  58. package/lang/translations/en-au.po +11 -1
  59. package/lang/translations/en.po +10 -0
  60. package/lang/translations/es.po +12 -1
  61. package/lang/translations/et.po +11 -1
  62. package/lang/translations/fi.po +11 -1
  63. package/lang/translations/fr.po +12 -1
  64. package/lang/translations/gl.po +11 -1
  65. package/lang/translations/he.po +13 -1
  66. package/lang/translations/hi.po +11 -1
  67. package/lang/translations/hr.po +12 -1
  68. package/lang/translations/hu.po +11 -1
  69. package/lang/translations/id.po +10 -1
  70. package/lang/translations/it.po +12 -1
  71. package/lang/translations/ja.po +10 -1
  72. package/lang/translations/ko.po +10 -1
  73. package/lang/translations/lt.po +13 -1
  74. package/lang/translations/lv.po +12 -1
  75. package/lang/translations/ms.po +10 -1
  76. package/lang/translations/nl.po +11 -1
  77. package/lang/translations/no.po +11 -1
  78. package/lang/translations/pl.po +13 -1
  79. package/lang/translations/pt-br.po +12 -1
  80. package/lang/translations/pt.po +12 -1
  81. package/lang/translations/ro.po +12 -1
  82. package/lang/translations/ru.po +13 -1
  83. package/lang/translations/sk.po +13 -1
  84. package/lang/translations/sr-latn.po +12 -1
  85. package/lang/translations/sr.po +33 -22
  86. package/lang/translations/sv.po +11 -1
  87. package/lang/translations/th.po +10 -1
  88. package/lang/translations/tk.po +11 -1
  89. package/lang/translations/tr.po +11 -1
  90. package/lang/translations/tt.po +10 -1
  91. package/lang/translations/uk.po +13 -1
  92. package/lang/translations/ur.po +11 -1
  93. package/lang/translations/vi.po +10 -1
  94. package/lang/translations/zh-cn.po +10 -1
  95. package/lang/translations/zh.po +10 -1
  96. package/package.json +3 -3
  97. package/src/commands/acceptsuggestioncommand.js +1 -1
  98. package/src/commands/discardsuggestioncommand.js +1 -1
  99. package/src/commands/executeonallsuggestionscommand.js +1 -1
  100. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  101. package/src/commands/trackchangescommand.js +1 -1
  102. package/src/index.d.ts +1 -1
  103. package/src/integrations/alignment.js +1 -1
  104. package/src/integrations/basicstyles.js +1 -1
  105. package/src/integrations/blockquote.js +1 -1
  106. package/src/integrations/ckbox.js +1 -1
  107. package/src/integrations/codeblock.js +1 -1
  108. package/src/integrations/comments.js +1 -1
  109. package/src/integrations/deletecommand.js +1 -1
  110. package/src/integrations/documentlist.js +1 -1
  111. package/src/integrations/documentlistproperties.js +1 -1
  112. package/src/integrations/entercommand.js +1 -1
  113. package/src/integrations/findandreplace.js +1 -1
  114. package/src/integrations/font.js +1 -1
  115. package/src/integrations/formatpainter.d.ts +13 -0
  116. package/src/integrations/formatpainter.js +23 -0
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/importword.js +1 -1
  124. package/src/integrations/indent.js +1 -1
  125. package/src/integrations/inputcommand.js +1 -1
  126. package/src/integrations/link.js +1 -1
  127. package/src/integrations/list.js +1 -1
  128. package/src/integrations/listproperties.js +1 -1
  129. package/src/integrations/mediaembed.js +1 -1
  130. package/src/integrations/mention.js +1 -1
  131. package/src/integrations/pagebreak.js +1 -1
  132. package/src/integrations/paragraph.js +1 -1
  133. package/src/integrations/removeformat.js +1 -1
  134. package/src/integrations/restrictededitingmode.js +1 -1
  135. package/src/integrations/shiftentercommand.js +1 -1
  136. package/src/integrations/standardeditingmode.js +1 -1
  137. package/src/integrations/style.js +1 -1
  138. package/src/integrations/table.js +1 -1
  139. package/src/integrations/tablecaption.js +1 -1
  140. package/src/integrations/tableclipboard.js +1 -1
  141. package/src/integrations/tablecolumnresize.js +1 -1
  142. package/src/integrations/tableheadings.js +1 -1
  143. package/src/integrations/tablemergesplit.js +1 -1
  144. package/src/integrations/tableofcontents.d.ts +13 -0
  145. package/src/integrations/tableofcontents.js +23 -0
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.d.ts +13 -0
  148. package/src/integrations/template.js +23 -0
  149. package/src/integrations/title.js +1 -1
  150. package/src/integrations/undo.js +1 -1
  151. package/src/integrations/utils.js +1 -1
  152. package/src/suggestion.js +1 -1
  153. package/src/suggestiondescriptionfactory.js +1 -1
  154. package/src/trackchanges.js +1 -1
  155. package/src/trackchangesdata.js +1 -1
  156. package/src/trackchangesediting.js +1 -1
  157. package/src/trackchangesui.js +1 -1
  158. package/src/ui/suggestioncontroller.js +1 -1
  159. package/src/ui/view/basesuggestionthreadview.js +1 -1
  160. package/src/ui/view/suggestionthreadview.js +1 -1
  161. package/src/utils/common-translations.js +1 -1
  162. package/src/utils/utils.js +1 -1
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Hebrew (https://www.transifex.com/ckeditor/teams/11143/he/)\n"
15
+ "Language-Team: Hebrew (https://app.transifex.com/ckeditor/teams/11143/he/)\n"
16
16
  "Language: he\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*הגדר את גודל הגופן:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*הגדר סימון:* %0"
@@ -388,6 +392,14 @@ msgstr[1] "%0 עמודת טבלה *עם טקסט* %1"
388
392
  msgstr[2] "%0 עמודת טבלה *עם טקסט* %1"
389
393
  msgstr[3] "%0 עמודת טבלה *עם טקסט* %1"
390
394
 
395
+ msgctxt "The table of contents element name displayed in the suggestion."
396
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
397
+ msgid_plural "%0 tables of contents"
398
+ msgstr[0] ""
399
+ msgstr[1] ""
400
+ msgstr[2] ""
401
+ msgstr[3] ""
402
+
391
403
  msgctxt "The table row element name displayed in the suggestion."
392
404
  msgid "ELEMENT_TABLE_ROW"
393
405
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Hindi (https://www.transifex.com/ckeditor/teams/11143/hi/)\n"
15
+ "Language-Team: Hindi (https://app.transifex.com/ckeditor/teams/11143/hi/)\n"
16
16
  "Language: hi\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Set font size:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*हाइलाइट सेट करें:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "table column *with text* %1"
357
361
  msgstr[1] "%0 table columns *with text* %1"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Croatian (https://www.transifex.com/ckeditor/teams/11143/hr/)\n"
15
+ "Language-Team: Croatian (https://app.transifex.com/ckeditor/teams/11143/hr/)\n"
16
16
  "Language: hr\n"
17
17
  "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Postavi veličinu fonta:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Postavi isticanje:* %0"
@@ -372,6 +376,13 @@ msgstr[0] "kolona tablice *sa tekstom* %1"
372
376
  msgstr[1] "%0 kolone tablice *sa tekstom* %1"
373
377
  msgstr[2] "%0 kolone tablice *sa tekstom* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
15
+ "Language-Team: Hungarian (https://app.transifex.com/ckeditor/teams/11143/hu/)\n"
16
16
  "Language: hu\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Betűméret beállítása:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Kiemelés beállítása:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "táblázatoszlop %1 *szöveggel*"
357
361
  msgstr[1] "0% táblázatoszlop %1 *szöveggel*"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Indonesian (https://www.transifex.com/ckeditor/teams/11143/id/)\n"
15
+ "Language-Team: Indonesian (https://app.transifex.com/ckeditor/teams/11143/id/)\n"
16
16
  "Language: id\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Set ukuran fon:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Set sorotan:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "kolom tabel *dengan teks* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
15
+ "Language-Team: Italian (https://app.transifex.com/ckeditor/teams/11143/it/)\n"
16
16
  "Language: it\n"
17
17
  "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Imposta dimensione carattere:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Imposta evidenziazione:* %0"
@@ -372,6 +376,13 @@ msgstr[0] "colonna di tabella *con testo* %1"
372
376
  msgstr[1] "%0 colonne di tabella *con testo* %1"
373
377
  msgstr[2] "%0 colonne di tabella *con testo* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Japanese (https://www.transifex.com/ckeditor/teams/11143/ja/)\n"
15
+ "Language-Team: Japanese (https://app.transifex.com/ckeditor/teams/11143/ja/)\n"
16
16
  "Language: ja\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*フォントサイズを設定:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*ハイライトを設定:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "テーブル列*テキスト入り*%1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\n"
15
+ "Language-Team: Korean (https://app.transifex.com/ckeditor/teams/11143/ko/)\n"
16
16
  "Language: ko\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*폰트 크기 설정:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*강조 표시 설정:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "%1 *텍스트가 포함된* %0 열"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Lithuanian (https://www.transifex.com/ckeditor/teams/11143/lt/)\n"
15
+ "Language-Team: Lithuanian (https://app.transifex.com/ckeditor/teams/11143/lt/)\n"
16
16
  "Language: lt\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Nustatyti šrifto dydį:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Nustatyti paryškinimą:* %0"
@@ -388,6 +392,14 @@ msgstr[1] "0% lentelės stulpelis *su tekstu* %1"
388
392
  msgstr[2] "0% lentelės stulpelis *su tekstu* %1"
389
393
  msgstr[3] "0% lentelės stulpelis *su tekstu* %1"
390
394
 
395
+ msgctxt "The table of contents element name displayed in the suggestion."
396
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
397
+ msgid_plural "%0 tables of contents"
398
+ msgstr[0] ""
399
+ msgstr[1] ""
400
+ msgstr[2] ""
401
+ msgstr[3] ""
402
+
391
403
  msgctxt "The table row element name displayed in the suggestion."
392
404
  msgid "ELEMENT_TABLE_ROW"
393
405
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Latvian (https://www.transifex.com/ckeditor/teams/11143/lv/)\n"
15
+ "Language-Team: Latvian (https://app.transifex.com/ckeditor/teams/11143/lv/)\n"
16
16
  "Language: lv\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Uzstādīt teksta izmēru:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Uzlikt akcentu:*%0"
@@ -372,6 +376,13 @@ msgstr[0] "tabulas kolonna *ar tekstu* %1"
372
376
  msgstr[1] "0% tabulas kolonna *ar tekstu* %1"
373
377
  msgstr[2] "0% tabulas kolonna *ar tekstu* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Malay (https://www.transifex.com/ckeditor/teams/11143/ms/)\n"
15
+ "Language-Team: Malay (https://app.transifex.com/ckeditor/teams/11143/ms/)\n"
16
16
  "Language: ms\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Tetapkan saiz fon:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Tetapkan sorotan:* %0"
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
340
344
  msgid_plural "%0 table columns *with text* %1"
341
345
  msgstr[0] "kolum jadual *dengan teks* %1"
342
346
 
347
+ msgctxt "The table of contents element name displayed in the suggestion."
348
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
349
+ msgid_plural "%0 tables of contents"
350
+ msgstr[0] ""
351
+
343
352
  msgctxt "The table row element name displayed in the suggestion."
344
353
  msgid "ELEMENT_TABLE_ROW"
345
354
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Dutch (https://www.transifex.com/ckeditor/teams/11143/nl/)\n"
15
+ "Language-Team: Dutch (https://app.transifex.com/ckeditor/teams/11143/nl/)\n"
16
16
  "Language: nl\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Lettergrootte instellen:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Markering instellen:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "tabel-kolom *met tekst* 1%"
357
361
  msgstr[1] "%0 tabel-kolommen *met tekst* %1"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Norwegian (https://www.transifex.com/ckeditor/teams/11143/no/)\n"
15
+ "Language-Team: Norwegian (https://app.transifex.com/ckeditor/teams/11143/no/)\n"
16
16
  "Language: no\n"
17
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Sett fontstørrelse:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Sett utheving:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "tabellkolonne *med tekst* %1"
357
361
  msgstr[1] "0% tabellkolonner *med tekst* %1"
358
362
 
363
+ msgctxt "The table of contents element name displayed in the suggestion."
364
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
365
+ msgid_plural "%0 tables of contents"
366
+ msgstr[0] ""
367
+ msgstr[1] ""
368
+
359
369
  msgctxt "The table row element name displayed in the suggestion."
360
370
  msgid "ELEMENT_TABLE_ROW"
361
371
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Polish (https://www.transifex.com/ckeditor/teams/11143/pl/)\n"
15
+ "Language-Team: Polish (https://app.transifex.com/ckeditor/teams/11143/pl/)\n"
16
16
  "Language: pl\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Ustaw wielkość czcionki:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Ustaw wyróżnienie:* %0"
@@ -388,6 +392,14 @@ msgstr[1] "%0 kolumny tabeli *z tekstem* %1"
388
392
  msgstr[2] "%0 kolumn tabeli *z tekstem* %1"
389
393
  msgstr[3] "%0 kolumn tabeli *z tekstem* %1"
390
394
 
395
+ msgctxt "The table of contents element name displayed in the suggestion."
396
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
397
+ msgid_plural "%0 tables of contents"
398
+ msgstr[0] ""
399
+ msgstr[1] ""
400
+ msgstr[2] ""
401
+ msgstr[3] ""
402
+
391
403
  msgctxt "The table row element name displayed in the suggestion."
392
404
  msgid "ELEMENT_TABLE_ROW"
393
405
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
15
+ "Language-Team: Portuguese (Brazil) (https://app.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Definir tamanho da fonte:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Definir realce:* %0"
@@ -372,6 +376,13 @@ msgstr[0] "coluna de tabela *com texto* %1"
372
376
  msgstr[1] "%0 colunas de tabela *com texto* %1"
373
377
  msgstr[2] "%0 colunas de tabela *com texto* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
15
+ "Language-Team: Portuguese (https://app.transifex.com/ckeditor/teams/11143/pt/)\n"
16
16
  "Language: pt\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Definir tamanho da fonte:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Definir destaque:* %0"
@@ -372,6 +376,13 @@ msgstr[0] "coluna de tabela *com texto* %1"
372
376
  msgstr[1] "0% coluna de tabela *com texto* %1"
373
377
  msgstr[2] "0% coluna de tabela *com texto* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Romanian (https://www.transifex.com/ckeditor/teams/11143/ro/)\n"
15
+ "Language-Team: Romanian (https://app.transifex.com/ckeditor/teams/11143/ro/)\n"
16
16
  "Language: ro\n"
17
17
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Configurare dimensiune caractere:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Configurare evidențiere:* %0"
@@ -372,6 +376,13 @@ msgstr[0] "coloană de tabel *cu text* %1"
372
376
  msgstr[1] "0% coloane de tabel *cu text* %1"
373
377
  msgstr[2] "0% de coloane de tabel *cu text* %1"
374
378
 
379
+ msgctxt "The table of contents element name displayed in the suggestion."
380
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
381
+ msgid_plural "%0 tables of contents"
382
+ msgstr[0] ""
383
+ msgstr[1] ""
384
+ msgstr[2] ""
385
+
375
386
  msgctxt "The table row element name displayed in the suggestion."
376
387
  msgid "ELEMENT_TABLE_ROW"
377
388
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Russian (https://www.transifex.com/ckeditor/teams/11143/ru/)\n"
15
+ "Language-Team: Russian (https://app.transifex.com/ckeditor/teams/11143/ru/)\n"
16
16
  "Language: ru\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
18
18
 
@@ -154,6 +154,10 @@ msgctxt "A suggestion for setting the font size to %0."
154
154
  msgid "*Set font size:* %0"
155
155
  msgstr "*Установить размер шрифта:* %0"
156
156
 
157
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
158
+ msgid "*Set format to:* %0"
159
+ msgstr ""
160
+
157
161
  msgctxt "A suggestion for highlighting text."
158
162
  msgid "*Set highlight:* %0"
159
163
  msgstr "*Установить выделение:* %0"
@@ -390,6 +394,14 @@ msgstr[1] "0% столбец таблицы *с текстом* %1"
390
394
  msgstr[2] "0% столбец таблицы *с текстом* %1"
391
395
  msgstr[3] "0% столбец таблицы *с текстом* %1"
392
396
 
397
+ msgctxt "The table of contents element name displayed in the suggestion."
398
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
399
+ msgid_plural "%0 tables of contents"
400
+ msgstr[0] ""
401
+ msgstr[1] ""
402
+ msgstr[2] ""
403
+ msgstr[3] ""
404
+
393
405
  msgctxt "The table row element name displayed in the suggestion."
394
406
  msgid "ELEMENT_TABLE_ROW"
395
407
  msgid_plural "%0 table rows"
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Slovak (https://www.transifex.com/ckeditor/teams/11143/sk/)\n"
15
+ "Language-Team: Slovak (https://app.transifex.com/ckeditor/teams/11143/sk/)\n"
16
16
  "Language: sk\n"
17
17
  "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
18
18
 
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
152
152
  msgid "*Set font size:* %0"
153
153
  msgstr "*Nastaviť veľkosť písma:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr ""
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Nastaviť zvýraznenie:* %0"
@@ -388,6 +392,14 @@ msgstr[1] "%0 stĺpce tabuľky *s textom* %1"
388
392
  msgstr[2] "%0 stĺpcov tabuľky *s textom* %1"
389
393
  msgstr[3] "%0 stĺpcov tabuľky *s textom* %1"
390
394
 
395
+ msgctxt "The table of contents element name displayed in the suggestion."
396
+ msgid "ELEMENT_TABLE_OF_CONTENTS"
397
+ msgid_plural "%0 tables of contents"
398
+ msgstr[0] ""
399
+ msgstr[1] ""
400
+ msgstr[2] ""
401
+ msgstr[3] ""
402
+
391
403
  msgctxt "The table row element name displayed in the suggestion."
392
404
  msgid "ELEMENT_TABLE_ROW"
393
405
  msgid_plural "%0 table rows"