@ckeditor/ckeditor5-track-changes 35.4.0 → 36.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +3 -3
- 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 +6 -3
- package/lang/translations/ar.po +16 -4
- package/lang/translations/az.po +16 -4
- package/lang/translations/bg.po +16 -4
- package/lang/translations/bn.po +16 -4
- package/lang/translations/ca.po +16 -4
- package/lang/translations/cs.po +16 -4
- package/lang/translations/da.po +16 -4
- package/lang/translations/de.po +16 -4
- package/lang/translations/el.po +16 -4
- package/lang/translations/en-au.po +16 -4
- package/lang/translations/en.po +16 -4
- package/lang/translations/es.po +16 -4
- package/lang/translations/et.po +16 -4
- package/lang/translations/fi.po +16 -4
- package/lang/translations/fr.po +16 -4
- package/lang/translations/gl.po +16 -4
- package/lang/translations/he.po +16 -4
- package/lang/translations/hi.po +16 -4
- package/lang/translations/hr.po +16 -4
- package/lang/translations/hu.po +16 -4
- package/lang/translations/id.po +16 -4
- package/lang/translations/it.po +16 -4
- package/lang/translations/ja.po +16 -4
- package/lang/translations/ko.po +16 -4
- package/lang/translations/lt.po +16 -4
- package/lang/translations/lv.po +16 -4
- package/lang/translations/ms.po +16 -4
- package/lang/translations/nl.po +16 -4
- package/lang/translations/no.po +16 -4
- package/lang/translations/pl.po +16 -4
- package/lang/translations/pt-br.po +16 -4
- package/lang/translations/pt.po +16 -4
- package/lang/translations/ro.po +16 -4
- package/lang/translations/ru.po +16 -4
- package/lang/translations/sk.po +16 -4
- package/lang/translations/sr-latn.po +32 -20
- package/lang/translations/sr.po +33 -21
- package/lang/translations/sv.po +16 -4
- package/lang/translations/th.po +16 -4
- package/lang/translations/tk.po +16 -4
- package/lang/translations/tr.po +16 -4
- package/lang/translations/tt.po +16 -4
- package/lang/translations/uk.po +16 -4
- package/lang/translations/ur.po +16 -4
- package/lang/translations/vi.po +16 -4
- package/lang/translations/zh-cn.po +16 -4
- package/lang/translations/zh.po +16 -4
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.js +1 -1
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/documentlist.js +2 -2
- package/src/integrations/documentlistproperties.js +2 -2
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.js +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.js +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.js +2 -2
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.js +2 -2
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.js +2 -2
package/lang/translations/lt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Įkelti:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formatas:* keisti lentelės ypatybes"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formatas:* keisti lentelės langelio ypatybes"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formatas:* įterpti į %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formatas:* pašalinti iš %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formatas:* keisti paveikslėlio nuorodą"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formatas:* pakeiskite lentelės dydį"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formatas:* nustatyti atvirkštinę tvarką"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formatas:* nustatyti tvarką į įprastą"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formatas:* nustatyti pradžios indeksą į %0"
|
|
66
78
|
|
package/lang/translations/lv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ievietot\\:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formāts:* mainīt tabulas īpašības"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formāts:* mainīt tabulas ailes īpašības"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formāts:* ievietot %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formāts:* noņemt no %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formāts:* aizvietot attēla URL"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formāts:* koriģēt tabulas izmēru"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formāts:* iestatiet apgriezto secību"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formāts:* iestatiet parasto secību"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formāts:* iestatīt sākuma indeksu uz %0"
|
|
66
78
|
|
package/lang/translations/ms.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Masukkan:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* ubah sifat-sifat jadual"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* ubah sifat-sifat sel jadual"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Format:* masukkan kedalam %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Format:* dibuang daripada %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* gantikan URL imej"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Format:* saizkan semula jadual"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Format:* tetapkan susunan kepada terbalik"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Format:* tetapkan susunan kepada biasa"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Format:* tetapkan indeks mula kepada %0"
|
|
66
78
|
|
package/lang/translations/nl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Invoegen:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* verander tabeleigenschappen"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* verander de eigenschappen van tabelcellen"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Indeling:* invoegen in [%0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Indeling:* verwijderen uit [%0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* vervang afbeelding-URL"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Indeling:* tabelgrootte wijzigen"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Indeling:* de volgorde op omgekeerd instellen"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Indeling:* de volgorde op normaal instellen"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Indeling:* de beginindex op %0 instellen"
|
|
66
78
|
|
package/lang/translations/no.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Sett inn:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* endre egenskaper for tabell"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* endre egenskaper for celler i tabell"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Format:* sett inn i %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Format:* fjern fra %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* erstatt bilde URL"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Format:* endre tabellstørrelse"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Format:* sett rekkefølge til reversert"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Format:* sett rekkefølge til vanlig"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Format:* sett start av indeks til %0"
|
|
66
78
|
|
package/lang/translations/pl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Wstaw:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* zmień właściwości tabeli"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* zmień właściwości komórki tabeli"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Format:* wstaw do %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Format:* usuń z %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* zastąp URL obrazu"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Format:* zmień rozmiar tabeli"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Format:* ustaw kolejność jako odwrotną"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Format:* ustaw kolejność jako standardową"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Format:* ustaw indeks początkowy jako %0"
|
|
66
78
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserir:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formatação:* altera as propriedades da tabela"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formatação:* altera as propriedades da célula da tabela"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formatar:* inserir dentro de %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formatar:* remover de %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formatação:* substitui o URL da imagem"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formato:* redimensionar tabela"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formato:* defina a ordem como invertida"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formato:* defina a ordem como regular"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formato:* defina o índice inicial para %0"
|
|
66
78
|
|
package/lang/translations/pt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserir:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formatar:* alterar propriedades de tabela"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formatar:* alterar propriedades de células da tabela"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formato:* inserir em %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formato:* remover de %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formatar:* substituir endereço URL de imagem"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formato:* redimensionar tabela"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formato:* definir ordem como inversa"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formato:* definir ordem como normal"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formato:* definir índice inicial como %0"
|
|
66
78
|
|
package/lang/translations/ro.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserare:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* modifică proprietățile tabelului"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* modifică proprietățile celulei tabelului"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formatare:* inserare în %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formatare:* eliminare din %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* înlocuiește adresa URL a imaginii"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formatare:* redimensionare tabel"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formatare:* ordine de sortare inversată"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formatare:* ordine de sortare normală"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formatare:* setarea indicelui de start la %0"
|
|
66
78
|
|
package/lang/translations/ru.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Вставить:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Формат:* изменение свойств таблицы"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Формат:* изменение свойств ячеек таблицы"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Формат:* вставить в %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Формат:* удалить из %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Формат:* замена URL изображения"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Формат:* изменить размер таблицы"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Формат:* установить обратный порядок"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Формат:* установить обычный порядок"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Формат:* установить начальный индекс на %0"
|
|
66
78
|
|
package/lang/translations/sk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,6 +40,14 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Vložiť:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formát:* zmeniť vlastnosti tabuľky"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formát:* zmeniť vlastnosti bunky tabuľky"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
53
|
msgstr "*Formát:* vložiť do %0"
|
|
@@ -48,19 +56,23 @@ msgctxt "A suggestion for removing item from another item."
|
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
57
|
msgstr "*Formát:* odstrániť z %0"
|
|
50
58
|
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formát:* nahradiť adresu URL obrázka"
|
|
62
|
+
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
65
|
msgstr "*Formát:* zmena veľkosti tabuľky"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
69
|
msgstr "*Formát:* nastavte poradie na opačné"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
73
|
msgstr "*Formát:* nastavte poradie na bežné"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
77
|
msgstr "*Formát:* nastaviť počiatočný index na %0"
|
|
66
78
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -40,29 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Ubaci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Format:* ubaci u %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
57
|
+
msgstr "*Format:* ukloni iz %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
49
61
|
msgstr ""
|
|
50
62
|
|
|
51
63
|
msgctxt "A suggestion for resizing a table."
|
|
52
64
|
msgid "*Format:* resize table"
|
|
53
|
-
msgstr ""
|
|
65
|
+
msgstr "*Format:* tabela promene veličine"
|
|
54
66
|
|
|
55
|
-
msgctxt "A suggestion for changing list order to reversed."
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
56
68
|
msgid "*Format:* set order to reversed"
|
|
57
|
-
msgstr ""
|
|
69
|
+
msgstr "*Format:* podesite redosled na obrnuti"
|
|
58
70
|
|
|
59
|
-
msgctxt "A suggestion for changing list order to regular."
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
60
72
|
msgid "*Format:* set order to regular"
|
|
61
|
-
msgstr ""
|
|
73
|
+
msgstr "*Format:* podesite redosled na regularan"
|
|
62
74
|
|
|
63
|
-
msgctxt "A suggestion for changing start index of list."
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
64
76
|
msgid "*Format:* set start index to %0"
|
|
65
|
-
msgstr ""
|
|
77
|
+
msgstr "*Format:* postavi početni indeks na %0"
|
|
66
78
|
|
|
67
79
|
msgctxt "A suggestion for merging cells."
|
|
68
80
|
msgid "*Merge cells*"
|
|
@@ -206,15 +218,15 @@ msgstr "numerisana lista"
|
|
|
206
218
|
|
|
207
219
|
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
208
220
|
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
209
|
-
msgstr ""
|
|
221
|
+
msgstr "lista za nabrajanje (krug)"
|
|
210
222
|
|
|
211
223
|
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
212
224
|
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
213
|
-
msgstr ""
|
|
225
|
+
msgstr "lista za nabrajanje (disk)"
|
|
214
226
|
|
|
215
227
|
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
216
228
|
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
217
|
-
msgstr ""
|
|
229
|
+
msgstr "lista za nabrajanje (kvadrat)"
|
|
218
230
|
|
|
219
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
220
232
|
msgid "ELEMENT_CAPTION"
|
|
@@ -296,27 +308,27 @@ msgstr "numerisana lista"
|
|
|
296
308
|
|
|
297
309
|
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
298
310
|
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
299
|
-
msgstr ""
|
|
311
|
+
msgstr "numerisana lista (decimalna)"
|
|
300
312
|
|
|
301
313
|
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
302
314
|
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
303
|
-
msgstr ""
|
|
315
|
+
msgstr "numerisana lista (decimalna sa početnom nulom)"
|
|
304
316
|
|
|
305
317
|
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
306
318
|
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
307
|
-
msgstr ""
|
|
319
|
+
msgstr "numerisana lista (mala latinica)"
|
|
308
320
|
|
|
309
321
|
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
310
322
|
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
311
|
-
msgstr ""
|
|
323
|
+
msgstr "numerisana lista (mali rimski)"
|
|
312
324
|
|
|
313
325
|
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
314
326
|
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
315
|
-
msgstr ""
|
|
327
|
+
msgstr "numerisana lista (velika latinica)"
|
|
316
328
|
|
|
317
329
|
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
318
330
|
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
319
|
-
msgstr ""
|
|
331
|
+
msgstr "numerisana lista (veliki rimski)"
|
|
320
332
|
|
|
321
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
322
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
@@ -476,8 +488,8 @@ msgstr "Pratite promene"
|
|
|
476
488
|
|
|
477
489
|
msgctxt "The additional information that suggestion comes from external source."
|
|
478
490
|
msgid "EXTERNAL_SUGGESTION"
|
|
479
|
-
msgstr ""
|
|
491
|
+
msgstr "Ovaj predlog dolazi iz spoljnog izvora."
|
|
480
492
|
|
|
481
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
482
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
483
|
-
msgstr ""
|
|
495
|
+
msgstr "Ovaj predlog dolazi iz uvezene Word datoteke."
|