@ckeditor/ckeditor5-ui 40.2.0 → 41.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/CHANGELOG.md +8 -8
- package/LICENSE.md +1 -1
- package/lang/contexts.json +3 -1
- package/lang/translations/ar.po +9 -1
- package/lang/translations/ast.po +9 -1
- package/lang/translations/az.po +9 -1
- package/lang/translations/bg.po +9 -1
- package/lang/translations/bn.po +9 -1
- package/lang/translations/ca.po +9 -1
- package/lang/translations/cs.po +9 -1
- package/lang/translations/da.po +9 -1
- package/lang/translations/de-ch.po +9 -1
- package/lang/translations/de.po +9 -1
- package/lang/translations/el.po +9 -1
- package/lang/translations/en-au.po +9 -1
- package/lang/translations/en-gb.po +9 -1
- package/lang/translations/en.po +9 -1
- package/lang/translations/eo.po +9 -1
- package/lang/translations/es.po +14 -6
- package/lang/translations/et.po +9 -1
- package/lang/translations/eu.po +9 -1
- package/lang/translations/fa.po +9 -1
- package/lang/translations/fi.po +9 -1
- package/lang/translations/fr.po +9 -1
- package/lang/translations/gl.po +9 -1
- package/lang/translations/he.po +9 -1
- package/lang/translations/hi.po +9 -1
- package/lang/translations/hr.po +9 -1
- package/lang/translations/hu.po +9 -1
- package/lang/translations/id.po +9 -1
- package/lang/translations/it.po +9 -1
- package/lang/translations/ja.po +9 -1
- package/lang/translations/km.po +9 -1
- package/lang/translations/kn.po +9 -1
- package/lang/translations/ko.po +9 -1
- package/lang/translations/ku.po +9 -1
- package/lang/translations/lt.po +9 -1
- package/lang/translations/lv.po +9 -1
- package/lang/translations/ms.po +9 -1
- package/lang/translations/nb.po +9 -1
- package/lang/translations/ne.po +9 -1
- package/lang/translations/nl.po +9 -1
- package/lang/translations/no.po +9 -1
- package/lang/translations/pl.po +9 -1
- package/lang/translations/pt-br.po +9 -1
- package/lang/translations/pt.po +9 -1
- package/lang/translations/ro.po +9 -1
- package/lang/translations/ru.po +9 -1
- package/lang/translations/sk.po +9 -1
- package/lang/translations/sl.po +9 -1
- package/lang/translations/sq.po +9 -1
- package/lang/translations/sr-latn.po +9 -1
- package/lang/translations/sr.po +9 -1
- package/lang/translations/sv.po +9 -1
- package/lang/translations/th.po +9 -1
- package/lang/translations/tk.po +9 -1
- package/lang/translations/tr.po +9 -1
- package/lang/translations/tt.po +9 -1
- package/lang/translations/ug.po +9 -1
- package/lang/translations/uk.po +9 -1
- package/lang/translations/ur.po +9 -1
- package/lang/translations/uz.po +9 -1
- package/lang/translations/vi.po +9 -1
- package/lang/translations/zh-cn.po +9 -1
- package/lang/translations/zh.po +9 -1
- package/package.json +4 -3
- package/src/arialiveannouncer.d.ts +14 -10
- package/src/arialiveannouncer.js +11 -8
- package/src/augmentation.d.ts +3 -2
- package/src/augmentation.js +1 -1
- package/src/autocomplete/autocompleteview.d.ts +4 -4
- package/src/autocomplete/autocompleteview.js +4 -3
- package/src/bindings/addkeyboardhandlingforgrid.d.ts +2 -2
- package/src/bindings/addkeyboardhandlingforgrid.js +1 -1
- package/src/bindings/clickoutsidehandler.d.ts +1 -1
- package/src/bindings/clickoutsidehandler.js +1 -1
- package/src/bindings/csstransitiondisablermixin.d.ts +2 -2
- package/src/bindings/csstransitiondisablermixin.js +1 -1
- package/src/bindings/draggableviewmixin.d.ts +46 -0
- package/src/bindings/draggableviewmixin.js +144 -0
- package/src/bindings/injectcsstransitiondisabler.d.ts +2 -2
- package/src/bindings/injectcsstransitiondisabler.js +1 -1
- package/src/bindings/preventdefault.d.ts +3 -3
- package/src/bindings/preventdefault.js +1 -1
- package/src/bindings/submithandler.d.ts +2 -2
- package/src/bindings/submithandler.js +1 -1
- package/src/button/button.d.ts +1 -1
- package/src/button/button.js +1 -1
- package/src/button/buttonlabel.d.ts +2 -2
- package/src/button/buttonlabel.js +1 -1
- package/src/button/buttonlabelview.d.ts +3 -3
- package/src/button/buttonlabelview.js +2 -2
- package/src/button/buttonview.d.ts +6 -6
- package/src/button/buttonview.js +4 -4
- package/src/button/switchbuttonview.d.ts +3 -3
- package/src/button/switchbuttonview.js +3 -3
- package/src/collapsible/collapsibleview.d.ts +7 -6
- package/src/collapsible/collapsibleview.js +3 -3
- package/src/colorgrid/colorgridview.d.ts +5 -5
- package/src/colorgrid/colorgridview.js +4 -4
- package/src/colorgrid/colortileview.d.ts +2 -2
- package/src/colorgrid/colortileview.js +2 -2
- package/src/colorgrid/utils.d.ts +1 -1
- package/src/colorgrid/utils.js +1 -1
- package/src/colorpicker/colorpickerview.d.ts +4 -4
- package/src/colorpicker/colorpickerview.js +5 -5
- package/src/colorpicker/utils.d.ts +1 -1
- package/src/colorpicker/utils.js +1 -1
- package/src/colorselector/colorgridsfragmentview.d.ts +9 -8
- package/src/colorselector/colorgridsfragmentview.js +10 -10
- package/src/colorselector/colorpickerfragmentview.d.ts +9 -8
- package/src/colorselector/colorpickerfragmentview.js +7 -8
- package/src/colorselector/colorselectorview.d.ts +9 -9
- package/src/colorselector/colorselectorview.js +6 -6
- package/src/colorselector/documentcolorcollection.d.ts +2 -2
- package/src/colorselector/documentcolorcollection.js +1 -1
- package/src/componentfactory.d.ts +2 -2
- package/src/componentfactory.js +1 -1
- package/src/dialog/dialog.d.ts +273 -0
- package/src/dialog/dialog.js +261 -0
- package/src/dialog/dialogactionsview.d.ts +69 -0
- package/src/dialog/dialogactionsview.js +98 -0
- package/src/dialog/dialogcontentview.d.ts +27 -0
- package/src/dialog/dialogcontentview.js +35 -0
- package/src/dialog/dialogview.d.ts +256 -0
- package/src/dialog/dialogview.js +466 -0
- package/src/dropdown/button/dropdownbutton.d.ts +3 -3
- package/src/dropdown/button/dropdownbutton.js +1 -1
- package/src/dropdown/button/dropdownbuttonview.d.ts +4 -4
- package/src/dropdown/button/dropdownbuttonview.js +3 -3
- package/src/dropdown/button/splitbuttonview.d.ts +7 -7
- package/src/dropdown/button/splitbuttonview.js +3 -3
- package/src/dropdown/dropdownpanelfocusable.d.ts +1 -1
- package/src/dropdown/dropdownpanelfocusable.js +1 -1
- package/src/dropdown/dropdownpanelview.d.ts +4 -4
- package/src/dropdown/dropdownpanelview.js +2 -2
- package/src/dropdown/dropdownview.d.ts +8 -8
- package/src/dropdown/dropdownview.js +5 -4
- package/src/dropdown/utils.d.ts +9 -9
- package/src/dropdown/utils.js +15 -15
- package/src/editableui/editableuiview.d.ts +3 -3
- package/src/editableui/editableuiview.js +2 -2
- package/src/editableui/inline/inlineeditableuiview.d.ts +4 -4
- package/src/editableui/inline/inlineeditableuiview.js +2 -2
- package/src/editorui/bodycollection.d.ts +3 -3
- package/src/editorui/bodycollection.js +3 -3
- package/src/editorui/boxed/boxededitoruiview.d.ts +3 -3
- package/src/editorui/boxed/boxededitoruiview.js +3 -3
- package/src/editorui/editorui.d.ts +7 -7
- package/src/editorui/editorui.js +5 -5
- package/src/editorui/editoruiview.d.ts +4 -4
- package/src/editorui/editoruiview.js +3 -3
- package/src/editorui/poweredby.d.ts +1 -1
- package/src/editorui/poweredby.js +4 -4
- package/src/focuscycler.d.ts +27 -8
- package/src/focuscycler.js +44 -15
- package/src/formheader/formheaderview.d.ts +4 -4
- package/src/formheader/formheaderview.js +3 -3
- package/src/highlightedtext/highlightedtextview.d.ts +2 -2
- package/src/highlightedtext/highlightedtextview.js +2 -2
- package/src/icon/iconview.d.ts +2 -2
- package/src/icon/iconview.js +4 -3
- package/src/iframe/iframeview.d.ts +2 -2
- package/src/iframe/iframeview.js +2 -2
- package/src/index.d.ts +67 -68
- package/src/index.js +63 -65
- package/src/input/inputbase.d.ts +2 -2
- package/src/input/inputbase.js +2 -2
- package/src/input/inputview.d.ts +2 -2
- package/src/input/inputview.js +2 -2
- package/src/inputnumber/inputnumberview.d.ts +2 -2
- package/src/inputnumber/inputnumberview.js +2 -2
- package/src/inputtext/inputtextview.d.ts +2 -2
- package/src/inputtext/inputtextview.js +2 -2
- package/src/label/labelview.d.ts +2 -2
- package/src/label/labelview.js +2 -2
- package/src/labeledfield/labeledfieldview.d.ts +5 -5
- package/src/labeledfield/labeledfieldview.js +3 -3
- package/src/labeledfield/utils.d.ts +14 -14
- package/src/labeledfield/utils.js +13 -13
- package/src/labeledinput/labeledinputview.d.ts +4 -4
- package/src/labeledinput/labeledinputview.js +3 -3
- package/src/list/listitemgroupview.d.ts +5 -5
- package/src/list/listitemgroupview.js +5 -5
- package/src/list/listitemview.d.ts +4 -4
- package/src/list/listitemview.js +2 -2
- package/src/list/listseparatorview.d.ts +2 -2
- package/src/list/listseparatorview.js +2 -2
- package/src/list/listview.d.ts +9 -8
- package/src/list/listview.js +6 -6
- package/src/model.d.ts +1 -1
- package/src/model.js +1 -1
- package/src/notification/notification.d.ts +1 -1
- package/src/notification/notification.js +1 -1
- package/src/panel/balloon/balloonpanelview.d.ts +4 -4
- package/src/panel/balloon/balloonpanelview.js +5 -4
- package/src/panel/balloon/contextualballoon.d.ts +5 -5
- package/src/panel/balloon/contextualballoon.js +7 -9
- package/src/panel/sticky/stickypanelview.d.ts +9 -9
- package/src/panel/sticky/stickypanelview.js +7 -7
- package/src/search/filteredview.d.ts +2 -2
- package/src/search/filteredview.js +1 -1
- package/src/search/searchinfoview.d.ts +3 -3
- package/src/search/searchinfoview.js +2 -2
- package/src/search/searchresultsview.d.ts +5 -5
- package/src/search/searchresultsview.js +3 -3
- package/src/search/text/searchtextqueryview.d.ts +5 -5
- package/src/search/text/searchtextqueryview.js +5 -5
- package/src/search/text/searchtextview.d.ts +12 -12
- package/src/search/text/searchtextview.js +6 -6
- package/src/spinner/spinnerview.d.ts +2 -2
- package/src/spinner/spinnerview.js +2 -2
- package/src/template.d.ts +3 -3
- package/src/template.js +3 -3
- package/src/textarea/textareaview.d.ts +18 -2
- package/src/textarea/textareaview.js +46 -6
- package/src/toolbar/balloon/balloontoolbar.d.ts +3 -3
- package/src/toolbar/balloon/balloontoolbar.js +5 -5
- package/src/toolbar/block/blockbuttonview.d.ts +2 -2
- package/src/toolbar/block/blockbuttonview.js +2 -2
- package/src/toolbar/block/blocktoolbar.d.ts +4 -4
- package/src/toolbar/block/blocktoolbar.js +6 -6
- package/src/toolbar/normalizetoolbarconfig.d.ts +1 -1
- package/src/toolbar/normalizetoolbarconfig.js +1 -1
- package/src/toolbar/toolbarlinebreakview.d.ts +2 -2
- package/src/toolbar/toolbarlinebreakview.js +2 -2
- package/src/toolbar/toolbarseparatorview.d.ts +2 -2
- package/src/toolbar/toolbarseparatorview.js +2 -2
- package/src/toolbar/toolbarview.d.ts +7 -6
- package/src/toolbar/toolbarview.js +17 -15
- package/src/tooltipmanager.d.ts +3 -3
- package/src/tooltipmanager.js +5 -4
- package/src/view.d.ts +3 -3
- package/src/view.js +3 -3
- package/src/viewcollection.d.ts +2 -2
- package/src/viewcollection.js +1 -1
- package/theme/components/arialiveannouncer/arialiveannouncer.css +1 -1
- package/theme/components/autocomplete/autocomplete.css +2 -2
- package/theme/components/button/button.css +1 -1
- package/theme/components/button/switchbutton.css +1 -1
- package/theme/components/collapsible/collapsible.css +1 -1
- package/theme/components/colorgrid/colorgrid.css +1 -1
- package/theme/components/colorpicker/colorpicker.css +1 -1
- package/theme/components/colorselector/colorselector.css +1 -1
- package/theme/components/dialog/dialog.css +39 -0
- package/theme/components/dialog/dialogactions.css +11 -0
- package/theme/components/dropdown/dropdown.css +3 -3
- package/theme/components/dropdown/listdropdown.css +1 -1
- package/theme/components/dropdown/splitbutton.css +1 -1
- package/theme/components/dropdown/toolbardropdown.css +1 -1
- package/theme/components/editorui/editorui.css +1 -1
- package/theme/components/formheader/formheader.css +1 -1
- package/theme/components/highlightedtext/highlightedtext.css +1 -1
- package/theme/components/icon/icon.css +1 -1
- package/theme/components/input/input.css +1 -1
- package/theme/components/label/label.css +1 -1
- package/theme/components/labeledfield/labeledfieldview.css +1 -1
- package/theme/components/labeledinput/labeledinput.css +1 -1
- package/theme/components/list/list.css +1 -1
- package/theme/components/panel/balloonpanel.css +2 -2
- package/theme/components/panel/balloonrotator.css +1 -1
- package/theme/components/panel/fakepanel.css +2 -2
- package/theme/components/panel/stickypanel.css +2 -2
- package/theme/components/responsive-form/responsiveform.css +1 -1
- package/theme/components/search/search.css +1 -1
- package/theme/components/spinner/spinner.css +1 -1
- package/theme/components/textarea/textarea.css +1 -1
- package/theme/components/toolbar/blocktoolbar.css +1 -1
- package/theme/components/toolbar/toolbar.css +1 -1
- package/theme/components/tooltip/tooltip.css +2 -2
- package/theme/globals/_hidden.css +1 -1
- package/theme/globals/_poweredby.css +2 -2
- package/theme/globals/_reset.css +1 -1
- package/theme/globals/_transition.css +1 -1
- package/theme/globals/_zindex.css +3 -2
- package/theme/globals/globals.css +1 -1
- package/theme/mixins/_dir.css +1 -1
- package/theme/mixins/_rwd.css +1 -1
- package/theme/mixins/_unselectable.css +1 -1
- package/theme/icons/color-palette.svg +0 -1
- package/theme/icons/next-arrow.svg +0 -1
- package/theme/icons/previous-arrow.svg +0 -1
package/lang/translations/it.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nessun risultato trovato"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nessun elemento ricercabile"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Finestra di dialogo dell'editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Chiudi"
|
package/lang/translations/ja.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "結果は見つかりませんでした"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "検索可能なアイテムがありません"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "エディタダイアログ"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "閉じる"
|
package/lang/translations/km.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/kn.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/ko.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "결과 찾을 수 없음"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "검색 가능한 항목 없음"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "편집기 대화상자"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "닫기"
|
package/lang/translations/ku.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/lt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nieko nerasta"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nėra paieškos elementų"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Redaktoriaus dialogo langas"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Uždaryti"
|
package/lang/translations/lv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nekas nav atrasts"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nav meklējamu vienumu"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Redaktora dialoglodziņš"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Aizvērt"
|
package/lang/translations/ms.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Tiada keputusan ditemui"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Tiada item untuk dicari"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialog editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Tutup"
|
package/lang/translations/nb.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/ne.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/nl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Geen zoekresultaten"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Geen zoekbare items"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialoog bewerker"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Sluiten"
|
package/lang/translations/no.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Ingen resultater"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Ingen søkbare elementer"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialogboks for redigering"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Lukk"
|
package/lang/translations/pl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nie znaleziono wyników"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Brak elementów do wyszukania"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Okno edytora"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Zamknij"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nenhum resultado encontrado"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Sem itens pesquisáveis"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Diálogo do editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Fechar"
|
package/lang/translations/pt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nenhum resultado encontrado"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nenhum item pesquisável"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Diálogo do editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Fechar"
|
package/lang/translations/ro.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nu au fost găsite rezultate"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nu există elemente ce pot fi căutate"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialog editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Închideți"
|
package/lang/translations/ru.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Результаты не найдены"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Нет элементов для поиска"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Диалоговое окно редактора"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Закрыть"
|
package/lang/translations/sk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Neboli nájdené žiadne výsledky"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Žiadne vyhľadávateľné položky"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialóg editora"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Zatvoriť"
|
package/lang/translations/sl.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/sq.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nije pronađen nijedan rezultat"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nema stavki koje se mogu pretražiti"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/sr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Nije pronađen nijedan rezultat"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Nema stavki koje se mogu pretražiti"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dijalog za uređivanje"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Zatvori"
|
package/lang/translations/sv.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Inga resultat hittades"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Inga sökbara objekt"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Ordbehandlardialog"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Stäng"
|
package/lang/translations/th.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "ไม่พบผลลัพธ์"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "ไม่มีรายการที่สามารถค้นหาได้"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "การสนทนาของบรรณาธิการ"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "ปิด"
|
package/lang/translations/tk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/tr.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Sonuç bulunamadı"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Aranabilir öge yok"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Düzenleyici iletişim kutusu"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Kapat"
|
package/lang/translations/tt.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/ug.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "ھېچقانداق نەتىجە تېپىلمىدى"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "ئىزدىگۈدەك تۈر يوق"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/uk.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Нічого не знайдено"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Немає шуканих об'єктів"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Діалогове вікно редактора"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Закрити"
|
package/lang/translations/ur.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/uz.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr ""
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr ""
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr ""
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr ""
|
package/lang/translations/vi.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "Không tìm thấy kết quả"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "Không có mục nào tìm kiếm được"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Hộp thoại trình biên tập"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Đóng"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "未找到结果"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "没有可搜索的项目"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "编辑器对话框"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "关闭"
|
package/lang/translations/zh.po
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (c) 2003-
|
|
1
|
+
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
2
2
|
#
|
|
3
3
|
# !!! IMPORTANT !!!
|
|
4
4
|
#
|
|
@@ -136,3 +136,11 @@ msgstr "找不到結果"
|
|
|
136
136
|
msgctxt "The main text of the message shown to the user when no results are available."
|
|
137
137
|
msgid "No searchable items"
|
|
138
138
|
msgstr "沒有可搜尋的項目"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "編輯工具對話框"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "關閉"
|