@openui5/sap.ui.rta 1.71.58 → 1.71.59

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.
Files changed (88) hide show
  1. package/package.json +6 -6
  2. package/src/sap/ui/rta/.library +1 -1
  3. package/src/sap/ui/rta/Client.js +1 -1
  4. package/src/sap/ui/rta/RuntimeAuthoring.js +1 -1
  5. package/src/sap/ui/rta/Utils.js +1 -1
  6. package/src/sap/ui/rta/appVariant/AppVariantManager.js +1 -1
  7. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_bg.properties +1 -1
  8. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ca.properties +1 -1
  9. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_cs.properties +1 -1
  10. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_de.properties +1 -1
  11. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hr.properties +1 -1
  12. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_hu.properties +1 -1
  13. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ja.properties +1 -1
  14. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_ms.properties +1 -1
  15. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_pl.properties +1 -1
  16. package/src/sap/ui/rta/appVariant/manageApps/webapp/i18n/i18n_sl.properties +1 -1
  17. package/src/sap/ui/rta/command/AddODataProperty.js +1 -1
  18. package/src/sap/ui/rta/command/AddXML.js +1 -1
  19. package/src/sap/ui/rta/command/AppDescriptorCommand.js +1 -1
  20. package/src/sap/ui/rta/command/BaseCommand.js +1 -1
  21. package/src/sap/ui/rta/command/BindProperty.js +1 -1
  22. package/src/sap/ui/rta/command/Combine.js +1 -1
  23. package/src/sap/ui/rta/command/CommandFactory.js +1 -1
  24. package/src/sap/ui/rta/command/CompositeCommand.js +1 -1
  25. package/src/sap/ui/rta/command/ControlVariantConfigure.js +1 -1
  26. package/src/sap/ui/rta/command/ControlVariantDuplicate.js +1 -1
  27. package/src/sap/ui/rta/command/ControlVariantSetTitle.js +1 -1
  28. package/src/sap/ui/rta/command/ControlVariantSwitch.js +1 -1
  29. package/src/sap/ui/rta/command/CreateContainer.js +1 -1
  30. package/src/sap/ui/rta/command/CustomAdd.js +1 -1
  31. package/src/sap/ui/rta/command/FlexCommand.js +1 -1
  32. package/src/sap/ui/rta/command/LREPSerializer.js +1 -1
  33. package/src/sap/ui/rta/command/Move.js +1 -1
  34. package/src/sap/ui/rta/command/Property.js +1 -1
  35. package/src/sap/ui/rta/command/Remove.js +1 -1
  36. package/src/sap/ui/rta/command/Rename.js +1 -1
  37. package/src/sap/ui/rta/command/Reveal.js +1 -1
  38. package/src/sap/ui/rta/command/Settings.js +1 -1
  39. package/src/sap/ui/rta/command/Split.js +1 -1
  40. package/src/sap/ui/rta/command/Stack.js +1 -1
  41. package/src/sap/ui/rta/command/appDescriptor/AddLibrary.js +1 -1
  42. package/src/sap/ui/rta/enablement/elementActionTest.js +1 -1
  43. package/src/sap/ui/rta/library.js +2 -2
  44. package/src/sap/ui/rta/messagebundle_bg.properties +2 -2
  45. package/src/sap/ui/rta/messagebundle_cs.properties +1 -1
  46. package/src/sap/ui/rta/messagebundle_en.properties +1 -1
  47. package/src/sap/ui/rta/messagebundle_fi.properties +1 -1
  48. package/src/sap/ui/rta/messagebundle_hi.properties +4 -4
  49. package/src/sap/ui/rta/messagebundle_hr.properties +1 -1
  50. package/src/sap/ui/rta/messagebundle_hu.properties +1 -1
  51. package/src/sap/ui/rta/messagebundle_kk.properties +1 -1
  52. package/src/sap/ui/rta/messagebundle_no.properties +4 -4
  53. package/src/sap/ui/rta/messagebundle_pl.properties +1 -1
  54. package/src/sap/ui/rta/messagebundle_ro.properties +1 -1
  55. package/src/sap/ui/rta/messagebundle_sk.properties +1 -1
  56. package/src/sap/ui/rta/messagebundle_th.properties +1 -1
  57. package/src/sap/ui/rta/messagebundle_tr.properties +6 -6
  58. package/src/sap/ui/rta/messagebundle_vi.properties +4 -4
  59. package/src/sap/ui/rta/plugin/Combine.js +1 -1
  60. package/src/sap/ui/rta/plugin/ControlVariant.js +1 -1
  61. package/src/sap/ui/rta/plugin/CreateContainer.js +1 -1
  62. package/src/sap/ui/rta/plugin/CutPaste.js +1 -1
  63. package/src/sap/ui/rta/plugin/DragDrop.js +1 -1
  64. package/src/sap/ui/rta/plugin/EasyAdd.js +1 -1
  65. package/src/sap/ui/rta/plugin/EasyRemove.js +1 -1
  66. package/src/sap/ui/rta/plugin/Plugin.js +1 -1
  67. package/src/sap/ui/rta/plugin/RTAElementMover.js +1 -1
  68. package/src/sap/ui/rta/plugin/Remove.js +1 -1
  69. package/src/sap/ui/rta/plugin/Rename.js +1 -1
  70. package/src/sap/ui/rta/plugin/RenameHandler.js +1 -1
  71. package/src/sap/ui/rta/plugin/Selection.js +1 -1
  72. package/src/sap/ui/rta/plugin/Settings.js +1 -1
  73. package/src/sap/ui/rta/plugin/Split.js +1 -1
  74. package/src/sap/ui/rta/plugin/Stretch.js +1 -1
  75. package/src/sap/ui/rta/plugin/additionalElements/AddElementsDialog.js +1 -1
  76. package/src/sap/ui/rta/plugin/additionalElements/AdditionalElementsPlugin.js +1 -1
  77. package/src/sap/ui/rta/service/Action.js +1 -1
  78. package/src/sap/ui/rta/service/ControllerExtension.js +1 -1
  79. package/src/sap/ui/rta/service/Outline.js +1 -1
  80. package/src/sap/ui/rta/service/Property.js +1 -1
  81. package/src/sap/ui/rta/service/Selection.js +1 -1
  82. package/src/sap/ui/rta/toolbar/Adaptation.js +1 -1
  83. package/src/sap/ui/rta/toolbar/Base.js +1 -1
  84. package/src/sap/ui/rta/toolbar/Fiori.js +1 -1
  85. package/src/sap/ui/rta/toolbar/Personalization.js +1 -1
  86. package/src/sap/ui/rta/toolbar/Standalone.js +1 -1
  87. package/src/sap/ui/rta/util/PopupManager.js +1 -1
  88. package/src/sap/ui/rta/util/ServiceEventBus.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.rta",
3
- "version": "1.71.58",
3
+ "version": "1.71.59",
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.71.58",
18
- "@openui5/sap.ui.core": "1.71.58",
19
- "@openui5/sap.ui.dt": "1.71.58",
20
- "@openui5/sap.ui.fl": "1.71.58",
21
- "@openui5/sap.ui.layout": "1.71.58"
17
+ "@openui5/sap.m": "1.71.59",
18
+ "@openui5/sap.ui.core": "1.71.59",
19
+ "@openui5/sap.ui.dt": "1.71.59",
20
+ "@openui5/sap.ui.fl": "1.71.59",
21
+ "@openui5/sap.ui.layout": "1.71.59"
22
22
  }
