@openui5/sap.ui.layout 1.71.58 → 1.71.60
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/package.json +2 -2
- package/src/sap/ui/layout/.library +1 -1
- package/src/sap/ui/layout/AlignedFlowLayout.js +1 -1
- package/src/sap/ui/layout/AssociativeSplitter.js +1 -1
- package/src/sap/ui/layout/BlockLayout.js +1 -1
- package/src/sap/ui/layout/BlockLayoutCell.js +1 -1
- package/src/sap/ui/layout/BlockLayoutCellData.js +1 -1
- package/src/sap/ui/layout/BlockLayoutRow.js +1 -1
- package/src/sap/ui/layout/DynamicSideContent.js +10 -2
- package/src/sap/ui/layout/FixFlex.js +1 -1
- package/src/sap/ui/layout/Grid.js +1 -1
- package/src/sap/ui/layout/GridData.js +1 -1
- package/src/sap/ui/layout/GridRenderer.js +1 -1
- package/src/sap/ui/layout/HorizontalLayout.js +1 -1
- package/src/sap/ui/layout/PaneContainer.js +1 -1
- package/src/sap/ui/layout/ResponsiveFlowLayout.js +1 -1
- package/src/sap/ui/layout/ResponsiveFlowLayoutData.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitter.js +1 -1
- package/src/sap/ui/layout/ResponsiveSplitterPage.js +1 -1
- package/src/sap/ui/layout/SplitPane.js +1 -1
- package/src/sap/ui/layout/Splitter.js +1 -1
- package/src/sap/ui/layout/SplitterLayoutData.js +1 -1
- package/src/sap/ui/layout/VerticalLayout.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormContainer.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddFormField.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddSimpleFormField.js +1 -1
- package/src/sap/ui/layout/changeHandler/AddSimpleFormGroup.js +1 -1
- package/src/sap/ui/layout/changeHandler/HideSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/MoveSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/RenameFormContainer.js +1 -1
- package/src/sap/ui/layout/changeHandler/RenameSimpleForm.js +1 -1
- package/src/sap/ui/layout/changeHandler/UnhideSimpleForm.js +1 -1
- package/src/sap/ui/layout/cssgrid/CSSGrid.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBasicLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBoxLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridBoxLayoutStyleHelper.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridItemLayoutData.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridLayoutBase.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridLayoutDelegate.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridResponsiveLayout.js +1 -1
- package/src/sap/ui/layout/cssgrid/GridSettings.js +1 -1
- package/src/sap/ui/layout/cssgrid/VirtualGrid.js +1 -1
- package/src/sap/ui/layout/designtime/messagebundle_sr.properties +32 -0
- package/src/sap/ui/layout/form/ColumnContainerData.js +1 -1
- package/src/sap/ui/layout/form/ColumnElementData.js +1 -1
- package/src/sap/ui/layout/form/ColumnLayout.js +1 -1
- package/src/sap/ui/layout/form/Form.js +1 -1
- package/src/sap/ui/layout/form/FormContainer.js +1 -1
- package/src/sap/ui/layout/form/FormElement.js +1 -1
- package/src/sap/ui/layout/form/FormLayout.js +1 -1
- package/src/sap/ui/layout/form/GridContainerData.js +1 -1
- package/src/sap/ui/layout/form/GridElementData.js +1 -1
- package/src/sap/ui/layout/form/GridLayout.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveGridLayout.js +1 -1
- package/src/sap/ui/layout/form/ResponsiveLayout.js +1 -1
- package/src/sap/ui/layout/form/SimpleForm.js +1 -1
- package/src/sap/ui/layout/library.js +2 -2
- package/src/sap/ui/layout/messagebundle_bg.properties +1 -1
- package/src/sap/ui/layout/messagebundle_ms.properties +3 -3
- package/src/sap/ui/layout/messagebundle_sr.properties +28 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.layout",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.60",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.layout",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.71.
|
|
17
|
+
"@openui5/sap.ui.core": "1.71.60"
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.71.
|
|
9
|
+
<version>1.71.60</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with layout controls.</documentation>
|
|
12
12
|
|
|
@@ -94,7 +94,7 @@ sap.ui.define([
|
|
|
94
94
|
* @extends sap.ui.core.Control
|
|
95
95
|
*
|
|
96
96
|
* @author SAP SE
|
|
97
|
-
* @version 1.71.
|
|
97
|
+
* @version 1.71.60
|
|
98
98
|
*
|
|
99
99
|
* @constructor
|
|
100
100
|
* @public
|
|
@@ -718,6 +718,11 @@ sap.ui.define([
|
|
|
718
718
|
bOnlyScVisible,
|
|
719
719
|
bOnlyMcVisible,
|
|
720
720
|
bOneVisible,
|
|
721
|
+
bShownSideContent = this.getShowSideContent(),
|
|
722
|
+
bShownMainContent = this.getShowMainContent(),
|
|
723
|
+
bOnlyScShown,
|
|
724
|
+
bOnlyMcShown,
|
|
725
|
+
bOneShown,
|
|
721
726
|
bFixedSC,
|
|
722
727
|
bSCNeverShow;
|
|
723
728
|
|
|
@@ -727,11 +732,14 @@ sap.ui.define([
|
|
|
727
732
|
bOnlyScVisible = !this._MCVisible && this._SCVisible;
|
|
728
733
|
bOnlyMcVisible = this._MCVisible && !this._SCVisible;
|
|
729
734
|
bOneVisible = bOnlyScVisible || bOnlyMcVisible;
|
|
735
|
+
bOnlyScShown = !bShownMainContent && bShownSideContent;
|
|
736
|
+
bOnlyMcShown = bShownMainContent && !bShownSideContent;
|
|
737
|
+
bOneShown = bOnlyScShown || bOnlyMcShown;
|
|
730
738
|
|
|
731
739
|
bFixedSC = this._fixedSideContent;
|
|
732
740
|
bSCNeverShow = this.getSideContentVisibility() === SideContentVisibility.NeverShow;
|
|
733
741
|
|
|
734
|
-
return ((bSameLine && bBothVisible) || bOneVisible || bFixedSC || bSCNeverShow);
|
|
742
|
+
return ((bSameLine && bBothVisible) || bOneVisible || bFixedSC || bSCNeverShow || bOneShown);
|
|
735
743
|
};
|
|
736
744
|
|
|
737
745
|
/**
|
|
@@ -24,7 +24,7 @@ sap.ui.define(['sap/ui/core/LayoutData', './library'],
|
|
|
24
24
|
* (The CSS value "auto" is used internally to recalculate the size of the content
|
|
25
25
|
* dynamically and is not directly set as style property.)
|
|
26
26
|
* @extends sap.ui.core.LayoutData
|
|
27
|
-
* @version 1.71.
|
|
27
|
+
* @version 1.71.60
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
* Change handler for adding a simple form group.
|
|
20
20
|
* @alias sap.ui.layout.changeHandler.AddSimpleFormGroup
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.71.
|
|
22
|
+
* @version 1.71.60
|
|
23
23
|
* @experimental Since 1.27.0
|
|
24
24
|
*/
|
|
25
25
|
var AddSimpleFormGroup = {};
|
|
@@ -11,7 +11,7 @@ sap.ui.define(['sap/ui/fl/changeHandler/JsControlTreeModifier', "sap/base/Log"],
|
|
|
11
11
|
* Change handler for hiding of a control.
|
|
12
12
|
* @alias sap.ui.fl.changeHandler.HideControl
|
|
13
13
|
* @author SAP SE
|
|
14
|
-
* @version 1.71.
|
|
14
|
+
* @version 1.71.60
|
|
15
15
|
* @experimental Since 1.27.0
|
|
16
16
|
*/
|
|
17
17
|
var HideForm = { };
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.ui.layout.changeHandler.RenameFormContainer
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.71.
|
|
23
|
+
* @version 1.71.60
|
|
24
24
|
* @since 1.48
|
|
25
25
|
* @private
|
|
26
26
|
* @experimental Since 1.48. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
*
|
|
23
23
|
* @alias sap.ui.layout.changeHandler.RenameForm
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.71.
|
|
25
|
+
* @version 1.71.60
|
|
26
26
|
* @since 1.40
|
|
27
27
|
* @private
|
|
28
28
|
* @experimental Since 1.40. This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -97,7 +97,7 @@ sap.ui.define([
|
|
|
97
97
|
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
|
|
98
98
|
*
|
|
99
99
|
* @author SAP SE
|
|
100
|
-
* @version 1.71.
|
|
100
|
+
* @version 1.71.60
|
|
101
101
|
*
|
|
102
102
|
* @extends sap.ui.core.Control
|
|
103
103
|
* @implements sap.ui.layout.cssgrid.IGridConfigurable
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* Have to possibility to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
|
|
22
22
|
*
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.71.
|
|
24
|
+
* @version 1.71.60
|
|
25
25
|
*
|
|
26
26
|
* @extends sap.ui.layout.cssgrid.GridLayoutBase
|
|
27
27
|
*
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XMSG: Message when removing a SimpleForm toolbar
|
|
5
|
+
MSG_REMOVING_TOOLBAR=\u0417\u0430\u0433\u043B\u0430\u0432\u0459\u0435 \u043E\u0432\u0435 \u0433\u0440\u0443\u043F\u0435 \u0441\u0430\u0434\u0440\u0436\u0438 \u0434\u043E\u0434\u0430\u0442\u043D\u0435 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0435. \u0410\u043A\u043E \u0443\u043A\u043B\u043E\u043D\u0438\u0442\u0435 \u0433\u0440\u0443\u043F\u0443, \u043E\u043D\u0438 \u045B\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0433\u0443\u0431\u0459\u0435\u043D\u0438. \u0414\u0430 \u043B\u0438 \u0438\u043F\u0430\u043A \u0436\u0435\u043B\u0438\u0442\u0435 \u0434\u0430 \u0443\u043A\u043B\u043E\u043D\u0438\u0442\u0435 \u0433\u0440\u0443\u043F\u0443?
|
|
6
|
+
|
|
7
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Group
|
|
8
|
+
GROUP_CONTROL_NAME=\u0413\u0440\u0443\u043F\u0430
|
|
9
|
+
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Groups
|
|
10
|
+
GROUP_CONTROL_NAME_PLURAL=\u0413\u0440\u0443\u043F\u0435
|
|
11
|
+
#XMIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Field
|
|
12
|
+
FIELD_CONTROL_NAME=\u041F\u043E\u0459\u0435
|
|
13
|
+
#XTIT: Context Menu Entry or Dialog Title will be enhanced with this key user friendly control type name: Fields
|
|
14
|
+
FIELD_CONTROL_NAME_PLURAL=\u041F\u043E\u0459\u0430
|
|
15
|
+
|
|
16
|
+
#XMIT: Horizontal layout control name caption
|
|
17
|
+
HORIZONTAL_LAYOUT_CONTROL_NAME=\u0425\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A
|
|
18
|
+
|
|
19
|
+
#XTIT: Horizontal layout control name plural caption
|
|
20
|
+
HORIZONTAL_LAYOUT_CONTROL_NAME_PLURAL=\u0425\u043E\u0440\u0438\u0437\u043E\u043D\u0442\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u0446\u0438
|
|
21
|
+
|
|
22
|
+
#XMIT: Vertical layout control name caption
|
|
23
|
+
VERTICAL_LAYOUT_CONTROL_NAME=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u043A
|
|
24
|
+
|
|
25
|
+
#XTIT: Vertical layout control name plural caption
|
|
26
|
+
VERTICAL_LAYOUT_NAME_PLURAL=\u0412\u0435\u0440\u0442\u0438\u043A\u0430\u043B\u043D\u0438 \u0441\u043F\u0440\u0435\u043C\u043D\u0438\u0446\u0438
|
|
27
|
+
|
|
28
|
+
#XMIT: Grid control name caption
|
|
29
|
+
GRID_CONTROL_NAME=\u041C\u0440\u0435\u0436\u0430
|
|
30
|
+
|
|
31
|
+
#XTIT: Grid control name plural caption
|
|
32
|
+
GRID_CONTROL_NAME_PLURAL=\u041C\u0440\u0435\u0436\u0435
|
|
@@ -58,7 +58,7 @@ sap.ui.define([
|
|
|
58
58
|
* This control cannot be used stand-alone, it just renders a <code>Form</code> control,
|
|
59
59
|
* so it must be assigned to a <code>Form</code> control using the <code>layout</code> aggregation.
|
|
60
60
|
* @extends sap.ui.layout.form.FormLayout
|
|
61
|
-
* @version 1.71.
|
|
61
|
+
* @version 1.71.60
|
|
62
62
|
*
|
|
63
63
|
* @constructor
|
|
64
64
|
* @public
|
|
@@ -53,7 +53,7 @@ sap.ui.define([
|
|
|
53
53
|
*
|
|
54
54
|
* This control cannot be used stand-alone, it just renders a <code>Form</code>, so it must be assigned to a <code>Form</code> using the <code>layout</code> aggregation.
|
|
55
55
|
* @extends sap.ui.layout.form.FormLayout
|
|
56
|
-
* @version 1.71.
|
|
56
|
+
* @version 1.71.60
|
|
57
57
|
*
|
|
58
58
|
* @constructor
|
|
59
59
|
* @public
|
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
* <b>Note:</b> If a more complex form is needed, use the <code>{@link sap.ui.layout.form.Form Form}</code> control instead.
|
|
68
68
|
*
|
|
69
69
|
* @extends sap.ui.core.Control
|
|
70
|
-
* @version 1.71.
|
|
70
|
+
* @version 1.71.60
|
|
71
71
|
*
|
|
72
72
|
* @constructor
|
|
73
73
|
* @public
|
|
@@ -20,14 +20,14 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @name sap.ui.layout
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.71.
|
|
23
|
+
* @version 1.71.60
|
|
24
24
|
* @public
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
// delegate further initialization of this library to the Core
|
|
28
28
|
sap.ui.getCore().initLibrary({
|
|
29
29
|
name : "sap.ui.layout",
|
|
30
|
-
version: "1.71.
|
|
30
|
+
version: "1.71.60",
|
|
31
31
|
dependencies: ["sap.ui.core"],
|
|
32
32
|
designtime: "sap/ui/layout/designtime/library.designtime",
|
|
33
33
|
types: [
|
|
@@ -7,7 +7,7 @@ FORM_EXPAND=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435
|
|
|
7
7
|
FORM_COLLAPSE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435
|
|
8
8
|
|
|
9
9
|
#XTOL: Tooltip for Splitter bars
|
|
10
|
-
SPLITTER_MOVE=\
|
|
10
|
+
SPLITTER_MOVE=\u041D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438\u0442\u0435 \u0441\u044A\u0441 \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0437\u0430 \u043F\u0440\u0438\u0434\u0432\u0438\u0436\u0432\u0430\u043D\u0435
|
|
11
11
|
|
|
12
12
|
#XACT: Aria information for the Dynamic Side Content Label
|
|
13
13
|
SIDE_CONTENT_LABEL=\u0414\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u043E \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435
|
|
@@ -7,16 +7,16 @@ FORM_EXPAND=Kembangkan
|
|
|
7
7
|
FORM_COLLAPSE=Runtuhkan
|
|
8
8
|
|
|
9
9
|
#XTOL: Tooltip for Splitter bars
|
|
10
|
-
SPLITTER_MOVE=Tekan butang ANAK PANAH untuk
|
|
10
|
+
SPLITTER_MOVE=Tekan butang ANAK PANAH untuk beralih
|
|
11
11
|
|
|
12
12
|
#XACT: Aria information for the Dynamic Side Content Label
|
|
13
13
|
SIDE_CONTENT_LABEL=Kandungan Tepi
|
|
14
14
|
|
|
15
15
|
#XTOL: Tooltip for ResponsiveSplitter bars
|
|
16
|
-
RESPONSIVE_SPLITTER_RESIZE=
|
|
16
|
+
RESPONSIVE_SPLITTER_RESIZE=Ubah saiz antara anak tetingkap {0} dan anak tetingkap {1}
|
|
17
17
|
|
|
18
18
|
#XTOL: Text for ResponsiveSplitter Paginator's home button
|
|
19
|
-
RESPONSIVE_SPLITTER_HOME=Pergi ke skrin
|
|
19
|
+
RESPONSIVE_SPLITTER_HOME=Pergi ke skrin terpisah
|
|
20
20
|
|
|
21
21
|
#XTOL: And
|
|
22
22
|
RESPONSIVE_SPLITTER_AND=dan
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ui.layout library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (collapsed state)
|
|
5
|
+
FORM_EXPAND=\u041F\u0440\u043E\u0448\u0438\u0440\u0438
|
|
6
|
+
#XTOL: Tooltip of Collapse/Expand Icon of the FormContainer control (expanded state)
|
|
7
|
+
FORM_COLLAPSE=\u0421\u0430\u0436\u043C\u0438
|
|
8
|
+
|
|
9
|
+
#XTOL: Tooltip for Splitter bars
|
|
10
|
+
SPLITTER_MOVE=\u041F\u0440\u0438\u0442\u0438\u0441\u043D\u0438\u0442\u0435 \u0421\u0422\u0420\u0415\u041B\u0418\u0426\u0415 \u043D\u0430 \u0442\u0430\u0441\u0442\u0430\u0442\u0443\u0440\u0438 \u0437\u0430 \u043A\u0440\u0435\u0442\u0430\u045A\u0435
|
|
11
|
+
|
|
12
|
+
#XACT: Aria information for the Dynamic Side Content Label
|
|
13
|
+
SIDE_CONTENT_LABEL=\u0411\u043E\u0447\u043D\u0438 \u0441\u0430\u0434\u0440\u0436\u0430\u0458
|
|
14
|
+
|
|
15
|
+
#XTOL: Tooltip for ResponsiveSplitter bars
|
|
16
|
+
RESPONSIVE_SPLITTER_RESIZE=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0432\u0435\u043B\u0438\u0447\u0438\u043D\u0443 \u0438\u0437\u043C\u0435\u0452\u0443 \u043E\u043A\u043D\u0430 {0} \u0438 \u043E\u043A\u043D\u0430 {1}
|
|
17
|
+
|
|
18
|
+
#XTOL: Text for ResponsiveSplitter Paginator's home button
|
|
19
|
+
RESPONSIVE_SPLITTER_HOME=\u0418\u0434\u0438 \u043D\u0430 \u043F\u043E\u0434\u0435\u0459\u0435\u043D\u0438 \u0435\u043A\u0440\u0430\u043D
|
|
20
|
+
|
|
21
|
+
#XTOL: And
|
|
22
|
+
RESPONSIVE_SPLITTER_AND=\u0438
|
|
23
|
+
|
|
24
|
+
#XTOL: Text for ResponsiveSplitter Paginator buttons
|
|
25
|
+
RESPONSIVE_SPLITTER_GOTO=\u0418\u0434\u0438 \u043D\u0430 \u0435\u043A\u0440\u0430\u043D
|
|
26
|
+
|
|
27
|
+
#XACT: Aria information for ResponsiveSplitter Paginator
|
|
28
|
+
RESPONSIVE_SPLITTER_ARIA_PAGINATOR_LABEL=\u041F\u0440\u0435\u043A\u0438\u0434\u0430\u0447 \u043E\u043A\u043D\u0430
|