@ckeditor/ckeditor5-track-changes 33.0.0 → 34.2.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 (118) hide show
  1. package/LICENSE.md +2 -2
  2. package/README.md +5 -2
  3. package/build/track-changes.js +2 -2
  4. package/build/translations/az.js +1 -0
  5. package/build/translations/cs.js +1 -1
  6. package/build/translations/da.js +1 -1
  7. package/build/translations/de.js +1 -1
  8. package/build/translations/el.js +1 -1
  9. package/build/translations/en-au.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fr.js +1 -1
  13. package/build/translations/gl.js +1 -1
  14. package/build/translations/hi.js +1 -1
  15. package/build/translations/hr.js +1 -1
  16. package/build/translations/id.js +1 -0
  17. package/build/translations/it.js +1 -1
  18. package/build/translations/lv.js +1 -0
  19. package/build/translations/nl.js +1 -1
  20. package/build/translations/pl.js +1 -1
  21. package/build/translations/pt-br.js +1 -1
  22. package/build/translations/sk.js +1 -1
  23. package/build/translations/sr-latn.js +1 -1
  24. package/build/translations/sr.js +1 -1
  25. package/build/translations/tk.js +1 -1
  26. package/build/translations/tr.js +1 -1
  27. package/build/translations/zh-cn.js +1 -1
  28. package/build/translations/zh.js +1 -1
  29. package/lang/contexts.json +2 -0
  30. package/lang/translations/az.po +397 -0
  31. package/lang/translations/cs.po +40 -28
  32. package/lang/translations/da.po +10 -0
  33. package/lang/translations/de.po +10 -0
  34. package/lang/translations/el.po +10 -0
  35. package/lang/translations/en-au.po +15 -5
  36. package/lang/translations/en.po +10 -0
  37. package/lang/translations/es.po +29 -1
  38. package/lang/translations/et.po +10 -0
  39. package/lang/translations/fr.po +29 -1
  40. package/lang/translations/gl.po +13 -3
  41. package/lang/translations/hi.po +10 -0
  42. package/lang/translations/hr.po +24 -13
  43. package/lang/translations/id.po +379 -0
  44. package/lang/translations/it.po +29 -1
  45. package/lang/translations/lv.po +415 -0
  46. package/lang/translations/nl.po +19 -9
  47. package/lang/translations/pl.po +12 -0
  48. package/lang/translations/pt-br.po +29 -1
  49. package/lang/translations/sk.po +69 -57
  50. package/lang/translations/sr-latn.po +11 -0
  51. package/lang/translations/sr.po +11 -0
  52. package/lang/translations/tk.po +10 -0
  53. package/lang/translations/tr.po +10 -0
  54. package/lang/translations/zh-cn.po +13 -4
  55. package/lang/translations/zh.po +9 -0
  56. package/package.json +3 -3
  57. package/src/commands/acceptallsuggestionscommand.js +1 -1
  58. package/src/commands/acceptselectedsuggestionscommand.js +1 -1
  59. package/src/commands/acceptsuggestioncommand.js +1 -1
  60. package/src/commands/discardallsuggestionscommand.js +1 -1
  61. package/src/commands/discardselectedsuggestionscommand.js +1 -1
  62. package/src/commands/discardsuggestioncommand.js +1 -1
  63. package/src/commands/trackchangescommand.js +1 -1
  64. package/src/integrations/alignment.js +1 -1
  65. package/src/integrations/basicstyles.js +1 -1
  66. package/src/integrations/blockquote.js +1 -1
  67. package/src/integrations/ckbox.js +23 -0
  68. package/src/integrations/codeblock.js +1 -1
  69. package/src/integrations/comments.js +1 -1
  70. package/src/integrations/deletecommand.js +1 -1
  71. package/src/integrations/entercommand.js +1 -1
  72. package/src/integrations/font.js +1 -1
  73. package/src/integrations/heading.js +1 -1
  74. package/src/integrations/highlight.js +1 -1
  75. package/src/integrations/horizontalline.js +1 -1
  76. package/src/integrations/htmlembed.js +23 -0
  77. package/src/integrations/image.js +1 -1
  78. package/src/integrations/indent.js +1 -1
  79. package/src/integrations/inputcommand.js +1 -1
  80. package/src/integrations/link.js +1 -1
  81. package/src/integrations/list.js +1 -1
  82. package/src/integrations/mediaembed.js +1 -1
  83. package/src/integrations/mention.js +1 -1
  84. package/src/integrations/pagebreak.js +1 -1
  85. package/src/integrations/paragraph.js +1 -1
  86. package/src/integrations/removeformat.js +1 -1
  87. package/src/integrations/restrictededitingmode.js +1 -1
  88. package/src/integrations/shiftentercommand.js +1 -1
  89. package/src/integrations/standardeditingmode.js +1 -1
  90. package/src/integrations/table.js +1 -1
  91. package/src/integrations/tableclipboard.js +1 -1
  92. package/src/integrations/tableheadings.js +1 -1
  93. package/src/integrations/tablemergesplit.js +1 -1
  94. package/src/integrations/title.js +1 -1
  95. package/src/integrations/undo.js +1 -1
  96. package/src/integrations/utils.js +1 -1
  97. package/src/suggestion.js +1 -1
  98. package/src/suggestiondescriptionfactory.js +1 -1
  99. package/src/trackchanges.js +1 -1
  100. package/src/trackchangesdata.js +1 -1
  101. package/src/trackchangesediting.js +1 -1
  102. package/src/trackchangesui.js +1 -1
  103. package/src/ui/suggestioncontroller.js +1 -1
  104. package/src/ui/view/basesuggestionthreadview.js +1 -1
  105. package/src/ui/view/suggestionthreadview.js +1 -1
  106. package/src/utils/common-translations.js +23 -0
  107. package/src/utils/getrangesofblockgroups.js +23 -0
  108. package/src/utils/getselectedsuggestions.js +1 -1
  109. package/src/utils/hashobject.js +1 -1
  110. package/src/utils/normalizedescription.js +1 -1
  111. package/src/utils/sortsuggestions.js +1 -1
  112. package/theme/integrations/horizontalline.css +0 -15
  113. package/theme/integrations/image.css +0 -55
  114. package/theme/integrations/mediaembed.css +0 -19
  115. package/theme/integrations/pagebreak.css +0 -15
  116. package/theme/integrations/table.css +0 -147
  117. package/theme/suggestion.css +0 -87
  118. package/theme/suggestionmarker.css +0 -161