23
23
  }
@@ -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.58</version>
9
+ <version>1.71.59</version>
10
10
 
11
11
  <documentation>SAPUI5 library with RTA controls.</documentation>
12
12
 
@@ -57,7 +57,7 @@ sap.ui.define([
57
57
  * @alias sap.ui.rta.Client
58
58
  * @author SAP SE
59
59
  * @since 1.56.0
60
- * @version 1.71.58
60
+ * @version 1.71.59
61
61
  * @private
62
62
  * @ui5-restricted
63
63
  */
@@ -129,7 +129,7 @@ function(
129
129
  * @class The runtime authoring allows to adapt the fields of a running application.
130
130
  * @extends sap.ui.base.ManagedObject
131
131
  * @author SAP SE
132
- * @version 1.71.58
132
+ * @version 1.71.59
133
133
  * @constructor
134
134
  * @private
135
135
  * @since 1.30
@@ -34,7 +34,7 @@ function(
34
34
  * @class Utility functionality to work with controls, e.g. iterate through aggregations, find parents, etc.
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.71.58
37
+ * @version 1.71.59
38
38
  *
39
39
  * @private
40
40
  * @static
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @extends sap.ui.base.ManagedObject
26
26
  * @author SAP SE
27
- * @version 1.71.58
27
+ * @version 1.71.59
28
28
  * @constructor
29
29
  * @private
30
30
  * @since 1.53
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
19
+ MAA_DIALOG_ADAPT_UI=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0439\u0441
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=\u0422\u0435\u043A\u0443\u0449\u043E \u0430\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435
22
22
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Accions
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Suprimir variant d'aplicaci\u00F3
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Ajustar IU
19
+ MAA_DIALOG_ADAPT_UI=Adaptar IU
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Actualment en tractament
22
22
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Akce
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Odstranit variantu aplikace
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Upravit UI
19
+ MAA_DIALOG_ADAPT_UI=P\u0159izp\u016Fsobit u\u017Eivatelsk\u00E9 rozhran\u00ED
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Aktu\u00E1ln\u011B ve zpracov\u00E1n\u00ED
22
22
  #XFLD
@@ -48,6 +48,6 @@ MSG_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=Die gestartete App (bzw. App-Variante) li
48
48
  #XTIT: Title for AppVariant Overview dialog for a SAP Developer
49
49
  TITLE_APP_VARIANT_OVERVIEW_SAP_DEVELOPER=\u00DCbersicht der App-Varianten f\u00FCr SAP-Entwickler
50
50
  #XTOL: Tooltip for deletion of app variant button
51
- TOOLTIP_DELETE_APP_VAR=Bitten Sie Ihren Content-Administrator, die Ziel-Mappings f\u00FCr diese App-Variante zu l\u00F6schen. Dann k\u00F6nnen Sie die App-Variante l\u00F6schen.
51
+ TOOLTIP_DELETE_APP_VAR=Bitten Sie Ihren Content-Administrator, die Zielzuordnungen f\u00FCr diese App-Variante zu l\u00F6schen. Dann k\u00F6nnen Sie die App-Variante l\u00F6schen.
52
52
  #XMSG: Info Message displayed when a key user wants to delete the app variant on any platform (e.g. on S/4HANA on Premise or S/4HANA Cloud)
53
53
  MSG_APP_VARIANT_DELETE_CONFIRMATION=Wollen Sie diese App-Variante wirklich l\u00F6schen?\nBitte beachten Sie, dass dadurch die App-Variante f\u00FCr alle Benutzer gel\u00F6scht wird.
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Radnje
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Izbri\u0161i varijantu aplikacije
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Prilagodi UI
19
+ MAA_DIALOG_ADAPT_UI=Prilagodi korisni\u010Dko su\u010Delje
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Trenutno se prilago\u0111ava
22
22
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=M\u0171veletek
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Alkalmaz\u00E1sv\u00E1ltozat t\u00F6rl\u00E9se
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=UI illeszt\u00E9se
19
+ MAA_DIALOG_ADAPT_UI=Fel\u00FClet adapt\u00E1l\u00E1sa
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Jelenleg illeszt\u00E9s alatt
22
22
  #XFLD
@@ -4,7 +4,7 @@
4
4
  #XFLD
5
5
  MAA_DIALOG_ICON=\u30A2\u30A4\u30B3\u30F3
6
6
  #XFLD
7
- MAA_DIALOG_DESCRIPTION=\u5185\u5BB9\u8AAC\u660E
7
+ MAA_DIALOG_DESCRIPTION=\u8AAC\u660E
8
8
  #XFLD
9
9
  MAA_DIALOG_COPY_ID_ACTION=ID \u30B3\u30D4\u30FC\u30A2\u30AF\u30B7\u30E7\u30F3
10
10
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Tindakan
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Padam Varian Aplikasi
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Menyesuaikan UI
19
+ MAA_DIALOG_ADAPT_UI=Sesuaikan UI
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Disesuaikan Pada Masa Ini
22
22
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Czynno\u015Bci
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Usu\u0144 wariant aplikacji
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Dostosowanie IU
19
+ MAA_DIALOG_ADAPT_UI=Dostosuj IU
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Aktualnie w przetwarzaniu
22
22
  #XFLD
@@ -16,7 +16,7 @@ MAA_DIALOG_ACTIONS=Akcije
16
16
  #XFLD
17
17
  MAA_DIALOG_DELETE_APPVAR=Brisanje variante aplikacije
18
18
  #XFLD
19
- MAA_DIALOG_ADAPT_UI=Prilagoditev UV
19
+ MAA_DIALOG_ADAPT_UI=Prilagodi uporabni\u0161ki vmesnik
20
20
  #XFLD
21
21
  MAA_CURRENTLY_ADAPTING=Trenutno v obdelavi
22
22
  #XFLD
@@ -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.71.58
17
+ * @version 1.71.59
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.44
@@ -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.71.58
19
+ * @version 1.71.59
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.rta.command.BaseCommand
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.71.58
24
+ * @version 1.71.59
25
25
  *
26
26
  * @constructor
27
27
  * @private
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/base/ManagedObject"], function(ManagedObject) {
13
13
  * @extends sap.ui.base.ManagedObject
14
14
  *
15
15
  * @author SAP SE
16
- * @version 1.71.58
16
+ * @version 1.71.59
17
17
  *
18
18
  * @constructor
19
19
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @class
27
27
  * @extends sap.ui.rta.command.FlexCommand
28
28
  * @author SAP SE
29
- * @version 1.71.58
29
+ * @version 1.71.59
30
30
  * @constructor
31
31
  * @private
32
32
  * @since 1.38
@@ -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.71.58
19
+ * @version 1.71.59
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.46
@@ -429,7 +429,7 @@ function(
429
429
  * @extends sap.ui.base.ManagedObject
430
430
  *
431
431
  * @author SAP SE
432
- * @version 1.71.58
432
+ * @version 1.71.59
433
433
  *
434
434
  * @constructor
435
435
  * @private
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.rta.command.BaseCommand
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.71.58
22
+ * @version 1.71.59
23
23
  *
24
24
  * @constructor
25
25
  * @private
@@ -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.71.58
23
+ * @version 1.71.59
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.52
@@ -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.71.58
23
+ * @version 1.71.59
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.52
@@ -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.71.58
19
+ * @version 1.71.59
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.50
@@ -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.71.58
23
+ * @version 1.71.59
24
24
  * @constructor
25
25
  * @private
26
26
  * @since 1.50
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.62
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.rta.command.BaseCommand
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.58
30
+ * @version 1.71.59
31
31
  *
32
32
  * @constructor
33
33
  * @private
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class
32
32
  * @extends sap.ui.base.ManagedObject
33
33
  * @author SAP SE
34
- * @version 1.71.58
34
+ * @version 1.71.59
35
35
  * @constructor
36
36
  * @private
37
37
  * @since 1.42
@@ -17,7 +17,7 @@ function(
17
17
  * @class
18
18
  * @extends sap.ui.rta.command.FlexCommand
19
19
  * @author SAP SE
20
- * @version 1.71.58
20
+ * @version 1.71.59
21
21
  * @constructor
22
22
  * @private
23
23
  * @since 1.34
@@ -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.71.58
19
+ * @version 1.71.59
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.34
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.42
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.34
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -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.71.58
15
+ * @version 1.71.59
16
16
  * @constructor
17
17
  * @private
18
18
  * @since 1.44
@@ -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.71.58
17
+ * @version 1.71.59
18
18
  * @constructor
19
19
  * @private
20
20
  * @since 1.46
@@ -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.71.58
62
+ * @version 1.71.59
63
63
  * @constructor
64
64
  * @private
65
65
  * @since 1.34
@@ -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.71.58
20
+ * @version 1.71.59
21
21
  *
22
22
  * @constructor
23
23
  * @private
@@ -50,7 +50,7 @@ function (
50
50
  * E.g. <code>controlEnablingCheck.only("Remove");</code>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.71.58
53
+ * @version 1.71.59
54
54
  *
55
55
  * @static
56
56
  * @since 1.42
@@ -23,7 +23,7 @@ function() {
23
23
  * @namespace
24
24
  * @name sap.ui.rta
25
25
  * @author SAP SE
26
- * @version 1.71.58
26
+ * @version 1.71.59
27
27
  * @private
28
28
  * @experimental This class is experimental and provides only limited functionality. Also the API might be changed in future.
29
29
  */
@@ -32,7 +32,7 @@ function() {
32
32
  // delegate further initialization of this library to the Core
33
33
  sap.ui.getCore().initLibrary({
34
34
  name : "sap.ui.rta",
35
- version: "1.71.58",
35
+ version: "1.71.59",
36
36
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.fl", "sap.ui.dt"],
37
37
  types: [
38
38
  ],
@@ -42,7 +42,7 @@ CTX_SETTINGS=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
42
42
  #XMIT: Context Menu Entry 'Trigger'
43
43
  CTX_TRIGGER=\u041D\u0430\u0432\u0438\u0433\u0438\u0440\u0430\u043D\u0435 \u0434\u043E
44
44
  #XMIT: Context Menu Entry 'Switch Views' for variants
45
- CTX_VARIANT_SWITCH=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043D\u0430 \u0430\u0441\u043F\u0435\u043A\u0442\u0438
45
+ CTX_VARIANT_SWITCH=\u041F\u0440\u0435\u0432\u043A\u043B\u044E\u0447\u0432\u0430\u043D\u0435 \u043C\u0435\u0436\u0434\u0443 \u0438\u0437\u0433\u043B\u0435\u0434\u0438\u0442\u0435
46
46
  #XMIT: Context Menu Entry 'Duplicate'
47
47
  CTX_VARIANT_DUPLICATE=\u0414\u0443\u0431\u043B\u0438\u0440\u0430\u043D\u0435
48
48
  #XMIT: Context Menu Entry 'Set Title'
@@ -148,7 +148,7 @@ BLANK_ERROR_TEXT=\u041C\u043E\u043B\u044F, \u0432\u044A\u0432\u0435\u0434\u0435\
148
148
  #XHED: dialog title for failed manage apps
149
149
  HEADER_MANAGE_APPS_FAILED=\u0413\u0440\u0435\u0448\u043A\u0430
150
150
  #XMSG: dialog message for failed manage apps
151
- MSG_MANAGE_APPS_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435, \u043F\u0440\u0435\u0433\u043B\u0435\u0436\u0434\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0438 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435 \u0435 \u043D\u0430\u043B\u0438\u0447\u043D\u043E. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043F\u043E-\u043A\u044A\u0441\u043D\u043E \u0438\u043B\u0438 \u0441\u0435 \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u044A\u0441 \u0441\u0432\u043E\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\:
151
+ MSG_MANAGE_APPS_FAILED=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435, \u043F\u0440\u0435\u0433\u043B\u0435\u0436\u0434\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0432\u0430\u0440\u0438\u0430\u043D\u0442\u0438 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E \u043D\u0435 \u0435 \u043D\u0430\u043B\u0438\u0447\u043D\u043E. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043F\u043E-\u043A\u044A\u0441\u043D\u043E \u0438\u043B\u0438 \u0441\u0435 \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u044A\u0441 \u0441\u0432\u043E\u044F \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\:
152
152
  #XBUT: AppVariantDialog predefined text for Save button
153
153
  APP_VARIANT_DIALOG_SAVE=\u0417\u0430\u043F\u0430\u0437\u0432\u0430\u043D\u0435
154
154
  #XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
@@ -148,7 +148,7 @@ BLANK_ERROR_TEXT=Zadejte n\u00E1zev zobrazen\u00ED.
148
148
  #XHED: dialog title for failed manage apps
149
149
  HEADER_MANAGE_APPS_FAILED=Chyba
150
150
  #XMSG: dialog message for failed manage apps
151
- MSG_MANAGE_APPS_FAILED=Bohu\u017Eel, p\u0159ehled variant aplikace nen\u00ED do\u010Dasn\u011B k dispozici. Pokuste se pozd\u011Bji nebo kontaktujte spr\u00E1vce syst\u00E9mu\:
151
+ MSG_MANAGE_APPS_FAILED=Bohu\u017Eel, p\u0159ehled variant aplikace nen\u00ED do\u010Dasn\u011B k dispozici. Pokuste se pozd\u011Bji nebo kontaktujte spr\u00E1vce syst\u00E9mu\:
152
152
  #XBUT: AppVariantDialog predefined text for Save button
153
153
  APP_VARIANT_DIALOG_SAVE=Ulo\u017Een\u00ED
154
154
  #XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
@@ -270,7 +270,7 @@ MSG_NO_BUSINESS_CONTEXTS=None
270
270
  #XMSG: Message, when User is about to close or refresh the browser
271
271
  MSG_DO_NOT_CLOSE_BROWSER=Deletion in progress - please do not close the browser.
272
272
  #XMSG: Message, after User clicked on delete confirmation from currently adapting app variant.
273
- MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will be visible as long as the deletion is ongoing.
273
+ MSG_DO_NOT_CLOSE_BROWSER_CURRENTLY_ADAPTING=Deletion in progress - please do not close the browser.\nNote that the tile for the app variant will remain visible for the duration of the deletion process.
274
274
  #XMSG: Error message when catalogs are locked
275
275
  MSG_CATALOGS_LOCKED=Sorry, the app variant could not be deleted. Please try again later.
276
276
 
@@ -8,7 +8,7 @@ TOOLBAR_TITLE=Mukauta UI
8
8
  #XCAP: Title in the Toolbar when the layer is USER
9
9
  TOOLBAR_TITLE_PERSONALIZE=Yksil\u00F6llist\u00E4 sovellus
10
10
  #XBUT: Button 'Save & Exit' of the Toolbar
11
- BTN_EXIT=Tallenna & lopeta
11
+ BTN_EXIT=Tallenna ja lopeta
12
12
  #XBUT: Button 'Done' of the Toolbar
13
13
  BTN_DONE=K\u00E4sitelty
14
14
  #XTOL: Tooltip for Button 'Done' of the Toolbar
@@ -194,7 +194,7 @@ SAVE_APP_VARIANT_SUCCESS_MESSAGE=\u0928\u090F \u090F\u092A\u094D\u0932\u093F\u09
194
194
  #XMSG: Success message for displaying the action to key user in S4/Hana Cloud
195
195
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=UI \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u092C\u0902\u0926 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E, \u0914\u0930 \u0906\u092A\u0915\u094B \u0939\u094B\u092E\u092A\u0947\u091C \u092A\u0930 \u0935\u093E\u092A\u0938 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E. \u091C\u092C \u0928\u090F \u091F\u093E\u0907\u0932 \u0909\u092A\u0932\u092C\u094D\u0927 \u0939\u094B\u0902\u0917\u0947 \u0924\u092C \u0906\u092A\u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E.
196
196
  #XMSG: Success message for displaying the action to key user in S4/Hana Cloud to navigate to app variant overview list
197
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=\u0928\u0908 \u091F\u093E\u0907\u0932 \u0909\u092A\u0932\u092C\u094D\u0927 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0906\u092A\u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E
197
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=\u0928\u0908 \u091F\u093E\u0907\u0932 \u0909\u092A\u0932\u092C\u094D\u0927 \u0939\u094B\u0928\u0947 \u092A\u0930 \u0906\u092A\u0915\u094B \u0938\u0942\u091A\u093F\u0924 \u0915\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E
198
198
  #XMSG: Success message for displaying the action to key user in S4/Hana on Premise
199
199
  SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=UI \u0905\u0928\u0941\u0915\u0942\u0932\u0928 \u092C\u0902\u0926 \u0915\u0930 \u0926\u093F\u092F\u093E \u091C\u093E\u090F\u0917\u093E. \u0915\u0943\u092A\u092F\u093E Fiori \u0932\u0949\u0928\u094D\u091A\u092A\u0948\u0921 \u0939\u094B\u092E\u092A\u0947\u091C \u092A\u0930 \u091F\u093E\u0907\u0932 \u091C\u094B\u0921\u093C\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0935\u094D\u092F\u0935\u0938\u094D\u0925\u093E\u092A\u0915 \u0938\u0947 \u0938\u0902\u092A\u0930\u094D\u0915 \u0915\u0930\u0947\u0902 (\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 ID\: {0}).
200
200
  #XMSG: Success message for displaying the action to key user in S4/Hana on Premise to navigate to app variant overview list
@@ -222,7 +222,7 @@ MSG_APP_VARIANT_FEATURE_FAILED=\u0915\u094D\u0937\u092E\u093E \u0915\u0930\u0947
222
222
  #XTIT: Success dialog title when the tile is available on FLP
223
223
  SAVE_APP_VARIANT_NEW_TILE_AVAILABLE_TITLE=\u091C\u093E\u0928\u0915\u093E\u0930\u0940
224
224
  #XMSG: Success message displayed when the tile is available on FLP
225
- MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=\u0928\u0908 \u091F\u093E\u0907\u0932 \u0905\u092D\u0940 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948. \u0907\u0938\u0947 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u0930 \u0915\u094B \u0930\u0940\u092B\u094D\u0930\u0947\u0936 \u0915\u0930\u0947\u0902.\n
225
+ MSG_SAVE_APP_VARIANT_NEW_TILE_AVAILABLE=\u0928\u0908 \u091F\u093E\u0907\u0932 \u0905\u092D\u0940 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948. \u0907\u0938\u0947 \u092A\u094D\u0930\u0926\u0930\u094D\u0936\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0915\u0943\u092A\u092F\u093E \u092C\u094D\u0930\u093E\u0909\u091C\u0930 \u0915\u094B \u0930\u0940\u092B\u094D\u0930\u0947\u0936 \u0915\u0930\u0947\u0902.
226
226
  #XTIT: Title for all the app variants success dialogs
227
227
  SAVE_APP_VARIANT_SUCCESS_MESSAGE_TITLE=\u091C\u093E\u0928\u0915\u093E\u0930\u0940
228
228
  #XBUT: Save As Scenario information dialog ok action text
@@ -240,9 +240,9 @@ APP_VARIANT_OVERVIEW_DIALOG_TITLE=\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u09
240
240
  #XFLD: 'Save As' dialog tile Aria Label text
241
241
  APP_VARIANT_TILE_ARIA_LABEL=Fiori \u091F\u093E\u0907\u0932 \u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928
242
242
  #XBUT: Menu item entry to show the app variant overview for a key user
243
- MENU_ITEM_KEY_USER=\u0915\u0941\u0902\u091C\u0940 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0932\u093F\u090F
243
+ MENU_ITEM_KEY_USER=\u0915\u0941\u0902\u091C\u0940 \u0909\u092A\u092F\u094B\u0917\u0915\u0930\u094D\u0924\u093E \u0915\u0947 \u0932\u093F\u090F
244
244
  #XBUT: Menu item entry to show the app variant overview for a SAP developer
245
- MENU_ITEM_SAP_DEVELOPER=SAP \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u0947 \u0932\u093F\u090F
245
+ MENU_ITEM_SAP_DEVELOPER=SAP \u0921\u0947\u0935\u0932\u092A\u0930 \u0915\u0947 \u0932\u093F\u090F
246
246
  #XTIT: title for the error popup when a change can't be done due to unresolved dependencies
247
247
  HEADER_DEPENDENCY_ERROR=\u0924\u094D\u0930\u0941\u091F\u093F
248
248
  #XMSG: Error message displayed in a popup when a change can't be done due to unresolved dependencies
@@ -10,7 +10,7 @@ TOOLBAR_TITLE_PERSONALIZE=Personaliziraj aplikaciju
10
10
  #XBUT: Button 'Save & Exit' of the Toolbar
11
11
  BTN_EXIT=Snimi i iza\u0111i
12
12
  #XBUT: Button 'Done' of the Toolbar
13
- BTN_DONE=Izvr\u0161eno
13
+ BTN_DONE=Gotovo
14
14
  #XTOL: Tooltip for Button 'Done' of the Toolbar
15
15
  BTN_DONE_TOOLTIP=Snimi promjene
16
16
  #XMIT: Context Menu Entry 'Adapt'
@@ -58,7 +58,7 @@ BTN_FREP_CANCEL=Megszak\u00EDt\u00E1s
58
58
  #XTOL: Tooltip for Button 'Create Custom Field' of the Additional Elements Dialog
59
59
  BTN_FREP_CCF=Felhaszn\u00E1l\u00F3i mez\u0151, t\u00E1rs\u00EDt\u00E1s vagy logika l\u00E9trehoz\u00E1sa
60
60
  #XMIT: Label for the original name of a renamed label
61
- LBL_FREP=volt {0}
61
+ LBL_FREP=r\u00E9gi n\u00E9v\: {0}
62
62
  #XHED: Header in the Settings Dialog
63
63
  HEADER_SETTINGS=Be\u00E1ll\u00EDt\u00E1sok
64
64
  #XHED: Header for dialog showing additional elements with placeholder specifying the control type
@@ -170,7 +170,7 @@ APP_DIALOG_DESCRIPTION_TEXT=\u0421\u0438\u043F\u0430\u0442\u0442\u0430\u043C\u04
170
170
  #XTIT: App dialog icon text
171
171
  APP_DIALOG_ICON_TEXT=\u0411\u0435\u043B\u0433\u0456\u0448\u0435
172
172
  #XTIT: Title for blank/duplicate variant names dialog
173
- BLANK_DUPLICATE_TITLE_TEXT=\u0410\u0442\u0430\u0443 \u049B\u0430\u0442\u0435\u043B\u0456\u0433\u0456
173
+ BLANK_DUPLICATE_TITLE_TEXT=\u0410\u0442\u0430\u0443 \u049B\u0430\u0442\u0435\u0441\u0456
174
174
  #XTOL
175
175
  APP_DIALOG_ICON_TOOLTIP=\u041F\u043B\u0438\u0442\u043A\u0430 \u0431\u0435\u043B\u0433\u0456\u0448\u0435\u0441\u0456\u043D \u0442\u0430\u04A3\u0434\u0430\u0443
176
176
  #XBUT
@@ -28,9 +28,9 @@ CTX_CUT=Klipp ut
28
28
  #XMIT: Context Menu Entry 'Paste'
29
29
  CTX_PASTE=Lim inn
30
30
  #XMIT: Context Menu Entry 'Group'
31
- CTX_GROUP_FIELDS=Kombiner
31
+ CTX_GROUP_FIELDS=Sl\u00E5 sammen
32
32
  #XMIT: Context Menu Entry 'Ungroup'
33
- CTX_UNGROUP_FIELDS=Del
33
+ CTX_UNGROUP_FIELDS=Del opp
34
34
  #XMIT: Context Menu Entry 'Create Group/Section/<other control type>'
35
35
  CTX_CREATE_CONTAINER=Opprett\: {0}
36
36
  #XTIT: Title or label of the newly created Group/Section/<other control type>
@@ -130,7 +130,7 @@ MSG_PERSONALIZATION_EXISTS=Du har persontilpasset appen. I UI-tilpasningsmodus l
130
130
  #XMSG: Dialog message for changes in higher layer exists
131
131
  MSG_HIGHER_LAYER_CHANGES_EXIST=Det finnes endringer for h\u00F8yere lag i appen. I UI-tilpasningsmodus lastes appen p\u00E5 nytt uten disse endringene.
132
132
  #XHED: Title of a dialog explaining that a page reload is needed
133
- HEADER_RELOAD_NEEDED=App m\u00E5 laste inn p\u00E5 nytt
133
+ HEADER_RELOAD_NEEDED=Appen m\u00E5 lastes p\u00E5 nytt
134
134
  #XBUT: Button of a dialog triggering a page reload
135
135
  BUTTON_RELOAD_NEEDED=Last inn p\u00E5 nytt
136
136
  #XMSG: Dialog message before a reload when personalization changes will be applied again
@@ -206,7 +206,7 @@ HEADER_SAVE_APP_VARIANT_FAILED=Feil
206
206
  #XMSG: Error message displayed if loading an app variant fails
207
207
  MSG_LOAD_APP_VARIANT_FAILED=Beklager, kan ikke laste appvarianten. Send f\u00F8lgende tekniske informasjon til administratoren\:
208
208
  #XMSG: Error message displayed if saving an app variant fails
209
- MSG_SAVE_APP_VARIANT_FAILED=Kan ikke lagre appvarianten. Send f\u00F8lgende tekniske informasjon til administratoren\:
209
+ MSG_SAVE_APP_VARIANT_FAILED=Beklager, kan ikke lagre appvarianten. Send f\u00F8lgende tekniske informasjon til administratoren\:
210
210
  #XMSG: Error message displayed if the catalog assignment fails
211
211
  MSG_CATALOG_ASSIGNMENT_FAILED=Den nye appvarianten er lagret, men kan ikke tilordnes til katalogen. Send f\u00F8lgende tekniske informasjon til innholdsadministratoren\:
212
212
  #XMSG: Error message displayed if the FLP tile creation fails
@@ -182,7 +182,7 @@ APP_VARIANT_ICON_DIALOG_ICON=Ikona
182
182
  #XFLD
183
183
  APP_VARIANT_ICON_DIALOG_NAME=Nazwa
184
184
  #XTIT
185
- APP_VARIANT_ICON_SELECT_ICON=Wyb\u00F3r ikony
185
+ APP_VARIANT_ICON_SELECT_ICON=Wybierz ikon\u0119
186
186
  #XBUT
187
187
  APP_VARIANT_ICON_OK_BUTTON=OK
188
188
  #XBUT
@@ -148,7 +148,7 @@ BLANK_ERROR_TEXT=Introduce\u021Bi un nume de imagine.
148
148
  #XHED: dialog title for failed manage apps
149
149
  HEADER_MANAGE_APPS_FAILED=Eroare
150
150
  #XMSG: dialog message for failed manage apps
151
- MSG_MANAGE_APPS_FAILED=Din p\u0103cate, imaginea general\u0103 a variantelor de aplica\u021Bie nu este disponibil\u0103 temporar. \u00CEncerca\u021Bi din nou mai t\u00E2rziu sau contacta\u021Bi administratorul dvs.\:
151
+ MSG_MANAGE_APPS_FAILED=Din p\u0103cate, imaginea general\u0103 a variantelor de aplica\u021Bie nu este disponibil\u0103 temporar. \u00CEncerca\u021Bi din nou mai t\u00E2rziu sau contacta\u021Bi administratorul dvs.\:
152
152
  #XBUT: AppVariantDialog predefined text for Save button
153
153
  APP_VARIANT_DIALOG_SAVE=Salvare
154
154
  #XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
@@ -148,7 +148,7 @@ BLANK_ERROR_TEXT=Zadajte n\u00E1zov zobrazenia.
148
148
  #XHED: dialog title for failed manage apps
149
149
  HEADER_MANAGE_APPS_FAILED=Chyba
150
150
  #XMSG: dialog message for failed manage apps
151
- MSG_MANAGE_APPS_FAILED=\u013Dutujeme, preh\u013Ead variantov aplik\u00E1cie do\u010Dasne nie je k dispoz\u00EDcii. Sk\u00FAste znovu nesk\u00F4r alebo sa obr\u00E1\u0165te na administr\u00E1tora.
151
+ MSG_MANAGE_APPS_FAILED=\u013Dutujeme, preh\u013Ead variantov aplik\u00E1cie do\u010Dasne nie je k dispoz\u00EDcii. Sk\u00FAste znovu nesk\u00F4r alebo sa obr\u00E1\u0165te na administr\u00E1tora.
152
152
  #XBUT: AppVariantDialog predefined text for Save button
153
153
  APP_VARIANT_DIALOG_SAVE=Ulo\u017Ei\u0165
154
154
  #XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
@@ -148,7 +148,7 @@ BLANK_ERROR_TEXT=\u0E01\u0E23\u0E38\u0E13\u0E32\u0E1B\u0E49\u0E2D\u0E19\u0E0A\u0
148
148
  #XHED: dialog title for failed manage apps
149
149
  HEADER_MANAGE_APPS_FAILED=\u0E02\u0E49\u0E2D\u0E1C\u0E34\u0E14\u0E1E\u0E25\u0E32\u0E14
150
150
  #XMSG: dialog message for failed manage apps
151
- MSG_MANAGE_APPS_FAILED=\u0E02\u0E2D\u0E2D\u0E20\u0E31\u0E22 \u0E20\u0E32\u0E1E\u0E23\u0E27\u0E21\u0E02\u0E2D\u0E07\u0E0A\u0E38\u0E14\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E2D\u0E1E\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07 \u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1C\u0E39\u0E49\u0E14\u0E39\u0E41\u0E25\u0E23\u0E30\u0E1A\u0E1A\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13
151
+ MSG_MANAGE_APPS_FAILED=\u0E02\u0E2D\u0E2D\u0E20\u0E31\u0E22 \u0E20\u0E32\u0E1E\u0E23\u0E27\u0E21\u0E02\u0E2D\u0E07\u0E0A\u0E38\u0E14\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E41\u0E2D\u0E1E\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E0A\u0E31\u0E48\u0E27\u0E04\u0E23\u0E32\u0E27 \u0E01\u0E23\u0E38\u0E13\u0E32\u0E25\u0E2D\u0E07\u0E2D\u0E35\u0E01\u0E04\u0E23\u0E31\u0E49\u0E07\u0E20\u0E32\u0E22\u0E2B\u0E25\u0E31\u0E07 \u0E2B\u0E23\u0E37\u0E2D\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D\u0E1C\u0E39\u0E49\u0E14\u0E39\u0E41\u0E25\u0E23\u0E30\u0E1A\u0E1A\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13
152
152
  #XBUT: AppVariantDialog predefined text for Save button
153
153
  APP_VARIANT_DIALOG_SAVE=\u0E40\u0E01\u0E47\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01
154
154
  #XTOL: Tooltip for Button 'Save' of the AppVariant Dialog
@@ -82,7 +82,7 @@ BTN_RESTORE=S\u0131f\u0131rla
82
82
  #XBUT: Button 'Transport' of the Toolbar
83
83
  BTN_TRANSPORT=Ta\u015F\u0131
84
84
  #XBUT: Button 'UI Adaptation' of the Toolbar
85
- BTN_ADAPTATION=UI ayarlama
85
+ BTN_ADAPTATION=UI uyarlama
86
86
  #XBUT: Button 'Navigation' of the Toolbar
87
87
  BTN_NAVIGATION=Dola\u015Fma
88
88
  #XHED: dialog title for failed reset
@@ -118,11 +118,11 @@ MSG_LREP_TRANSFER_ERROR=\u00DCzg\u00FCn\u00FCz, teknik bir hata olu\u015Ftu. Dah
118
118
  #XMSG: Error message showing the reason (technical info)
119
119
  MSG_ERROR_REASON=Neden\:\n{0}
120
120
  #XMSG: Message when leaving RTA without saving
121
- MSG_UNSAVED_CHANGES=Onaylarsan\u0131z t\u00FCm de\u011Fi\u015Fiklikler kaybolacak. Bunlar\u0131 saklamak i\u00E7in bu diyalo\u011Fu kapat\u0131n ve UI ayarlamadan \u00E7\u0131k\u0131n.
121
+ MSG_UNSAVED_CHANGES=Onaylarsan\u0131z t\u00FCm de\u011Fi\u015Fiklikler kaybolacak. Bunlar\u0131 saklamak i\u00E7in bu diyalo\u011Fu kapat\u0131n ve UI uyarlamadan \u00E7\u0131k\u0131n.
122
122
  #XMSG: Message when removing a SimpleForm toolbar
123
123
  MSG_REMOVING_TOOLBAR=Bu grubun ba\u015Fl\u0131\u011F\u0131 ek \u00F6\u011Feler i\u00E7eriyor. Grubu kald\u0131r\u0131rsan\u0131z bunlar silinir. Yine de grubu kald\u0131rmak istiyor musunuz?
124
124
  #XMSG: Message when no fields are available in the add-field-dialog
125
- MSG_NO_FIELDS=Ba\u015Fka {0} mevcut de\u011Fil
125
+ MSG_NO_FIELDS=Ba\u015Fka i\u00E7erik mevcut de\u011Fil
126
126
  #XHED: Dialog title for personalization exists
127
127
  HEADER_PERSONALIZATION_EXISTS=Bilgiler
128
128
  #XMSG: Dialog message for personalization exists
@@ -192,11 +192,11 @@ APP_VARIANT_ICON_NO_DATA=Sembol bulunamad\u0131.
192
192
  #XMSG: Success message for saving app variant to LREP
193
193
  SAVE_APP_VARIANT_SUCCESS_MESSAGE=Yeni uygulama varyant\u0131 sakland\u0131.
194
194
  #XMSG: Success message for displaying the action to key user in S4/Hana Cloud
195
- SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=UI uyarlamas\u0131 kapat\u0131lacak ve ana sayfaya d\u00F6neceksiniz. Yeni kutucuk kullan\u0131labilir oldu\u011Funda bilgilendirileceksiniz.
195
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE=UI uyarlama kapat\u0131lacak ve ana sayfaya d\u00F6neceksiniz. Yeni kutucuk kullan\u0131labilir oldu\u011Funda bilgilendirileceksiniz.
196
196
  #XMSG: Success message for displaying the action to key user in S4/Hana Cloud to navigate to app variant overview list
197
197
  SAVE_APP_VARIANT_SUCCESS_S4HANA_CLOUD_MESSAGE_OVERVIEW_LIST=Yeni kutucuk kullan\u0131labilir oldu\u011Funda bilgilendirileceksiniz.
198
198
  #XMSG: Success message for displaying the action to key user in S4/Hana on Premise
199
- SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=UI uyarlamas\u0131 kapat\u0131lacak. Kutucu\u011Fu Fiori ba\u015Flatma \u00E7ubu\u011Fu ana sayfas\u0131na (uygulama tan\u0131t\u0131c\u0131s\u0131\: {0}) eklemek i\u00E7in y\u00F6neticinize ba\u015Fvurun.
199
+ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE=UI uyarlama kapat\u0131lacak. Kutucu\u011Fu Fiori ba\u015Flatma \u00E7ubu\u011Fu ana sayfas\u0131na (uygulama tan\u0131t\u0131c\u0131s\u0131\: {0}) eklemek i\u00E7in y\u00F6neticinize ba\u015Fvurun.
200
200
  #XMSG: Success message for displaying the action to key user in S4/Hana on Premise to navigate to app variant overview list
201
201
  SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Kutucu\u011Fu Fiori ba\u015Flatma \u00E7ubu\u011Fu ana sayfas\u0131na (uygulama tan\u0131t\u0131c\u0131s\u0131\: {0}) eklemek i\u00E7in y\u00F6neticinize ba\u015Fvurun.
202
202
  #XMSG: Error message displayed if creation of app variant descriptor failed
@@ -212,7 +212,7 @@ MSG_CATALOG_ASSIGNMENT_FAILED=Yeni uygulama varyant\u0131 sakland\u0131 ama kata
212
212
  #XMSG: Error message displayed if the FLP tile creation fails
213
213
  MSG_TILE_CREATION_FAILED=Yeni kutucu\u011Fun yarat\u0131l\u0131p yarat\u0131lmad\u0131\u011F\u0131n\u0131 kontrol etmek i\u00E7in Fiori ba\u015Flatma \u00E7ubu\u011Fu ana sayfas\u0131n\u0131 yenileyin. Mevcut de\u011Filse veya d\u00FCzg\u00FCn \u00E7al\u0131\u015Fm\u0131yorsa i\u00E7erik y\u00F6neticinize ba\u015Fvurun.
214
214
  #XMSG: Error message displayed if saving copying the unsaved changes for an app variant fails
215
- MSG_COPY_UNSAVED_CHANGES_FAILED=\u00DCzg\u00FCn\u00FCz, uygulama varyant\u0131n\u0131z\u0131 ve ili\u015Fkili UI de\u011Fi\u015Fikliklerini kaydederken bir hata olu\u015Ftu. Uygulama varyant\u0131 mevcut de\u011Fil. A\u015Fa\u011F\u0131daki teknik bilgileri y\u00F6neticinize g\u00F6nderin\:
215
+ MSG_COPY_UNSAVED_CHANGES_FAILED=\u00DCzg\u00FCn\u00FCz, uygulama varyant\u0131n\u0131z ve ili\u015Fkili UI de\u011Fi\u015Fklikleri saklanamad\u0131. Uygulama varyant\u0131 kullan\u0131labilir de\u011Fil. \u015Eu bilgileri y\u00F6neticinize g\u00F6nderin\:
216
216
  #XFLD: 'Save As' dialog title placeholder text
217
217
  SAVE_AS_DIALOG_PLACEHOLDER_TITLE_TEXT=Ba\u015Fl\u0131k gir
218
218
  #XHED: dialog title when app variant feature fails
@@ -138,7 +138,7 @@ MSG_RELOAD_WITH_PERSONALIZATION=\u01AF\u0301ng du\u0323ng se\u0303 ta\u0309i la\
138
138
  #XMSG: Dialog message before a reload when personalization changes will be applied again
139
139
  MSG_RELOAD_WITH_ALL_CHANGES=\u01AF\u0301ng du\u0323ng se\u0303 ta\u0309i la\u0323i co\u0301 t\u00E2\u0301t ca\u0309 ca\u0301c thay \u0111\u00F4\u0309i.
140
140
  #XMSG: Dialog message before a reload when changes need server-side processing and new cache tokens to be fetched (rare case for use to see this message)
141
- MSG_RELOAD_NEEDED=M\u00F4\u0323t s\u00F4\u0301 thay \u0111\u00F4\u0309i ba\u0323n \u0111a\u0303 th\u01B0\u0323c hi\u00EA\u0323n y\u00EAu c\u00E2\u0300u ta\u0309i la\u0323i \u01B0\u0301ng du\u0323ng \u0111\u00EA\u0309 tr\u01A1\u0309 tha\u0300nh \u0111ang hoa\u0323t \u0111\u00F4\u0323ng
141
+ MSG_RELOAD_NEEDED=M\u00F4\u0323t s\u00F4\u0301 thay \u0111\u00F4\u0309i ba\u0323n \u0111a\u0303 th\u01B0\u0323c hi\u00EA\u0323n y\u00EAu c\u00E2\u0300u ta\u0309i la\u0323i \u01B0\u0301ng du\u0323ng \u0111\u00EA\u0309 tr\u01A1\u0309 tha\u0300nh \u0111ang hoa\u0323t \u0111\u00F4\u0323ng
142
142
  #XMSG: Manage applications MessageBox cancel button
143
143
  MAA_CLOSE_BUTTON=\u0110o\u0301ng
144
144
  #XMSG: Text for duplicate variant names dialog
@@ -156,9 +156,9 @@ TOOLTIP_APP_VARIANT_DIALOG_SAVE=L\u01B0u
156
156
  #XBUT: AppVariantDialog predefined text for Close button
157
157
  APP_VARIANT_DIALOG_CLOSE=\u0110o\u0301ng
158
158
  #XBUT: Save As App variant Dialog predefined text for Cancel button
159
- SAVE_AS_APP_VARIANT_DIALOG_CANCEL=H\u1EE7y
159
+ SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Hu\u0309y
160
160
  #XTOL: Tooltip for Button 'Cancel' of the Save As App variant Dialog
161
- TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=H\u1EE7y
161
+ TOOLTIP_SAVE_AS_APP_VARIANT_DIALOG_CANCEL=Hu\u0309y
162
162
  #XTIT: Title for AppVariant Dialog
163
163
  CREATE_APP_VARIANT_DIALOG_TITLE=L\u01B0u tha\u0300nh bi\u00EA\u0301n th\u00EA\u0309 \u01B0\u0301ng du\u0323ng m\u01A1\u0301i
164
164
  #XTIT: App dialog title text
@@ -202,7 +202,7 @@ SAVE_APP_VARIANT_SUCCESS_S4HANA_ON_PREMISE_MESSAGE_OVERVIEW_LIST=Vui lo\u0300ng
202
202
  #XMSG: Error message displayed if creation of app variant descriptor failed
203
203
  MSG_CREATE_DESCRIPTOR_FAILED=R\u00E2\u0301t ti\u00EA\u0301c, kh\u00F4ng th\u00EA\u0309 ta\u0323o bi\u00EA\u0301n th\u00EA\u0309 \u01B0\u0301ng du\u0323ng. Vui lo\u0300ng g\u01B0\u0309i th\u00F4ng tin ky\u0303 thu\u00E2\u0323t sau \u0111\u00E2y cho ng\u01B0\u01A1\u0300i qua\u0309n tri\u0323 cu\u0309a ba\u0323n\:
204
204
  #XHED: dialog title for failed save app variant
205
- HEADER_SAVE_APP_VARIANT_FAILED=L\u1ED7i
205
+ HEADER_SAVE_APP_VARIANT_FAILED=L\u00F4\u0303i
206
206
  #XMSG: Error message displayed if loading an app variant fails
207
207
  MSG_LOAD_APP_VARIANT_FAILED=R\u00E2\u0301t ti\u00EA\u0301c, kh\u00F4ng th\u00EA\u0309 ta\u0309i bi\u00EA\u0301n th\u00EA\u0309 \u01B0\u0301ng du\u0323ng. Vui lo\u0300ng g\u01B0\u0309i th\u00F4ng tin ky\u0303 thu\u00E2\u0323t sau \u0111\u00E2y \u0111\u00EA\u0301n ng\u01B0\u01A1\u0300i qua\u0309n tri\u0323 cu\u0309a ba\u0323n\:
208
208
  #XMSG: Error message displayed if saving an app variant fails
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @class
22
22
  * @extends sap.ui.rta.plugin.Plugin
23
23
  * @author SAP SE
24
- * @version 1.71.58
24
+ * @version 1.71.59
25
25
  * @constructor
26
26
  * @private
27
27
  * @since 1.46
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class The ControlVariant allows propagation of variantManagement key
44
44
  * @extends sap.ui.rta.plugin.Plugin
45
45
  * @author SAP SE
46
- * @version 1.71.58
46
+ * @version 1.71.59
47
47
  * @constructor
48
48
  * @private
49
49
  * @since 1.50
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class The CreateContainer allows trigger CreateContainer operations on the overlay
28
28
  * @extends sap.ui.rta.plugin.Plugin
29
29
  * @author SAP SE
30
- * @version 1.71.58
30
+ * @version 1.71.59
31
31
  * @constructor
32
32
  * @private
33
33
  * @since 1.34
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.dt.plugin.CutPaste
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.58
34
+ * @version 1.71.59
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -31,7 +31,7 @@ function(
31
31
  * @extends sap.ui.dt.plugin.ControlDragDrop
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.58
34
+ * @version 1.71.59
35
35
  *
36
36
  * @constructor
37
37
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The EasyAdd Plugin adds an Icon to an Overlay, which allows to trigger add operations directly
26
26
  * @extends sap.ui.rta.plugin.additionalElements.AdditionalElementsPlugin
27
27
  * @author SAP SE
28
- * @version 1.71.58
28
+ * @version 1.71.59
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.48
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class The EasyRemove Plugin adds an Icon to an Overlay, which allows to trigger remove operations directly
24
24
  * @extends sap.ui.rta.plugin.Remove
25
25
  * @author SAP SE
26
- * @version 1.71.58
26
+ * @version 1.71.59
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.48
@@ -37,7 +37,7 @@ function(
37
37
  * @extends sap.ui.dt.Plugin
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.71.58
40
+ * @version 1.71.59
41
41
  *
42
42
  * @constructor
43
43
  * @private
@@ -35,7 +35,7 @@ function(
35
35
  * The RTAElementMover is responsible for the RTA specific adaptation of element movements.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.71.58
38
+ * @version 1.71.59
39
39
  *
40
40
  * @constructor
41
41
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class The Remove allows trigger remove operations on the overlay
30
30
  * @extends sap.ui.rta.plugin.Plugin
31
31
  * @author SAP SE
32
- * @version 1.71.58
32
+ * @version 1.71.59
33
33
  * @constructor
34
34
  * @private
35
35
  * @since 1.34
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.rta.plugin.Plugin
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.71.58
31
+ * @version 1.71.59
32
32
  *
33
33
  * @constructor
34
34
  * @private
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * Provides Rename handling functionality
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.71.58
33
+ * @version 1.71.59
34
34
  *
35
35
  * @constructor
36
36
  * @private
@@ -32,7 +32,7 @@ function (
32
32
  * @class The Selection plugin allows you to select or focus overlays with mouse or keyboard and navigate to others.
33
33
  * @extends sap.ui.rta.plugin.Plugin
34
34
  * @author SAP SE
35
- * @version 1.71.58
35
+ * @version 1.71.59
36
36
  * @constructor
37
37
  * @private
38
38
  * @since 1.34
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @class The Settings allows trigger change of settings operations on the overlay
26
26
  * @extends sap.ui.rta.plugin.Plugin
27
27
  * @author SAP SE
28
- * @version 1.71.58
28
+ * @version 1.71.59
29
29
  * @constructor
30
30
  * @private
31
31
  * @since 1.44
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @extends sap.ui.rta.plugin.Plugin
25
25
  * @author SAP SE
26
- * @version 1.71.58
26
+ * @version 1.71.59
27
27
  * @constructor
28
28
  * @private
29
29
  * @since 1.46
@@ -32,7 +32,7 @@ function (
32
32
  * @extends sap.ui.rta.plugin.Plugin
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.58
35
+ * @version 1.71.59
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @class Context - Dialog for available Fields in Runtime Authoring
63
63
  * @extends sap.ui.base.ManagedObject
64
64
  * @author SAP SE
65
- * @version 1.71.58
65
+ * @version 1.71.59
66
66
  * @constructor
67
67
  * @private
68
68
  * @since 1.44
@@ -188,7 +188,7 @@ sap.ui.define([
188
188
  * @class The plugin allows to add additional elements that exist either hidden in the UI or in the OData service
189
189
  * @extends sap.ui.rta.plugin.Plugin
190
190
  * @author SAP SE
191
- * @version 1.71.58
191
+ * @version 1.71.59
192
192
  * @constructor
193
193
  * @private
194
194
  * @since 1.44
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @author SAP SE
26
26
  * @experimental Since 1.58
27
27
  * @since 1.58
28
- * @version 1.71.58
28
+ * @version 1.71.59
29
29
  * @private
30
30
  * @ui5-restricted
31
31
  *
@@ -30,7 +30,7 @@ function (
30
30
  * @author SAP SE
31
31
  * @experimental Since 1.58
32
32
  * @since 1.58
33
- * @version 1.71.58
33
+ * @version 1.71.59
34
34
  * @private
35
35
  * @ui5-restricted
36
36
  */
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @author SAP SE
35
35
  * @experimental Since 1.56
36
36
  * @since 1.56
37
- * @version 1.71.58
37
+ * @version 1.71.59
38
38
  * @private
39
39
  * @ui5-restricted
40
40
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @author SAP SE
29
29
  * @experimental Since 1.58
30
30
  * @since 1.58
31
- * @version 1.71.58
31
+ * @version 1.71.59
32
32
  * @private
33
33
  * @ui5-restricted
34
34
  */
@@ -15,7 +15,7 @@ sap.ui.define(function () {
15
15
  * @author SAP SE
16
16
  * @experimental Since 1.58
17
17
  * @since 1.58
18
- * @version 1.71.58
18
+ * @version 1.71.59
19
19
  * @private
20
20
  * @ui5-restricted
21
21
  */
@@ -44,7 +44,7 @@ function(
44
44
  * @extends sap.ui.rta.toolbar.Base
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.71.58
47
+ * @version 1.71.59
48
48
  *
49
49
  * @constructor
50
50
  * @private
@@ -24,7 +24,7 @@ function(
24
24
  * @extends sap.m.HBox
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.71.58
27
+ * @version 1.71.59
28
28
  *
29
29
  * @constructor
30
30
  * @private
@@ -32,7 +32,7 @@ function(
32
32
  * @extends sap.ui.rta.toolbar.Adaptation
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.58
35
+ * @version 1.71.59
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -22,7 +22,7 @@ function(
22
22
  * @extends sap.ui.rta.toolbar.Base
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.58
25
+ * @version 1.71.59
26
26
  *
27
27
  * @constructor
28
28
  * @private
@@ -20,7 +20,7 @@ function(
20
20
  * @extends sap.ui.rta.toolbar.Adaptation
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.58
23
+ * @version 1.71.59
24
24
  *
25
25
  * @constructor
26
26
  * @private
@@ -44,7 +44,7 @@ function (
44
44
  * Constructor for a new sap.ui.rta.util.PopupManager
45
45
  * @extends sap.ui.base.ManagedObject
46
46
  * @author SAP SE
47
- * @version 1.71.58
47
+ * @version 1.71.59
48
48
  * @constructor
49
49
  * @private
50
50
  * @since 1.48
@@ -19,7 +19,7 @@ function(
19
19
  *
20
20
  * @extends sap.ui.core.EventBus
21
21
  * @author SAP SE
22
- * @version 1.71.58
22
+ * @version 1.71.59
23
23
  * @private
24
24
  * @since 1.56.0
25
25
  * @alias sap.ui.rta.util.ServiceEventBus