@ckeditor/ckeditor5-ui 40.1.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 +34 -34
- 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 +12 -4
- 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 +14 -6
- 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 +70 -0
- package/src/collapsible/collapsibleview.js +95 -0
- 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 +8 -7
- package/src/dropdown/button/splitbuttonview.js +10 -8
- 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 +11 -11
- package/src/dropdown/utils.js +18 -18
- 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 -67
- package/src/index.js +63 -64
- 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 +6 -6
- package/src/list/listitemgroupview.js +11 -7
- 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 +10 -8
- package/src/list/listview.js +7 -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 +10 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All changes in the package are documented in the main repository. See: https://g
|
|
|
5
5
|
|
|
6
6
|
Changes for the past releases are available below.
|
|
7
7
|
|
|
8
|
-
## [19.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v18.0.0...v19.0.0) (2020
|
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v18.0.0...v19.0.0) (April 29, 2020)
|
|
9
9
|
|
|
10
10
|
### MAJOR BREAKING CHANGES
|
|
11
11
|
|
|
@@ -38,7 +38,7 @@ Changes for the past releases are available below.
|
|
|
38
38
|
* Updated translations. ([2a391d6](https://github.com/ckeditor/ckeditor5-ui/commit/2a391d6))
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
## [18.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v17.0.0...v18.0.0) (2020
|
|
41
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v17.0.0...v18.0.0) (March 19, 2020)
|
|
42
42
|
|
|
43
43
|
### MAJOR BREAKING CHANGES
|
|
44
44
|
|
|
@@ -46,16 +46,16 @@ Changes for the past releases are available below.
|
|
|
46
46
|
|
|
47
47
|
### Features
|
|
48
48
|
|
|
49
|
-
* The `BalloonToolbar` plugin should group items when its width is close to related editable's width. Closes [ckeditor/ckeditor5#5597](https://github.com/ckeditor/ckeditor5/issues/5597). Closes [ckeditor/ckeditor5#5501](https://github.com/ckeditor/ckeditor5/issues/5501). ([d36fd23](https://github.com/ckeditor/ckeditor5-ui/commit/d36fd23))
|
|
49
|
+
* The `BalloonToolbar` plugin should group items when its width is close to related editable element's width. Closes [ckeditor/ckeditor5#5597](https://github.com/ckeditor/ckeditor5/issues/5597). Closes [ckeditor/ckeditor5#5501](https://github.com/ckeditor/ckeditor5/issues/5501). ([d36fd23](https://github.com/ckeditor/ckeditor5-ui/commit/d36fd23))
|
|
50
50
|
|
|
51
|
-
[`BalloonPanelView.defaultPositions`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_panel_balloon_balloonpanelview-BalloonPanelView.html#static-member-defaultPositions) has been extended with additional positions.
|
|
51
|
+
[`BalloonPanelView.defaultPositions`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_panel_balloon_balloonpanelview-BalloonPanelView.html#static-member-defaultPositions) has been extended with additional positions. Refer to the documentation to learn more.
|
|
52
52
|
|
|
53
53
|
### Other changes
|
|
54
54
|
|
|
55
55
|
* Updated translations. ([ace38eb](https://github.com/ckeditor/ckeditor5-ui/commit/ace38eb))
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
## [17.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v16.0.0...v17.0.0) (2020
|
|
58
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v16.0.0...v17.0.0) (February 19, 2020)
|
|
59
59
|
|
|
60
60
|
### Features
|
|
61
61
|
|
|
@@ -77,7 +77,7 @@ Changes for the past releases are available below.
|
|
|
77
77
|
* Updated translations. ([b8bd38e](https://github.com/ckeditor/ckeditor5-ui/commit/b8bd38e))
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
## [16.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v15.0.0...v16.0.0) (2019
|
|
80
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v15.0.0...v16.0.0) (December 4, 2019)
|
|
81
81
|
|
|
82
82
|
### Features
|
|
83
83
|
|
|
@@ -92,7 +92,7 @@ Changes for the past releases are available below.
|
|
|
92
92
|
* Updated translations. ([16ee253](https://github.com/ckeditor/ckeditor5-ui/commit/16ee253))
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
## [15.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v14.0.0...v15.0.0) (2019
|
|
95
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v14.0.0...v15.0.0) (October 23, 2019)
|
|
96
96
|
|
|
97
97
|
### MAJOR BREAKING CHANGES
|
|
98
98
|
|
|
@@ -107,7 +107,7 @@ Changes for the past releases are available below.
|
|
|
107
107
|
* Updated translations. ([c233bb7](https://github.com/ckeditor/ckeditor5-ui/commit/c233bb7)) ([f8f07b2](https://github.com/ckeditor/ckeditor5-ui/commit/f8f07b2))
|
|
108
108
|
|
|
109
109
|
|
|
110
|
-
## [14.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.2...v14.0.0) (2019
|
|
110
|
+
## [14.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.2...v14.0.0) (August 26, 2019)
|
|
111
111
|
|
|
112
112
|
### Features
|
|
113
113
|
|
|
@@ -129,21 +129,21 @@ Changes for the past releases are available below.
|
|
|
129
129
|
* The `ToolbarView` class requires the [editor locale](https://ckeditor.com/docs/ckeditor5/latest/api/module_utils_locale-Locale.html) to be passed into the constructor.
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
## [13.0.2](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.1...v13.0.2) (2019
|
|
132
|
+
## [13.0.2](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.1...v13.0.2) (July 10, 2019)
|
|
133
133
|
|
|
134
134
|
### Other changes
|
|
135
135
|
|
|
136
136
|
* Updated translations. ([ad189b6](https://github.com/ckeditor/ckeditor5-ui/commit/ad189b6))
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
## [13.0.1](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.0...v13.0.1) (2019
|
|
139
|
+
## [13.0.1](https://github.com/ckeditor/ckeditor5-ui/compare/v13.0.0...v13.0.1) (July 4, 2019)
|
|
140
140
|
|
|
141
141
|
### Other changes
|
|
142
142
|
|
|
143
143
|
* Updated translations. ([1964cc0](https://github.com/ckeditor/ckeditor5-ui/commit/1964cc0)) ([11cfd41](https://github.com/ckeditor/ckeditor5-ui/commit/11cfd41))
|
|
144
144
|
|
|
145
145
|
|
|
146
|
-
## [13.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v12.1.0...v13.0.0) (2019
|
|
146
|
+
## [13.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v12.1.0...v13.0.0) (June 6, 2019)
|
|
147
147
|
|
|
148
148
|
### Features
|
|
149
149
|
|
|
@@ -162,7 +162,7 @@ Changes for the past releases are available below.
|
|
|
162
162
|
* The (misspelled) `InputTextView#ariaDesribedById` property is no longer available. Use `ariaDescribedById` instead.
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
## [12.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v12.0.0...v12.1.0) (2019
|
|
165
|
+
## [12.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v12.0.0...v12.1.0) (April 4, 2019)
|
|
166
166
|
|
|
167
167
|
### Features
|
|
168
168
|
|
|
@@ -178,7 +178,7 @@ Changes for the past releases are available below.
|
|
|
178
178
|
* Updated translations. ([dcdca2e](https://github.com/ckeditor/ckeditor5-ui/commit/dcdca2e))
|
|
179
179
|
|
|
180
180
|
|
|
181
|
-
## [12.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.2.0...v12.0.0) (2019
|
|
181
|
+
## [12.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.2.0...v12.0.0) (February 28, 2019)
|
|
182
182
|
|
|
183
183
|
### Bug fixes
|
|
184
184
|
|
|
@@ -199,7 +199,7 @@ Changes for the past releases are available below.
|
|
|
199
199
|
* The `EditorUIView#editableElement` property was made private. Use `editor.ui.getEditableElement()` method instead.
|
|
200
200
|
|
|
201
201
|
|
|
202
|
-
## [11.2.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.1.0...v11.2.0) (2018
|
|
202
|
+
## [11.2.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.1.0...v11.2.0) (December 5, 2018)
|
|
203
203
|
|
|
204
204
|
### Features
|
|
205
205
|
|
|
@@ -216,7 +216,7 @@ Changes for the past releases are available below.
|
|
|
216
216
|
* Updated translations. ([2e409a9](https://github.com/ckeditor/ckeditor5-ui/commit/2e409a9)) ([611bd04](https://github.com/ckeditor/ckeditor5-ui/commit/611bd04)) ([c6689e4](https://github.com/ckeditor/ckeditor5-ui/commit/c6689e4)) ([07c4fdb](https://github.com/ckeditor/ckeditor5-ui/commit/07c4fdb))
|
|
217
217
|
|
|
218
218
|
|
|
219
|
-
## [11.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.0.0...v11.1.0) (2018
|
|
219
|
+
## [11.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v11.0.0...v11.1.0) (October 8, 2018)
|
|
220
220
|
|
|
221
221
|
### Features
|
|
222
222
|
|
|
@@ -232,7 +232,7 @@ Changes for the past releases are available below.
|
|
|
232
232
|
* Updated translations. ([e58bcbb](https://github.com/ckeditor/ckeditor5-ui/commit/e58bcbb))
|
|
233
233
|
|
|
234
234
|
|
|
235
|
-
## [11.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v10.1.0...v11.0.0) (2018
|
|
235
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v10.1.0...v11.0.0) (July 18, 2018)
|
|
236
236
|
|
|
237
237
|
### Features
|
|
238
238
|
|
|
@@ -263,7 +263,7 @@ Changes for the past releases are available below.
|
|
|
263
263
|
* The `.ck-button` and `.ck-list` classes are using `flex` which may have an impact on rendering.
|
|
264
264
|
|
|
265
265
|
|
|
266
|
-
## [10.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v10.0.0...v10.1.0) (2018
|
|
266
|
+
## [10.1.0](https://github.com/ckeditor/ckeditor5-ui/compare/v10.0.0...v10.1.0) (June 21, 2018)
|
|
267
267
|
|
|
268
268
|
### Features
|
|
269
269
|
|
|
@@ -272,7 +272,7 @@ Changes for the past releases are available below.
|
|
|
272
272
|
|
|
273
273
|
### Bug fixes
|
|
274
274
|
|
|
275
|
-
* The action should be executed upon the first click
|
|
275
|
+
* The action should be executed upon the first click of a tooltip-enabled UI in iOS. Closes [ckeditor/ckeditor5#920](https://github.com/ckeditor/ckeditor5/issues/920). ([6508ba2](https://github.com/ckeditor/ckeditor5-ui/commit/6508ba2))
|
|
276
276
|
* The balloon toolbar should be attached correctly in case of a multi-range selection. Closes [#385](https://github.com/ckeditor/ckeditor5-ui/issues/385). ([714ef21](https://github.com/ckeditor/ckeditor5-ui/commit/714ef21))
|
|
277
277
|
* The buttons in the editor should provide basic accessibility. Closes [ckeditor/ckeditor5#1013](https://github.com/ckeditor/ckeditor5/issues/1013). ([9e17d13](https://github.com/ckeditor/ckeditor5-ui/commit/9e17d13))
|
|
278
278
|
|
|
@@ -283,7 +283,7 @@ Changes for the past releases are available below.
|
|
|
283
283
|
* Updated translations. ([084e8c6](https://github.com/ckeditor/ckeditor5-ui/commit/084e8c6))
|
|
284
284
|
|
|
285
285
|
|
|
286
|
-
## [10.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.4...v10.0.0) (2018
|
|
286
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.4...v10.0.0) (April 25, 2018)
|
|
287
287
|
|
|
288
288
|
### Other changes
|
|
289
289
|
|
|
@@ -294,12 +294,12 @@ Changes for the past releases are available below.
|
|
|
294
294
|
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
|
295
295
|
|
|
296
296
|
|
|
297
|
-
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018
|
|
297
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.2...v1.0.0-beta.4) (April 19, 2018)
|
|
298
298
|
|
|
299
299
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
300
300
|
|
|
301
301
|
|
|
302
|
-
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018
|
|
302
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-beta.1...v1.0.0-beta.2) (April 10, 2018)
|
|
303
303
|
|
|
304
304
|
### Other changes
|
|
305
305
|
|
|
@@ -310,7 +310,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
310
310
|
* `View#registerChildren()` and `View#deregisterChildren()` have been renamed to `View#registerChild()` and `View#deregisterChild()`.
|
|
311
311
|
|
|
312
312
|
|
|
313
|
-
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (2018
|
|
313
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-alpha.2...v1.0.0-beta.1) (March 15, 2018)
|
|
314
314
|
|
|
315
315
|
### Features
|
|
316
316
|
|
|
@@ -331,7 +331,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
331
331
|
### Other changes
|
|
332
332
|
|
|
333
333
|
* Added a CSS class to the SplitButtonView when the arrow is on (see [ckeditor/ckeditor5-theme-lark#134](https://github.com/ckeditor/ckeditor5-theme-lark/issues/134)). ([d490d61](https://github.com/ckeditor/ckeditor5-ui/commit/d490d61))
|
|
334
|
-
* Added the `.ck-content` CSS class to the `EditableUIView`
|
|
334
|
+
* Added the `.ck-content` CSS class to the `EditableUIView` to simplify styling the editor content. Closes [#176](https://github.com/ckeditor/ckeditor5-ui/issues/176). ([f38ae70](https://github.com/ckeditor/ckeditor5-ui/commit/f38ae70))
|
|
335
335
|
* Align feature class naming to a new scheme. ([1c500f6](https://github.com/ckeditor/ckeditor5-ui/commit/1c500f6))
|
|
336
336
|
* Aligned code to changes (`config.lang` to `config.languages`). Part of the Translation Service v2 ([ckeditor/ckeditor5#624](https://github.com/ckeditor/ckeditor5/issues/624)). ([876f681](https://github.com/ckeditor/ckeditor5-ui/commit/876f681))
|
|
337
337
|
* ComponentFactory.names() will return original component names (instead of normalized names). Closes [#376](https://github.com/ckeditor/ckeditor5-ui/issues/376). ([b6b39d7](https://github.com/ckeditor/ckeditor5-ui/commit/b6b39d7))
|
|
@@ -352,11 +352,11 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
352
352
|
* Removed `createButtonDropdown()` and `ButtonDropdownView`. See [#356](https://github.com/ckeditor/ckeditor5-ui/issues/356).
|
|
353
353
|
* Removed `createListDropdown()` and `ListDropdownView`. See [#356](https://github.com/ckeditor/ckeditor5-ui/issues/356).
|
|
354
354
|
* The DOM structure of the dropdown component has changed. Please refer to the documentation to find out more.
|
|
355
|
-
* Basic properties of the balloon panel component
|
|
355
|
+
* Basic properties of the balloon panel component (the location of the arrow, the default positions) have changed, which may have an impact on existing integrations.
|
|
356
356
|
* The styles are no longer developed in SASS which means the `.scss` files became unavailable. Please refer to the [Theme Customization](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/ui/theme-customization.html) guide to learn more about migration to PostCSS.
|
|
357
357
|
|
|
358
358
|
|
|
359
|
-
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017
|
|
359
|
+
## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-ui/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (November 14, 2017)
|
|
360
360
|
|
|
361
361
|
### Bug fixes
|
|
362
362
|
|
|
@@ -385,14 +385,14 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
385
385
|
* The DOM structure of the `StickyPanelView` has changed along with the class names. Please refer to the component documentation to learn more.
|
|
386
386
|
|
|
387
387
|
|
|
388
|
-
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-ui/compare/v0.10.0...v1.0.0-alpha.1) (2017
|
|
388
|
+
## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-ui/compare/v0.10.0...v1.0.0-alpha.1) (October 3, 2017)
|
|
389
389
|
|
|
390
390
|
### Bug fixes
|
|
391
391
|
|
|
392
392
|
* `ContextualBalloon` should remember position passed to `#updatePosition()`. Closes [#305](https://github.com/ckeditor/ckeditor5-ui/issues/305). Closes [ckeditor/ckeditor5-image#141](https://github.com/ckeditor/ckeditor5-image/issues/141). ([c787c0d](https://github.com/ckeditor/ckeditor5-ui/commit/c787c0d))
|
|
393
393
|
* `ContextualToolbar` should not be positioned to a zero–width DOM rect when invoked for a multi-line forward selection. Closes [#308](https://github.com/ckeditor/ckeditor5-ui/issues/308). ([00b701b](https://github.com/ckeditor/ckeditor5-ui/commit/00b701b))
|
|
394
394
|
* `ContextualToolbar` will accept the object format of `config.contextualToolbar`. Closes [#316](https://github.com/ckeditor/ckeditor5-ui/issues/316). ([d71cad8](https://github.com/ckeditor/ckeditor5-ui/commit/d71cad8))
|
|
395
|
-
* Fixed sticky panel's `z-index` so it
|
|
395
|
+
* Fixed sticky panel's `z-index` so it is correctly rendered above images (or other relatively positioned elements). Closes [#315](https://github.com/ckeditor/ckeditor5-ui/issues/315). ([00f2add](https://github.com/ckeditor/ckeditor5-ui/commit/00f2add))
|
|
396
396
|
* The content of the `BalloonPanelView` should be selectable. Closes [#294](https://github.com/ckeditor/ckeditor5-ui/issues/294). Closes https://github.com/ckeditor/ckeditor5/issues/498. ([e5315df](https://github.com/ckeditor/ckeditor5-ui/commit/e5315df))
|
|
397
397
|
|
|
398
398
|
### Features
|
|
@@ -413,7 +413,7 @@ refer to the `KeystrokeHandler` helper to learn more.
|
|
|
413
413
|
* The `StickyToolbarView` and corresponding CSS `.ck-sticky-panel` classes are no longer available. `StickyPanelView` + `ToolbarView` combo should be used instead.
|
|
414
414
|
|
|
415
415
|
|
|
416
|
-
## [0.10.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.9.0...v0.10.0) (2017
|
|
416
|
+
## [0.10.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.9.0...v0.10.0) (September 3, 2017)
|
|
417
417
|
|
|
418
418
|
### Bug fixes
|
|
419
419
|
|
|
@@ -454,13 +454,13 @@ refer to the `KeystrokeHandler` helper to learn more.
|
|
|
454
454
|
|
|
455
455
|
* `StickyToolbarView#limiterOffset` has been renamed to `StickyToolbarView#limiterBottomOffset`.
|
|
456
456
|
* `ContextualToolbar#beforeShow` is no longer available. Please refer to `ContextualToolbar#show` instead.
|
|
457
|
-
* The `clickOutsideHandler` helper's `contextElement`
|
|
457
|
+
* The `clickOutsideHandler` helper's `contextElement` configuration option is now an `Array` named `contextElements`.
|
|
458
458
|
* `View#init()`, `View#destroy()` (also `ViewCollection#init()`, `ViewCollection#destroy()` and `ViewCollection#add()`) no longer return `Promise`. It may require updates in UI components which inherit from `View` and rely on the value returned by these methods.
|
|
459
459
|
* Various UI components switched to synchronous `init()` and `destroy()` (no longer returning `Promise`), which means that features using these components may need some updates to work properly.
|
|
460
460
|
* The position names in `BalloonPanelView.defaultPositions` and their results have changed. Please refer to the latest API documentation to learn more.
|
|
461
461
|
|
|
462
462
|
|
|
463
|
-
## [0.9.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.8.0...v0.9.0) (2017
|
|
463
|
+
## [0.9.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.8.0...v0.9.0) (May 7, 2017)
|
|
464
464
|
|
|
465
465
|
### Bug fixes
|
|
466
466
|
|
|
@@ -506,13 +506,13 @@ refer to the `KeystrokeHandler` helper to learn more.
|
|
|
506
506
|
* Default position names in `BalloonPanelView.defaultPositions` have changed. Now prefixed with `arrow_`.
|
|
507
507
|
|
|
508
508
|
|
|
509
|
-
## [0.8.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.7.1...v0.8.0) (2017
|
|
509
|
+
## [0.8.0](https://github.com/ckeditor/ckeditor5-ui/compare/v0.7.1...v0.8.0) (April 5, 2017)
|
|
510
510
|
|
|
511
511
|
### Features
|
|
512
512
|
|
|
513
513
|
* Allowed marking ListItemView active using the #isActive attribute. Closes [#166](https://github.com/ckeditor/ckeditor5-ui/issues/166). ([a19d6c4](https://github.com/ckeditor/ckeditor5-ui/commit/a19d6c4))
|
|
514
514
|
* Enabled styling via "class" attribute in ListItemView. Closes [#162](https://github.com/ckeditor/ckeditor5-ui/issues/162). ([672bf82](https://github.com/ckeditor/ckeditor5-ui/commit/672bf82))
|
|
515
|
-
* Implemented features necessary for creating inline editors UI
|
|
515
|
+
* Implemented features necessary for creating inline editors UI: `FloatingPanelView` class, `Template.revert()` method, and `enableToolbarKeyboardFocus()` utility. Closes [#152](https://github.com/ckeditor/ckeditor5-ui/issues/152). ([cb606d7](https://github.com/ckeditor/ckeditor5-ui/commit/cb606d7))
|
|
516
516
|
|
|
517
517
|
### Other changes
|
|
518
518
|
|
|
@@ -523,11 +523,11 @@ refer to the `KeystrokeHandler` helper to learn more.
|
|
|
523
523
|
|
|
524
524
|
### BREAKING CHANGES
|
|
525
525
|
|
|
526
|
-
* `ViewCollection#bindTo.as` is renamed to `Collection#bindTo.using` when mapping function is a parameter. See`Collection#bindTo`
|
|
526
|
+
* `ViewCollection#bindTo.as` is renamed to `Collection#bindTo.using` when mapping function is a parameter. See the `Collection#bindTo` documentation.
|
|
527
527
|
* The `ui/balloonpanel/balloonpanelview` module was renamed to `ui/panel/balloon/balloonpanelview`. See [#152](https://github.com/ckeditor/ckeditor5-ui/issues/152).
|
|
528
528
|
|
|
529
529
|
|
|
530
|
-
## [0.7.1](https://github.com/ckeditor/ckeditor5-ui/compare/v0.7.0...v0.8.0) (2017
|
|
530
|
+
## [0.7.1](https://github.com/ckeditor/ckeditor5-ui/compare/v0.7.0...v0.8.0) (March 6, 2017)
|
|
531
531
|
|
|
532
532
|
### Bug fixes
|
|
533
533
|
|
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 UI framework** – https://github.com/ckeditor/ckeditor5-ui <br>
|
|
5
|
-
Copyright (c) 2003–
|
|
5
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
|
8
8
|
|
package/lang/contexts.json
CHANGED
|
@@ -28,5 +28,7 @@
|
|
|
28
28
|
"HEX": "Label of an input field for typing colors in the HEX color format.",
|
|
29
29
|
"Accept": "Label of the button closing the color picker and confirming the changes done in the color selector component.",
|
|
30
30
|
"No results found": "The main text of the message shown to the user when given query does not match any results.",
|
|
31
|
-
"No searchable items": "The main text of the message shown to the user when no results are available."
|
|
31
|
+
"No searchable items": "The main text of the message shown to the user when no results are available.",
|
|
32
|
+
"Editor dialog": "A default label of a dialog window displayed on top the editor.",
|
|
33
|
+
"Close": "The label and the tooltip for the close button in the dialog header."
|
|
32
34
|
}
|
package/lang/translations/ar.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/ast.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/az.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/bg.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/bn.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/ca.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 "Sense resultats"
|
|
|
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 "No hi ha elements de cerca"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Diàleg de l'editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Tanca"
|
package/lang/translations/cs.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 "Nenalezeny žádné 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 "Žádné položky k vyhledání"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Dialog editoru"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Zavřít"
|
package/lang/translations/da.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 blev fundet"
|
|
|
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øgbare artikler"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Editor-dialog"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Luk"
|
|
@@ -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/de.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 "Keine Ergebnisse gefunden"
|
|
|
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 "Keine durchsuchbaren Elemente"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Editor-Dialog"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Schließen"
|
package/lang/translations/el.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 ""
|
|
|
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 ""
|
|
|
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/en.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 "No results found"
|
|
|
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 "No searchable items"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Editor dialog"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Close"
|
package/lang/translations/eo.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/es.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
|
#
|
|
@@ -59,7 +59,7 @@ msgstr "Negro"
|
|
|
59
59
|
|
|
60
60
|
msgctxt "Label of a button that applies a dim grey color in color pickers."
|
|
61
61
|
msgid "Dim grey"
|
|
62
|
-
msgstr "Gris
|
|
62
|
+
msgstr "Gris oscuro"
|
|
63
63
|
|
|
64
64
|
msgctxt "Label of a button that applies a grey color in color pickers."
|
|
65
65
|
msgid "Grey"
|
|
@@ -67,7 +67,7 @@ msgstr "Gris"
|
|
|
67
67
|
|
|
68
68
|
msgctxt "Label of a button that applies a light grey color in color pickers."
|
|
69
69
|
msgid "Light grey"
|
|
70
|
-
msgstr "Gris
|
|
70
|
+
msgstr "Gris claro"
|
|
71
71
|
|
|
72
72
|
msgctxt "Label of a button that applies a white color in color pickers."
|
|
73
73
|
msgid "White"
|
|
@@ -79,7 +79,7 @@ msgstr "Rojo"
|
|
|
79
79
|
|
|
80
80
|
msgctxt "Label of a button that applies a orange color in color pickers."
|
|
81
81
|
msgid "Orange"
|
|
82
|
-
msgstr "
|
|
82
|
+
msgstr "Naranja"
|
|
83
83
|
|
|
84
84
|
msgctxt "Label of a button that applies a yellow color in color pickers."
|
|
85
85
|
msgid "Yellow"
|
|
@@ -87,7 +87,7 @@ msgstr "Amarillo"
|
|
|
87
87
|
|
|
88
88
|
msgctxt "Label of a button that applies a light green color in color pickers."
|
|
89
89
|
msgid "Light green"
|
|
90
|
-
msgstr "Verde
|
|
90
|
+
msgstr "Verde claro"
|
|
91
91
|
|
|
92
92
|
msgctxt "Label of a button that applies a green color in color pickers."
|
|
93
93
|
msgid "Green"
|
|
@@ -103,7 +103,7 @@ msgstr "Turquesa"
|
|
|
103
103
|
|
|
104
104
|
msgctxt "Label of a button that applies a light blue color in color pickers."
|
|
105
105
|
msgid "Light blue"
|
|
106
|
-
msgstr "Azul
|
|
106
|
+
msgstr "Azul claro"
|
|
107
107
|
|
|
108
108
|
msgctxt "Label of a button that applies a blue color in color pickers."
|
|
109
109
|
msgid "Blue"
|
|
@@ -136,3 +136,11 @@ msgstr "No se han encontrado resultados"
|
|
|
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 "No hay elementos que buscar"
|
|
139
|
+
|
|
140
|
+
msgctxt "A default label of a dialog window displayed on top the editor."
|
|
141
|
+
msgid "Editor dialog"
|
|
142
|
+
msgstr "Diálogo del editor"
|
|
143
|
+
|
|
144
|
+
msgctxt "The label and the tooltip for the close button in the dialog header."
|
|
145
|
+
msgid "Close"
|
|
146
|
+
msgstr "Cerrar"
|