@ckeditor/ckeditor5-track-changes 35.3.2 → 36.0.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 +3 -2
- package/build/translations/ar.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/bn.js +1 -0
- package/build/translations/ca.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fi.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ms.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/contexts.json +16 -0
- package/lang/translations/ar.po +68 -4
- package/lang/translations/az.po +65 -1
- package/lang/translations/bg.po +68 -4
- package/lang/translations/bn.po +68 -4
- package/lang/translations/ca.po +68 -4
- package/lang/translations/cs.po +68 -4
- package/lang/translations/da.po +68 -4
- package/lang/translations/de.po +68 -4
- package/lang/translations/el.po +68 -4
- package/lang/translations/en-au.po +65 -1
- package/lang/translations/en.po +65 -1
- package/lang/translations/es.po +68 -4
- package/lang/translations/et.po +68 -4
- package/lang/translations/fi.po +68 -4
- package/lang/translations/fr.po +68 -4
- package/lang/translations/gl.po +65 -1
- package/lang/translations/he.po +68 -4
- package/lang/translations/hi.po +68 -4
- package/lang/translations/hr.po +65 -1
- package/lang/translations/hu.po +68 -4
- package/lang/translations/id.po +68 -4
- package/lang/translations/it.po +68 -4
- package/lang/translations/ja.po +68 -4
- package/lang/translations/ko.po +68 -4
- package/lang/translations/lt.po +68 -4
- package/lang/translations/lv.po +68 -4
- package/lang/translations/ms.po +68 -4
- package/lang/translations/nl.po +68 -4
- package/lang/translations/no.po +68 -4
- package/lang/translations/pl.po +68 -4
- package/lang/translations/pt-br.po +68 -4
- package/lang/translations/pt.po +68 -4
- package/lang/translations/ro.po +68 -4
- package/lang/translations/ru.po +68 -4
- package/lang/translations/sk.po +68 -4
- package/lang/translations/sr-latn.po +68 -4
- package/lang/translations/sr.po +69 -5
- package/lang/translations/sv.po +68 -4
- package/lang/translations/th.po +68 -4
- package/lang/translations/tk.po +65 -1
- package/lang/translations/tr.po +68 -4
- package/lang/translations/tt.po +65 -1
- package/lang/translations/uk.po +68 -4
- package/lang/translations/ur.po +65 -1
- package/lang/translations/vi.po +68 -4
- package/lang/translations/zh-cn.po +68 -4
- package/lang/translations/zh.po +68 -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 +23 -0
- 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 +23 -0
- 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 +23 -0
- 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/id.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,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Tambahkan:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Format:* ubah properti tabel"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Format:* ubah properti sel tabel"
|
|
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:* masukkan ke dalam %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Format:* hapus dari %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Format:* ganti URL gambar"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Format:* ubah ukuran tabel"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Format:* atur urutan ke terbalik"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Format:* atur urutan ke reguler"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Format:* atur indeks awal ke %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "daftar berpoin"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "daftar berpoin (lingkaran)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "daftar berpoin (cakram)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "daftar berpoin (kotak)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "keterangan"
|
|
@@ -246,6 +286,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
286
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
287
|
msgstr "daftar bernomor"
|
|
248
288
|
|
|
289
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
291
|
+
msgstr "daftar bernomor (desimal)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
295
|
+
msgstr "daftar bernomor (desimal dengan nol di depan)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
299
|
+
msgstr "daftar bernomor (latin-kecil)"
|
|
300
|
+
|
|
301
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
302
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
303
|
+
msgstr "daftar bernomor (roman-kecil)"
|
|
304
|
+
|
|
305
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
306
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
307
|
+
msgstr "daftar bernomor (latin-besar)"
|
|
308
|
+
|
|
309
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
311
|
+
msgstr "daftar bernomor (roman-besar)"
|
|
312
|
+
|
|
249
313
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
314
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
315
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +456,4 @@ msgstr "Saran ini berasal dari sumber eksternal."
|
|
|
392
456
|
|
|
393
457
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
458
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
459
|
+
msgstr "Saran ini berasal dari sebuah berkas Word impor."
|
package/lang/translations/it.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,13 +40,41 @@ msgctxt "A suggestion for inserting an item."
|
|
|
40
40
|
msgid "*Insert:* %0"
|
|
41
41
|
msgstr "*Inserisci:* %0"
|
|
42
42
|
|
|
43
|
+
msgctxt "A suggestion for changing table properties."
|
|
44
|
+
msgid "*Format:* change table properties"
|
|
45
|
+
msgstr "*Formato:* modifica le proprietà della tabella"
|
|
46
|
+
|
|
47
|
+
msgctxt "A suggestion for changing table cell properties."
|
|
48
|
+
msgid "*Format:* change table cell properties"
|
|
49
|
+
msgstr "*Formato:* modifica le proprietà della cella della tabella"
|
|
50
|
+
|
|
43
51
|
msgctxt "A suggestion for inserting an item into another item."
|
|
44
52
|
msgid "*Format:* insert into %0"
|
|
45
|
-
msgstr ""
|
|
53
|
+
msgstr "*Formato:* inserisci in %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Formato:* rimuovi da %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formato:* sostituisci l'URL dell'immagine"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Formato:* ridimensiona tabella"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Formato:* imposta ordine inverso"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Formato:* imposta ordine normale"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Formato:* imposta indice iniziale a %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "elenco puntato"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "elenco puntato (cerchio)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "elenco puntato (disco)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "elenco puntato (quadrato)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "didascalia"
|
|
@@ -266,6 +306,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
266
306
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
267
307
|
msgstr "elenco numerato"
|
|
268
308
|
|
|
309
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
311
|
+
msgstr "elenco numerato (decimale)"
|
|
312
|
+
|
|
313
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
314
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
315
|
+
msgstr "elenco numerato (decimale con zero iniziale)"
|
|
316
|
+
|
|
317
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
318
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
319
|
+
msgstr "elenco numerato (numeri latini minuscoli)"
|
|
320
|
+
|
|
321
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
323
|
+
msgstr "elenco numerato (numeri romani minuscoli)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
327
|
+
msgstr "elenco numerato (numeri latini maiuscoli)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
331
|
+
msgstr "elenco numerato (numeri romani maiuscoli)"
|
|
332
|
+
|
|
269
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
270
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
271
335
|
msgid_plural "%0 page breaks"
|
|
@@ -428,4 +492,4 @@ msgstr "Questo suggerimento proviene da una fonte esterna."
|
|
|
428
492
|
|
|
429
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
-
msgstr ""
|
|
495
|
+
msgstr "Questo suggerimento proviene da un file di Word importato."
|
package/lang/translations/ja.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,13 +40,41 @@ 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
|
-
msgstr ""
|
|
53
|
+
msgstr "*フォーマット:* %0に挿入"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*フォーマット:* %0から削除"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*フォーマット:* 画像のURLを置換する"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*フォーマット:* 表のサイズ変更"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*フォーマット:* 順番を逆にする"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*フォーマット:* 通常の順番にする"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*フォーマット:* 開始インデックスを%0に設定"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "箇条書きリスト"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "箇条書き(白丸)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "箇条書き(黒丸)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "箇条書き(四角)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "キャプション"
|
|
@@ -246,6 +286,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
286
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
287
|
msgstr "番号付きリスト"
|
|
248
288
|
|
|
289
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
291
|
+
msgstr "番号付きリスト(小数)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
295
|
+
msgstr "番号付きリスト(0から始まる小数)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
299
|
+
msgstr "番号付きリスト(ラテン小文字)"
|
|
300
|
+
|
|
301
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
302
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
303
|
+
msgstr "番号付きリスト(ローマ小文字)"
|
|
304
|
+
|
|
305
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
306
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
307
|
+
msgstr "番号付きリスト(ラテン大文字)"
|
|
308
|
+
|
|
309
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
311
|
+
msgstr "番号付きリスト(ローマ大文字)"
|
|
312
|
+
|
|
249
313
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
314
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
315
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +456,4 @@ msgstr "この提案は外部ソースに由来するものです。"
|
|
|
392
456
|
|
|
393
457
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
458
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
459
|
+
msgstr "この提案はインポートされたWordファイルによるものです。"
|
package/lang/translations/ko.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,13 +40,41 @@ 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
|
-
msgstr ""
|
|
53
|
+
msgstr "*포맷:* %0에 삽입"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*포맷:* %0에서 삭제"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*포맷:* 이미지 URL 교체"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*포맷:* 표 크기 변경"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*포맷:* 순서를 역순으로 설정"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*포맷:* 순서를 순차대로 설정"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*포맷:* 시작 순번을 %0(으)로 설정"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "글머리 기호 목록"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "불릿이 있는 목록(원형)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "불릿이 있는 목록(디스크형)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "불릿이 있는 목록(정사각형)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "캡션"
|
|
@@ -246,6 +286,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
246
286
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
247
287
|
msgstr "번호 목록"
|
|
248
288
|
|
|
289
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
290
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
291
|
+
msgstr "숫자가 붙은 목록(10진수)"
|
|
292
|
+
|
|
293
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
294
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
295
|
+
msgstr "숫자가 붙은 목록(0으로 시작하는 10진수)"
|
|
296
|
+
|
|
297
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
298
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
299
|
+
msgstr "숫자가 붙은 목록(라틴 숫자 소문자)"
|
|
300
|
+
|
|
301
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
302
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
303
|
+
msgstr "숫자가 붙은 목록(로만 숫자 소문자)"
|
|
304
|
+
|
|
305
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
306
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
307
|
+
msgstr "숫자가 붙은 목록(라틴 숫자 대문자)"
|
|
308
|
+
|
|
309
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
311
|
+
msgstr "숫자가 붙은 목록(로만 대문자)"
|
|
312
|
+
|
|
249
313
|
msgctxt "The page break element name displayed in the suggestion."
|
|
250
314
|
msgid "ELEMENT_PAGE_BREAK"
|
|
251
315
|
msgid_plural "%0 page breaks"
|
|
@@ -392,4 +456,4 @@ msgstr "이 제안은 외부 출처에서 왔습니다."
|
|
|
392
456
|
|
|
393
457
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
394
458
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
395
|
-
msgstr ""
|
|
459
|
+
msgstr "이 제안은 가져오기한 워드 파일에서 온 것입니다."
|
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,13 +40,41 @@ 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
|
-
msgstr ""
|
|
53
|
+
msgstr "*Formatas:* įterpti į %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Formatas:* pašalinti iš %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formatas:* keisti paveikslėlio nuorodą"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Formatas:* pakeiskite lentelės dydį"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Formatas:* nustatyti atvirkštinę tvarką"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Formatas:* nustatyti tvarką į įprastą"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Formatas:* nustatyti pradžios indeksą į %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "Ženklintas sąrašas"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "sąrašas su paryškinimais (apveskite ratuką)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "sąrašas su klaustukais (diskas)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "sąrašas su paryškinimais (kvadratinis)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "Antraštė"
|
|
@@ -276,6 +316,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
276
316
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
277
317
|
msgstr "Sunumeruotas sąrašas"
|
|
278
318
|
|
|
319
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
320
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
321
|
+
msgstr "numeruotas sąrašas (dešimtainiu skaičiumi)"
|
|
322
|
+
|
|
323
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
324
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
325
|
+
msgstr "sunumeruotas sąrašas (dešimtainė su pirmuoju nuliu)"
|
|
326
|
+
|
|
327
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
328
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
329
|
+
msgstr "numeruotas sąrašas (mažąja lotynų kalba)"
|
|
330
|
+
|
|
331
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
332
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
333
|
+
msgstr "numeruotas sąrašas (mažosiomis raidėmis)"
|
|
334
|
+
|
|
335
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
336
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
337
|
+
msgstr "numeruotas sąrašas (didžiąja lotynų kalba)"
|
|
338
|
+
|
|
339
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
340
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
341
|
+
msgstr "numeruotas sąrašas (didžiosiomis raidėmis)"
|
|
342
|
+
|
|
279
343
|
msgctxt "The page break element name displayed in the suggestion."
|
|
280
344
|
msgid "ELEMENT_PAGE_BREAK"
|
|
281
345
|
msgid_plural "%0 page breaks"
|
|
@@ -446,4 +510,4 @@ msgstr "Šis pasiūlymas yra iš išorinio šaltinio."
|
|
|
446
510
|
|
|
447
511
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
448
512
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
449
|
-
msgstr ""
|
|
513
|
+
msgstr "Šis pasiūlymas pateiktas iš importuoto \"Word\" failo."
|
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,13 +40,41 @@ 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
|
-
msgstr ""
|
|
53
|
+
msgstr "*Formāts:* ievietot %0"
|
|
46
54
|
|
|
47
55
|
msgctxt "A suggestion for removing item from another item."
|
|
48
56
|
msgid "*Format:* remove from %0"
|
|
49
|
-
msgstr ""
|
|
57
|
+
msgstr "*Formāts:* noņemt no %0"
|
|
58
|
+
|
|
59
|
+
msgctxt "A suggestion for replacing an image."
|
|
60
|
+
msgid "*Format:* replace image URL"
|
|
61
|
+
msgstr "*Formāts:* aizvietot attēla URL"
|
|
62
|
+
|
|
63
|
+
msgctxt "A suggestion for resizing a table."
|
|
64
|
+
msgid "*Format:* resize table"
|
|
65
|
+
msgstr "*Formāts:* koriģēt tabulas izmēru"
|
|
66
|
+
|
|
67
|
+
msgctxt "A suggestion for changing the list order to reversed."
|
|
68
|
+
msgid "*Format:* set order to reversed"
|
|
69
|
+
msgstr "*Formāts:* iestatiet apgriezto secību"
|
|
70
|
+
|
|
71
|
+
msgctxt "A suggestion for changing the list order to regular."
|
|
72
|
+
msgid "*Format:* set order to regular"
|
|
73
|
+
msgstr "*Formāts:* iestatiet parasto secību"
|
|
74
|
+
|
|
75
|
+
msgctxt "A suggestion for changing the start index of the list."
|
|
76
|
+
msgid "*Format:* set start index to %0"
|
|
77
|
+
msgstr "*Formāts:* iestatīt sākuma indeksu uz %0"
|
|
50
78
|
|
|
51
79
|
msgctxt "A suggestion for merging cells."
|
|
52
80
|
msgid "*Merge cells*"
|
|
@@ -188,6 +216,18 @@ msgctxt "The bulleted list element name displayed in the suggestion."
|
|
|
188
216
|
msgid "ELEMENT_BULLETED_LIST"
|
|
189
217
|
msgstr "nerindots saraksts"
|
|
190
218
|
|
|
219
|
+
msgctxt "The circle styled bulleted list element name displayed in the suggestion."
|
|
220
|
+
msgid "ELEMENT_BULLETED_LIST_CIRCLE"
|
|
221
|
+
msgstr "saraksts ar aizzīmēm (aplis)"
|
|
222
|
+
|
|
223
|
+
msgctxt "The disc styled bulleted list element name displayed in the suggestion."
|
|
224
|
+
msgid "ELEMENT_BULLETED_LIST_DISC"
|
|
225
|
+
msgstr "saraksts ar aizzīmēm (disks)"
|
|
226
|
+
|
|
227
|
+
msgctxt "The square styled bulleted list element name displayed in the suggestion."
|
|
228
|
+
msgid "ELEMENT_BULLETED_LIST_SQUARE"
|
|
229
|
+
msgstr "saraksts ar aizzīmēm (kvadrāts)"
|
|
230
|
+
|
|
191
231
|
msgctxt "The caption element name displayed in the suggestion."
|
|
192
232
|
msgid "ELEMENT_CAPTION"
|
|
193
233
|
msgstr "virsraksts"
|
|
@@ -266,6 +306,30 @@ msgctxt "The numbered list element name displayed in the suggestion."
|
|
|
266
306
|
msgid "ELEMENT_NUMBERED_LIST"
|
|
267
307
|
msgstr "numurēts saraksts"
|
|
268
308
|
|
|
309
|
+
msgctxt "The decimal styled numbered list element name displayed in the suggestion."
|
|
310
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL"
|
|
311
|
+
msgstr "numurēts saraksts (decimālzīme)"
|
|
312
|
+
|
|
313
|
+
msgctxt "The decimal styled (with leading zero) numbered list element name displayed in the suggestion."
|
|
314
|
+
msgid "ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO"
|
|
315
|
+
msgstr "numurēts saraksts (decimāldaļa ar 0 sākumā)"
|
|
316
|
+
|
|
317
|
+
msgctxt "The lower latin styled numbered list element name displayed in the suggestion."
|
|
318
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_LATIN"
|
|
319
|
+
msgstr "numurēts saraksts (mazie latīņu cipari)"
|
|
320
|
+
|
|
321
|
+
msgctxt "The lower roman styled numbered list element name displayed in the suggestion."
|
|
322
|
+
msgid "ELEMENT_NUMBERED_LIST_LOWER_ROMAN"
|
|
323
|
+
msgstr "numurēts saraksts (mazie romiešu cipari)"
|
|
324
|
+
|
|
325
|
+
msgctxt "The upper latin styled numbered list element name displayed in the suggestion."
|
|
326
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_LATIN"
|
|
327
|
+
msgstr "numurēts saraksts (lielie latīņu cipari)"
|
|
328
|
+
|
|
329
|
+
msgctxt "The upper roman styled numbered list element name displayed in the suggestion."
|
|
330
|
+
msgid "ELEMENT_NUMBERED_LIST_UPPER_ROMAN"
|
|
331
|
+
msgstr "numurēts saraksts (lielie romiešu cipari)"
|
|
332
|
+
|
|
269
333
|
msgctxt "The page break element name displayed in the suggestion."
|
|
270
334
|
msgid "ELEMENT_PAGE_BREAK"
|
|
271
335
|
msgid_plural "%0 page breaks"
|
|
@@ -428,4 +492,4 @@ msgstr "Šī ieteikuma izcelsme ir ārējs avots."
|
|
|
428
492
|
|
|
429
493
|
msgctxt "The additional information that suggestion comes from imported word file."
|
|
430
494
|
msgid "EXTERNAL_IMPORT_WORD_SUGGESTION"
|
|
431
|
-
msgstr ""
|
|
495
|
+
msgstr "Šis ieteikums nāk no importēta Word faila."
|