@@ -0,0 +1,415 @@
1
+ # Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
2
+ #
3
+ # !!! IMPORTANT !!!
4
+ #
5
+ # Before you edit this file, please keep in mind that contributing to the project
6
+ # translations is possible ONLY via the Transifex online service.
7
+ #
8
+ # To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
9
+ #
10
+ # To learn more, check out the official contributor's guide:
11
+ # https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
12
+ #
13
+ msgid ""
14
+ msgstr ""
15
+ "Language-Team: Latvian (https://www.transifex.com/ckeditor/teams/11143/lv/)\n"
16
+ "Language: lv\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
+
19
+ msgctxt "A suggestion for changing an item to the provided one."
20
+ msgid "*Change to:* %0"
21
+ msgstr "*Mainīt uz\\:* %0"
22
+
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
27
+ msgctxt "A suggestion for checking a to-do list item."
28
+ msgid "*Check item*"
29
+ msgstr "*Pārbaudīt ierakstu*"
30
+
31
+ msgctxt "A suggestion for setting inline formatting."
32
+ msgid "*Format:* %0"
33
+ msgstr "*Formatēt uz\\:* %0"
34
+
35
+ msgctxt "A suggestion for indenting an item."
36
+ msgid "*Indent:* %0"
37
+ msgstr ""
38
+
39
+ msgctxt "A suggestion for inserting an item."
40
+ msgid "*Insert:* %0"
41
+ msgstr "*Ievietot\\:* %0"
42
+
43
+ msgctxt "A suggestion for merging cells."
44
+ msgid "*Merge cells*"
45
+ msgstr "*Apvienot šūnas*"
46
+
47
+ msgctxt "A suggestion for merging items."
48
+ msgid "*Merge:* %0"
49
+ msgstr "*Apvienot\\:* %0"
50
+
51
+ msgctxt "A suggestion for outdenting an item."
52
+ msgid "*Outdent:* %0"
53
+ msgstr ""
54
+
55
+ msgctxt "A suggestion for removing all formatting."
56
+ msgid "*Remove all formatting*"
57
+ msgstr "Dzēst visus formatējumus"
58
+
59
+ msgctxt "A suggestion for removing an inline format."
60
+ msgid "*Remove format:* %0"
61
+ msgstr "*Dzēst formatējumu\\:* %0"
62
+
63
+ msgctxt "A suggestion for removing the highlight."
64
+ msgid "*Remove highlight*"
65
+ msgstr ""
66
+
67
+ msgctxt "A suggestion for removing image text alternative."
68
+ msgid "*Remove image text alternative*"
69
+ msgstr "*Noņemt attēla alternatīvo tekstu*"
70
+
71
+ msgctxt "A suggestion for removing the link."
72
+ msgid "*Remove link*"
73
+ msgstr "*Dzēst saiti*"
74
+
75
+ msgctxt "A suggestion for removing an item."
76
+ msgid "*Remove:* %0"
77
+ msgstr "*Dzēst\\:* %0"
78
+
79
+ msgctxt "A suggestion for replacing table cells (table pasting)."
80
+ msgid "*Replace table cells*"
81
+ msgstr "*Aizstāt tabulas šūnas*"
82
+
83
+ msgctxt "A suggestion for resetting the font background color."
84
+ msgid "*Reset font background color*"
85
+ msgstr "*Atiestatīt teksta fona krāsu*"
86
+
87
+ msgctxt "A suggestion for resetting the font color."
88
+ msgid "*Reset font color*"
89
+ msgstr "*Atiestatīt teksta krāsu*"
90
+
91
+ msgctxt "A suggestion for resetting the font family."
92
+ msgid "*Reset font family*"
93
+ msgstr "*Atiestatīt šriftu*"
94
+
95
+ msgctxt "A suggestion for resetting the font size."
96
+ msgid "*Reset font size*"
97
+ msgstr "*Atiestatīt teksta izmēru*"
98
+
99
+ msgctxt "A suggestion for resetting image width."
100
+ msgid "*Reset image width*"
101
+ msgstr "*Atiestatīt attēla platumu*"
102
+
103
+ msgctxt "A suggestion for setting the font background color to %0."
104
+ msgid "*Set font background color:* %0"
105
+ msgstr "*Uzstādīt teksta fona krāsu*: %0"
106
+
107
+ msgctxt "A suggestion for setting the font color to %0."
108
+ msgid "*Set font color:* %0"
109
+ msgstr "*Uzstādīt teksta krāsu*: %0"
110
+
111
+ msgctxt "A suggestion for setting the font family to %0."
112
+ msgid "*Set font family:* %0"
113
+ msgstr "*Uzstādīt šriftu*: %0"
114
+
115
+ msgctxt "A suggestion for setting the font size to %0."
116
+ msgid "*Set font size:* %0"
117
+ msgstr "*Uzstādīt teksta izmēru:* %0"
118
+
119
+ msgctxt "A suggestion for highlighting text."
120
+ msgid "*Set highlight:* %0"
121
+ msgstr ""
122
+
123
+ msgctxt "A suggestion for setting image text alternative to %0."
124
+ msgid "*Set image text alternative:* %0"
125
+ msgstr "*Uzstādīt attēla alternatīvo tekstu*: %0"
126
+
127
+ msgctxt "A suggestion for setting the image width to %0."
128
+ msgid "*Set image width:* %0"
129
+ msgstr "*Uzstādīt attēla platumu:* %0"
130
+
131
+ msgctxt "A suggestion for setting the link URL."
132
+ msgid "*Set link:* %0"
133
+ msgstr "*Izmantot saiti:* %0"
134
+
135
+ msgctxt "A suggestion for splitting cells horizontally."
136
+ msgid "*Split cell:* horizontally"
137
+ msgstr "*Atdalīt šūnu:* horizontāli"
138
+
139
+ msgctxt "A suggestion for splitting cells vertically."
140
+ msgid "*Split cell:* vertically"
141
+ msgstr "*Atdalīt šūnu:* vertikāli"
142
+
143
+ msgctxt "A suggestion for splitting the item."
144
+ msgid "*Split:* %0"
145
+ msgstr "*Atdalīt\\:* %0"
146
+
147
+ msgctxt "A suggestion for unchecking a to-do list item."
148
+ msgid "*Uncheck item*"
149
+ msgstr ""
150
+
151
+ msgctxt "The label for the button which accepts all selected suggestions."
152
+ msgid "Accept all selected suggestions"
153
+ msgstr "Pieņemt izvēlētos labojumus"
154
+
155
+ msgctxt "The label for the button which accepts all suggestions."
156
+ msgid "Accept all suggestions"
157
+ msgstr "Pieņemt visus labojumus"
158
+
159
+ msgctxt "The label for the accept suggestion button."
160
+ msgid "Accept suggestion"
161
+ msgstr "Pieņemt labojumu"
162
+
163
+ msgctxt "The label for the button which discards all selected suggestions."
164
+ msgid "Discard all selected suggestions"
165
+ msgstr "Atmest izvēlētos labojumus"
166
+
167
+ msgctxt "The label for the button which discards all suggestions."
168
+ msgid "Discard all suggestions"
169
+ msgstr "Atmest visus labojumus"
170
+
171
+ msgctxt "The label for the discard suggestion button."
172
+ msgid "Discard suggestion"
173
+ msgstr "Atmest labojumu"
174
+
175
+ msgctxt "The block quote element name displayed in the suggestion."
176
+ msgid "ELEMENT_BLOCK_QUOTE"
177
+ msgstr "citāts"
178
+
179
+ msgctxt "The bulleted list element name displayed in the suggestion."
180
+ msgid "ELEMENT_BULLETED_LIST"
181
+ msgstr "nerindots saraksts"
182
+
183
+ msgctxt "The caption element name displayed in the suggestion."
184
+ msgid "ELEMENT_CAPTION"
185
+ msgstr ""
186
+
187
+ msgctxt "The code block element name displayed in the suggestion."
188
+ msgid "ELEMENT_CODE_BLOCK"
189
+ msgid_plural "%0 code blocks"
190
+ msgstr[0] ""
191
+ msgstr[1] ""
192
+ msgstr[2] ""
193
+
194
+ msgctxt "The heading element name displayed in the suggestion."
195
+ msgid "ELEMENT_HEADING"
196
+ msgid_plural "%0 headings (level %1)"
197
+ msgstr[0] ""
198
+ msgstr[1] ""
199
+ msgstr[2] ""
200
+
201
+ msgctxt "The heading element name displayed in the suggestion with a custom title."
202
+ msgid "ELEMENT_HEADING_CUSTOM"
203
+ msgid_plural "%0 headings (%1)"
204
+ msgstr[0] ""
205
+ msgstr[1] ""
206
+ msgstr[2] ""
207
+
208
+ msgctxt "The horizontal line element name displayed in the suggestion."
209
+ msgid "ELEMENT_HORIZONTAL_LINE"
210
+ msgid_plural "%0 horizontal lines"
211
+ msgstr[0] ""
212
+ msgstr[1] ""
213
+ msgstr[2] ""
214
+
215
+ msgctxt "The HTML embed element name displayed in the suggestion."
216
+ msgid "ELEMENT_HTML_EMBED"
217
+ msgid_plural "%0 HTML embeds"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+ msgstr[2] ""
221
+
222
+ msgctxt "The image element name displayed in the suggestion."
223
+ msgid "ELEMENT_IMAGE"
224
+ msgid_plural "%0 images"
225
+ msgstr[0] ""
226
+ msgstr[1] ""
227
+ msgstr[2] ""
228
+
229
+ msgctxt "The inline image element name displayed in the suggestion."
230
+ msgid "ELEMENT_INLINE_IMAGE"
231
+ msgid_plural "%0 images"
232
+ msgstr[0] ""
233
+ msgstr[1] ""
234
+ msgstr[2] ""
235
+
236
+ msgctxt "The line break element name displayed in the suggestion."
237
+ msgid "ELEMENT_LINE_BREAK"
238
+ msgid_plural "%0 line breaks"
239
+ msgstr[0] ""
240
+ msgstr[1] ""
241
+ msgstr[2] ""
242
+
243
+ msgctxt "The list item element name displayed in the suggestion."
244
+ msgid "ELEMENT_LIST_ITEM"
245
+ msgid_plural "%0 list items"
246
+ msgstr[0] ""
247
+ msgstr[1] ""
248
+ msgstr[2] ""
249
+
250
+ msgctxt "The media element name displayed in the suggestion."
251
+ msgid "ELEMENT_MEDIA"
252
+ msgid_plural "%0 media items"
253
+ msgstr[0] ""
254
+ msgstr[1] ""
255
+ msgstr[2] ""
256
+
257
+ msgctxt "The numbered list element name displayed in the suggestion."
258
+ msgid "ELEMENT_NUMBERED_LIST"
259
+ msgstr "numurēts saraksts"
260
+
261
+ msgctxt "The page break element name displayed in the suggestion."
262
+ msgid "ELEMENT_PAGE_BREAK"
263
+ msgid_plural "%0 page breaks"
264
+ msgstr[0] ""
265
+ msgstr[1] ""
266
+ msgstr[2] ""
267
+
268
+ msgctxt "The paragraph element name displayed in the suggestion."
269
+ msgid "ELEMENT_PARAGRAPH"
270
+ msgid_plural "%0 paragraphs"
271
+ msgstr[0] ""
272
+ msgstr[1] ""
273
+ msgstr[2] ""
274
+
275
+ msgctxt "The space element name displayed in the suggestion."
276
+ msgid "ELEMENT_SPACE"
277
+ msgid_plural "%0 spaces"
278
+ msgstr[0] ""
279
+ msgstr[1] ""
280
+ msgstr[2] ""
281
+
282
+ msgctxt "The table element name displayed in the suggestion."
283
+ msgid "ELEMENT_TABLE"
284
+ msgid_plural "%0 tables"
285
+ msgstr[0] ""
286
+ msgstr[1] ""
287
+ msgstr[2] ""
288
+
289
+ msgctxt "The table column element name displayed in the suggestion."
290
+ msgid "ELEMENT_TABLE_COLUMN"
291
+ msgid_plural "%0 table columns"
292
+ msgstr[0] ""
293
+ msgstr[1] ""
294
+ msgstr[2] ""
295
+
296
+ msgctxt "The table column with text element name displayed in the suggestion."
297
+ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
298
+ msgid_plural "%0 table columns *with text* %1"
299
+ msgstr[0] ""
300
+ msgstr[1] ""
301
+ msgstr[2] ""
302
+
303
+ msgctxt "The table row element name displayed in the suggestion."
304
+ msgid "ELEMENT_TABLE_ROW"
305
+ msgid_plural "%0 table rows"
306
+ msgstr[0] ""
307
+ msgstr[1] ""
308
+ msgstr[2] ""
309
+
310
+ msgctxt "The table row with text element name displayed in the suggestion."
311
+ msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
312
+ msgid_plural "%0 table rows *with text* %1"
313
+ msgstr[0] ""
314
+ msgstr[1] ""
315
+ msgstr[2] ""
316
+
317
+ msgctxt "The table with text element name displayed in the suggestion."
318
+ msgid "ELEMENT_TABLE_WITH_TEXT"
319
+ msgstr ""
320
+
321
+ msgctxt "The title element name displayed in the suggestion."
322
+ msgid "ELEMENT_TITLE"
323
+ msgstr ""
324
+
325
+ msgctxt "The to-do list element name displayed in the suggestion."
326
+ msgid "ELEMENT_TODO_LIST"
327
+ msgstr ""
328
+
329
+ msgctxt "The align to center format name displayed in a format suggestion."
330
+ msgid "FORMAT_ALIGN_TO_CENTER"
331
+ msgstr ""
332
+
333
+ msgctxt "The align to left format name displayed in a format suggestion."
334
+ msgid "FORMAT_ALIGN_TO_LEFT"
335
+ msgstr ""
336
+
337
+ msgctxt "The align to right format name displayed in a format suggestion."
338
+ msgid "FORMAT_ALIGN_TO_RIGHT"
339
+ msgstr ""
340
+
341
+ msgctxt "The bold format name displayed in a format suggestion."
342
+ msgid "FORMAT_BOLD"
343
+ msgstr "treknraksts"
344
+
345
+ msgctxt "The code format name displayed in a format suggestion."
346
+ msgid "FORMAT_CODE"
347
+ msgstr ""
348
+
349
+ msgctxt "The header column format name displayed in a format suggestion."
350
+ msgid "FORMAT_HEADER_COLUMN"
351
+ msgstr ""
352
+
353
+ msgctxt "The header row format name displayed in a format suggestion."
354
+ msgid "FORMAT_HEADER_ROW"
355
+ msgstr ""
356
+
357
+ msgctxt "The highlight format name displayed in a format suggestion."
358
+ msgid "FORMAT_HIGHLIGHT"
359
+ msgstr ""
360
+
361
+ msgctxt "The italic format name displayed in a format suggestion."
362
+ msgid "FORMAT_ITALIC"
363
+ msgstr "kursīvs"
364
+
365
+ msgctxt "The justify text format name displayed in a format suggestion."
366
+ msgid "FORMAT_JUSTIFY_TEXT"
367
+ msgstr ""
368
+
369
+ msgctxt "The regular column format name displayed in a format suggestion."
370
+ msgid "FORMAT_REGULAR_COLUMN"
371
+ msgstr ""
372
+
373
+ msgctxt "The regular row format name displayed in a format suggestion."
374
+ msgid "FORMAT_REGULAR_ROW"
375
+ msgstr ""
376
+
377
+ msgctxt "The label for area disabled in restricted editing area in a format suggestion."
378
+ msgid "FORMAT_RESTRICTED_DISABLED"
379
+ msgstr ""
380
+
381
+ msgctxt "The label for area enabled in restricted editing area in a format suggestion."
382
+ msgid "FORMAT_RESTRICTED_ENABLED"
383
+ msgstr ""
384
+
385
+ msgctxt "The side image format name displayed in a format suggestion."
386
+ msgid "FORMAT_SIDE_IMAGE"
387
+ msgstr ""
388
+
389
+ msgctxt "The strikethrough format name displayed in a format suggestion."
390
+ msgid "FORMAT_STRIKETHROUGH"
391
+ msgstr "nosvītrots"
392
+
393
+ msgctxt "The subscript format name displayed in a format suggestion."
394
+ msgid "FORMAT_SUBSCRIPT"
395
+ msgstr "apakšraksts"
396
+
397
+ msgctxt "The superscript format name displayed in a format suggestion."
398
+ msgid "FORMAT_SUPERSCRIPT"
399
+ msgstr "augšraksts"
400
+
401
+ msgctxt "The underline format name displayed in a format suggestion."
402
+ msgid "FORMAT_UNDERLINE"
403
+ msgstr "pasvītrots"
404
+
405
+ msgctxt "The label for the alert shown when closing the editor with an unsaved track changes change."
406
+ msgid "PENDING_ACTION_SUGGESTION"
407
+ msgstr "Nesaglabāt izmaiņas ieteikums."
408
+
409
+ msgctxt "A suggestion for replacing one text with another."
410
+ msgid "REPLACE_TEXT"
411
+ msgstr "*Aizstāt:* %0 *ar* %1"
412
+
413
+ msgctxt "The label for the dropdown containing some options related to track changes."
414
+ msgid "Track changes"
415
+ msgstr "Pārskatīt labojumus"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Verander naar:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Controleer item*"
@@ -38,7 +42,7 @@ msgstr "*Invoegen:* %0"
38
42
 
