@ckeditor/ckeditor5-track-changes 37.0.1 → 38.0.0-rc.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 (164) 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 +31 -21
  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 +34 -23
  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 +15 -4
  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.d.ts +23 -5
  155. package/src/trackchanges.js +1 -1
  156. package/src/trackchangesconfig.d.ts +23 -5
  157. package/src/trackchangesdata.js +1 -1
  158. package/src/trackchangesediting.js +1 -1
  159. package/src/trackchangesui.js +1 -1
  160. package/src/ui/suggestioncontroller.js +1 -1
  161. package/src/ui/view/basesuggestionthreadview.js +1 -1
  162. package/src/ui/view/suggestionthreadview.js +1 -1
  163. package/src/utils/common-translations.js +1 -1
  164. package/src/utils/utils.js +1 -1
@@ -12,7 +12,7 @@
12
12
  #
13
13
  msgid ""
14
14
  msgstr ""
15
- "Language-Team: Estonian (https://www.transifex.com/ckeditor/teams/11143/et/)\n"
15
+ "Language-Team: Estonian (https://app.transifex.com/ckeditor/teams/11143/et/)\n"
16
16
  "Language: et\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 "*Vali fondi suurus:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr "* Määra formaat:*%0"
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Vali esiletõstmine:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "tabeli veergusid *tekstiga* %1"
357
361
  msgstr[1] "0% tabeli veergusid *tekstiga* %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] "Sisukord"
