@openui5/sap.ui.rta 1.96.2 → 1.98.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/.reuse/dep5 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +6 -6
- package/src/sap/ui/rta/.library +2 -2
- package/src/sap/ui/rta/Client.js +2 -2
- package/src/sap/ui/rta/RuntimeAuthoring.js +187 -139
- package/src/sap/ui/rta/Utils.js +2 -2
- package/src/sap/ui/rta/api/startAdaptation.js +2 -3
- package/src/sap/ui/rta/api/startKeyUserAdaptation.js +3 -3
- package/src/sap/ui/rta/appVariant/AppVariantDialog.js +6 -4
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +5 -7
- package/src/sap/ui/rta/appVariant/AppVariantOverviewDialog.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantUtils.js +5 -12
- package/src/sap/ui/rta/appVariant/Feature.js +7 -6
- package/src/sap/ui/rta/appVariant/S4HanaCloudBackend.js +3 -2
- package/src/sap/ui/rta/appVariant/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/Component.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/controller/ManageApps.controller.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/index.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/model/models.js +1 -1
- package/src/sap/ui/rta/command/AddIFrame.js +2 -2
- package/src/sap/ui/rta/command/AddProperty.js +2 -2
- package/src/sap/ui/rta/command/AddXML.js +2 -2
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +2 -2
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +5 -4
- package/src/sap/ui/rta/command/BaseCommand.js +2 -2
- package/src/sap/ui/rta/command/BindProperty.js +2 -2
- package/src/sap/ui/rta/command/Combine.js +2 -2
- package/src/sap/ui/rta/command/CommandFactory.js +2 -2
- package/src/sap/ui/rta/command/CompositeCommand.js +6 -6
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSave.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +2 -2
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +2 -7
- package/src/sap/ui/rta/command/CreateContainer.js +2 -2
- package/src/sap/ui/rta/command/CustomAdd.js +2 -2
- package/src/sap/ui/rta/command/FlexCommand.js +2 -2
- package/src/sap/ui/rta/command/LREPSerializer.js +12 -4
- package/src/sap/ui/rta/command/LocalReset.js +2 -2
- package/src/sap/ui/rta/command/Move.js +2 -2
- package/src/sap/ui/rta/command/Property.js +2 -2
- package/src/sap/ui/rta/command/Remove.js +2 -2
- package/src/sap/ui/rta/command/Rename.js +2 -2
- package/src/sap/ui/rta/command/Reveal.js +2 -2
- package/src/sap/ui/rta/command/Settings.js +2 -2
- package/src/sap/ui/rta/command/Split.js +2 -2
- package/src/sap/ui/rta/command/Stack.js +16 -22
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +2 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +2 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +2 -2
- package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +2 -2
- package/src/sap/ui/rta/enablement/TestDelegate.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +3 -3
- package/src/sap/ui/rta/library.js +3 -3
- package/src/sap/ui/rta/messagebundle.properties +38 -19
- package/src/sap/ui/rta/messagebundle_ar.properties +20 -10
- package/src/sap/ui/rta/messagebundle_bg.properties +20 -10
- package/src/sap/ui/rta/messagebundle_ca.properties +19 -9
- package/src/sap/ui/rta/messagebundle_cs.properties +20 -10
- package/src/sap/ui/rta/messagebundle_cy.properties +20 -10
- package/src/sap/ui/rta/messagebundle_da.properties +20 -10
- package/src/sap/ui/rta/messagebundle_de.properties +19 -9
- package/src/sap/ui/rta/messagebundle_el.properties +20 -10
- package/src/sap/ui/rta/messagebundle_en.properties +20 -10
- package/src/sap/ui/rta/messagebundle_en_GB.properties +20 -10
- package/src/sap/ui/rta/messagebundle_en_US_sappsd.properties +20 -10
- package/src/sap/ui/rta/messagebundle_en_US_saprigi.properties +7 -14
- package/src/sap/ui/rta/messagebundle_en_US_saptrc.properties +22 -12
- package/src/sap/ui/rta/messagebundle_es.properties +20 -10
- package/src/sap/ui/rta/messagebundle_es_MX.properties +23 -13
- package/src/sap/ui/rta/messagebundle_et.properties +21 -11
- package/src/sap/ui/rta/messagebundle_fi.properties +19 -9
- package/src/sap/ui/rta/messagebundle_fr.properties +20 -10
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +20 -10
- package/src/sap/ui/rta/messagebundle_hi.properties +20 -10
- package/src/sap/ui/rta/messagebundle_hr.properties +20 -10
- package/src/sap/ui/rta/messagebundle_hu.properties +19 -9
- package/src/sap/ui/rta/messagebundle_id.properties +24 -14
- package/src/sap/ui/rta/messagebundle_it.properties +21 -11
- package/src/sap/ui/rta/messagebundle_iw.properties +20 -10
- package/src/sap/ui/rta/messagebundle_ja.properties +20 -10
- package/src/sap/ui/rta/messagebundle_kk.properties +20 -10
- package/src/sap/ui/rta/messagebundle_ko.properties +21 -11
- package/src/sap/ui/rta/messagebundle_lt.properties +20 -10
- package/src/sap/ui/rta/messagebundle_lv.properties +20 -10
- package/src/sap/ui/rta/messagebundle_ms.properties +20 -10
- package/src/sap/ui/rta/messagebundle_nl.properties +20 -10
- package/src/sap/ui/rta/messagebundle_no.properties +20 -10
- package/src/sap/ui/rta/messagebundle_pl.properties +20 -10
- package/src/sap/ui/rta/messagebundle_pt.properties +19 -9
- package/src/sap/ui/rta/messagebundle_pt_PT.properties +19 -9
- package/src/sap/ui/rta/messagebundle_ro.properties +20 -10
- package/src/sap/ui/rta/messagebundle_ru.properties +19 -9
- package/src/sap/ui/rta/messagebundle_sh.properties +20 -10
- package/src/sap/ui/rta/messagebundle_sk.properties +20 -10
- package/src/sap/ui/rta/messagebundle_sl.properties +20 -10
- package/src/sap/ui/rta/messagebundle_sv.properties +20 -10
- package/src/sap/ui/rta/messagebundle_th.properties +25 -15
- package/src/sap/ui/rta/messagebundle_tr.properties +20 -10
- package/src/sap/ui/rta/messagebundle_uk.properties +23 -13
- package/src/sap/ui/rta/messagebundle_vi.properties +20 -10
- package/src/sap/ui/rta/messagebundle_zh_CN.properties +20 -10
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +20 -10
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +2 -2
- package/src/sap/ui/rta/plugin/BaseCreate.js +3 -3
- package/src/sap/ui/rta/plugin/Combine.js +2 -2
- package/src/sap/ui/rta/plugin/CompVariant.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +4 -5
- package/src/sap/ui/rta/plugin/CreateContainer.js +2 -2
- package/src/sap/ui/rta/plugin/CutPaste.js +2 -2
- package/src/sap/ui/rta/plugin/DragDrop.js +2 -2
- package/src/sap/ui/rta/plugin/EasyAdd.js +2 -2
- package/src/sap/ui/rta/plugin/EasyRemove.js +2 -2
- package/src/sap/ui/rta/plugin/LocalReset.js +2 -2
- package/src/sap/ui/rta/plugin/Plugin.js +2 -2
- package/src/sap/ui/rta/plugin/RTAElementMover.js +2 -2
- package/src/sap/ui/rta/plugin/Remove.js +2 -2
- package/src/sap/ui/rta/plugin/Rename.js +2 -2
- package/src/sap/ui/rta/plugin/RenameHandler.js +2 -15
- package/src/sap/ui/rta/plugin/Selection.js +16 -27
- package/src/sap/ui/rta/plugin/Settings.js +2 -2
- package/src/sap/ui/rta/plugin/Split.js +3 -2
- package/src/sap/ui/rta/plugin/Stretch.js +2 -2
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +16 -85
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +2 -2
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsAnalyzer.js +1 -68
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +10 -11
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +4 -5
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +18 -48
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +2 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +2 -2
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialogController.js +2 -17
- package/src/sap/ui/rta/plugin/iframe/urlCleaner.js +2 -2
- package/src/sap/ui/rta/service/Action.js +2 -2
- package/src/sap/ui/rta/service/ControllerExtension.js +6 -7
- package/src/sap/ui/rta/service/Outline.js +84 -31
- package/src/sap/ui/rta/service/Property.js +2 -4
- package/src/sap/ui/rta/service/Receiver.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +3 -2
- package/src/sap/ui/rta/service/index.js +1 -1
- package/src/sap/ui/rta/themes/base/ChangeVisualization.less +23 -30
- package/src/sap/ui/rta/themes/base/OverlayWithScrollbar.less +54 -35
- package/src/sap/ui/rta/themes/base/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.fragment.xml +1 -0
- package/src/sap/ui/rta/toolbar/Adaptation.js +13 -13
- package/src/sap/ui/rta/toolbar/AdaptationRenderer.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +4 -4
- package/src/sap/ui/rta/toolbar/BaseRenderer.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +2 -2
- package/src/sap/ui/rta/toolbar/FioriLike.js +2 -2
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +5 -5
- package/src/sap/ui/rta/toolbar/Personalization.js +2 -2
- package/src/sap/ui/rta/toolbar/Standalone.js +2 -2
- package/src/sap/ui/rta/toolbar/translation/DownloadTranslationDialog.fragment.xml +19 -10
- package/src/sap/ui/rta/toolbar/translation/Translation.js +115 -46
- package/src/sap/ui/rta/toolbar/translation/TranslationPopover.fragment.xml +8 -13
- package/src/sap/ui/rta/toolbar/translation/UploadTranslationDialog.fragment.xml +41 -0
- package/src/sap/ui/rta/util/Animation.js +1 -1
- package/src/sap/ui/rta/util/BindingsExtractor.js +1 -1
- package/src/sap/ui/rta/util/PluginManager.js +2 -2
- package/src/sap/ui/rta/util/PopupManager.js +8 -13
- package/src/sap/ui/rta/util/ServiceEventBus.js +2 -2
- package/src/sap/ui/rta/util/StylesLoader.js +1 -1
- package/src/sap/ui/rta/util/UrlParser.js +1 -1
- package/src/sap/ui/rta/util/adaptationStarter.js +42 -4
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +23 -81
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorPopover.fragment.xml +15 -37
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +2 -3
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +54 -67
- package/src/sap/ui/rta/util/changeVisualization/categories/MoveVisualization.js +30 -0
- package/src/sap/ui/rta/util/changeVisualization/categories/RenameVisualization.js +4 -3
- package/src/sap/ui/rta/util/changeVisualization/categories/SplitVisualization.js +30 -0
- package/src/sap/ui/rta/util/changeVisualization/categories/getVisualizationCategory.js +10 -4
- package/src/sap/ui/rta/util/hasStableId.js +1 -1
- package/src/sap/ui/rta/util/showMessageBox.js +5 -4
- package/src/sap/ui/rta/util/validateFlexEnabled.js +7 -6
- package/src/sap/ui/rta/util/validateStableIds.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @class
|
|
21
21
|
* @extends sap.ui.rta.command.BaseCommand
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.98.0
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @since 1.90
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -17,7 +17,7 @@ function(
|
|
|
17
17
|
* @class
|
|
18
18
|
* @extends sap.ui.rta.command.FlexCommand
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.98.0
|
|
21
21
|
* @constructor
|
|
22
22
|
* @private
|
|
23
23
|
* @since 1.34
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @class
|
|
17
17
|
* @extends sap.ui.rta.command.FlexCommand
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.98.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.34
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
|
12
12
|
* @class
|
|
13
13
|
* @extends sap.ui.rta.command.FlexCommand
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.98.0
|
|
16
16
|
* @constructor
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.42
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
|
12
12
|
* @class
|
|
13
13
|
* @extends sap.ui.rta.command.FlexCommand
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.98.0
|
|
16
16
|
* @constructor
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.34
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
|
12
12
|
* @class
|
|
13
13
|
* @extends sap.ui.rta.command.FlexCommand
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.98.0
|
|
16
16
|
* @constructor
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.44
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
@@ -12,7 +12,7 @@ sap.ui.define(["sap/ui/rta/command/FlexCommand"], function(FlexCommand) {
|
|
|
12
12
|
* @class
|
|
13
13
|
* @extends sap.ui.rta.command.FlexCommand
|
|
14
14
|
* @author SAP SE
|
|
15
|
-
* @version 1.
|
|
15
|
+
* @version 1.98.0
|
|
16
16
|
* @constructor
|
|
17
17
|
* @private
|
|
18
18
|
* @since 1.44
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -14,7 +14,7 @@ sap.ui.define([
|
|
|
14
14
|
* @class
|
|
15
15
|
* @extends sap.ui.rta.command.FlexCommand
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.
|
|
17
|
+
* @version 1.98.0
|
|
18
18
|
* @constructor
|
|
19
19
|
* @private
|
|
20
20
|
* @since 1.46
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ui/base/ManagedObject",
|
|
8
|
+
"sap/ui/fl/write/api/PersistenceWriteAPI",
|
|
8
9
|
"sap/ui/fl/Utils",
|
|
9
10
|
"sap/ui/rta/command/Settings",
|
|
10
11
|
"sap/ui/rta/command/CompositeCommand",
|
|
11
|
-
"sap/ui/core/util/reflection/JsControlTreeModifier"
|
|
12
|
-
"sap/ui/fl/write/api/PersistenceWriteAPI"
|
|
12
|
+
"sap/ui/core/util/reflection/JsControlTreeModifier"
|
|
13
13
|
], function(
|
|
14
14
|
ManagedObject,
|
|
15
|
+
PersistenceWriteAPI,
|
|
15
16
|
FlUtils,
|
|
16
17
|
Settings,
|
|
17
18
|
CompositeCommand,
|
|
18
|
-
JsControlTreeModifier
|
|
19
|
-
PersistenceWriteAPI
|
|
19
|
+
JsControlTreeModifier
|
|
20
20
|
) {
|
|
21
21
|
"use strict";
|
|
22
22
|
|
|
23
|
-
function
|
|
23
|
+
function toAvailableChanges(mChanges, aChanges, sFileName) {
|
|
24
24
|
var oChange = mChanges[sFileName];
|
|
25
25
|
if (oChange) {
|
|
26
26
|
aChanges.push(oChange);
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
return aChanges;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
function
|
|
31
|
+
function pushToStack(oComponent, mComposite, oStack, oChange) {
|
|
32
32
|
var oSelector = oChange.getSelector();
|
|
33
33
|
var oCommand = new Settings({
|
|
34
34
|
selector: oSelector,
|
|
@@ -36,10 +36,6 @@ sap.ui.define([
|
|
|
36
36
|
element: JsControlTreeModifier.bySelector(oSelector, oComponent)
|
|
37
37
|
});
|
|
38
38
|
oCommand._oPreparedChange = oChange;
|
|
39
|
-
if (oChange.getUndoOperations()) {
|
|
40
|
-
oCommand._aRecordedUndo = oChange.getUndoOperations();
|
|
41
|
-
oChange.resetUndoOperations();
|
|
42
|
-
}
|
|
43
39
|
// check if change belongs to a composite command
|
|
44
40
|
var sCompositeId = oChange.getDefinition().support.compositeCommand;
|
|
45
41
|
if (sCompositeId) {
|
|
@@ -59,7 +55,7 @@ sap.ui.define([
|
|
|
59
55
|
* @class
|
|
60
56
|
* @extends sap.ui.base.ManagedObject
|
|
61
57
|
* @author SAP SE
|
|
62
|
-
* @version 1.
|
|
58
|
+
* @version 1.98.0
|
|
63
59
|
* @constructor
|
|
64
60
|
* @private
|
|
65
61
|
* @since 1.34
|
|
@@ -92,23 +88,21 @@ sap.ui.define([
|
|
|
92
88
|
/**
|
|
93
89
|
* Creates a stack prefilled with Settings commands. Every command contains a change from the given file name list
|
|
94
90
|
*
|
|
95
|
-
* @param {sap.ui.base.ManagedObject} oControl
|
|
96
|
-
* @param {string[]} aFileNames
|
|
97
|
-
* @returns {Promise}
|
|
91
|
+
* @param {sap.ui.base.ManagedObject} oControl - Used to get the component
|
|
92
|
+
* @param {string[]} aFileNames - Array of file names of changes the stack should be initialized with
|
|
93
|
+
* @returns {Promise} Resolves with a stack as parameter
|
|
98
94
|
*/
|
|
99
95
|
Stack.initializeWithChanges = function(oControl, aFileNames) {
|
|
100
96
|
var oStack = new Stack();
|
|
101
97
|
oStack._aPersistedChanges = aFileNames;
|
|
102
98
|
if (aFileNames && aFileNames.length > 0) {
|
|
103
|
-
var oComponent = FlUtils.
|
|
104
|
-
var sAppName = FlUtils.getAppDescriptor(oComponent)["sap.app"].id;
|
|
99
|
+
var oComponent = FlUtils.getAppComponentForControl(oControl);
|
|
105
100
|
var mPropertyBag = {
|
|
106
|
-
|
|
107
|
-
appName: sAppName,
|
|
108
|
-
selector: oControl,
|
|
101
|
+
selector: oComponent,
|
|
109
102
|
invalidateCache: false
|
|
110
103
|
};
|
|
111
104
|
return PersistenceWriteAPI._getUIChanges(mPropertyBag)
|
|
105
|
+
|
|
112
106
|
.then(function(aChanges) {
|
|
113
107
|
var mComposite = {};
|
|
114
108
|
var mChanges = {};
|
|
@@ -116,8 +110,8 @@ sap.ui.define([
|
|
|
116
110
|
mChanges[oChange.getDefinition().fileName] = oChange;
|
|
117
111
|
});
|
|
118
112
|
aFileNames
|
|
119
|
-
|
|
120
|
-
|
|
113
|
+
.reduce(toAvailableChanges.bind(null, mChanges), [])
|
|
114
|
+
.forEach(pushToStack.bind(null, oComponent, mComposite, oStack));
|
|
121
115
|
return oStack;
|
|
122
116
|
});
|
|
123
117
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* @extends sap.ui.rta.command.AppDescriptorCommand
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.98.0
|
|
21
21
|
*
|
|
22
22
|
* @constructor
|
|
23
23
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* @class
|
|
19
19
|
* @extends sap.ui.rta.command.BaseCommand
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.98.0
|
|
22
22
|
* @constructor
|
|
23
23
|
* @private
|
|
24
24
|
* @since 1.87
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
* @class
|
|
17
17
|
* @extends sap.ui.rta.command.BaseCommand
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.98.0
|
|
20
20
|
* @constructor
|
|
21
21
|
* @private
|
|
22
22
|
* @since 1.87
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
* @class
|
|
21
21
|
* @extends sap.ui.rta.command.BaseCommand
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.98.0
|
|
24
24
|
* @constructor
|
|
25
25
|
* @private
|
|
26
26
|
* @since 1.87
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* global QUnit */
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -51,7 +51,7 @@ sap.ui.define([
|
|
|
51
51
|
* E.g. <code>controlEnablingCheck.only("Remove");</code>
|
|
52
52
|
*
|
|
53
53
|
* @author SAP SE
|
|
54
|
-
* @version 1.
|
|
54
|
+
* @version 1.98.0
|
|
55
55
|
*
|
|
56
56
|
* @static
|
|
57
57
|
* @since 1.42
|
|
@@ -86,7 +86,7 @@ sap.ui.define([
|
|
|
86
86
|
viewContent: mOptions.xmlView
|
|
87
87
|
};
|
|
88
88
|
}
|
|
89
|
-
var sandbox = sinon.
|
|
89
|
+
var sandbox = sinon.createSandbox();
|
|
90
90
|
|
|
91
91
|
mOptions.before = mOptions.before || function() {};
|
|
92
92
|
mOptions.after = mOptions.after || function() {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ function() {
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @name sap.ui.rta
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.98.0
|
|
27
27
|
* @since 1.50
|
|
28
28
|
* @private
|
|
29
29
|
* @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
|
|
@@ -33,7 +33,7 @@ function() {
|
|
|
33
33
|
// delegate further initialization of this library to the Core
|
|
34
34
|
sap.ui.getCore().initLibrary({
|
|
35
35
|
name: "sap.ui.rta",
|
|
36
|
-
version: "1.
|
|
36
|
+
version: "1.98.0",
|
|
37
37
|
dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
|
|
38
38
|
types: [],
|
|
39
39
|
interfaces: [],
|
|
@@ -115,21 +115,29 @@ TIT_DRAFT_DISCARD_DIALOG=Discard Existing Draft
|
|
|
115
115
|
MSG_DRAFT_DISCARD_AND_CREATE_NEW_DIALOG=Do you want to discard the current draft and start over?
|
|
116
116
|
#XBUT: Button 'Translate' of the Toolbar
|
|
117
117
|
BTN_TRANSLATE=Translate
|
|
118
|
-
#XBUT: Button '
|
|
119
|
-
|
|
120
|
-
#
|
|
121
|
-
|
|
118
|
+
#XBUT: Button 'Upload' of the toolbar upload translations dialog
|
|
119
|
+
BTN_UPLOAD_CHANGED_TEXTS=Upload
|
|
120
|
+
#XTIT: Title of the upload changed texts dialog
|
|
121
|
+
TIT_UPLOAD_CHANGED_TEXTS=Upload Translations
|
|
122
|
+
#MSG: Explanation of the upload changed texts dialog
|
|
123
|
+
MSG_UPLOAD_CHANGED_TEXTS=Upload an XLIFF file containing translations of changed UI texts
|
|
124
|
+
#XBUT: Button text to cancel the Upload Changed UI Texts dialog
|
|
125
|
+
BUT_UPLOAD_CHANGED_TEXTS_CANCEL=Cancel
|
|
126
|
+
#XBUT: Button 'Download' of the toolbar translate popover
|
|
127
|
+
BTN_OPEN_DOWNLOAD_TRANSLATION=Download
|
|
128
|
+
#XBUT: Button 'Upload' of the toolbar translate popover
|
|
129
|
+
BTN_OPEN_UPLOAD_TRANSLATION=Upload
|
|
122
130
|
#XBUT: Name of the Button 'Download' of the download changed texts dialog
|
|
123
131
|
BTN_DOWNLOAD_CHANGED_TEXTS=Download
|
|
124
|
-
#
|
|
125
|
-
TIT_DOWNLOAD_CHANGED_TEXTS=Download
|
|
126
|
-
#
|
|
127
|
-
MSG_DOWNLOAD_CHANGED_TEXTS=Download an XLIFF file containing
|
|
132
|
+
#XTIT: Title of the download changed texts dialog
|
|
133
|
+
TIT_DOWNLOAD_CHANGED_TEXTS=Download
|
|
134
|
+
#MSG: Explanation of the download changed texts dialog
|
|
135
|
+
MSG_DOWNLOAD_CHANGED_TEXTS=Download an XLIFF file containing translations of changed UI texts. Already existing translations for these texts are included.
|
|
128
136
|
#XBUT: Button text to cancel the Download Changed UI Texts dialog
|
|
129
137
|
BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=Cancel
|
|
130
|
-
#
|
|
138
|
+
#MSG: Placeholder for the source language dropdown field
|
|
131
139
|
TXT_SOURCE_LANGUAGE=Source Language
|
|
132
|
-
#
|
|
140
|
+
#MSG: Placeholder for the target language dropdown field
|
|
133
141
|
TXT_TARGET_LANGUAGE=Target Language
|
|
134
142
|
#XBUT: Button 'Navigation' of the Toolbar
|
|
135
143
|
BTN_NAVIGATION=Navigation
|
|
@@ -161,6 +169,8 @@ MSG_NO_FIELDS=No more content available
|
|
|
161
169
|
HEADER_PERSONALIZATION_EXISTS=Information
|
|
162
170
|
#XMSG: Dialog message for personalization exists
|
|
163
171
|
MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=You have personalized the app or there are public views. The app will now reload without these changes. Any recently made changes may remain active.
|
|
172
|
+
#XMSG: MessageToast to warn users that changes made in navigation mode will be discarded after save & exit
|
|
173
|
+
MSG_NAVIGATION_MODE_CHANGES_WARNING=Changes made to the UI in navigation mode will be discarded after you choose Save & Exit.
|
|
164
174
|
#XMSG: Dialog message for draft changes exists
|
|
165
175
|
MSG_DRAFT_EXISTS=Draft changes are available for this app. In UI adaptation mode, the draft changes will be loaded.
|
|
166
176
|
#XMSG: Dialog message when user discards a draft
|
|
@@ -176,7 +186,7 @@ MSG_HIGHER_LAYER_CHANGES_AND_DRAFT_EXISTS=Higher-layer changes and draft changes
|
|
|
176
186
|
#XMSG: Dialog message for changes in higher-layer exists
|
|
177
187
|
MSG_HIGHER_LAYER_CHANGES_EXIST=Higher-layer changes are available for this app. In UI adaptation mode, the app will reload without these changes.
|
|
178
188
|
#XMSG: Dialog message for restricted contexts exists and personalization changes
|
|
179
|
-
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=Higher-layer changes and role-specific views are available for this app. In UI adaptation mode, the app will reload with
|
|
189
|
+
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=Higher-layer changes and role-specific views are available for this app. In UI adaptation mode, the app will reload without the higher-layer changes, but with the role-specific views.
|
|
180
190
|
#XMSG: Dialog message for restricted contexts exists
|
|
181
191
|
MSG_RESTRICTED_CONTEXT_EXIST=Role-specific views exist for this app. In UI adaptation mode, the app will reload with these changes.
|
|
182
192
|
#XHED: Title of a dialog explaining that a page reload is needed
|
|
@@ -257,8 +267,6 @@ MSG_TILE_CREATION_FAILED=Refresh the Fiori Launchpad homepage to check if the ne
|
|
|
257
267
|
MSG_COPY_UNSAVED_CHANGES_FAILED=Sorry, your app variant and the corresponding UI changes could not be saved. The app variant is not available. Please send the following technical information to your administrator\:
|
|
258
268
|
#XFLD: 'Save As' dialog title placeholder text
|
|
259
269
|
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Enter title
|
|
260
|
-
#XMSG: Error message displayed if app variant feature fails
|
|
261
|
-
MSG_APP_VARIANT_FEATURE_FAILED=Sorry, the app variants feature is temporarily not available. Please contact your administrator\: {0}
|
|
262
270
|
#XMSG: Success message displayed when the tile is available on FLP
|
|
263
271
|
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=The new tile is now available. To display it, please refresh the browser.
|
|
264
272
|
#XTIT: Title for all the app variants success dialogs
|
|
@@ -369,7 +377,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=Name was changed to ''{0}''
|
|
|
369
377
|
#XTXT: Description for rename-changes
|
|
370
378
|
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_FROM_TO=Name was changed from ''{1}'' to ''{0}''
|
|
371
379
|
#XTXT: Description for move-changes
|
|
372
|
-
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=Element {0} was moved
|
|
380
|
+
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=Element ''{0}'' was moved
|
|
373
381
|
#XTXT: Description for remove-changes
|
|
374
382
|
TXT_CHANGEVISUALIZATION_CHANGE_REMOVE=Element {0} was removed
|
|
375
383
|
#XTXT: Description for reveal-changes
|
|
@@ -377,7 +385,7 @@ TXT_CHANGEVISUALIZATION_CHANGE_REVEAL=Element {0} was revealed
|
|
|
377
385
|
#XTXT: Description for combine-changes
|
|
378
386
|
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE=Element {0} was combined
|
|
379
387
|
#XTXT: Description for split-changes
|
|
380
|
-
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=Element {0} was split
|
|
388
|
+
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=Element ''{0}'' was split
|
|
381
389
|
#XTXT: Description for createcontainer-changes
|
|
382
390
|
TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=Group {0} was added
|
|
383
391
|
#XTXT: Description for adddelegateproperty-changes
|
|
@@ -386,10 +394,6 @@ TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=Field {0} was added
|
|
|
386
394
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=IFrame was added
|
|
387
395
|
#XTXT: Description for settings-changes
|
|
388
396
|
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=Settings of element {0} were changed
|
|
389
|
-
#XTXT: Description for dependents of move-changes
|
|
390
|
-
TXT_CHANGEVISUALIZATION_DEPENDENT_MOVE=Element was moved from this container
|
|
391
|
-
#XTXT: Description for dependents of split-changes
|
|
392
|
-
TXT_CHANGEVISUALIZATION_DEPENDENT_SPLIT=This element is a part of the split
|
|
393
397
|
#XTIT: Title for SingleChangePopover
|
|
394
398
|
TIT_CHANGEVISUALIZATION_CHANGE=Change
|
|
395
399
|
#XTIT: Title for ChangePopover and ChangesPopover
|
|
@@ -428,5 +432,20 @@ BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=Combined and Split Elements
|
|
|
428
432
|
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Remove ({0})
|
|
429
433
|
#XBUT: Button text for remove-changes
|
|
430
434
|
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=Removed Elements
|
|
435
|
+
#XTXT: Semantic date for changes created in same session
|
|
436
|
+
TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=Just now
|
|
431
437
|
#XMSG: message toast text after a local reset saved the variant
|
|
432
438
|
MSG_LOCAL_RESET_VARIANT_SAVE=The container has been reset and the view has been saved automatically.
|
|
439
|
+
#XBUT: Button text for showing the dependent container of a move change
|
|
440
|
+
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=Show Source
|
|
441
|
+
#XBUT: Button text for showing the dependent container of a split change
|
|
442
|
+
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_SPLIT=Show Other Parts
|
|
443
|
+
|
|
444
|
+
#XMSG: Warning Message for mixed changes
|
|
445
|
+
MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=UI changes to this app have been made in another system. To avoid conflicts, we strongly advise to make UI changes in one system only and transport them to the other systems. See [Adapting the UI](https://help.sap.com/viewer/a7b390faab1140c087b8926571e942b7/202110.000/en-US/4aa356f89e5a4409a9efe4dda4ddcb7e.html).
|
|
446
|
+
#XMSG: Warning Message for mixed changes
|
|
447
|
+
TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=Warning - Risk of Severe Conflicts
|
|
448
|
+
#XMSG: Warning Message for mixed changes
|
|
449
|
+
MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=You are starting UI adaptation in a productive system. If you have a development or test system we advise you to make changes there and use the transport mechanism to publish these changes.
|
|
450
|
+
#XMSG: Warning Message for mixed changes
|
|
451
|
+
TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=Warning - You're about to make changes to the productive system
|
|
@@ -56,11 +56,15 @@ MSG_SWITCH_VERSION_DIALOG=\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u0625\u06
|
|
|
56
56
|
TIT_DRAFT_DISCARD_DIALOG=\u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629
|
|
57
57
|
MSG_DRAFT_DISCARD_AND_CREATE_NEW_DIALOG=\u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629 \u0648\u0627\u0644\u0628\u062F\u0621 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u061F
|
|
58
58
|
BTN_TRANSLATE=\u062A\u0631\u062C\u0645\u0629
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
BTN_UPLOAD_CHANGED_TEXTS=\u062A\u062D\u0645\u064A\u0644
|
|
60
|
+
TIT_UPLOAD_CHANGED_TEXTS=\u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0631\u062C\u0645\u0627\u062A
|
|
61
|
+
MSG_UPLOAD_CHANGED_TEXTS=\u062A\u062D\u0645\u064A\u0644 \u0645\u0644\u0641 XLIFF \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u0644\u0646\u0635\u0648\u0635 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u064A \u062A\u0645 \u062A\u063A\u064A\u064A\u0631\u0647\u0627
|
|
62
|
+
BUT_UPLOAD_CHANGED_TEXTS_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
63
|
+
BTN_OPEN_DOWNLOAD_TRANSLATION=\u062A\u0646\u0632\u064A\u0644
|
|
64
|
+
BTN_OPEN_UPLOAD_TRANSLATION=\u062A\u062D\u0645\u064A\u0644
|
|
61
65
|
BTN_DOWNLOAD_CHANGED_TEXTS=\u062A\u0646\u0632\u064A\u0644
|
|
62
|
-
TIT_DOWNLOAD_CHANGED_TEXTS=\u062A\u0646\u0632\u064A\u0644
|
|
63
|
-
MSG_DOWNLOAD_CHANGED_TEXTS=\
|
|
66
|
+
TIT_DOWNLOAD_CHANGED_TEXTS=\u062A\u0646\u0632\u064A\u0644
|
|
67
|
+
MSG_DOWNLOAD_CHANGED_TEXTS=\u0642\u0645 \u0628\u062A\u0646\u0632\u064A\u0644 \u0645\u0644\u0641 XLIFF \u064A\u062D\u062A\u0648\u064A \u0639\u0644\u0649 \u062A\u0631\u062C\u0645\u0627\u062A \u0646\u0635\u0648\u0635 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062A\u064A \u062A\u0645 \u062A\u063A\u064A\u064A\u0631\u0647\u0627. \u064A\u062A\u0645 \u062A\u0636\u0645\u064A\u0646 \u0623\u064A \u062A\u0631\u062C\u0645\u0627\u062A \u0645\u0648\u062C\u0648\u062F\u0629 \u0644\u0647\u0630\u0647 \u0627\u0644\u0646\u0635\u0648\u0635.
|
|
64
68
|
BUT_DOWNLOAD_CHANGED_TEXTS_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
65
69
|
TXT_SOURCE_LANGUAGE=\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0635\u062F\u0631
|
|
66
70
|
TXT_TARGET_LANGUAGE=\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641\u0629
|
|
@@ -79,6 +83,7 @@ MSG_UNSAVED_CHANGES=\u0641\u064A \u062D\u0627\u0644\u0629 \u0627\u0644\u062A\u06
|
|
|
79
83
|
MSG_NO_FIELDS=\u0644\u0627 \u064A\u062A\u0648\u0641\u0631 \u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u062D\u062A\u0648\u0649
|
|
80
84
|
HEADER_PERSONALIZATION_EXISTS=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
81
85
|
MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u062A\u062E\u0635\u064A\u0635 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0623\u0648 \u062A\u0648\u062C\u062F \u0637\u0631\u0642 \u0639\u0631\u0636 \u0639\u0627\u0645\u0629. \u0633\u062A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0628\u062F\u0648\u0646 \u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A. \u0642\u062F \u062A\u0638\u0644 \u0623\u064A \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u062D\u062F\u064A\u062B\u0629 \u0646\u0634\u0637\u0629.
|
|
86
|
+
MSG_NAVIGATION_MODE_CHANGES_WARNING=\u0633\u064A\u062A\u0645 \u062A\u062C\u0627\u0647\u0644 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u062A\u064A \u062A\u0645 \u0625\u062C\u0631\u0627\u0624\u0647\u0627 \u0639\u0644\u0649 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0641\u064A \u0646\u0645\u0637 \u0627\u0644\u062A\u0646\u0642\u0644 \u0628\u0639\u062F \u0627\u062E\u062A\u064A\u0627\u0631 \u062D\u0641\u0638 \u0648\u062E\u0631\u0648\u062C.
|
|
82
87
|
MSG_DRAFT_EXISTS=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0645\u062A\u0648\u0641\u0631\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0633\u064A\u062A\u0645 \u062A\u062D\u0645\u064A\u0644 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645.
|
|
83
88
|
MSG_DRAFT_DISCARD_DIALOG=\u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629\u061F \u0633\u064A\u0642\u0648\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0628\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u062A\u062D\u0645\u064A\u0644.
|
|
84
89
|
MSG_VIEWS_OR_PERSONALIZATION_AND_DRAFT_EXISTS=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0645\u062A\u0648\u0641\u0631\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0633\u064A\u062A\u0645 \u062A\u062D\u0645\u064A\u0644 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0628\u062F\u0648\u0646 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u062A\u062E\u0635\u064A\u0635 \u0648\u0637\u0631\u0642 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0639\u0627\u0645\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645.
|
|
@@ -86,7 +91,7 @@ TIT_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=\u0627\u0644\u0645\u0633\u0648\u062F\u062
|
|
|
86
91
|
MSG_DRAFT_DISCARD_ON_REACTIVATE_DIALOG=\u0647\u0644 \u062A\u0631\u064A\u062F \u062A\u062C\u0627\u0647\u0644 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0648\u0625\u0639\u0627\u062F\u0629 \u062A\u0646\u0634\u064A\u0637 \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u061F
|
|
87
92
|
MSG_HIGHER_LAYER_CHANGES_AND_DRAFT_EXISTS=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649 \u0648\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0645\u062A\u0648\u0641\u0631\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0633\u062A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0628\u062F\u0648\u0646 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649\u060C \u0648\u0644\u0643\u0646 \u0628\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0627\u0644\u0645\u0633\u0648\u062F\u0629 \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645.
|
|
88
93
|
MSG_HIGHER_LAYER_CHANGES_EXIST=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649 \u0645\u062A\u0648\u0641\u0631\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0633\u062A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u062F\u0648\u0646 \u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645.
|
|
89
|
-
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649 \u0648\u0639\u0631\
|
|
94
|
+
MSG_RESTRICTED_CONTEXT_EXIST_AND_PERSONALIZATION=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649 \u0648\u0637\u0631\u0642 \u0639\u0631\u0636 \u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062F\u0648\u0631 \u0645\u062A\u0648\u0641\u0631\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u0633\u062A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0628\u062F\u0648\u0646 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0637\u0628\u0642\u0629 \u0623\u0639\u0644\u0649\u060C \u0648\u0644\u0643\u0646 \u0628\u0637\u0631\u0642 \u0639\u0631\u0636 \u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062F\u0648\u0631.
|
|
90
95
|
MSG_RESTRICTED_CONTEXT_EXIST=\u0639\u0631\u0648\u0636 \u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062F\u0648\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0633\u062A\u062A\u0645 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0628\u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0641\u064A \u0646\u0645\u0637 \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645.
|
|
91
96
|
HEADER_RELOAD_NEEDED=\u064A\u062C\u0628 \u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642
|
|
92
97
|
BUTTON_RELOAD_NEEDED=\u0625\u0639\u0627\u062F\u0629 \u062A\u062D\u0645\u064A\u0644
|
|
@@ -127,7 +132,6 @@ MSG_CATALOG_ASSIGNMENT_FAILED=\u062A\u0645 \u062D\u0641\u0638 \u0645\u062A\u063A
|
|
|
127
132
|
MSG_TILE_CREATION_FAILED=\u0642\u0645 \u0628\u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u0644\u0648\u062D\u0629 \u062A\u0634\u063A\u064A\u0644 Fiori \u0644\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0625\u0646\u0634\u0627\u0621 \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u062C\u062F\u064A\u062F. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0645\u062D\u062A\u0648\u0649 \u0625\u0630\u0627 \u0644\u0645 \u064A\u0643\u0646 \u0645\u062A\u0648\u0641\u0631\u064B\u0627 \u0623\u0648 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u0627 \u064A\u0639\u0645\u0644 \u0628\u0634\u0643\u0644 \u0635\u062D\u064A\u062D.
|
|
128
133
|
MSG_COPY_UNSAVED_CHANGES_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0630\u0631 \u062D\u0641\u0638 \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643. \u0645\u062A\u063A\u064A\u0631 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631. \u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u062A\u0642\u0646\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0624\u0648\u0644.
|
|
129
134
|
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=\u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646
|
|
130
|
-
MSG_APP_VARIANT_FEATURE_FAILED=\u0639\u0630\u0631\u064B\u0627\u060C \u0645\u064A\u0632\u0629 \u0645\u062A\u063A\u064A\u0631\u0627\u062A \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631\u0629 \u0627\u0644\u0622\u0646. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644\: {0}
|
|
131
135
|
MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=\u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u062C\u062F\u064A\u062F \u0645\u062A\u0648\u0641\u0631 \u062D\u0627\u0644\u064A\u064B\u0627. \u0648\u0644\u0639\u0631\u0636\u0647\u060C \u064A\u0631\u062C\u0649 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0633\u062A\u0639\u0631\u0636.
|
|
132
136
|
SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
133
137
|
SAVE_APP_VARIANT_OK_TEXT=\u0645\u0648\u0627\u0641\u0642
|
|
@@ -185,17 +189,15 @@ IFRAME_ADDIFRAME_DIALOG_URL_WARNING_LINKTEXT=\u0642\u0631\u0627\u0621\u0629 \u06
|
|
|
185
189
|
|
|
186
190
|
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_TO=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0627\u0633\u0645 \u0625\u0644\u0649 ''{0}''
|
|
187
191
|
TXT_CHANGEVISUALIZATION_CHANGE_RENAME_FROM_TO=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0627\u0633\u0645 \u0645\u0646 ''{1}'' \u0625\u0644\u0649 ''{0}''
|
|
188
|
-
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=\u062A\u0645 \u0646\u0642\u0644 \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
192
|
+
TXT_CHANGEVISUALIZATION_CHANGE_MOVE=\u062A\u0645 \u0646\u0642\u0644 \u0627\u0644\u0639\u0646\u0635\u0631 ''{0}''
|
|
189
193
|
TXT_CHANGEVISUALIZATION_CHANGE_REMOVE=\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
190
194
|
TXT_CHANGEVISUALIZATION_CHANGE_REVEAL=\u062A\u0645 \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
191
195
|
TXT_CHANGEVISUALIZATION_CHANGE_COMBINE=\u062A\u0645 \u062C\u0645\u0639 \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
192
|
-
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=\u062A\u0645 \u062A\u0642\u0633\u064A\u0645 \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
196
|
+
TXT_CHANGEVISUALIZATION_CHANGE_SPLIT=\u062A\u0645 \u062A\u0642\u0633\u064A\u0645 \u0627\u0644\u0639\u0646\u0635\u0631 ''{0}''
|
|
193
197
|
TXT_CHANGEVISUALIZATION_CHANGE_CREATECONTAINER=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 {0}
|
|
194
198
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDDELEGATEPROPERTY=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 \u0627\u0644\u062D\u0642\u0644 {0}
|
|
195
199
|
TXT_CHANGEVISUALIZATION_CHANGE_ADDIFRAME=\u062A\u0645\u062A \u0625\u0636\u0627\u0641\u0629 iFrame
|
|
196
200
|
TXT_CHANGEVISUALIZATION_CHANGE_SETTINGS=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0646\u0635\u0631 {0}
|
|
197
|
-
TXT_CHANGEVISUALIZATION_DEPENDENT_MOVE=\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0639\u0646\u0635\u0631 \u0645\u0646 \u0647\u0630\u0647 \u0627\u0644\u062D\u0627\u0648\u064A\u0629
|
|
198
|
-
TXT_CHANGEVISUALIZATION_DEPENDENT_SPLIT=\u0647\u0630\u0627 \u0627\u0644\u0639\u0646\u0635\u0631 \u062C\u0632\u0621 \u0645\u0646 \u0627\u0644\u062A\u0642\u0633\u064A\u0645
|
|
199
201
|
TIT_CHANGEVISUALIZATION_CHANGE=\u062A\u063A\u064A\u064A\u0631
|
|
200
202
|
TIT_CHANGEVISUALIZATION_CHANGES=\u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A
|
|
201
203
|
TIT_CHANGEVISUALIZATION_DATE=\u0627\u0644\u062A\u0627\u0631\u064A\u062E
|
|
@@ -215,4 +217,12 @@ TXT_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u062A\u062C\u0645\u064A\u0639 \u0
|
|
|
215
217
|
BTN_CHANGEVISUALIZATION_OVERVIEW_COMBINESPLIT=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u0642\u0633\u0648\u0645\u0629 \u0648\u0627\u0644\u0645\u064F\u062C\u0645\u0651\u064E\u0639\u0629
|
|
216
218
|
TXT_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0625\u0632\u0627\u0644\u0629 ({0})
|
|
217
219
|
BTN_CHANGEVISUALIZATION_OVERVIEW_REMOVE=\u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u064A \u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647\u0627
|
|
220
|
+
TXT_CHANGEVISUALIZATION_CREATED_IN_SESSION_DATE=\u0627\u0644\u0622\u0646 \u0641\u0642\u0637
|
|
218
221
|
MSG_LOCAL_RESET_VARIANT_SAVE=\u062A\u0645\u062A \u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062D\u0627\u0648\u064A\u0629 \u0648\u062A\u0645 \u062D\u0641\u0638 \u0627\u0644\u0639\u0631\u0636 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627.
|
|
222
|
+
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_MOVE=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0645\u0635\u062F\u0631
|
|
223
|
+
BTN_CHANGEVISUALIZATION_SHOW_DEPENDENT_CONTAINER_SPLIT=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0623\u062C\u0632\u0627\u0621 \u0627\u0644\u0623\u062E\u0631\u0649
|
|
224
|
+
|
|
225
|
+
MSG_ADAPTATION_STARTER_MIXED_CHANGES_WARNING=\u062A\u0645 \u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0639\u0644\u0649 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0647\u0630\u0627 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0641\u064A \u0646\u0638\u0627\u0645 \u0622\u062E\u0631. \u0644\u062A\u062C\u0646\u0628 \u0627\u0644\u062A\u0639\u0627\u0631\u0636\u0627\u062A\u060C \u0646\u0646\u0635\u062D\u0643 \u0628\u0634\u062F\u0629 \u0628\u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0639\u0644\u0649 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0641\u064A \u0646\u0638\u0627\u0645 \u0648\u0627\u062D\u062F \u0641\u0642\u0637 \u062B\u0645 \u0646\u0642\u0644 \u0647\u0630\u0647 \u0625\u0644\u0649 \u0627\u0644\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0623\u062E\u0631\u0649. \u0631\u0627\u062C\u0639 [\u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645](https\://help.sap.com/viewer/a7b390faab1140c087b8926571e942b7/202110.000/en-US/4aa356f89e5a4409a9efe4dda4ddcb7e.html).
|
|
226
|
+
TIT_ADAPTATION_STARTER_MIXED_CHANGES_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0645\u062E\u0627\u0637\u0631\u0629 \u0627\u0644\u062A\u0639\u0627\u0631\u0636\u0627\u062A \u0627\u0644\u0641\u0627\u062F\u062D\u0629
|
|
227
|
+
MSG_ADAPTATION_STARTER_NO_CHANGES_IN_P_WARNING=\u0623\u0646\u062A \u062A\u0628\u062F\u0623 \u0641\u064A \u062A\u0647\u064A\u0626\u0629 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0641\u064A \u0646\u0638\u0627\u0645 \u0625\u0646\u062A\u0627\u062C\u064A. \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062F\u064A\u0643 \u0646\u0638\u0627\u0645 \u062A\u0637\u0648\u064A\u0631 \u0623\u0648 \u0627\u062E\u062A\u0628\u0627\u0631\u060C \u0641\u0646\u0646\u0635\u062D\u0643 \u0628\u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0647\u0646\u0627\u0643 \u0648\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0622\u0644\u064A\u0629 \u0627\u0644\u0646\u0642\u0644 \u0644\u0646\u0634\u0631 \u0647\u0630\u0647 \u0627\u0644\u062A\u063A\u064A\u064A\u0631\u0627\u062A.
|
|
228
|
+
TIT_ADAPTATION_STARTER_NO_CHANGES_IN_P_TITLE=\u062A\u062D\u0630\u064A\u0631 - \u0623\u0646\u062A \u0639\u0644\u0649 \u0648\u0634\u0643 \u0625\u062C\u0631\u0627\u0621 \u062A\u063A\u064A\u064A\u0631\u0627\u062A \u0639\u0644\u0649 \u0627\u0644\u0646\u0638\u0627\u0645 \u0627\u0644\u0625\u0646\u062A\u0627\u062C\u064A
|