39
43
  msgctxt "A suggestion for merging cells."
40
44
  msgid "*Merge cells*"
41
- msgstr ""
45
+ msgstr "*Cellen samenvoegen*"
42
46
 
43
47
  msgctxt "A suggestion for merging items."
44
48
  msgid "*Merge:* %0"
@@ -58,7 +62,7 @@ msgstr "*Verwijder opmaak:* %0"
58
62
 
59
63
  msgctxt "A suggestion for removing the highlight."
60
64
  msgid "*Remove highlight*"
61
- msgstr ""
65
+ msgstr "Markering verwijderen"
62
66
 
63
67
  msgctxt "A suggestion for removing image text alternative."
64
68
  msgid "*Remove image text alternative*"
@@ -74,7 +78,7 @@ msgstr "*Verwijder:* %0"
74
78
 
75
79
  msgctxt "A suggestion for replacing table cells (table pasting)."
76
80
  msgid "*Replace table cells*"
77
- msgstr ""
81
+ msgstr "*Tabel cellen vervangen*"
78
82
 
79
83
  msgctxt "A suggestion for resetting the font background color."
80
84
  msgid "*Reset font background color*"
@@ -114,7 +118,7 @@ msgstr "*Lettergrootte instellen:* %0"
114
118
 
115
119
  msgctxt "A suggestion for highlighting text."