367
+ msgstr[1] "Sisukord"
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: Finnish (https://www.transifex.com/ckeditor/teams/11143/fi/)\n"
15
+ "Language-Team: Finnish (https://app.transifex.com/ckeditor/teams/11143/fi/)\n"
16
16
  "Language: fi\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 "*Määritä fontin koko:* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr "*Aseta formaatti muotoon:* %0"
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Määritä korostus:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "taulukkosarake *tekstillä* %1"
357
361
  msgstr[1] "%0 taulukkosarake *tekstillä* %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] "sisällysluettelo"
367
+ msgstr[1] "sisällysluettelo"
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: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
15
+ "Language-Team: French (https://app.transifex.com/ckeditor/teams/11143/fr/)\n"
16
16
  "Language: fr\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 "*Taille de police :* %0"
154
154
 
155
+ msgctxt "A suggestion for setting multiple inline formatting to %0"
156
+ msgid "*Set format to:* %0"
157
+ msgstr "*Définir le format sur :* %0"
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Définir la surbrillance : * %0"
@@ -372,6 +376,13 @@ msgstr[0] "colonne *avec texte* %1"
372
376
  msgstr[1] "%0 colonnes *avec texte* %1"
373
377
  msgstr[2] "%0 colonnes *avec texte* %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] "table des matières"
383
+ msgstr[1] "table des matières"
384
+ msgstr[2] "table des matières"
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: Galician (https://www.transifex.com/ckeditor/teams/11143/gl/)\n"
15
+ "Language-Team: Galician (https://app.transifex.com/ckeditor/teams/11143/gl/)\n"
16
16
  "Language: gl\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 "*Estabelecer o tamaño da letra:* %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 "*Estabelecer o resaltado:* %0"
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
356
360
  msgstr[0] "columna da táboa *con texto* %1"
357
361
  msgstr[1] "%0 columnas da táboa *con texto* %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: 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 "*להגדיר את הפורמט ל:* %0"
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 "*फ़ॉर्मैट को यह सेट करें:* %0"
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
 
@@ -42,39 +42,39 @@ msgstr "*Ubaci:* %0"
42
42
 
43
43
  msgctxt "A suggestion for changing table properties."
44
44
  msgid "*Format:* change table properties"
45
- msgstr ""
45
+ msgstr "*Format:* promijeni postavke tablice"
46
46
 
47
47
  msgctxt "A suggestion for changing table cell properties."
48
48
  msgid "*Format:* change table cell properties"
49
- msgstr ""
49
+ msgstr "*Format:* promijeni postavke ćelije"
50
50
 
51
51
  msgctxt "A suggestion for inserting an item into another item."
52
52
  msgid "*Format:* insert into %0"
53
- msgstr ""
53
+ msgstr "*Format:* umetni u %0"
54
54
 
55
55
  msgctxt "A suggestion for removing item from another item."
56
56
  msgid "*Format:* remove from %0"
57
- msgstr ""
57
+ msgstr "*Format:* ukloni iz %0"
58
58
 
59
59
  msgctxt "A suggestion for replacing an image."
60
60
  msgid "*Format:* replace image URL"
61
- msgstr ""
61
+ msgstr "*Format:* zamijeni URL slike"
62
62
 
63
63
  msgctxt "A suggestion for resizing a table."
64
64
  msgid "*Format:* resize table"
65
- msgstr ""
65
+ msgstr "*Format:* promjeni veličinu tablice"
66
66
 
67
67
  msgctxt "A suggestion for changing the list order to reversed."
68
68
  msgid "*Format:* set order to reversed"
69
- msgstr ""
69
+ msgstr "*Format:* postavi obrnuti redoslijed"
70
70
 
71
71
  msgctxt "A suggestion for changing the list order to regular."
72
72
  msgid "*Format:* set order to regular"
73
- msgstr ""
73
+ msgstr "*Format:* postavi redoslijed na normalni"
74
74
 
75
75
  msgctxt "A suggestion for changing the start index of the list."
76
76
  msgid "*Format:* set start index to %0"
77
- msgstr ""
77
+ msgstr "*Format:* postavi početni indeks na %0"
78
78
 
79
79
  msgctxt "A suggestion for merging cells."
80
80
  msgid "*Merge cells*"
@@ -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 "*Postavi format na:* %0"
158
+
155
159
  msgctxt "A suggestion for highlighting text."
156
160
  msgid "*Set highlight:* %0"
157
161
  msgstr "*Postavi isticanje:* %0"
@@ -214,19 +218,19 @@ msgstr "citat"
214
218
 
215
219
  msgctxt "The bulleted list element name displayed in the suggestion."
216
220
  msgid "ELEMENT_BULLETED_LIST"
217
- msgstr "lista nabrajanja"
221
+ msgstr "obična lista"
218
222
 
219
223
  msgctxt "The circle styled bulleted list element name displayed in the suggestion."
220
224
  msgid "ELEMENT_BULLETED_LIST_CIRCLE"
221
- msgstr ""
225
+ msgstr "obična lista (krug)"
222
226
 
223
227
  msgctxt "The disc styled bulleted list element name displayed in the suggestion."
224
228
  msgid "ELEMENT_BULLETED_LIST_DISC"
225
- msgstr ""
229
+ msgstr "obična lista (disk)"
226
230
 
227
231
  msgctxt "The square styled bulleted list element name displayed in the suggestion."
228
232
  msgid "ELEMENT_BULLETED_LIST_SQUARE"
229
- msgstr ""
233
+ msgstr "obična lista (kvadrat)"
230
234
 
231
235
  msgctxt "The caption element name displayed in the suggestion."
232
236
  msgid "ELEMENT_CAPTION"
@@ -308,27 +312,27 @@ msgstr "brojčana lista"
308
312
 
309
313
  msgctxt "The decimal styled numbered list element name displayed in the suggestion."
310
314
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
311
- msgstr ""
315
+ msgstr "brojčana lista (decimalna)"
312
316
 
313
317
  msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
314
318
  msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
315
- msgstr ""
319
+ msgstr "brojčana lista (decimalna s vodećom nulom)"
316
320
 
317
321
  msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
318
322
  msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
319
- msgstr ""
323
+ msgstr "brojčana lista (mala slova)"
320
324
 
321
325
  msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
322
326
  msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
323
- msgstr ""
327
+ msgstr "brojčana lista (mali rimski brojevi)"
324
328
 
325
329
  msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
326
330
  msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
327
- msgstr ""
331
+ msgstr "brojčana lista (velika slova)"
328
332
 
329
333
  msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
330
334
  msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
331
- msgstr ""
335
+ msgstr "brojčana lista (veliki rimski brojevi)"
332
336
 
333
337
  msgctxt "The page break element name displayed in the suggestion."
334
338
  msgid "ELEMENT_PAGE_BREAK"
@@ -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] "%0 sadržaj"
383
+ msgstr[1] "0% sadržaja"
384
+ msgstr[2] "0% sadržaja"
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"
@@ -396,7 +407,7 @@ msgstr "naslov"
396
407
 
397
408
  msgctxt "The to-do list element name displayed in the suggestion."
398
409
  msgid "ELEMENT_TODO_LIST"
399
- msgstr "to-do lista"
410
+ msgstr "lista zadataka"
400
411
 
401
412
  msgctxt "The align to center format name displayed in a format suggestion."
402
413
  msgid "FORMAT_ALIGN_TO_CENTER"
@@ -488,8 +499,8 @@ msgstr "Prati promjene"
488
499
 
489
500
  msgctxt "The additional information that suggestion comes from external source."
490
501
  msgid "EXTERNAL_SUGGESTION"
491
- msgstr ""
502
+ msgstr "Prijedlog dolazi iz vanjskog izvora."
492
503
 
493
504
  msgctxt "The additional information that suggestion comes from imported word file."
494
505
  msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
495
- msgstr ""
506
+ msgstr "Prijedlog dolazi iz uvezene Word datoteke."
@@ -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 "*A formátum beállítása a következőre:* %0"
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] "tartalomjegyzék"
367
+ msgstr[1] "tartalomjegyzék"
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 "*Atur format jadi:* %0"
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] "daftar isi"
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 "*Imposta il formato a:* %0"
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] "sommario"
383
+ msgstr[1] "sommario"
384
+ msgstr[2] "sommario"
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 "*フォーマットを次に設定:*%0"
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 "*서식을 다음으로 설정:* %0"
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 "*Nustatyti formatą į:* %0"
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] "Turinys"
399
+ msgstr[1] "Turiniai"
400
+ msgstr[2] "Turinių"
401
+ msgstr[3] "Turinių"
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 "*Iestatīt formātu uz:* %0"
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] "satura rādītājs"
383
+ msgstr[1] "satura rādītājs"
384
+ msgstr[2] "satura rādītājs"
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 "*Tetapkan format menjadi:* %0"
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] "isi kandungan"
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 "*Formaat instellen op:* %0"
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] "inhoudsopgave"
367
+ msgstr[1] "inhoudsopgave"
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"