@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.
- package/build/track-changes.js +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +2 -0
- package/lang/translations/ar.po +15 -1
- package/lang/translations/az.po +11 -1
- package/lang/translations/bg.po +11 -1
- package/lang/translations/bn.po +11 -1
- package/lang/translations/ca.po +11 -1
- package/lang/translations/cs.po +13 -1
- package/lang/translations/da.po +11 -1
- package/lang/translations/de.po +11 -1
- package/lang/translations/el.po +11 -1
- package/lang/translations/en-au.po +31 -21
- package/lang/translations/en.po +10 -0
- package/lang/translations/es.po +12 -1
- package/lang/translations/et.po +11 -1
- package/lang/translations/fi.po +11 -1
- package/lang/translations/fr.po +12 -1
- package/lang/translations/gl.po +11 -1
- package/lang/translations/he.po +13 -1
- package/lang/translations/hi.po +11 -1
- package/lang/translations/hr.po +34 -23
- package/lang/translations/hu.po +11 -1
- package/lang/translations/id.po +10 -1
- package/lang/translations/it.po +12 -1
- package/lang/translations/ja.po +10 -1
- package/lang/translations/ko.po +10 -1
- package/lang/translations/lt.po +13 -1
- package/lang/translations/lv.po +12 -1
- package/lang/translations/ms.po +10 -1
- package/lang/translations/nl.po +11 -1
- package/lang/translations/no.po +11 -1
- package/lang/translations/pl.po +13 -1
- package/lang/translations/pt-br.po +12 -1
- package/lang/translations/pt.po +12 -1
- package/lang/translations/ro.po +12 -1
- package/lang/translations/ru.po +13 -1
- package/lang/translations/sk.po +13 -1
- package/lang/translations/sr-latn.po +15 -4
- package/lang/translations/sr.po +33 -22
- package/lang/translations/sv.po +11 -1
- package/lang/translations/th.po +10 -1
- package/lang/translations/tk.po +11 -1
- package/lang/translations/tr.po +11 -1
- package/lang/translations/tt.po +10 -1
- package/lang/translations/uk.po +13 -1
- package/lang/translations/ur.po +11 -1
- package/lang/translations/vi.po +10 -1
- package/lang/translations/zh-cn.po +10 -1
- package/lang/translations/zh.po +10 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +13 -0
- package/src/integrations/formatpainter.js +23 -0
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +13 -0
- package/src/integrations/tableofcontents.js +23 -0
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +13 -0
- package/src/integrations/template.js +23 -0
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +23 -5
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +23 -5
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/lang/translations/no.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Norwegian (https://
|
|
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 "*Sett format til:* %0"
|
|
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] "innholdsfortegnelse"
|
|
367
|
+
msgstr[1] "innholdsfortegnelse"
|
|
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"
|
package/lang/translations/pl.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Polish (https://
|
|
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 "*Ustaw formatowanie na:* %0"
|
|
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] "spis treści"
|
|
399
|
+
msgstr[1] "spisy treści"
|
|
400
|
+
msgstr[2] "spisów treści"
|
|
401
|
+
msgstr[3] "spisów treści"
|
|
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://
|
|
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 "*Definir formato como:* %0"
|
|
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] "sumário"
|
|
383
|
+
msgstr[1] "sumário"
|
|
384
|
+
msgstr[2] "sumário"
|
|
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"
|
package/lang/translations/pt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Portuguese (https://
|
|
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 "*Definir formatação para:* %0"
|
|
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] "índice"
|
|
383
|
+
msgstr[1] "índice"
|
|
384
|
+
msgstr[2] "índice"
|
|
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"
|
package/lang/translations/ro.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Romanian (https://
|
|
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 "*Alegere format:* %0"
|
|
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] "cuprins"
|
|
383
|
+
msgstr[1] "cuprins"
|
|
384
|
+
msgstr[2] "cuprins"
|
|
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"
|
package/lang/translations/ru.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Russian (https://
|
|
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 "*Установить формат:* %0"
|
|
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"
|
package/lang/translations/sk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Slovak (https://
|
|
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 "*Nastaviť formát na:* %0"
|
|
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] "obsah"
|
|
399
|
+
msgstr[1] "obsah"
|
|
400
|
+
msgstr[2] "obsah"
|
|
401
|
+
msgstr[3] "obsah"
|
|
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: Serbian (Latin) (https://
|
|
15
|
+
"Language-Team: Serbian (Latin) (https://app.transifex.com/ckeditor/teams/11143/sr@latin/)\n"
|
|
16
16
|
"Language: sr@latin\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,11 +42,11 @@ 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:* promeni svojstva tabele"
|
|
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:* promeni svojstva ćelije tabele"
|
|
50
50
|
|
|
51
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
52
52
|
msgid "*Format:* insert into %0"
|
|
@@ -58,7 +58,7 @@ 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:* zameni URL slike"
|
|
62
62
|
|
|
63
63
|
msgctxt "A suggestion for resizing a table."
|
|
64
64
|
msgid "*Format:* resize table"
|
|
@@ -152,6 +152,10 @@ msgctxt "A suggestion for setting the font size to %0."
|
|
|
152
152
|
msgid "*Set font size:* %0"
|
|
153
153
|
msgstr "*Podesi veličinu fontova:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr "*Podesite format na:* %0"
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Podesite isticanje:* %0"
|
|
@@ -372,6 +376,13 @@ msgstr[0] ""
|
|
|
372
376
|
msgstr[1] ""
|
|
373
377
|
msgstr[2] ""
|
|
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"
|
package/lang/translations/sr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Serbian (https://
|
|
15
|
+
"Language-Team: Serbian (https://app.transifex.com/ckeditor/teams/11143/sr/)\n"
|
|
16
16
|
"Language: sr\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,11 +42,11 @@ msgstr "*Убаци:* %0"
|
|
|
42
42
|
|
|
43
43
|
msgctxt "A suggestion for changing table properties."
|
|
44
44
|
msgid "*Format:* change table properties"
|
|
45
|
-
msgstr "
|
|
45
|
+
msgstr "*Формат:* промените својства табеле"
|
|
46
46
|
|
|
47
47
|
msgctxt "A suggestion for changing table cell properties."
|
|
48
48
|
msgid "*Format:* change table cell properties"
|
|
49
|
-
msgstr "
|
|
49
|
+
msgstr "*Формат:* промените својства ћелије табеле"
|
|
50
50
|
|
|
51
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
52
52
|
msgid "*Format:* insert into %0"
|
|
@@ -58,7 +58,7 @@ msgstr "*Формат:* уклони из %0"
|
|
|
58
58
|
|
|
59
59
|
msgctxt "A suggestion for replacing an image."
|
|
60
60
|
msgid "*Format:* replace image URL"
|
|
61
|
-
msgstr "
|
|
61
|
+
msgstr "*Формат:* замените УРЛ слике"
|
|
62
62
|
|
|
63
63
|
msgctxt "A suggestion for resizing a table."
|
|
64
64
|
msgid "*Format:* resize table"
|
|
@@ -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 "*Podesi format na:* %0"
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Подесите истицање:* %0 "
|
|
@@ -237,70 +241,70 @@ msgid "ELEMENT_CODE_BLOCK"
|
|
|
237
241
|
msgid_plural "%0 code blocks"
|
|
238
242
|
msgstr[0] "blok koda"
|
|
239
243
|
msgstr[1] "0% bloka koda"
|
|
240
|
-
msgstr[2] "0%
|
|
244
|
+
msgstr[2] "0% блокова кода"
|
|
241
245
|
|
|
242
246
|
msgctxt "The heading element name displayed in the suggestion."
|
|
243
247
|
msgid "ELEMENT_HEADING"
|
|
244
248
|
msgid_plural "%0 headings (level %1)"
|
|
245
249
|
msgstr[0] "naslov (nivo %1)"
|
|
246
250
|
msgstr[1] "0% naslov (nivo %1)"
|
|
247
|
-
msgstr[2] "0%
|
|
251
|
+
msgstr[2] "0% наслов (ниво %1)"
|
|
248
252
|
|
|
249
253
|
msgctxt "The heading element name displayed in the suggestion with a custom title."
|
|
250
254
|
msgid "ELEMENT_HEADING_CUSTOM"
|
|
251
255
|
msgid_plural "%0 headings (%1)"
|
|
252
256
|
msgstr[0] "(%1) naslov"
|
|
253
257
|
msgstr[1] "0% naslova (%1)"
|
|
254
|
-
msgstr[2] "0%
|
|
258
|
+
msgstr[2] "0% наслова (%1)"
|
|
255
259
|
|
|
256
260
|
msgctxt "The horizontal line element name displayed in the suggestion."
|
|
257
261
|
msgid "ELEMENT_HORIZONTAL_LINE"
|
|
258
262
|
msgid_plural "%0 horizontal lines"
|
|
259
263
|
msgstr[0] "horizontalna linija"
|
|
260
264
|
msgstr[1] "0% horizontalne linije"
|
|
261
|
-
msgstr[2] "0%
|
|
265
|
+
msgstr[2] "0% хоризонталних линија"
|
|
262
266
|
|
|
263
267
|
msgctxt "The HTML embed element name displayed in the suggestion."
|
|
264
268
|
msgid "ELEMENT_HTML_EMBED"
|
|
265
269
|
msgid_plural "%0 HTML embeds"
|
|
266
270
|
msgstr[0] "HTML kôd za ugradnju"
|
|
267
271
|
msgstr[1] "0% HTML koda za ugradnju"
|
|
268
|
-
msgstr[2] "0%
|
|
272
|
+
msgstr[2] "0% ХТМЛ кодова за уградњу"
|
|
269
273
|
|
|
270
274
|
msgctxt "The image element name displayed in the suggestion."
|
|
271
275
|
msgid "ELEMENT_IMAGE"
|
|
272
276
|
msgid_plural "%0 images"
|
|
273
277
|
msgstr[0] "slika"
|
|
274
278
|
msgstr[1] "0% slike"
|
|
275
|
-
msgstr[2] "0%
|
|
279
|
+
msgstr[2] "0% слика"
|
|
276
280
|
|
|
277
281
|
msgctxt "The inline image element name displayed in the suggestion."
|
|
278
282
|
msgid "ELEMENT_INLINE_IMAGE"
|
|
279
283
|
msgid_plural "%0 images"
|
|
280
284
|
msgstr[0] "slika"
|
|
281
285
|
msgstr[1] "0% slike"
|
|
282
|
-
msgstr[2] "0%
|
|
286
|
+
msgstr[2] "0% слика"
|
|
283
287
|
|
|
284
288
|
msgctxt "The line break element name displayed in the suggestion."
|
|
285
289
|
msgid "ELEMENT_LINE_BREAK"
|
|
286
290
|
msgid_plural "%0 line breaks"
|
|
287
291
|
msgstr[0] "prelom reda"
|
|
288
292
|
msgstr[1] "0% preloma reda"
|
|
289
|
-
msgstr[2] "0%
|
|
293
|
+
msgstr[2] "0% прелома реда"
|
|
290
294
|
|
|
291
295
|
msgctxt "The list item element name displayed in the suggestion."
|
|
292
296
|
msgid "ELEMENT_LIST_ITEM"
|
|
293
297
|
msgid_plural "%0 list items"
|
|
294
298
|
msgstr[0] "stavka liste"
|
|
295
299
|
msgstr[1] "0% stavke liste"
|
|
296
|
-
msgstr[2] "0%
|
|
300
|
+
msgstr[2] "0% ставки листе"
|
|
297
301
|
|
|
298
302
|
msgctxt "The media element name displayed in the suggestion."
|
|
299
303
|
msgid "ELEMENT_MEDIA"
|
|
300
304
|
msgid_plural "%0 media items"
|
|
301
305
|
msgstr[0] "stavka medija"
|
|
302
306
|
msgstr[1] "0% stavke medija"
|
|
303
|
-
msgstr[2] "0%
|
|
307
|
+
msgstr[2] "0% ставки медија"
|
|
304
308
|
|
|
305
309
|
msgctxt "The numbered list element name displayed in the suggestion."
|
|
306
310
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
@@ -335,56 +339,63 @@ msgid "ELEMENT_PAGE_BREAK"
|
|
|
335
339
|
msgid_plural "%0 page breaks"
|
|
336
340
|
msgstr[0] "prelom stranice"
|
|
337
341
|
msgstr[1] "0% preloma stranice"
|
|
338
|
-
msgstr[2] "0%
|
|
342
|
+
msgstr[2] "0% прелома странице"
|
|
339
343
|
|
|
340
344
|
msgctxt "The paragraph element name displayed in the suggestion."
|
|
341
345
|
msgid "ELEMENT_PARAGRAPH"
|
|
342
346
|
msgid_plural "%0 paragraphs"
|
|
343
347
|
msgstr[0] "pasus"
|
|
344
348
|
msgstr[1] "0% pasusa"
|
|
345
|
-
msgstr[2] "0%
|
|
349
|
+
msgstr[2] "0% пасуса"
|
|
346
350
|
|
|
347
351
|
msgctxt "The space element name displayed in the suggestion."
|
|
348
352
|
msgid "ELEMENT_SPACE"
|
|
349
353
|
msgid_plural "%0 spaces"
|
|
350
354
|
msgstr[0] "razmak"
|
|
351
355
|
msgstr[1] "0% razmaka"
|
|
352
|
-
msgstr[2] "0%
|
|
356
|
+
msgstr[2] "0% размак"
|
|
353
357
|
|
|
354
358
|
msgctxt "The table element name displayed in the suggestion."
|
|
355
359
|
msgid "ELEMENT_TABLE"
|
|
356
360
|
msgid_plural "%0 tables"
|
|
357
361
|
msgstr[0] "tabela"
|
|
358
362
|
msgstr[1] "0% tabele"
|
|
359
|
-
msgstr[2] "0%
|
|
363
|
+
msgstr[2] "0% табела"
|
|
360
364
|
|
|
361
365
|
msgctxt "The table column element name displayed in the suggestion."
|
|
362
366
|
msgid "ELEMENT_TABLE_COLUMN"
|
|
363
367
|
msgid_plural "%0 table columns"
|
|
364
368
|
msgstr[0] "kolona tabele"
|
|
365
369
|
msgstr[1] "0% kolone tabele"
|
|
366
|
-
msgstr[2] "0%
|
|
370
|
+
msgstr[2] "0% колона табеле"
|
|
367
371
|
|
|
368
372
|
msgctxt "The table column with text element name displayed in the suggestion."
|
|
369
373
|
msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
370
374
|
msgid_plural "%0 table columns *with text* %1"
|
|
371
375
|
msgstr[0] "%1 kolona tabele *sa tekstom*"
|
|
372
376
|
msgstr[1] "0% %1 kolone tabele *sa tekstom*"
|
|
373
|
-
msgstr[2] "0% %1
|
|
377
|
+
msgstr[2] "0% %1 колона табеле *са текстом*"
|
|
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] "sadržaj"
|
|
383
|
+
msgstr[1] "sadržaj"
|
|
384
|
+
msgstr[2] "sadržaj"
|
|
374
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"
|
|
378
389
|
msgstr[0] "red tabele"
|
|
379
390
|
msgstr[1] "0% reda tabele"
|
|
380
|
-
msgstr[2] "0%
|
|
391
|
+
msgstr[2] "0% редова табеле"
|
|
381
392
|
|
|
382
393
|
msgctxt "The table row with text element name displayed in the suggestion."
|
|
383
394
|
msgid "ELEMENT_TABLE_ROW_WITH_TEXT"
|
|
384
395
|
msgid_plural "%0 table rows *with text* %1"
|
|
385
396
|
msgstr[0] "%1 red tabele *sa tekstom*"
|
|
386
397
|
msgstr[1] "%0 reda tabele *sa tekstom* %1"
|
|
387
|
-
msgstr[2] "%0
|
|
398
|
+
msgstr[2] "%0 редова табеле *са текстом* %1"
|
|
388
399
|
|
|
389
400
|
msgctxt "The table with text element name displayed in the suggestion."
|
|
390
401
|
msgid "ELEMENT_TABLE_WITH_TEXT"
|
package/lang/translations/sv.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Swedish (https://
|
|
15
|
+
"Language-Team: Swedish (https://app.transifex.com/ckeditor/teams/11143/sv/)\n"
|
|
16
16
|
"Language: sv\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 "*Ställ in teckenstorlek:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr "*Ställ in formatet på:* %0"
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Ställ markering:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tabellkolumn *med text* %1"
|
|
357
361
|
msgstr[1] "0% tabellkolumn *med 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] "innehållsförteckning"
|
|
367
|
+
msgstr[1] "innehållsförteckning"
|
|
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"
|
package/lang/translations/th.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Thai (https://
|
|
15
|
+
"Language-Team: Thai (https://app.transifex.com/ckeditor/teams/11143/th/)\n"
|
|
16
16
|
"Language: th\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"
|
package/lang/translations/tk.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkmen (https://
|
|
15
|
+
"Language-Team: Turkmen (https://app.transifex.com/ckeditor/teams/11143/tk/)\n"
|
|
16
16
|
"Language: tk\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 ""
|
|
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 ""
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] ""
|
|
357
361
|
msgstr[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"
|
package/lang/translations/tr.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Turkish (https://
|
|
15
|
+
"Language-Team: Turkish (https://app.transifex.com/ckeditor/teams/11143/tr/)\n"
|
|
16
16
|
"Language: tr\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 "*Yazı boyutunun ayarlanması:* %0"
|
|
154
154
|
|
|
155
|
+
msgctxt "A suggestion for setting multiple inline formatting to %0"
|
|
156
|
+
msgid "*Set format to:* %0"
|
|
157
|
+
msgstr "*Biçimi şöyle ayarla:* %0"
|
|
158
|
+
|
|
155
159
|
msgctxt "A suggestion for highlighting text."
|
|
156
160
|
msgid "*Set highlight:* %0"
|
|
157
161
|
msgstr "*Vurguyu ayarla:* %0"
|
|
@@ -356,6 +360,12 @@ msgid_plural "%0 table columns *with text* %1"
|
|
|
356
360
|
msgstr[0] "tablo kolonu *metinle birlikte* %1"
|
|
357
361
|
msgstr[1] "%0 tablo kolonları *metinle birlikte* %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] "içindekiler"
|
|
367
|
+
msgstr[1] "içindekiler"
|
|
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"
|
package/lang/translations/tt.po
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
#
|
|
13
13
|
msgid ""
|
|
14
14
|
msgstr ""
|
|
15
|
-
"Language-Team: Tatar (https://
|
|
15
|
+
"Language-Team: Tatar (https://app.transifex.com/ckeditor/teams/11143/tt/)\n"
|
|
16
16
|
"Language: tt\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 ""
|
|
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 ""
|
|
@@ -340,6 +344,11 @@ msgid "ELEMENT_TABLE_COLUMN_WITH_TEXT"
|
|
|
340
344
|
msgid_plural "%0 table columns *with text* %1"
|
|
341
345
|
msgstr[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"
|