116
120
  msgid "*Set highlight:* %0"
117
- msgstr ""
121
+ msgstr "*Markering instellen:* %0"
118
122
 
119
123
  msgctxt "A suggestion for setting image text alternative to %0."
120
124
  msgid "*Set image text alternative:* %0"
@@ -178,7 +182,7 @@ msgstr "Opsommingslijst"
178
182
 
179
183
  msgctxt "The caption element name displayed in the suggestion."
180
184
  msgid "ELEMENT_CAPTION"
181
- msgstr ""
185
+ msgstr "onderschrift"
182
186
 
183
187
  msgctxt "The code block element name displayed in the suggestion."
184
188
  msgid "ELEMENT_CODE_BLOCK"
@@ -195,8 +199,8 @@ msgstr[1] "%0 hoofdingen (niveau %1)"
195
199
  msgctxt "The heading element name displayed in the suggestion with a custom title."
196
200
  msgid "ELEMENT_HEADING_CUSTOM"
197
201
  msgid_plural "%0 headings (%1)"
198
- msgstr[0] ""
199
- msgstr[1] ""
202
+ msgstr[0] "kop (%1)"
203
+ msgstr[1] "%0 koppen (%1)"
200
204
 
201
205
  msgctxt "The horizontal line element name displayed in the suggestion."
