@openui5/sap.ui.rta 1.96.37 → 1.96.39
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 +6 -6
- package/src/sap/ui/rta/.library +1 -1
- package/src/sap/ui/rta/Client.js +1 -1
- package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
- package/src/sap/ui/rta/Utils.js +1 -1
- package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
- package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_fr_CA.properties +2 -2
- package/src/sap/ui/rta/command/AddIFrame.js +1 -1
- package/src/sap/ui/rta/command/AddProperty.js +1 -1
- package/src/sap/ui/rta/command/AddXML.js +1 -1
- package/src/sap/ui/rta/command/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
- package/src/sap/ui/rta/command/BaseCommand.js +1 -1
- package/src/sap/ui/rta/command/BindProperty.js +1 -1
- package/src/sap/ui/rta/command/Combine.js +1 -1
- package/src/sap/ui/rta/command/CommandFactory.js +1 -1
- package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSave.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
- package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/CreateContainer.js +1 -1
- package/src/sap/ui/rta/command/CustomAdd.js +1 -1
- package/src/sap/ui/rta/command/FlexCommand.js +1 -1
- package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
- package/src/sap/ui/rta/command/LocalReset.js +1 -1
- package/src/sap/ui/rta/command/Move.js +1 -1
- package/src/sap/ui/rta/command/Property.js +1 -1
- package/src/sap/ui/rta/command/Remove.js +1 -1
- package/src/sap/ui/rta/command/Rename.js +1 -1
- package/src/sap/ui/rta/command/Reveal.js +1 -1
- package/src/sap/ui/rta/command/Settings.js +1 -1
- package/src/sap/ui/rta/command/Split.js +1 -1
- package/src/sap/ui/rta/command/Stack.js +23 -13
- package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSaveAs.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantSwitch.js +1 -1
- package/src/sap/ui/rta/command/compVariant/CompVariantUpdate.js +1 -1
- package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
- package/src/sap/ui/rta/library.js +2 -2
- package/src/sap/ui/rta/messagebundle_bg.properties +3 -3
- package/src/sap/ui/rta/messagebundle_ca.properties +3 -3
- package/src/sap/ui/rta/messagebundle_da.properties +1 -1
- package/src/sap/ui/rta/messagebundle_de.properties +11 -11
- package/src/sap/ui/rta/messagebundle_es.properties +15 -15
- package/src/sap/ui/rta/messagebundle_fi.properties +1 -1
- package/src/sap/ui/rta/messagebundle_fr.properties +10 -10
- package/src/sap/ui/rta/messagebundle_fr_CA.properties +24 -24
- package/src/sap/ui/rta/messagebundle_hr.properties +15 -15
- package/src/sap/ui/rta/messagebundle_hu.properties +1 -1
- package/src/sap/ui/rta/messagebundle_id.properties +5 -5
- package/src/sap/ui/rta/messagebundle_it.properties +38 -38
- package/src/sap/ui/rta/messagebundle_ja.properties +4 -4
- package/src/sap/ui/rta/messagebundle_ko.properties +6 -6
- package/src/sap/ui/rta/messagebundle_lt.properties +1 -1
- package/src/sap/ui/rta/messagebundle_ms.properties +4 -4
- package/src/sap/ui/rta/messagebundle_no.properties +1 -1
- package/src/sap/ui/rta/messagebundle_sh.properties +3 -3
- package/src/sap/ui/rta/messagebundle_sl.properties +18 -18
- package/src/sap/ui/rta/messagebundle_sr.properties +3 -3
- package/src/sap/ui/rta/messagebundle_uk.properties +2 -2
- package/src/sap/ui/rta/messagebundle_vi.properties +1 -1
- package/src/sap/ui/rta/messagebundle_zh_TW.properties +1 -1
- package/src/sap/ui/rta/plugin/AddXMLAtExtensionPoint.js +1 -1
- package/src/sap/ui/rta/plugin/BaseCreate.js +1 -1
- package/src/sap/ui/rta/plugin/Combine.js +1 -1
- package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
- package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
- package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
- package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
- package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
- package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
- package/src/sap/ui/rta/plugin/LocalReset.js +1 -1
- package/src/sap/ui/rta/plugin/Plugin.js +1 -1
- package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
- package/src/sap/ui/rta/plugin/Remove.js +1 -1
- package/src/sap/ui/rta/plugin/Rename.js +1 -1
- package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
- package/src/sap/ui/rta/plugin/Selection.js +1 -1
- package/src/sap/ui/rta/plugin/Settings.js +1 -1
- package/src/sap/ui/rta/plugin/Split.js +1 -1
- package/src/sap/ui/rta/plugin/Stretch.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/ActionExtractor.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsUtils.js +1 -1
- package/src/sap/ui/rta/plugin/additionalElements/CommandBuilder.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrame.js +1 -1
- package/src/sap/ui/rta/plugin/iframe/AddIFrameDialog.js +1 -1
- package/src/sap/ui/rta/service/Action.js +1 -1
- package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
- package/src/sap/ui/rta/service/Outline.js +1 -1
- package/src/sap/ui/rta/service/Property.js +1 -1
- package/src/sap/ui/rta/service/Selection.js +1 -1
- package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
- package/src/sap/ui/rta/toolbar/Base.js +1 -1
- package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
- package/src/sap/ui/rta/toolbar/FioriLike.js +1 -1
- package/src/sap/ui/rta/toolbar/OverflowToolbarButton.js +1 -1
- package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
- package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
- package/src/sap/ui/rta/toolbar/translation/Translation.js +1 -1
- package/src/sap/ui/rta/util/PluginManager.js +1 -1
- package/src/sap/ui/rta/util/PopupManager.js +1 -1
- package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicator.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeIndicatorRegistry.js +1 -1
- package/src/sap/ui/rta/util/changeVisualization/ChangeVisualization.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.rta",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.39",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.rta",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.96.
|
|
18
|
-
"@openui5/sap.ui.core": "1.96.
|
|
19
|
-
"@openui5/sap.ui.dt": "1.96.
|
|
20
|
-
"@openui5/sap.ui.fl": "1.96.
|
|
21
|
-
"@openui5/sap.ui.layout": "1.96.
|
|
17
|
+
"@openui5/sap.m": "1.96.39",
|
|
18
|
+
"@openui5/sap.ui.core": "1.96.39",
|
|
19
|
+
"@openui5/sap.ui.dt": "1.96.39",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.96.39",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.96.39"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/src/sap/ui/rta/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.96.
|
|
9
|
+
<version>1.96.39</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with RTA controls.</documentation>
|
|
12
12
|
|
package/src/sap/ui/rta/Client.js
CHANGED
|
@@ -107,7 +107,7 @@ function(
|
|
|
107
107
|
* @class The runtime authoring allows to adapt the fields of a running application.
|
|
108
108
|
* @extends sap.ui.base.ManagedObject
|
|
109
109
|
* @author SAP SE
|
|
110
|
-
* @version 1.96.
|
|
110
|
+
* @version 1.96.39
|
|
111
111
|
* @constructor
|
|
112
112
|
* @private
|
|
113
113
|
* @since 1.30
|
package/src/sap/ui/rta/Utils.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
MAA_DIALOG_ICON=Ic\u00F4ne
|
|
3
3
|
MAA_DIALOG_DESCRIPTION=Description
|
|
4
|
-
MAA_DIALOG_COPY_ID_ACTION=Copier l'
|
|
4
|
+
MAA_DIALOG_COPY_ID_ACTION=Action Copier l'ID
|
|
5
5
|
MAA_DIALOG_ADAPT_UI_ACTION=Adapter l'action d'IU
|
|
6
|
-
MAA_DIALOG_SAVE_AS_ACTION=Enregistrer
|
|
6
|
+
MAA_DIALOG_SAVE_AS_ACTION=Action Enregistrer sous
|
|
7
7
|
MAA_DIALOG_ACTIONS=Actions
|
|
8
8
|
MAA_DIALOG_DELETE_APPVAR=Supprimer la variante d'application
|
|
9
9
|
MAA_DIALOG_ADAPT_UI=Adapter l'IU
|
|
@@ -59,7 +59,7 @@ sap.ui.define([
|
|
|
59
59
|
* @class
|
|
60
60
|
* @extends sap.ui.base.ManagedObject
|
|
61
61
|
* @author SAP SE
|
|
62
|
-
* @version 1.96.
|
|
62
|
+
* @version 1.96.39
|
|
63
63
|
* @constructor
|
|
64
64
|
* @private
|
|
65
65
|
* @since 1.34
|
|
@@ -78,7 +78,15 @@ sap.ui.define([
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
events: {
|
|
81
|
+
/**
|
|
82
|
+
* Fired if the Stack changes because of a change execution or if all commands get removed.
|
|
83
|
+
* In case of change execution the modified event will be fired after the commandExecuted event.
|
|
84
|
+
*/
|
|
81
85
|
modified: {},
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Fired after a successful execution of a command (also includes undo).
|
|
89
|
+
*/
|
|
82
90
|
commandExecuted: {
|
|
83
91
|
parameters: {
|
|
84
92
|
command: {type: "object"},
|
|
@@ -162,6 +170,7 @@ sap.ui.define([
|
|
|
162
170
|
*/
|
|
163
171
|
Stack.prototype.pushExecutedCommand = function(oCommand) {
|
|
164
172
|
this.push(oCommand, true);
|
|
173
|
+
this.fireModified();
|
|
165
174
|
};
|
|
166
175
|
|
|
167
176
|
Stack.prototype.push = function(oCommand, bExecuted) {
|
|
@@ -176,7 +185,6 @@ sap.ui.define([
|
|
|
176
185
|
if (!bExecuted) {
|
|
177
186
|
this._toBeExecuted++;
|
|
178
187
|
}
|
|
179
|
-
this.fireModified();
|
|
180
188
|
};
|
|
181
189
|
|
|
182
190
|
Stack.prototype.top = function() {
|
|
@@ -192,7 +200,6 @@ sap.ui.define([
|
|
|
192
200
|
|
|
193
201
|
Stack.prototype.removeCommand = function(vObject, bSuppressInvalidate) {
|
|
194
202
|
var oRemovedCommand = this.removeAggregation("commands", vObject, bSuppressInvalidate);
|
|
195
|
-
this.fireModified();
|
|
196
203
|
return oRemovedCommand;
|
|
197
204
|
};
|
|
198
205
|
|
|
@@ -213,17 +220,18 @@ sap.ui.define([
|
|
|
213
220
|
}).then(function() {
|
|
214
221
|
var oCommand = this._getCommandToBeExecuted();
|
|
215
222
|
if (oCommand) {
|
|
223
|
+
var mParam = {
|
|
224
|
+
command: oCommand,
|
|
225
|
+
undo: false
|
|
226
|
+
};
|
|
216
227
|
return oCommand.execute()
|
|
217
228
|
|
|
229
|
+
.then(this._waitForCommandExecutionHandler.bind(this, mParam))
|
|
230
|
+
|
|
218
231
|
.then(function() {
|
|
219
232
|
this._toBeExecuted--;
|
|
220
|
-
var mParam = {
|
|
221
|
-
command: oCommand,
|
|
222
|
-
undo: false
|
|
223
|
-
};
|
|
224
233
|
this.fireCommandExecuted(mParam);
|
|
225
234
|
this.fireModified();
|
|
226
|
-
return this._waitForCommandExecutionHandler(mParam);
|
|
227
235
|
}.bind(this))
|
|
228
236
|
|
|
229
237
|
.catch(function(oError) {
|
|
@@ -245,15 +253,17 @@ sap.ui.define([
|
|
|
245
253
|
this._toBeExecuted++;
|
|
246
254
|
var oCommand = this._getCommandToBeExecuted();
|
|
247
255
|
if (oCommand) {
|
|
256
|
+
var mParam = {
|
|
257
|
+
command: oCommand,
|
|
258
|
+
undo: true
|
|
259
|
+
};
|
|
248
260
|
return oCommand.undo()
|
|
261
|
+
|
|
262
|
+
.then(this._waitForCommandExecutionHandler.bind(this, mParam))
|
|
263
|
+
|
|
249
264
|
.then(function() {
|
|
250
|
-
var mParam = {
|
|
251
|
-
command: oCommand,
|
|
252
|
-
undo: true
|
|
253
|
-
};
|
|
254
265
|
this.fireCommandExecuted(mParam);
|
|
255
266
|
this.fireModified();
|
|
256
|
-
return this._waitForCommandExecutionHandler(mParam);
|
|
257
267
|
}.bind(this));
|
|
258
268
|
}
|
|
259
269
|
return Promise.resolve();
|
|
@@ -23,7 +23,7 @@ function() {
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @name sap.ui.rta
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.96.
|
|
26
|
+
* @version 1.96.39
|
|
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.96.
|
|
36
|
+
version: "1.96.39",
|
|
37
37
|
dependencies: ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
|
|
38
38
|
types: [],
|
|
39
39
|
interfaces: [],
|
|
@@ -48,7 +48,7 @@ TIT_VERSION_TITLE_DIALOG=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\
|
|
|
48
48
|
TIT_REACTIVATE_VERSION_TITLE_DIALOG=\u041F\u043E\u0432\u0442\u043E\u0440\u043D\u043E \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
49
49
|
TXT_VERSION_TITLE_INPUT_PLACEHOLDER=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
50
50
|
BUT_VERSION_TITLE_DIALOG_CONFIRM=\u041F\u043E\u0442\u0432\u044A\u0440\u0436\u0434\u0435\u043D\u0438\u0435
|
|
51
|
-
BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\
|
|
51
|
+
BUT_VERSION_TITLE_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
52
52
|
TOL_ACTIVATE=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043D\u043E\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
53
53
|
TOL_DISCARD_DRAFT=\u041E\u0442\u0445\u0432\u044A\u0440\u043B\u044F\u043D\u0435 \u043D\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0430\u0442\u0430
|
|
54
54
|
TIT_SWITCH_VERSION_DIALOG=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0435\u0440\u0441\u0438\u044F
|
|
@@ -103,8 +103,8 @@ MSG_MANAGE_APPS_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u
|
|
|
103
103
|
APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
104
104
|
TOOLTIP_APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
|
|
105
105
|
APP_VARIANT_DIALOG_CLOSE=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
|
|
106
|
-
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\
|
|
107
|
-
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\
|
|
106
|
+
SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
107
|
+
TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
108
108
|
CREATE_APP_VARIANT_DIALOG_TITLE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435 \u043A\u0430\u0442\u043E \u043D\u043E\u0432 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
109
109
|
APP_DIALOG_TITLE_TEXT=\u0417\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
110
110
|
APP_DIALOG_SUB_TITLE_TEXT=\u041F\u043E\u0434\u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
@@ -14,7 +14,7 @@ CTX_GROUP_FIELDS=Combinar
|
|
|
14
14
|
CTX_UNGROUP_FIELDS=Compartir
|
|
15
15
|
CTX_CREATE_CONTAINER=Crear\: {0}
|
|
16
16
|
TITLE_CREATE_CONTAINER=Nou\: {0}
|
|
17
|
-
CTX_RENAME=
|
|
17
|
+
CTX_RENAME=Canviar nom
|
|
18
18
|
CTX_SETTINGS=Configuracions
|
|
19
19
|
CTX_VARIANT_SWITCH=Canviar vistes
|
|
20
20
|
CTX_VARIANT_SAVE=Desar vista
|
|
@@ -31,8 +31,8 @@ HEADER_ADDITIONAL_ELEMENTS_WITH_AGGREGATION=Contingut disponible per\: {0}
|
|
|
31
31
|
BTN_MANAGE_APPS_TXT=Gestionar variants d\u2019aplicaci\u00F3
|
|
32
32
|
BTN_SAVE_AS=Desar com a
|
|
33
33
|
TOOLTIP_SAVE_AS=Crear nova variant d\u2019aplicaci\u00F3
|
|
34
|
-
BTN_UNDO=
|
|
35
|
-
BTN_REDO=
|
|
34
|
+
BTN_UNDO=Desfer
|
|
35
|
+
BTN_REDO=Refer
|
|
36
36
|
BTN_PUBLISH=Publicar
|
|
37
37
|
BTN_RESTORE=Reinicialitzar
|
|
38
38
|
BTN_ADAPTATION=Ajust d'IU
|
|
@@ -159,7 +159,7 @@ MSG_NO_FLEX_ENABLED_FLAG=Din app er ikke aktiveret til UI-tilpasning. Kontroller
|
|
|
159
159
|
|
|
160
160
|
IFRAME_ADDIFRAME_DIALOG_TITLE=Definer integreret indhold
|
|
161
161
|
IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Opdater integreret indhold
|
|
162
|
-
IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5
|
|
162
|
+
IFRAME_ADDIFRAME_DIALOG_SIZE_TITLE=St\u00F8rrelse p\u00E5 IFrame
|
|
163
163
|
IFRAME_ADDIFRAME_DIALOG_WIDTH_LABEL=Bredde
|
|
164
164
|
IFRAME_ADDIFRAME_DIALOG_WIDTH_UNITLABEL=Enhed for bredde
|
|
165
165
|
IFRAME_ADDIFRAME_DIALOG_HEIGHT_LABEL=H\u00F8jde
|
|
@@ -76,7 +76,7 @@ FORM_PERS_RESET_MESSAGE_PERSONALIZATION=Wollen Sie alle Personalisierungen verwe
|
|
|
76
76
|
MSG_LREP_TRANSFER_ERROR=Leider ist ein technischer Fehler aufgetreten. Bitte versuchen Sie es sp\u00E4ter erneut oder wenden Sie sich an Ihren Administrator.
|
|
77
77
|
MSG_ERROR_REASON=Ursache\:\n{0}
|
|
78
78
|
MSG_UNSAVED_CHANGES=Wenn Sie best\u00E4tigen, gehen Ihre UI-\u00C4nderungen verloren. Um die \u00C4nderungen zu sichern, schlie\u00DFen Sie dieses Dialogfenster und beenden Sie den UI-Anpassungsmodus.
|
|
79
|
-
MSG_NO_FIELDS=
|
|
79
|
+
MSG_NO_FIELDS=Kein weiterer Content verf\u00FCgbar
|
|
80
80
|
HEADER_PERSONALIZATION_EXISTS=Information
|
|
81
81
|
MSG_PERSONALIZATION_OR_PUBLIC_VIEWS_EXISTS=Sie haben die App personalisiert oder es gibt \u00F6ffentliche Ansichten. Die App wird jetzt ohne diese \u00C4nderungen neu geladen. Ihre letzten \u00C4nderungen bleiben m\u00F6glicherweise aktiv.
|
|
82
82
|
MSG_NAVIGATION_MODE_CHANGES_WARNING=Im Navigationsmodus vorgenommene \u00C4nderungen an der Benutzeroberfl\u00E4che werden verworfen, wenn Sie Sichern und beenden w\u00E4hlen.
|
|
@@ -112,20 +112,20 @@ APP_DIALOG_DESCRIPTION_TEXT=Beschreibung
|
|
|
112
112
|
APP_DIALOG_ICON_TEXT=Symbol
|
|
113
113
|
RENAME_ERROR_TITLE=Benennungsfehler
|
|
114
114
|
RENAME_EMPTY_ERROR_TEXT=Bitte geben Sie einen Namen ein.
|
|
115
|
-
RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten.Bitte w\u00E4hlen Sie einen anderen Namen.
|
|
115
|
+
RENAME_BINDING_ERROR_TEXT=Der Name darf nicht "{" enthalten. Bitte w\u00E4hlen Sie einen anderen Namen.
|
|
116
116
|
APP_VARIANT_ICON_SELECT_ICON=Symbol ausw\u00E4hlen
|
|
117
117
|
APP_VARIANT_ICON_NO_DATA=Kein Symbol gefunden.
|
|
118
118
|
SAVE_APP_VARIANT_SUCCESS_MESSAGE=Die neue App-Variante wurde gesichert.
|
|
119
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die
|
|
119
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=Die UI-Anpassung wird geschlossen. Sie gelangen wieder auf die Startseite und werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
|
|
120
120
|
SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Sie werden benachrichtigt, sobald die neue Kachel verf\u00FCgbar ist.
|
|
121
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Fiori
|
|
122
|
-
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Fiori
|
|
121
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=Die UI-Anpassung wird geschlossen. Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
|
|
122
|
+
SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Bitten Sie Ihren Administrator, die Kachel zur Startseite des SAP Fiori Launchpad hinzuzuf\u00FCgen (App-ID\: {0}).
|
|
123
123
|
HEADER_SAVE_APP_VARIANT_FAILED=Fehler
|
|
124
|
-
MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator
|
|
124
|
+
MSG_LOAD_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht geladen werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
|
|
125
125
|
MSG_SAVE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gesichert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
|
|
126
126
|
MSG_UPDATE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht aktualisiert werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator.
|
|
127
127
|
MSG_CATALOG_ASSIGNMENT_FAILED=Die neue App-Variante wurde zwar gesichert, konnte aber nicht dem Katalog zugeordnet werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Content-Administrator\:
|
|
128
|
-
MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Fiori
|
|
128
|
+
MSG_TILE_CREATION_FAILED=Aktualisieren Sie die Startseite des SAP Fiori Launchpad und schauen Sie nach, ob die neue Kachel angelegt wurde. Bitte wenden Sie sich an Ihren Content-Administrator, falls die Kachel nicht vorhanden ist oder nicht richtig funktioniert.
|
|
129
129
|
MSG_COPY_UNSAVED_CHANGES_FAILED=Leider konnten Ihre App-Variante und die entsprechenden UI-\u00C4nderungen nicht gesichert werden. Die App-Variante ist nicht verf\u00FCgbar. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
|
|
130
130
|
SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Titel eingeben
|
|
131
131
|
MSG_APP_VARIANT_FEATURE_FAILED=Das App-Varianten-Feature ist derzeit nicht verf\u00FCgbar. Bitte wenden Sie sich an Ihren Administrator\: {0}
|
|
@@ -137,14 +137,14 @@ SAVE_APP_VARIANT_COPY_ID_TEXT=ID kopieren und schlie\u00DFen
|
|
|
137
137
|
MSG_APP_VARIANT_ID=App-Varianten-ID\: {0}
|
|
138
138
|
MSG_TECHNICAL_ERROR=Fehler\: {0}
|
|
139
139
|
APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u00DCbersicht der App-Varianten
|
|
140
|
-
APP_VARIANT_TILE_ARIA_LABEL=Fiori-Kachelvorschau
|
|
140
|
+
APP_VARIANT_TILE_ARIA_LABEL=SAP-Fiori-Kachelvorschau
|
|
141
141
|
MENU_ITEM_KEY_USER=F\u00FCr Key-User
|
|
142
142
|
MENU_ITEM_SAP_DEVELOPER=F\u00FCr SAP-Entwickler
|
|
143
|
-
MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr
|
|
143
|
+
MSG_DEPENDENCY_ERROR=Sie k\u00F6nnen diese \u00C4nderung nicht f\u00FCr das UI \u00FCbernehmen. Bitte setzen Sie das UI auf den Originalzustand zur\u00FCck und legen Sie die \u00C4nderungen erneut an. Achtung\: Damit setzen Sie alle \u00C4nderungen zur\u00FCck, die andere Benutzer an der App vorgenommen haben. Alternativ k\u00F6nnen Sie sich auch an den SAP-Support werden. Legen Sie dazu eine Meldung f\u00FCr die Komponente CA-UI5-FL-RTA an.
|
|
144
144
|
|
|
145
145
|
DELETE_APP_VARIANT_SUCCESS_MESSAGE=App-Variante (ID\: {0}) wurde gel\u00F6scht.
|
|
146
146
|
DELETE_APP_VARIANT_SUCCESS_MESSAGE_CLOUD=App-Variante (ID\: {0}) wurde gel\u00F6scht. Laden Sie die Startseite neu, um die Kachel vom Launchpad zu entfernen.
|
|
147
|
-
MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator
|
|
147
|
+
MSG_DELETE_APP_VARIANT_FAILED=Die App-Variante konnte leider nicht gel\u00F6scht werden. Bitte senden Sie die folgenden technischen Informationen an Ihren Administrator\:
|
|
148
148
|
DELETE_APP_VARIANT_INFO_MESSAGE_TITLE=Information
|
|
149
149
|
DELETE_APP_VARIANT_OK_TEXT=OK
|
|
150
150
|
DELETE_APP_VARIANT_CLOSE_TEXT=Schlie\u00DFen
|
|
@@ -155,7 +155,7 @@ MSG_CATALOGS_LOCKED=Die App-Variante konnte leider nicht gel\u00F6scht wurden. V
|
|
|
155
155
|
|
|
156
156
|
MSG_UNSTABLE_ID_FOUND=Einige Ihrer Controls haben keine stabilen IDs. Verwenden Sie den Support-Assistenten zum Identifizieren der betroffenen Controls, wie es unter https\://ui5.sap.com/\#/topic/f51dbb78e7d5448e838cdc04bdf65403.html\#loiof51dbb78e7d5448e838cdc04bdf65403__section_howtocheck beschrieben ist, und setzten Sie die IDs. (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Sie sollten die IDs aber so bald wie m\u00F6glich setzen.)
|
|
157
157
|
|
|
158
|
-
MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen
|
|
158
|
+
MSG_NO_FLEX_ENABLED_FLAG=Ihre App ist nicht f\u00FCr die UI-Anpassung aktiviert. Pr\u00FCfen Sie die Voraussetzungen [hier](https\://ui5.sap.com/\#/topic/f1430c0337534d469da3a56307ff76af). (Diese Meldung ist nur SAP-intern sichtbar, Kunden sehen sie nicht. Die Funktionsf\u00E4higkeit ist nicht betroffen, aber Sie sollten sich darum so schnell wie m\u00F6glich k\u00FCmmern.)
|
|
159
159
|
|
|
160
160
|
IFRAME_ADDIFRAME_DIALOG_TITLE=Eingebetteten Inhalt definieren
|
|
161
161
|
IFRAME_ADDIFRAME_DIALOG_UPDATE_TITLE=Eingebetteten Inhalt aktualisieren
|