202
206
  msgid "ELEMENT_HORIZONTAL_LINE"
@@ -204,6 +208,12 @@ msgid_plural "%0 horizontal lines"
204
208
  msgstr[0] "horizontale lijn"
205
209
  msgstr[1] "%0 horizontale lijnen"
206
210
 
211
+ msgctxt "The HTML embed element name displayed in the suggestion."
212
+ msgid "ELEMENT_HTML_EMBED"
213
+ msgid_plural "%0 HTML embeds"
214
+ msgstr[0] ""
215
+ msgstr[1] ""
216
+
207
217
  msgctxt "The image element name displayed in the suggestion."
208
218
  msgid "ELEMENT_IMAGE"
209
219
  msgid_plural "%0 images"
@@ -213,8 +223,8 @@ msgstr[1] "%0 afbeeldingen"
213
223
  msgctxt "The inline image element name displayed in the suggestion."
214
224
  msgid "ELEMENT_INLINE_IMAGE"
215
225
  msgid_plural "%0 images"
216
- msgstr[0] ""
217
- msgstr[1] ""
226
+ msgstr[0] "afbeelding"
227
+ msgstr[1] "%0 afbeeldingen"
218
228
 
219
229
  msgctxt "The line break element name displayed in the suggestion."
220
230
  msgid "ELEMENT_LINE_BREAK"
@@ -20,6 +20,10 @@ msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Zamień na:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Zaznacz*"
@@ -212,6 +216,14 @@ msgstr[1] "%0 linie poziome"
212
216
  msgstr[2] "%0 linii poziomych"
213
217
  msgstr[3] "%0 linii poziomych"
214
218
 
219
+ msgctxt "The HTML embed element name displayed in the suggestion."
220
+ msgid "ELEMENT_HTML_EMBED"
221
+ msgid_plural "%0 HTML embeds"
222
+ msgstr[0] ""
223
+ msgstr[1] ""
224
+ msgstr[2] ""
225
+ msgstr[3] ""
226
+
215
227
  msgctxt "The image element name displayed in the suggestion."
216
228
  msgid "ELEMENT_IMAGE"
217
229
  msgid_plural "%0 images"
@@ -14,12 +14,16 @@ msgid ""
14
14
  msgstr ""
15
15
  "Language-Team: Portuguese (Brazil) (https://www.transifex.com/ckeditor/teams/11143/pt_BR/)\n"
16
16
  "Language: pt_BR\n"
17
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
17
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
18
18
 
19
19
  msgctxt "A suggestion for changing an item to the provided one."
20
20
  msgid "*Change to:* %0"
21
21
  msgstr "*Alterar para:* %0"
22
22
 
23
+ msgctxt "A suggestion for changing a content of a widget."
24
+ msgid "*Change %0 content*"
25
+ msgstr ""
26
+
23
27
  msgctxt "A suggestion for checking a to-do list item."
24
28
  msgid "*Check item*"
25
29
  msgstr "*Verificar item*"
@@ -185,54 +189,70 @@ msgid "ELEMENT_CODE_BLOCK"
185
189
  msgid_plural "%0 code blocks"
186
190
  msgstr[0] "bloco de código"
187
191
  msgstr[1] "%0 bloco de código"
192
+ msgstr[2] "%0 bloco de código"
188
193
 
189
194
  msgctxt "The heading element name displayed in the suggestion."
190
195
  msgid "ELEMENT_HEADING"
191
196
  msgid_plural "%0 headings (level %1)"
192
197
  msgstr[0] "título (nível %1)"
193
198
  msgstr[1] "%0 títulos (nível %1)"
199
+ msgstr[2] "%0 títulos (nível %1)"
194
200
 
195
201
  msgctxt "The heading element name displayed in the suggestion with a custom title."
196
202
  msgid "ELEMENT_HEADING_CUSTOM"
197
203
  msgid_plural "%0 headings (%1)"
198
204
  msgstr[0] "título (%1)"
199
205
  msgstr[1] "%0 títulos (%1)"
206
+ msgstr[2] "%0 títulos (%1)"
200
207
 
201
208
  msgctxt "The horizontal line element name displayed in the suggestion."
202
209
  msgid "ELEMENT_HORIZONTAL_LINE"
203
210
  msgid_plural "%0 horizontal lines"
204
211
  msgstr[0] "linha horizontal"
205
212
  msgstr[1] "%0 linhas horizontal"
213
+ msgstr[2] "%0 linhas horizontal"
214
+
215
+ msgctxt "The HTML embed element name displayed in the suggestion."
216
+ msgid "ELEMENT_HTML_EMBED"
217
+ msgid_plural "%0 HTML embeds"
218
+ msgstr[0] ""
219
+ msgstr[1] ""
220
+ msgstr[2] ""
206
221
 
207
222
  msgctxt "The image element name displayed in the suggestion."
208
223
  msgid "ELEMENT_IMAGE"
209
224
  msgid_plural "%0 images"
210
225
  msgstr[0] "imagem"
211
226
  msgstr[1] "%0 imagens"
227
+ msgstr[2] "%0 imagens"
212
228
 
213
229
  msgctxt "The inline image element name displayed in the suggestion."
214
230
  msgid "ELEMENT_INLINE_IMAGE"
215
231
  msgid_plural "%0 images"
216
232
  msgstr[0] "imagem"
217
233
  msgstr[1] "%0 imagens"
234
+ msgstr[2] "%0 imagens"
218
235
 
219
236
  msgctxt "The line break element name displayed in the suggestion."
220
237
  msgid "ELEMENT_LINE_BREAK"
221
238
  msgid_plural "%0 line breaks"
222
239
  msgstr[0] "quebra de linha"
223
240
  msgstr[1] "%0 quebras de linha"
241
+ msgstr[2] "%0 quebras de linha"
224
242
 
225
243
  msgctxt "The list item element name displayed in the suggestion."
226
244
  msgid "ELEMENT_LIST_ITEM"
227
245
  msgid_plural "%0 list items"
228
246
  msgstr[0] "item da lista"
229
247
  msgstr[1] "%0 itens da lista"
248
+ msgstr[2] "%0 itens da lista"
230
249
 
231
250
  msgctxt "The media element name displayed in the suggestion."
232
251
  msgid "ELEMENT_MEDIA"
233
252
  msgid_plural "%0 media items"
234
253
  msgstr[0] "item de mídia"
235
254
  msgstr[1] "%0 itens de mídia"
255
+ msgstr[2] "%0 itens de mídia"
236
256
 
237
257
  msgctxt "The numbered list element name displayed in the suggestion."
238
258
  msgid "ELEMENT_NUMBERED_LIST"
@@ -243,48 +263,56 @@ msgid "ELEMENT_PAGE_BREAK"
243
263
  msgid_plural "%0 page breaks"
244
264
  msgstr[0] "quebra de página"
245
265
  msgstr[1] "%0 quebras de página"
266
+ msgstr[2] "%0 quebras de página"
246
267
 
247
268
  msgctxt "The paragraph element name displayed in the suggestion."
248
269
  msgid "ELEMENT_PARAGRAPH"
249
270
  msgid_plural "%0 paragraphs"
250
271
  msgstr[0] "parágrafo"
251
272
  msgstr[1] "%0 parágrafos"
273
+ msgstr[2] "%0 parágrafos"
252
274
 
253
275
  msgctxt "The space element name displayed in the suggestion."
254
276
  msgid "ELEMENT_SPACE"
255
277
  msgid_plural "%0 spaces"
256
278
  msgstr[0] "espaço"
257
279
  msgstr[1] "%0 espaços"
280
+ msgstr[2] "%0 espaços"
258
281
 
259
282
  msgctxt "The table element name displayed in the suggestion."
260
283
  msgid "ELEMENT_TABLE"
261
284
  msgid_plural "%0 tables"
262
285
  msgstr[0] "tabela"
263
286
  msgstr[1] "%0 tabelas"
287
+ msgstr[2] "%0 tabelas"
264
288
 
265
289
  msgctxt "The table column element name displayed in the suggestion."
266
290
  msgid "ELEMENT_TABLE_COLUMN"
267
291
  msgid_plural "%0 table columns"
268
292
  msgstr[0] "coluna de tabela"
269
293
  msgstr[1] "%0 colunas de tabela"
294
+ msgstr[2] "%0 colunas de tabela"
270
295
 
271
296
  msgctxt "The table column with text element name displayed in the suggestion."
272
297
  msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
273
298
  msgid_plural "%0 table columns *with text* %1"
274
299
  msgstr[0] "coluna de tabela *com texto* %1"
275
300
  msgstr[1] "%0 colunas de tabela *com texto* %1"
301
+ msgstr[2] "%0 colunas de tabela *com texto* %1"
276
302
 
277
303
  msgctxt "The table row element name displayed in the suggestion."
278
304
  msgid "ELEMENT_TABLE_ROW"
279
305
  msgid_plural "%0 table rows"
280
306
  msgstr[0] "linha da tabela"
281
307
  msgstr[1] "%0 linhas da tabela"
308
+ msgstr[2] "%0 linhas da tabela"
282
309
 
283
310
  msgctxt "The table row with text element name displayed in the suggestion."
284
311
  msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
285
312
  msgid_plural "%0 table rows *with text* %1"
286
313
  msgstr[0] "linha de tabela *com texto* %1"
287
314
  msgstr[1] "%0 linhas de tabela *com texto* %1"
315
+ msgstr[2] "%0 linhas de tabela *com texto* %1"
288
316
 
289
317
  msgctxt "The table with text element name displayed in the suggestion."
290
318
  msgid "ELEMENT_TABLE_WITH_TEXT"