@sapui5/sap.ushell 1.131.0 → 1.132.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.
Files changed (418) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +37 -1
  3. package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +26 -21
  4. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  5. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  6. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  7. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  8. package/src/main/js/sap/ushell/UIActions.js +8 -13
  9. package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  10. package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
  11. package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
  12. package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
  13. package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
  14. package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
  15. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  16. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  17. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  18. package/src/main/js/sap/ushell/User.js +74 -48
  19. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +67 -11
  23. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +357 -182
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +68 -4
  54. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  60. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  61. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  62. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  63. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  64. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  65. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  66. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  68. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +0 -11
  69. package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +21 -27
  70. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saptrc.properties +5 -5
  71. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saptrc.properties +2 -2
  72. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
  73. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
  74. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
  75. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +4 -12
  76. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
  77. package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
  78. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
  79. package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
  80. package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +33 -9
  81. package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
  82. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
  88. package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
  89. package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
  90. package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
  91. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
  92. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
  93. package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +13 -1
  94. package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
  95. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  96. package/src/main/js/sap/ushell/appRuntime/ui5/style.css +48 -0
  97. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
  98. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +20 -0
  99. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
  100. package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +10 -4
  101. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  102. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +11 -1
  103. package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +1 -2
  104. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  105. package/src/main/js/sap/ushell/components/MessagingHelper.js +3 -3
  106. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  107. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +14 -11
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  109. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  110. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +32 -51
  111. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +31 -68
  112. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +26 -8
  113. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +40 -32
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +37 -37
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties +9 -9
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +109 -109
  117. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -1
  118. package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saptrc.properties +6 -6
  119. package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
  120. package/src/main/js/sap/ushell/components/contentFinder/Component.js +507 -359
  121. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +253 -161
  122. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +30 -39
  123. package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +98 -0
  124. package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +50 -0
  125. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +5 -6
  126. package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +193 -141
  127. package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -30
  128. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -2
  129. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +7 -3
  130. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -2
  131. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -2
  132. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -2
  133. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -2
  134. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -2
  135. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -2
  136. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -2
  137. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -2
  138. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -2
  139. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +2 -1
  140. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +45 -26
  141. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -2
  142. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -2
  143. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -2
  144. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -2
  145. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -2
  146. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -2
  147. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -2
  148. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +8 -4
  149. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -2
  150. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -2
  151. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -2
  152. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -2
  153. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -2
  154. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -2
  155. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -2
  156. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -2
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -2
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -2
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -2
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -2
  161. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -2
  162. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -2
  163. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -2
  164. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -2
  165. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -2
  166. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +7 -3
  167. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -2
  168. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -2
  169. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -2
  170. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -2
  171. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -2
  172. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -2
  173. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -2
  174. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -2
  175. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -2
  176. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -2
  177. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -2
  178. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +90 -96
  179. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +58 -38
  180. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +20 -8
  181. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +41 -26
  182. package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -58
  183. package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +7 -9
  184. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +5 -5
  185. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +180 -162
  186. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +33 -4
  187. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +5 -0
  188. package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saptrc.properties +3 -0
  189. package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +9 -8
  190. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  192. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +5 -3
  193. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  194. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  195. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  196. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  197. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  198. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  199. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +49 -16
  200. package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +27 -0
  201. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  202. package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -6
  203. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  204. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  205. package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
  206. package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -0
  207. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  208. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  209. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  210. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  211. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  212. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  213. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  214. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +4 -12
  215. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  216. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  217. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  218. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  219. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  220. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +4 -1
  221. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
  222. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +16 -0
  223. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +40 -9
  224. package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +57 -0
  225. package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +432 -0
  226. package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +45 -0
  227. package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +8 -0
  228. package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +35 -0
  229. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  230. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  231. package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.view.xml +1 -1
  232. package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +1 -1
  233. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  234. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  235. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  236. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +61 -61
  237. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  238. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  239. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  240. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  241. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  242. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  243. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +4 -10
  244. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +6 -0
  245. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +88 -77
  246. package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +9 -2
  247. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  248. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  249. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  250. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  251. package/src/main/js/sap/ushell/library.js +7 -2
  252. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  253. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  254. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  255. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  256. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saptrc.properties +8 -8
  257. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  258. package/src/main/js/sap/ushell/renderer/Shell.controller.js +27 -11
  259. package/src/main/js/sap/ushell/renderer/resources/resources.properties +8 -0
  260. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +8 -8
  261. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +8 -8
  262. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +8 -8
  263. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +8 -8
  264. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
  265. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +8 -8
  266. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +8 -8
  267. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +8 -8
  268. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
  269. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +8 -8
  270. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +8 -8
  271. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -3
  272. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +1009 -990
  273. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +12 -12
  274. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +8 -8
  275. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +8 -8
  276. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +8 -8
  277. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +8 -8
  278. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +8 -8
  279. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +7 -7
  280. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
  281. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +8 -8
  282. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +12 -12
  283. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +8 -8
  284. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
  285. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +8 -8
  286. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +8 -8
  287. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +8 -8
  288. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +8 -8
  289. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +8 -8
  290. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +10 -10
  291. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +8 -8
  292. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +8 -8
  293. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +8 -8
  294. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +8 -8
  295. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +8 -8
  296. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +8 -8
  297. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +19 -19
  298. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +8 -8
  299. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +8 -8
  300. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +8 -8
  301. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +8 -8
  302. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +8 -8
  303. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +8 -8
  304. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +16 -16
  305. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +8 -8
  306. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +9 -9
  307. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -9
  308. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +8 -8
  309. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +8 -8
  310. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  311. package/src/main/js/sap/ushell/services/AppConfiguration.js +12 -4
  312. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  313. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  314. package/src/main/js/sap/ushell/services/Bookmark.js +56 -8
  315. package/src/main/js/sap/ushell/services/BookmarkV2.js +180 -171
  316. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
  317. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
  318. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
  319. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  320. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
  321. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
  322. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
  323. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
  324. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
  325. package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  326. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  327. package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
  328. package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  329. package/src/main/js/sap/ushell/services/CommonDataModel.js +156 -137
  330. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  331. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  332. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  333. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  334. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  335. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  336. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  337. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +17 -86
  338. package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
  339. package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
  340. package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
  341. package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
  342. package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
  343. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
  344. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  345. package/src/main/js/sap/ushell/services/Menu.js +18 -1
  346. package/src/main/js/sap/ushell/services/Message.js +1 -1
  347. package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
  348. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  349. package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
  350. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
  351. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  352. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  353. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  354. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  355. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  356. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  357. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  358. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  359. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  360. package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
  361. package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
  362. package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
  363. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  364. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  365. package/src/main/js/sap/ushell/services/Search.js +1 -1
  366. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  367. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  368. package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
  369. package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +3 -5
  370. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  371. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  372. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  373. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  374. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  375. package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +1 -1
  376. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  377. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  378. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  379. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  380. package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +4 -1
  381. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  382. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  383. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  384. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  385. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  386. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  387. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  388. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  389. package/src/main/js/sap/ushell/themes/base/Catalog.less +1 -0
  390. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +5 -1
  391. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
  392. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
  393. package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
  394. package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +1 -0
  395. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +1 -0
  396. package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +1 -0
  397. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  398. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  399. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  400. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  401. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  402. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  403. package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
  404. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  405. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  406. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saptrc.properties +3 -3
  407. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +8 -7
  408. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +75 -11
  409. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +47 -2
  410. package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +6 -0
  411. package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +95 -77
  412. package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +5 -5
  413. package/src/main/js/sap/ushell/utils.js +1 -1
  414. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  415. package/ui5.yaml +1 -0
  416. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +0 -62
  417. package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +0 -102
  418. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +0 -50
@@ -104,9 +104,9 @@ sap.ui.define([
104
104
  */
105
105
  var Renderer = UIComponent.extend("sap.ushell.renderer.Renderer", /** @lends sap.ushell.renderer.Renderer.prototype */ {
106
106
  metadata: {
107
- version: "1.131.0",
107
+ version: "1.132.0",
108
108
  dependencies: {
109
- version: "1.131.0",
109
+ version: "1.132.0",
110
110
  libs: ["sap.ui.core", "sap.m"],
111
111
  components: []
112
112
  },
@@ -894,10 +894,6 @@ sap.ui.define([
894
894
  Log.debug(`${sLogFesrPrefix} Interaction Start`, "_handleDirtyStateUserConfirm", sModuleName);
895
895
  const fnResolveInteraction = this._notifyAsyncStep();
896
896
 
897
- if (RelatedServices.isBackNavigation() === true) {
898
- RelatedServices.resetBackNavigationFlag();
899
- }
900
-
901
897
  // eslint-disable-next-line no-alert
902
898
  if (window.confirm(ushellResources.i18n.getText("dataLossInternalMessage"))) {
903
899
  Container.setDirtyFlag(false);
@@ -1324,6 +1320,7 @@ sap.ui.define([
1324
1320
  _openAppExplace: async function (oResolvedHashFragment, oOldResolvedHashFragment) {
1325
1321
  const [ApplicationContainer] = await ushellUtils.requireAsync(["sap/ushell/components/container/ApplicationContainer"]);
1326
1322
 
1323
+ // Call relevant for Legacy-UI apps that are launched "standalone"; in case of "embedded in new window", the URL doesn't need adaptions.
1327
1324
  oResolvedHashFragment.url = ApplicationContainer.prototype._checkNwbcUrlAdjustment(undefined, oResolvedHashFragment.applicationType, oResolvedHashFragment.url, true);
1328
1325
 
1329
1326
  EventBus.getInstance().publish("launchpad", "appOpening", oResolvedHashFragment);
@@ -1456,11 +1453,11 @@ sap.ui.define([
1456
1453
  oResolvedHashFragment.navigationMode = NavigationMode.embedded;
1457
1454
  } else {
1458
1455
  oResolvedHashFragment.navigationMode = NavigationMode.newWindow;
1459
- // if its a non-native navigation, we resolve the hash again in the new window
1460
- // we set the full current location hash as URL for the new window as it is
1461
- // for avoiding encoding issues and stripping off parameters or inner-app route
1462
- // see internal BCP 1770274241
1456
+ // If its a non-native navigation, we resolve the hash again in the new window
1457
+ // we set the full current location hash as URL for the new window and switch to type URL
1458
+ // to avoid encoding issues and lost parameters/inner-app-route.
1463
1459
  if (!ushellUtils.isNativeWebGuiNavigation(oResolvedHashFragment)) {
1460
+ oResolvedHashFragment.applicationType = "URL";
1464
1461
  oResolvedHashFragment.url = this._getCurrentLocationHash();
1465
1462
  }
1466
1463
  }
@@ -1718,6 +1715,7 @@ sap.ui.define([
1718
1715
  // restore menu bar in case we are still on home
1719
1716
  if (this._oAppLifeCycleService.getCurrentApplication() && this._oAppLifeCycleService.getCurrentApplication().homePage) {
1720
1717
  this._setMenuVisible(true);
1718
+ this._setSideNavigationVisible(true);
1721
1719
  }
1722
1720
 
1723
1721
  return true;
@@ -1895,11 +1893,27 @@ sap.ui.define([
1895
1893
  if (!navigationBar) {
1896
1894
  return;
1897
1895
  }
1898
- bVisible = bVisible || (Config.last("/core/menu/enabled") && Config.last("/core/menu/visibleInAllStates")); // visibleInAllStates:true has priority
1896
+ bVisible = bVisible ||
1897
+ (Config.last("/core/menu/enabled") &&
1898
+ Config.last("/core/menu/position") === "Top" &&
1899
+ Config.last("/core/menu/visibleInAllStates")); // visibleInAllStates:true has priority
1899
1900
 
1900
1901
  navigationBar.classList.toggle("sapUshellShellHidden", !bVisible);
1901
1902
  },
1902
1903
 
1904
+ _setSideNavigationVisible: function (bVisible) {
1905
+ const sideNavigation = document.getElementById(ShellArea.SideNavigation);
1906
+ if (!sideNavigation) {
1907
+ return;
1908
+ }
1909
+ bVisible = bVisible ||
1910
+ (Config.last("/core/menu/enabled") &&
1911
+ Config.last("/core/menu/position") === "Side" &&
1912
+ Config.last("/core/menu/visibleInAllStates")); // visibleInAllStates:true has priority
1913
+
1914
+ sideNavigation.classList.toggle("sapUshellShellHidden", !bVisible);
1915
+ },
1916
+
1903
1917
  /**
1904
1918
  * Triggered by the EventBus "appOpened" event.
1905
1919
  * Performs logging for recent activities and application usage
@@ -1912,6 +1926,7 @@ sap.ui.define([
1912
1926
  if (oResolvedHashFragment.targetNavigationMode !== "explace" && oResolvedHashFragment.targetNavigationMode !== "frameless") {
1913
1927
  this._setMenuVisible(false);
1914
1928
  }
1929
+ this._setSideNavigationVisible(true);
1915
1930
 
1916
1931
  const sAppHash = this.oShellNavigationInternal.hashChanger.getAppHash();
1917
1932
  const sAppPart = sAppHash ? `&/${sAppHash}` : null;
@@ -1941,6 +1956,7 @@ sap.ui.define([
1941
1956
 
1942
1957
  AppLifeCycleAI.onBeforeNavigate(oEvent.getParameter("fromId"), oEvent.getParameter("from"), oEvent.getParameter("toId"), oEvent.getParameter("to"));
1943
1958
  this._setMenuVisible(bMenuVisible);
1959
+ this._setSideNavigationVisible(bMenuVisible);
1944
1960
  },
1945
1961
 
1946
1962
  onAfterNavigate: function (oEvent) {
@@ -2334,11 +2350,11 @@ sap.ui.define([
2334
2350
  const aOrderedIds = [
2335
2351
  "userAccountEntry",
2336
2352
  "themes",
2353
+ "language",
2354
+ "notificationsEntry",
2337
2355
  "homepageEntry",
2338
2356
  "spacesEntry",
2339
2357
  "userActivitiesEntry",
2340
- "language",
2341
- "notificationsEntry",
2342
2358
  "userDefaultEntry"
2343
2359
  ];
2344
2360
  const mSpecialEntries = {};
@@ -555,6 +555,8 @@ timeZoneFld=Time Zone
555
555
  btn12h=12 h
556
556
  #XBUT
557
557
  btn24h=24 h
558
+ #XMSG: Users cannot change some fields in settings because they are managed centrally
559
+ SettingsCuaWarning=Some fields are disabled and can only be changed in the Central User Administration system.
558
560
 
559
561
  #XFLD
560
562
  appFrameworkId=Framework ID
@@ -1692,6 +1694,12 @@ PageRuntime.CannotLoadPage.CopyButton=Copy
1692
1694
  PageRuntime.CannotLoadPage.CopySuccess=Details were successfully copied
1693
1695
  #XMSG
1694
1696
  PageRuntime.CannotLoadPage.CopyFail=An error occurred while copying details.
1697
+ #YMSG: Note for Developers, don't remove \n\n
1698
+ PageRuntime.CannotLoadPage.Details=The error message from the system is:\n\n{0}
1699
+ #YMSG
1700
+ PageRuntime.CannotLoadPage.PageAndSpaceId=Page ID: "{0}"\nSpace ID: "{1}"
1701
+ #XMSG
1702
+ PageRuntime.CannotLoadPage.Title=Sorry, we can't find this page. \n\nPlease check the URL: Either the page or space is removed or no longer assigned to you, or the URL is corrupted.
1695
1703
  #YMSG
1696
1704
  PageRuntime.CannotLoadPage.Text=An error occured while loading this page. This might have happend due to one of the following reasons:\n - The page or space has been removed or is no longer assigned to you.\n - The URL might be corrupt. This can e.g. be caused by a corrupt bookmark.\n\nPlease copy the complete error message by using the copy button below and contact your content administrator.\n\nPageId: "{0}"\nSpaceId: "{1}"
1697
1705
  #YMSG
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="\u062A\u0639\u0630\u0631\u062A \
211
211
  fail_tile_operation_create_new_group=\u062A\u0639\u0630\u0631 \u0625\u0646\u0634\u0627\u0621 \u0645\u062C\u0645\u0648\u0639\u0629 \u062C\u062F\u064A\u062F\u0629
212
212
  fail_tile_operation_some_actions=\u062A\u0639\u0630\u0631 \u0625\u0643\u0645\u0627\u0644 \u062C\u0645\u064A\u0639 \u0625\u062C\u0631\u0627\u0621\u0627\u062A\u0643
213
213
  fail_to_start_app_try_later=\u062A\u0639\u0630\u0631 \u0641\u062A\u062D \u0627\u0644\u062A\u0637\u0628\u064A\u0642. \u0628\u0631\u062C\u0627\u0621 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0644\u0627\u062D\u0642\u064B\u0627.
214
- failed_to_open_app_missing_configuration_or_role_assignment=\u062A\u0639\u0630\u0631 \u0641\u062A\u062D \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0646\u0638\u0631\u064B\u0627 \u0644\u0648\u062C\u0648\u062F \u062A\u0643\u0648\u064A\u0646 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D \u0623\u0648 \u0644\u0639\u062F\u0645 \u0648\u062C\u0648\u062F \u062A\u0639\u064A\u064A\u0646 \u0623\u062F\u0648\u0627\u0631.
215
- cannot_resolve_navigation_target_details=\u062A\u0639\u0630\u0631 \u062A\u062D\u0644\u064A\u0644 \u0647\u062F\u0641 \u0627\u0644\u062A\u0646\u0642\u0644 "{0}" \u0644\u0644\u062A\u0637\u0628\u064A\u0642. \u0642\u062F \u064A\u062D\u062F\u062B \u0647\u0630\u0627\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0628\u0633\u0628\u0628 \u062A\u0643\u0648\u064A\u0646 \u0645\u062D\u062A\u0648\u0649 \u0644\u0648\u062D\u0629 \u062A\u0634\u063A\u064A\u0644 SAP Fiori \u063A\u064A\u0631 \u0635\u062D\u064A\u062D \u0623\u0648 \u062A\u0639\u064A\u064A\u0646 \u062F\u0648\u0631 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D \u0623\u0648 \u0641\u0642\u062F \u062A\u0639\u064A\u064A\u0646 \u062F\u0648\u0631.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=\u0639\u0630\u0631\u064B\u0627\u060C \u062A\u0639\u0630\u0631 \u0641\u062A\u062D \u0627\u0644\u062A\u0637\u0628\u064A\u0642.
215
+ cannot_resolve_navigation_target_details=\u062A\u0639\u0630\u0631 \u062A\u062D\u0644\u064A\u0644 \u0647\u062F\u0641 \u0627\u0644\u062A\u0646\u0642\u0644 "{0}" \u0644\u0644\u062A\u0637\u0628\u064A\u0642. \u0648\u0642\u062F \u064A\u062D\u062F\u062B \u0647\u0630\u0627\u060C \u0639\u0644\u0649 \u0633\u0628\u064A\u0644 \u0627\u0644\u0645\u062B\u0627\u0644\u060C \u0628\u0633\u0628\u0628 \u062A\u0643\u0648\u064A\u0646 \u0645\u062D\u062A\u0648\u0649 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D \u0623\u0648 \u062A\u0639\u064A\u064A\u0646 \u062F\u0648\u0631 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D \u0623\u0648 \u0641\u0642\u062F \u062A\u0639\u064A\u064A\u0646 \u0627\u0644\u062F\u0648\u0631\u060C \u0623\u0648 \u0644\u0623\u0646 \u062C\u0647\u0627\u0632\u0643 \u0627\u0644\u062D\u0627\u0644\u064A \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645.
216
216
  failed_to_open_ui5_component=\u062A\u0639\u0630\u0631 \u0641\u062A\u062D \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0644\u0623\u0646\u0647 \u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0645\u0643\u0648\u0646 SAP UI5 \u0644\u0644\u062A\u0637\u0628\u064A\u0642.
217
217
  cannot_load_ui5_component_details=\u0641\u0634\u0644 \u062A\u062D\u0645\u064A\u0644 \u0645\u0643\u0648\u0646 UI5 \u0644\u0644\u062A\u0646\u0642\u0644 \u0627\u0644\u0645\u0642\u0635\u0648\u062F "{0}"
218
218
  fail_to_start_app_popup_blocker=\u062A\u0645 \u0645\u0646\u0639 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0645\u0646 \u0627\u0644\u0641\u062A\u062D \u0628\u0648\u0627\u0633\u0637\u0629 \u0623\u062F\u0627\u0629 \u0625\u064A\u0642\u0627\u0641 \u0646\u0648\u0627\u0641\u0630 \u0645\u0646\u0628\u062B\u0642\u0629 \u0646\u0634\u0637\u0629. \u0642\u0645 \u0628\u0625\u064A\u0642\u0627\u0641 \u062A\u0634\u063A\u064A\u0644 \u0623\u062F\u0627\u0629 \u0625\u064A\u0642\u0627\u0641 \u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629 \u0644\u0640 \u201C{0}\u201D \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0639\u0631\u0636 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643\u060C \u062B\u0645 \u0642\u0645 \u0628\u0641\u062A\u062D \u0627\u0644\u062A\u0637\u0628\u064A\u0642.
@@ -279,11 +279,12 @@ numberFormatFld=\u062A\u0646\u0633\u064A\u0642 \u0639\u0634\u0631\u064A
279
279
  timeZoneFld=\u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064A\u0629
280
280
  btn12h=12 \u0633\u0627\u0639\u0629
281
281
  btn24h=24 \u0633\u0627\u0639\u0629
282
+ SettingsCuaWarning=\u0628\u0639\u0636 \u0627\u0644\u062D\u0642\u0648\u0644 \u0645\u0639\u0637\u0644\u0629 \u0648\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u063A\u064A\u064A\u0631\u0647\u0627 \u0625\u0644\u0627 \u0641\u064A \u0646\u0638\u0627\u0645 \u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0645\u0631\u0643\u0632\u064A.
282
283
 
283
284
  appFrameworkId=\u0645\u0639\u0631\u0641 \u0625\u0637\u0627\u0631 \u0627\u0644\u0639\u0645\u0644
284
285
  appFrameworkVersion=\u0625\u0635\u062F\u0627\u0631 \u0625\u0637\u0627\u0631 \u0627\u0644\u0639\u0645\u0644
285
286
  productName=\u0627\u0633\u0645 \u0627\u0644\u0645\u0646\u062A\u062C
286
- appId=\u0627\u0644\u0645\u0639\u0631\u0641
287
+ appId=\u0645\u0639\u0631\u0641 Fiori
287
288
  appVersion=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
288
289
  technicalAppComponentId=\u0645\u0639\u0631\u0641 \u0627\u0644\u0645\u0643\u0648\u0646 \u0627\u0644\u062A\u0642\u0646\u064A
289
290
  appSupportInfo=\u0627\u0644\u0645\u0643\u0648\u0646
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} \u0627\u0644\u0642\u064A\u0645\u0629 \u0627\u0
306
307
  ariaLabelEditModeGroupLocked={0} \u062A\u0645 \u062A\u0623\u0645\u064A\u0646 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
307
308
  ariaLabelEditModeGroup={0} \u0645\u062C\u0645\u0648\u0639\u0629
308
309
  aboutApplication=\u0627\u0644\u062A\u0637\u0628\u064A\u0642
309
- aboutApplicationDetails=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642
310
+
310
311
  aboutEnvironment=\u0627\u0644\u0628\u064A\u0626\u0629
311
- aboutEnvironmentDetails=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0628\u064A\u0626\u0629
312
- aboutSystemDetails=\u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0646\u0638\u0627\u0645
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=\u0625\u063A\u0644\u0627\u0642
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=\u062A\u0644\u0642\u0627\u0626\u064A (\u0628\u0646\
827
827
  AppearanceDarkModeDetectionText=\u0642\u0645 \u0628\u062A\u0645\u0643\u064A\u0646 \u0627\u0644\u0643\u0634\u0641 \u0627\u0644\u062A\u0644\u0642\u0627\u0626\u064A \u0639\u0646 \u0627\u0644\u0646\u0645\u0637 \u0627\u0644\u062F\u0627\u0643\u0646 \u0641\u064A \u0627\u0644\u0646\u064F\u0633\u064F\u0642 \u0627\u0644\u0645\u062A\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0646\u0638\u0627\u0645 \u0627\u0644\u062A\u0634\u063A\u064A\u0644.
828
828
  AppearanceHighContrastTheme=\u062A\u0628\u0627\u064A\u0646 \u0639\u0627\u0644\u064D {0}
829
829
  AppearanceThemeDeprecated=\u0645\u0647\u0645\u0644
830
- DeprecatedThemeWarning=\u062A\u0645 \u0625\u0647\u0645\u0627\u0644 \u0627\u0644\u0646\u064F\u0633\u0642 \u0627\u0644\u0645\u062D\u062F\u062F \u0648\u0633\u062A\u062A\u0645 \u0625\u0632\u0627\u0644\u062A\u0647 \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644. \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u064F\u0633\u0642 \u0622\u062E\u0631 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629.
830
+ DeprecatedThemeWarning=\u062A\u0645 \u0625\u0647\u0645\u0627\u0644 \u0627\u0644\u0646\u064F\u0633\u0642 \u0627\u0644\u062D\u0627\u0644\u064A \u0648\u0633\u062A\u062A\u0645 \u0625\u0632\u0627\u0644\u062A\u0647 \u0641\u064A \u0627\u0644\u0645\u0633\u062A\u0642\u0628\u0644. \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0646\u064F\u0633\u0642 \u0622\u062E\u0631 \u0645\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629.
831
831
  LanguageAndRegionHelpingText=\u0628\u0639\u062F \u062D\u0641\u0638 \u0625\u0639\u062F\u0627\u062F\u0627\u062A\u0643\u060C \u0633\u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062B \u0627\u0644\u0645\u0633\u062A\u0639\u0631\u0636 \u0644\u064A\u0628\u062F\u0623 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629.
832
832
  TimeZoneHelpingText=\u0644\u0646 \u064A\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0632\u0645\u0646\u064A\u0629 \u0641\u064A \u062A\u0637\u0628\u064A\u0642\u0627\u062A UI5.\n\u0641\u064A \u062D\u0627\u0644\u0629 \u0639\u062F\u0645 \u0645\u0639\u0631\u0641\u0629 \u0646\u0648\u0639 \u062A\u0637\u0628\u064A\u0642\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646\u0647 \u0641\u064A \u0645\u0631\u0628\u0639 \u0627\u0644\u062D\u0648\u0627\u0631 "\u0646\u0628\u0630\u0629" \u0641\u064A \u0627\u0644\u062D\u0642\u0644 "\u0645\u0639\u0631\u0641 \u0625\u0637\u0627\u0631 \u0639\u0645\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642".
833
833
  ToggleButtonShow=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629
@@ -837,7 +837,7 @@ newWindowNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630
837
837
  replaceNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0628\u062F\u0648\u0646 shell \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
838
838
  newWindowThenEmbeddedNavigationMode=\u0641\u062A\u062D \u0641\u064A \u0646\u0627\u0641\u0630\u0629 \u062C\u062F\u064A\u062F\u0629 \u0628\u062F\u0648\u0646 shell \u0644\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0634\u063A\u064A\u0644
839
839
 
840
- Page.NoSectionText=\u0644\u0627 \u062A\u0648\u062C\u062F \u0623\u0642\u0633\u0627\u0645. \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u0627\u0631\u063A\u0629.
840
+ Page.NoSectionText=\u0644\u0627 \u062A\u0648\u062C\u062F \u0625\u0637\u0627\u0631\u0627\u062A. \u0627\u0644\u0635\u0641\u062D\u0629 \u0641\u0627\u0631\u063A\u0629.
841
841
  Page.Button.AddSection=\u0625\u0636\u0627\u0641\u0629 \u0642\u0633\u0645
842
842
  Page.MoveSection.Up=\u0646\u0642\u0644 \u0627\u0644\u0642\u0633\u0645 \u0644\u0623\u0639\u0644\u0649
843
843
  Page.MoveSection.Down=\u0646\u0642\u0644 \u0627\u0644\u0642\u0633\u0645 \u0644\u0623\u0633\u0641\u0644
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="{0}" \u043D\u0435 \u0431\u0435\u
211
211
  fail_tile_operation_create_new_group=\u041D\u043E\u0432\u0430\u0442\u0430 \u0433\u0440\u0443\u043F\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u0430
212
212
  fail_tile_operation_some_actions=\u041D\u0435\u0432\u044A\u0437\u043C\u043E\u0436\u043D\u043E \u0438\u0437\u043F\u044A\u043B\u043D\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438\u0442\u0435 \u0432\u0438 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F
213
213
  fail_to_start_app_try_later=\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043F\u043E-\u043A\u044A\u0441\u043D\u043E.
214
- failed_to_open_app_missing_configuration_or_role_assignment=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u043E \u0438\u043B\u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u043D\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F, \u0438\u043B\u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u043B\u0438\u043F\u0441\u0432\u0430\u0449\u043E \u043F\u0440\u0438\u0441\u044A\u0435\u0434\u0438\u043D\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u043E\u043B\u044F.
215
- cannot_resolve_navigation_target_details=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u0442\u0430 \u0446\u0435\u043B \u201E{0}\u201C \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0430. \u0422\u043E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0434\u044A\u043B\u0436\u0438 \u043D\u0430 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u043D\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B \u043D\u0430 SAP Fiori \u0438\u043B\u0438 \u043D\u0430 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E \u0438\u043B\u0438 \u043B\u0438\u043F\u0441\u0432\u0430\u0449\u043E \u043F\u0440\u0438\u0441\u044A\u0435\u0434\u0438\u043D\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u043E\u043B\u044F.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=\u0417\u0430 \u0441\u044A\u0436\u0430\u043B\u0435\u043D\u0438\u0435, \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u043E.
215
+ cannot_resolve_navigation_target_details=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u0442\u0430 \u0446\u0435\u043B \u201E{0}\u201C \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u0430. \u0422\u043E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0434\u044A\u043B\u0436\u0438 \u043D\u0430 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u043D\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E, \u043D\u0430 \u043D\u0435\u043F\u0440\u0430\u0432\u0438\u043B\u043D\u043E \u0438\u043B\u0438 \u043B\u0438\u043F\u0441\u0432\u0430\u0449\u043E \u043F\u0440\u0438\u0441\u044A\u0435\u0434\u0438\u043D\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u043E\u043B\u044F \u0438\u043B\u0438 \u0442\u0435\u043A\u0443\u0449\u043E\u0442\u043E \u0432\u0438 \u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u043E \u043D\u0435 \u0441\u0435 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430.
216
216
  failed_to_open_ui5_component=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043E\u0442\u0432\u043E\u0440\u0435\u043D\u043E, \u0437\u0430\u0449\u043E\u0442\u043E SAP UI5 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044A\u0442 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0430 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0437\u0430\u0440\u0435\u0434\u0435\u043D.
217
217
  cannot_load_ui5_component_details=\u041D\u0435\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u0440\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 UI5 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u0437\u0430 \u043F\u0440\u0435\u0434\u043D\u0430\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F "{0}"
218
218
  fail_to_start_app_popup_blocker=\u0410\u043A\u0442\u0438\u0432\u043D\u043E \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043E \u0437\u0430 \u0431\u043B\u043E\u043A\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0441\u043A\u0430\u0447\u0430\u0449\u0438 \u043F\u0440\u043E\u0437\u043E\u0440\u0446\u0438 \u0435 \u043F\u043E\u043F\u0440\u0435\u0447\u0438\u043B\u043E \u043D\u0430 \u043E\u0442\u0432\u0430\u0440\u044F\u043D\u0435\u0442\u043E \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E. \u0418\u0437\u043A\u043B\u044E\u0447\u0435\u0442\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u043E\u0442\u043E \u0437\u0430 \u0431\u043B\u043E\u043A\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0441\u043A\u0430\u0447\u0430\u0449\u0438 \u043F\u0440\u043E\u0437\u043E\u0440\u0446\u0438 \u0432\u044A\u0432 \u0432\u0430\u0448\u0438\u044F \u0431\u0440\u0430\u0443\u0437\u044A\u0440 \u0437\u0430 \u201C{0}\u201D \u0438 \u0441\u043B\u0435\u0434 \u0442\u043E\u0432\u0430 \u043E\u0442\u0432\u043E\u0440\u0435\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E.
@@ -279,11 +279,12 @@ numberFormatFld=\u0414\u0435\u0441\u0435\u0442\u0438\u0447\u0435\u043D \u0444\u0
279
279
  timeZoneFld=\u0427\u0430\u0441\u043E\u0432\u0438 \u043F\u043E\u044F\u0441
280
280
  btn12h=12 \u0447.
281
281
  btn24h=24 \u0447.
282
+ SettingsCuaWarning=\u041D\u044F\u043A\u043E\u0438 \u043F\u043E\u043B\u0435\u0442\u0430 \u0441\u0430 \u0434\u0435\u0437\u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0438 \u0438 \u043C\u043E\u0433\u0430\u0442 \u0434\u0430 \u0441\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u044F\u0442 \u0441\u0430\u043C\u043E \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 \u0437\u0430 \u0446\u0435\u043D\u0442\u0440\u0430\u043B\u043D\u043E \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0438\u0442\u0435.
282
283
 
283
284
  appFrameworkId=\u0418\u0414 \u043D\u0430 \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0430
284
285
  appFrameworkVersion=\u0412\u0435\u0440\u0441\u0438\u044F \u043D\u0430 \u0441\u0442\u0440\u0443\u043A\u0442\u0443\u0440\u0430
285
286
  productName=\u0418\u043C\u0435 \u043D\u0430 \u043F\u0440\u043E\u0434\u0443\u043A\u0442
286
- appId=\u0418\u0414
287
+ appId=\u0418\u0414 \u043D\u0430 Fiori
287
288
  appVersion=\u0412\u0435\u0440\u0441\u0438\u044F
288
289
  technicalAppComponentId=\u0418\u0414 \u043D\u0430 \u0442\u0435\u0445\u043D\u0438\u0447\u0435\u0441\u043A\u0438 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
289
290
  appSupportInfo=\u041A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} \u0433\u0440\u0443\u043F\u0430 \u043F\u043E \u
306
307
  ariaLabelEditModeGroupLocked={0} \u0433\u0440\u0443\u043F\u0430 \u0437\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u0430
307
308
  ariaLabelEditModeGroup={0} \u0433\u0440\u0443\u043F\u0430
308
309
  aboutApplication=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
309
- aboutApplicationDetails=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E
310
+
310
311
  aboutEnvironment=\u0421\u0440\u0435\u0434\u0430
311
- aboutEnvironmentDetails=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u0441\u0440\u0435\u0434\u0430
312
- aboutSystemDetails=\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0
827
827
  AppearanceDarkModeDetectionText=\u0410\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E \u043E\u0442\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0442\u044A\u043C\u0435\u043D \u0440\u0435\u0436\u0438\u043C \u0432 \u0441\u044A\u0432\u043C\u0435\u0441\u0442\u0438\u043C\u0438 \u0442\u0435\u043C\u0438, \u0431\u0430\u0437\u0438\u0440\u0430\u043D\u043E \u043D\u0430 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438\u0442\u0435 \u043D\u0430 \u043E\u043F\u0435\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u0442\u0430 \u0432\u0438 \u0441\u0438\u0441\u0442\u0435\u043C\u0430.
828
828
  AppearanceHighContrastTheme={0} \u0412\u0438\u0441\u043E\u043A \u043A\u043E\u043D\u0442\u0440\u0430\u0441\u0442
829
829
  AppearanceThemeDeprecated=\u041D\u0435\u043F\u0440\u0435\u043F\u043E\u0440\u044A\u0447\u0438\u0442\u0435\u043B\u043D\u043E
830
- DeprecatedThemeWarning=\u0418\u0437\u0431\u0440\u0430\u043D\u0430\u0442\u0430 \u0442\u0435\u043C\u0430 \u0435 \u043D\u0435\u043F\u0440\u0435\u043F\u043E\u0440\u044A\u0447\u0438\u0442\u0435\u043B\u043D\u0430 \u0438 \u0449\u0435 \u0431\u044A\u0434\u0435 \u043F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u0430. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0430 \u0442\u0435\u043C\u0430 \u043E\u0442 \u0441\u043F\u0438\u0441\u044A\u043A\u0430.
830
+ DeprecatedThemeWarning=\u0422\u0435\u043A\u0443\u0449\u0430\u0442\u0430 \u0442\u0435\u043C\u0430 \u0435 \u043D\u0435\u043F\u0440\u0435\u043F\u043E\u0440\u044A\u0447\u0438\u0442\u0435\u043B\u043D\u0430 \u0438 \u0449\u0435 \u0431\u044A\u0434\u0435 \u043F\u0440\u0435\u043C\u0430\u0445\u043D\u0430\u0442\u0430. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u0430 \u0442\u0435\u043C\u0430 \u043E\u0442 \u0441\u043F\u0438\u0441\u044A\u043A\u0430.
831
831
  LanguageAndRegionHelpingText=\u0421\u043B\u0435\u0434 \u043A\u0430\u0442\u043E \u0437\u0430\u043F\u0430\u0437\u0438\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438, \u0431\u0440\u0430\u0437\u0443\u0437\u0435\u0440\u044A\u0442 \u0449\u0435 \u0441\u0435 \u043E\u043F\u0440\u0435\u0441\u043D\u0438, \u0437\u0430 \u0434\u0430 \u043C\u043E\u0433\u0430\u0442 \u043D\u043E\u0432\u0438\u0442\u0435 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u0434\u0430 \u0441\u0435 \u0437\u0430\u0434\u0435\u0439\u0441\u0442\u0432\u0430\u0442.
832
832
  TimeZoneHelpingText=\u0427\u0430\u0441\u043E\u0432\u0430\u0442\u0430 \u0437\u043E\u043D\u0430 \u043D\u044F\u043C\u0430 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0438\u043B\u0430\u0433\u0430 \u0432 UI5 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F. \n\u0410\u043A\u043E \u043D\u0435 \u0437\u043D\u0430\u0435\u0442\u0435 \u0432\u0438\u0434\u0430 \u043D\u0430 \u0434\u0430\u0434\u0435\u043D\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E, \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0433\u043E \u043F\u0440\u043E\u0432\u0435\u0440\u0438\u0442\u0435 \u0432 \u0434\u0438\u0430\u043B\u043E\u0433\u043E\u0432\u0438\u044F \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446 \u201E\u041E\u0442\u043D\u043E\u0441\u043D\u043E\u201C \u0432 \u043F\u043E\u043B\u0435\u0442\u043E \u201E\u0418\u0414 \u043D\u0430 \u0440\u0430\u043C\u043A\u0430 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435\u0442\u043E\u201C.
833
833
  ToggleButtonShow=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043C\u0435\u043D\u044E
@@ -837,7 +837,7 @@ newWindowNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u0432
837
837
  replaceNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u043D\u0430 \u043C\u044F\u0441\u0442\u043E \u0431\u0435\u0437 \u0433\u0440\u0430\u0444\u0438\u0447\u043D\u0430\u0442\u0430 \u043E\u0431\u0432\u0438\u0432\u043A\u0430 \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B
838
838
  newWindowThenEmbeddedNavigationMode=\u041E\u0442\u0432\u0430\u0440\u044F \u0441\u0435 \u0432 \u043D\u043E\u0432 \u043F\u0440\u043E\u0437\u043E\u0440\u0435\u0446 \u0431\u0435\u0437 \u0433\u0440\u0430\u0444\u0438\u0447\u043D\u0430\u0442\u0430 \u043E\u0431\u0432\u0438\u0432\u043A\u0430 \u043D\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043D\u0438\u044F \u043F\u0430\u043D\u0435\u043B
839
839
 
840
- Page.NoSectionText=\u041D\u044F\u043C\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0438. \u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u0435 \u043F\u0440\u0430\u0437\u043D\u0430.
840
+ Page.NoSectionText=\u041D\u044F\u043C\u0430 \u043F\u043B\u043E\u0447\u043A\u0438. \u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430\u0442\u0430 \u0435 \u043F\u0440\u0430\u0437\u043D\u0430.
841
841
  Page.Button.AddSection=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B
842
842
  Page.MoveSection.Up=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u043D\u0430\u0433\u043E\u0440\u0435
843
843
  Page.MoveSection.Down=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B\u0430 \u043D\u0430\u0434\u043E\u043B\u0443
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="{0}" no es pot eliminar de diver
211
211
  fail_tile_operation_create_new_group=No s'ha pogut crear grup nou
212
212
  fail_tile_operation_some_actions=No s'han pogut concloure totes les accions
213
213
  fail_to_start_app_try_later=L'aplicaci\u00F3 no es pot obrir. Torneu a intentar-ho m\u00E9s tard.
214
- failed_to_open_app_missing_configuration_or_role_assignment=L'aplicaci\u00F3 no s'ha pogut obrir perqu\u00E8 la configuraci\u00F3 \u00E9s incorrecta o perqu\u00E8 falta una assignaci\u00F3 de rol.
215
- cannot_resolve_navigation_target_details=La destinaci\u00F3 de navegaci\u00F3 "{0}" de l''aplicaci\u00F3 no s''ha pogut resoldre. Pot ser degut, per exemple, a qu\u00E8 la configuraci\u00F3 de continguts de la rampa de llan\u00E7ament SAP Fiori \u00E9s incorrecta o a qu\u00E8 falta una assignaci\u00F3 de rol o \u00E9s incorrecta.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=No s'ha pogut obrir l'aplicaci\u00F3.
215
+ cannot_resolve_navigation_target_details=No s''ha pogut resoldre la destinaci\u00F3 de navegaci\u00F3 "{0}" de l''aplicaci\u00F3. Pot ser degut, per exemple, a una configuraci\u00F3 incorrecta del contingut, a una assignaci\u00F3 de rols incorrecta o inexistent o al fet que el vostre dispositiu actual no \u00E9s compatible.
216
216
  failed_to_open_ui5_component=No s'ha pogut obrir l'aplicaci\u00F3 perqu\u00E8 no s'ha pogut carregar el component SAP UI5 de l'aplicaci\u00F3.
217
217
  cannot_load_ui5_component_details=No s''ha pogut carregar el component UI5 per a la intenci\u00F3 de navegaci\u00F3 "{0}"
218
218
  fail_to_start_app_popup_blocker=Un bloquejador d''elements emergents ha impedit que s''obr\u00EDs l''aplicaci\u00F3. Desactiveu el bloquejador d''elements emergents per "{0}" al navegador i torneu a obrir l''aplicaci\u00F3.
@@ -279,11 +279,12 @@ numberFormatFld=Format decimal
279
279
  timeZoneFld=Fus horari
280
280
  btn12h=12 h
281
281
  btn24h=24 h
282
+ SettingsCuaWarning=Alguns camps estan desactivats i nom\u00E9s es poden modificar al sistema d'administraci\u00F3 d'usuari central.
282
283
 
283
284
  appFrameworkId=ID de marc
284
285
  appFrameworkVersion=Versi\u00F3 de marc
285
286
  productName=Nom de producte
286
- appId=ID
287
+ appId=ID de Fiori
287
288
  appVersion=Versi\u00F3
288
289
  technicalAppComponentId=ID de component t\u00E8cnic
289
290
  appSupportInfo=Component
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} Est\u00E0ndard de grup
306
307
  ariaLabelEditModeGroupLocked={0} Grup bloquejat
307
308
  ariaLabelEditModeGroup={0} Grup
308
309
  aboutApplication=Aplicaci\u00F3
309
- aboutApplicationDetails=Detalls d'aplicaci\u00F3
310
+
310
311
  aboutEnvironment=Entorn
311
- aboutEnvironmentDetails=Detalls de l'entorn
312
- aboutSystemDetails=Detalls del sistema
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Tancar
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Autom\u00E0tic (segons la configuraci\u00F3 del vos
827
827
  AppearanceDarkModeDetectionText=Activeu la detecci\u00F3 autom\u00E0tica del mode fosc en els temes compatibles en funci\u00F3 de les opcions del sistema operatiu.
828
828
  AppearanceHighContrastTheme=Contrast alt de {0}
829
829
  AppearanceThemeDeprecated=Obsolet
830
- DeprecatedThemeWarning=El tema seleccionat est\u00E0 obsolet i s'eliminar\u00E0 en el futur. Utilitzeu un altre tema de la llista.
830
+ DeprecatedThemeWarning=El tema actual est\u00E0 obsolet i s'eliminar\u00E0 en el futur. Utilitzeu un altre tema de la llista.
831
831
  LanguageAndRegionHelpingText=Despr\u00E9s de desar les configuracions, el navegador s'actualitzar\u00E0 per fer que les noves configuracions siguin efectives.
832
832
  TimeZoneHelpingText=El fus horari no s'aplicar\u00E0 a les aplicacions UI5. \nSi no sabeu el tipus d'una aplicaci\u00F3, podeu verificar-lo al di\u00E0leg "Quant a" al camp "ID del marc de l'aplicaci\u00F3".
833
833
  ToggleButtonShow=Mostrar men\u00FA
@@ -837,7 +837,7 @@ newWindowNavigationMode=S\u2019obre en una finestra nova
837
837
  replaceNavigationMode=S\u2019obre al lloc sense un shell de plataforma de llan\u00E7ament
838
838
  newWindowThenEmbeddedNavigationMode=S\u2019obre en una finestra nova sense un shell de plataforma de llan\u00E7ament
839
839
 
840
- Page.NoSectionText=No hi ha cap secci\u00F3. La p\u00E0gina \u00E9s buida.
840
+ Page.NoSectionText=No hi ha cap mosaic. La p\u00E0gina \u00E9s buida.
841
841
  Page.Button.AddSection=Afegir secci\u00F3
842
842
  Page.MoveSection.Up=Mou la secci\u00F3 cap amunt
843
843
  Page.MoveSection.Down=Mou la secci\u00F3 cap avall
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups=\u201E{0}\u201C se ne mo\u017Ee u
211
211
  fail_tile_operation_create_new_group=Nova grupa se ne mo\u017Ee kreirati
212
212
  fail_tile_operation_some_actions=Nije mogu\u0107e zavr\u0161iti sve va\u0161e radnje
213
213
  fail_to_start_app_try_later=Nije mogu\u0107e otvoriti aplikaciju. Poku\u0161ajte ponovo kasnije.
214
- failed_to_open_app_missing_configuration_or_role_assignment=Aplikacija se ne mo\u017Ee otvoriti zbog neta\u010Dne konfiguracije ili zato \u0161to nedostaje dodjela uloge.
215
- cannot_resolve_navigation_target_details=Cilj usmjeravanja \u201E{0}\u201D aplikacije se ne mo\u017Ee razrije\u0161iti. Uzrok tome mo\u017Ee biti, na primjer, neta\u010Dna konfiguracija sadr\u017Eaja SAP Fiori launchpad-a ili dodjela uloge koja nedostaje.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=Na\u017Ealost, aplikacija se nije mogla otvoriti.
215
+ cannot_resolve_navigation_target_details=Cilj usmjeravanja \u201E{0}\u201D aplikacije se ne mo\u017Ee razrije\u0161iti. Uzrok tome mo\u017Ee biti, na primjer, neta\u010Dna konfiguracija sadr\u017Eaja, dodjela uloge koja je neta\u010Dna ili nedostaje ili va\u0161 trenutni ure\u0111aj nije podr\u017Ean.
216
216
  failed_to_open_ui5_component=Aplikacija se ne mo\u017Ee otvoriti zato \u0161to se komponenta SAP UI5 aplikacije ne mo\u017Ee u\u010Ditati.
217
217
  cannot_load_ui5_component_details=Nije uspjelo u\u010Ditavanje komponente UI5 za namjeru usmjeravanja \u201E{0}\u201C
218
218
  fail_to_start_app_popup_blocker=Aktivna blokada popup-a onemogu\u0107ila je otvaranje aplikacije. U pretra\u017Eiva\u010Du isklju\u010Dite blokadu popup-a za \u201E{0}\u201C, a zatim otvorite aplikaciju.
@@ -279,11 +279,12 @@ numberFormatFld=Decimalni format
279
279
  timeZoneFld=Vremenska zona
280
280
  btn12h=12 h
281
281
  btn24h=24 h
282
+ SettingsCuaWarning=Neka polja su deaktivirana i mogu se promijeniti samo u sistemu za centralnu administraciju korisnika.
282
283
 
283
284
  appFrameworkId=ID okvira
284
285
  appFrameworkVersion=Verzija okvira
285
286
  productName=Naziv proizvoda
286
- appId=ID
287
+ appId=Fiori ID
287
288
  appVersion=Verzija
288
289
  technicalAppComponentId=ID tehni\u010Dke komponente
289
290
  appSupportInfo=Komponenta
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} grupa standardna
306
307
  ariaLabelEditModeGroupLocked={0} grupa zaklju\u010Dana
307
308
  ariaLabelEditModeGroup={0} grupa
308
309
  aboutApplication=Aplikacija
309
- aboutApplicationDetails=Detalji aplikacije
310
+
310
311
  aboutEnvironment=Okru\u017Eenje
311
- aboutEnvironmentDetails=Detalji okru\u017Eenja
312
- aboutSystemDetails=Detalji sistema
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Zatvori
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Automatski (zasnovano na pode\u0161avanjima operat
827
827
  AppearanceDarkModeDetectionText=Aktivirajte automatsko otkrivanje tamnog na\u010Dina za kompatibilne teme na osnovu va\u0161ih pode\u0161avanja operativnog sistema.
828
828
  AppearanceHighContrastTheme={0} Visoki kontrast
829
829
  AppearanceThemeDeprecated=Zastarjelo
830
- DeprecatedThemeWarning=Odabrana tema je zastarjela i u budu\u0107nosti \u0107e biti uklonjena. Koristite drugu temu s liste.
830
+ DeprecatedThemeWarning=Trenutna tema je zastarjela i u budu\u0107nosti \u0107e biti uklonjena. Koristite drugu temu s liste.
831
831
  LanguageAndRegionHelpingText=Nakon \u0161to sa\u010Duvate pode\u0161avanja, pretra\u017Eiva\u010D \u0107e se osvje\u017Eiti kako bi se aktivirala nova pode\u0161avanja.
832
832
  TimeZoneHelpingText=Vremenska zona ne\u0107e biti primijenjena u aplikacijama UI5. \nAko ne znate tip aplikacije, mo\u017Eete ga pogledati u dijalogu "Informacije" u polju "ID okvira aplikacije".
833
833
  ToggleButtonShow=Poka\u017Ei meni
@@ -837,7 +837,7 @@ newWindowNavigationMode=Otvara se u novom prozoru
837
837
  replaceNavigationMode=Otvara se na mjestu bez launchpad shell-a
838
838
  newWindowThenEmbeddedNavigationMode=Otvara se u novom prozoru bez launchpad shell-a
839
839
 
840
- Page.NoSectionText=Nema odjeljaka. Stranica je prazna.
840
+ Page.NoSectionText=Nema podekrana. Stranica je prazna.
841
841
  Page.Button.AddSection=Dodaj odjeljak
842
842
  Page.MoveSection.Up=Pomjeri odjeljak nagore
843
843
  Page.MoveSection.Down=Pomjeri odjeljak nadolje
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="{0}" nelze odstranit z v\u00EDce
211
211
  fail_tile_operation_create_new_group=Novou skupinu nebylo mo\u017Eno zalo\u017Eit
212
212
  fail_tile_operation_some_actions=N\u011Bkter\u00E9 va\u0161e akce nebylo mo\u017Eno ukon\u010Dit
213
213
  fail_to_start_app_try_later=Aplikaci nebylo mo\u017Eno otev\u0159\u00EDt. Pokuste se znova pozd\u011Bji.
214
- failed_to_open_app_missing_configuration_or_role_assignment=Aplikaci nebylo mo\u017En\u00E9 otev\u0159\u00EDt bu\u010F kv\u016Fli nespr\u00E1vn\u00E9 konfiguraci launchpadu SAP Fiori, nebo kv\u016Fli chyb\u011Bj\u00EDc\u00EDmu p\u0159i\u0159azen\u00ED role.
215
- cannot_resolve_navigation_target_details=Naviga\u010Dn\u00ED c\u00EDl "{0}" aplikace nebylo mo\u017En\u00E9 rozeznat. To m\u016F\u017Ee b\u00FDt zp\u016Fsobeno nap\u0159\u00EDklad nespr\u00E1vnou konfigurac\u00ED obsahu launchpadu SAP Fiori nebo nespr\u00E1vn\u00FDm nebo chyb\u011Bj\u00EDc\u00EDm p\u0159i\u0159azen\u00EDm role.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=Aplikaci bohu\u017Eel nebylo mo\u017En\u00E9 otev\u0159\u00EDt.
215
+ cannot_resolve_navigation_target_details=Naviga\u010Dn\u00ED c\u00EDl "{0}" aplikace nebylo mo\u017En\u00E9 rozeznat. To m\u016F\u017Ee b\u00FDt zp\u016Fsobeno nap\u0159\u00EDklad nespr\u00E1vnou konfigurac\u00ED, nespr\u00E1vn\u00FDm nebo chyb\u011Bj\u00EDc\u00EDm p\u0159i\u0159azen\u00EDm role nebo t\u00EDm, \u017Ee aktu\u00E1ln\u00ED za\u0159\u00EDzen\u00ED nen\u00ED podporov\u00E1no.
216
216
  failed_to_open_ui5_component=Aplikaci nebylo mo\u017En\u00E9 otev\u0159\u00EDt, proto\u017Ee komponentu aplikace SAP UI5 nebylo mo\u017En\u00E9 na\u010D\u00EDst.
217
217
  cannot_load_ui5_component_details=Nezda\u0159ilo se na\u010D\u00EDst komponentu UI5 pro z\u00E1m\u011Br navigace "{0}"
218
218
  fail_to_start_app_popup_blocker=Blok\u00E1tor dialogu zabr\u00E1nil otev\u0159en\u00ED aplikace. Deaktivujte blok\u00E1tor dialogu pro \u201C{0}\u201D v prohl\u00ED\u017Ee\u010Di a pak otev\u0159ete aplikaci znovu.
@@ -279,11 +279,12 @@ numberFormatFld=Des\u00EDtkov\u00E9 zobrazen\u00ED
279
279
  timeZoneFld=\u010Casov\u00E9 p\u00E1smo
280
280
  btn12h=12 h
281
281
  btn24h=24 h
282
+ SettingsCuaWarning=N\u011Bkter\u00E1 pole jsou deaktivovan\u00E1 a lze je zm\u011Bnit jen v syst\u00E9mu centr\u00E1ln\u00ED spr\u00E1vy u\u017Eivatel\u016F.
282
283
 
283
284
  appFrameworkId=ID frameworku
284
285
  appFrameworkVersion=Verze frameworku
285
286
  productName=N\u00E1zev produktu
286
- appId=ID
287
+ appId=ID Fiori
287
288
  appVersion=Verze
288
289
  technicalAppComponentId=ID technick\u00E9 komponenty
289
290
  appSupportInfo=Komponenta
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} Skupinov\u00FD standard
306
307
  ariaLabelEditModeGroupLocked={0} skupina blokov\u00E1na
307
308
  ariaLabelEditModeGroup={0} Skupina
308
309
  aboutApplication=Aplikace
309
- aboutApplicationDetails=Detaily aplikace
310
+
310
311
  aboutEnvironment=Prost\u0159ed\u00ED
311
- aboutEnvironmentDetails=Detaily prost\u0159ed\u00ED
312
- aboutSystemDetails=Detaily syst\u00E9mu
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Zav\u0159\u00EDt
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Automaticky (podle nastaven\u00ED va\u0161eho opera
827
827
  AppearanceDarkModeDetectionText=Aktivovat automatickou detekci tmav\u00E9ho re\u017Eimu na kompatibiln\u00EDch motivech na z\u00E1klad\u011B nastaven\u00ED va\u0161eho opera\u010Dn\u00EDho syst\u00E9mu.
828
828
  AppearanceHighContrastTheme={0} s vysok\u00FDm kontrastem
829
829
  AppearanceThemeDeprecated=Zastaral\u00E9
830
- DeprecatedThemeWarning=Vybran\u00FD motiv je zastaral\u00FD a bude v budoucnosti odebr\u00E1n. Pou\u017Eijte jin\u00FD motiv ze seznamu.
830
+ DeprecatedThemeWarning=Aktu\u00E1ln\u00ED motiv je zastaral\u00FD a bude v budoucnosti odebr\u00E1n. Pou\u017Eijte jin\u00FD motiv ze seznamu.
831
831
  LanguageAndRegionHelpingText=Po ulo\u017Een\u00ED nastaven\u00ED aktualizuje prohl\u00ED\u017Ee\u010D str\u00E1nku, aby se aktivovala nov\u00E1 nastaven\u00ED.
832
832
  TimeZoneHelpingText=\u010Casov\u00E9 p\u00E1smo nebude pou\u017Eito v aplikac\u00EDch UI5. \nPokud nezn\u00E1te typ aplikace, m\u016F\u017Eete ho zkontrolovat v dialogu "O aplikaci" v poli "ID frameworku aplikace\u201D.
833
833
  ToggleButtonShow=Zobrazit menu
@@ -837,7 +837,7 @@ newWindowNavigationMode=Otev\u0159e v nov\u00E9m okn\u011B
837
837
  replaceNavigationMode=Otev\u0159e na m\u00EDst\u011B bez launchpad shell
838
838
  newWindowThenEmbeddedNavigationMode=Otev\u0159e v nov\u00E9m okn\u011B bez launchpad shell
839
839
 
840
- Page.NoSectionText=\u017D\u00E1dn\u00E9 sekce neexistuj\u00ED. Str\u00E1nka je pr\u00E1zdn\u00E1.
840
+ Page.NoSectionText=\u017D\u00E1dn\u00E9 dla\u017Edice neexistuj\u00ED. Str\u00E1nka je pr\u00E1zdn\u00E1.
841
841
  Page.Button.AddSection=P\u0159idat sekci
842
842
  Page.MoveSection.Up=Posunout sekci nahoru
843
843
  Page.MoveSection.Down=Posunout sekci dol\u016F
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups=Doedd dim modd tynnu "{0}" o fwy
211
211
  fail_tile_operation_create_new_group=Doedd dim modd creu gr\u0175p newydd
212
212
  fail_tile_operation_some_actions=Doedd dim modd cwblhau pob un o\u2019ch camau gweithredu.
213
213
  fail_to_start_app_try_later=Doedd dim modd agor yr ap. Rhowch gynnig arall arni rywbryd eto.
214
- failed_to_open_app_missing_configuration_or_role_assignment=Doedd dim modd agor yr ap, unai oherwydd ffurfweddiad anghywir neu aseiniad r\u00F4l coll.
215
- cannot_resolve_navigation_target_details=Doedd dim modd datrys targed llywio "{0}" yr ap. Gall hyn gael ei achosi, er enghraifft, gan ffurfweddiad cynnwys SAP Fiori Launchpad anghywir neu gan aseisniad r\u00F4l anghywir neu coll.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=Yn anffodus, doedd dim modd agor yr ap.
215
+ cannot_resolve_navigation_target_details=Doedd dim modd datrys targed llywio "{0}" yr ap. Gall hyn gael ei achosi, er enghraifft, gan ffurfweddiad cynnwys anghywir, gan aseiniad r\u00F4l anghywir neu coll, neu oherwydd nad oes modd delio \u00E2''ch teclyn presennol.
216
216
  failed_to_open_ui5_component=Doedd dim modd agor yr ap oherwydd doedd dim modd llwytho cydran SAP UI5 y rhaglen.
217
217
  cannot_load_ui5_component_details=Wedi methu llwytho cydran UI5 ar gyfer bwriad llywio "{0}"
218
218
  fail_to_start_app_popup_blocker=Fe wnaeth rhwystrwr ffenestri naid rwystro\u2019r ap rhag agor. Yn eich porwr, diffoddwch y rhwystrwr ffenestri naid ar gyfer \u201C{0}\u201D, ac yna agorwch yr ap.
@@ -279,11 +279,12 @@ numberFormatFld=Fformat Degol
279
279
  timeZoneFld=Cylchfa amser
280
280
  btn12h=12 awr
281
281
  btn24h=24 awr
282
+ SettingsCuaWarning=Mae rhai meysydd wedi'u hanalluogi, a dim ond yn y system Gweinyddu Defnyddiwr Canolog y gallwch eu newid.
282
283
 
283
284
  appFrameworkId=ID Fframwaith
284
285
  appFrameworkVersion=Fersiwn Fframwaith
285
286
  productName=Enw Cynnyrch
286
- appId=ID
287
+ appId=ID Fiori
287
288
  appVersion=Fersiwn
288
289
  technicalAppComponentId=ID y Cydran Dechnegol
289
290
  appSupportInfo=Cydran
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} Gr\u0175p diofyn
306
307
  ariaLabelEditModeGroupLocked={0} Gr\u0175p wedi cloi
307
308
  ariaLabelEditModeGroup={0} Gr\u0175p
308
309
  aboutApplication=Rhaglen
309
- aboutApplicationDetails=Manylion y Rhaglen
310
+
310
311
  aboutEnvironment=Amgylchedd
311
- aboutEnvironmentDetails=Manylion yr Amgylchedd
312
- aboutSystemDetails=Manylion y System
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Cau
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Awtomatig (yn seiliedig ar eich gosodiadau system g
827
827
  AppearanceDarkModeDetectionText=Galluogi adnabod modd tywyll yn awtomatig ar them\u00E2u cydnaws yn seiliedig ar osodiadau eich system weithredu.
828
828
  AppearanceHighContrastTheme={0} Cyferbyniad Uchel
829
829
  AppearanceThemeDeprecated=Heb ei Gymeradwyo
830
- DeprecatedThemeWarning=Nid yw'r thema dan sylw wedi'i chymeradwyo a bydd yn cael ei thynnu yn y dyfodol. Defnyddiwch thema arall o'r rhestr.
830
+ DeprecatedThemeWarning=Nid yw'r thema bresenol wedi'i chymeradwyo a bydd yn cael ei thynnu yn y dyfodol. Defnyddiwch thema arall o'r rhestr.
831
831
  LanguageAndRegionHelpingText=Ar \u00F4l i chi gadw eich gosodiadau, bydd y porwr yn adnewyddu er mwyn i\u2019r gosodiadau newydd ddod i rym.
832
832
  TimeZoneHelpingText=Ni fydd y parth amser yn cael ei gymhwyso mewn apiau UI5.\nOs nad ydych chi'n gwybod y math o ap, gallwch ei wirio yn y deialog 'Gwybodaeth' yn y maes 'ID y Fframwaith Rhaglen'.
833
833
  ToggleButtonShow=Dangos Dewislen
@@ -837,7 +837,7 @@ newWindowNavigationMode=Yn agor mewn ffenestr newydd
837
837
  replaceNavigationMode=Yn agor mewn lle heb gragen pad lawnsio
838
838
  newWindowThenEmbeddedNavigationMode=Yn agor mewn ffenestr newydd heb gragen pad lansio
839
839
 
840
- Page.NoSectionText=Does dim adrannau. Mae\u2019r dudalen yn wag.
840
+ Page.NoSectionText=Does dim teils. Mae\u2019r dudalen yn wag.
841
841
  Page.Button.AddSection=Ychwanegu Adran
842
842
  Page.MoveSection.Up=Symud yr Adran i Fyny
843
843
  Page.MoveSection.Down=Symud yr Adran i Lawr
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="{0}" kan ikke fjernes fra flere
211
211
  fail_tile_operation_create_new_group=Ny gruppe kunne ikke oprettes
212
212
  fail_tile_operation_some_actions=Ikke alle dine aktioner kunne afsluttes
213
213
  fail_to_start_app_try_later=App kunne ikke \u00E5bnes. Fors\u00F8g igen senere.
214
- failed_to_open_app_missing_configuration_or_role_assignment=App kunne ikke \u00E5bnes, enten pga. en forkert konfiguration eller en manglende rolletildeling.
215
- cannot_resolve_navigation_target_details=Navigationsm\u00E5let "{0}" for appen kunne ikke l\u00F8ses. Dette kan for eksempel skyldes en forkert indholdskonfiguration for SAP Fiori launchpad eller en forkert eller manglende rolletildeling.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=Beklager, appen kunne ikke \u00E5bnes.
215
+ cannot_resolve_navigation_target_details=Navigationsm\u00E5let "{0}" for appen kunne ikke l\u00F8ses. Dette kan for eksempel skyldes en forkert indholdskonfiguration, en forkert eller manglende rolletildeling, eller fordi din aktuelle enhed ikke underst\u00F8ttes.
216
216
  failed_to_open_ui5_component=App kunne ikke \u00E5bnes, da SAPUI5-komponenten for applikationen ikke kunne indl\u00E6ses.
217
217
  cannot_load_ui5_component_details=Kunne ikke indl\u00E6se SAPUI5-komponenten for navigationshensigt "{0}"
218
218
  fail_to_start_app_popup_blocker=En aktiv blokering af popup-vinduer har forhindret, at appen \u00E5bnes. Inaktiver blokeringen af popup-vinduer for "{0}", og \u00E5bn appen.
@@ -279,11 +279,12 @@ numberFormatFld=Decimalpr\u00E6sentation
279
279
  timeZoneFld=Tidszone
280
280
  btn12h=12 timer
281
281
  btn24h=24 timer
282
+ SettingsCuaWarning=Nogle felter er deaktiverede og kan kun \u00E6ndres i systemet for central brugeradministration.
282
283
 
283
284
  appFrameworkId=Framework-ID
284
285
  appFrameworkVersion=Framework-version
285
286
  productName=Produktnavn
286
- appId=ID
287
+ appId=Fiori-id
287
288
  appVersion=Version
288
289
  technicalAppComponentId=ID for teknisk komponent
289
290
  appSupportInfo=Komponent
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} gruppestandard
306
307
  ariaLabelEditModeGroupLocked={0} gruppe sp\u00E6rret
307
308
  ariaLabelEditModeGroup={0} gruppe
308
309
  aboutApplication=Applikation
309
- aboutApplicationDetails=Applikationsdetaljer
310
+
310
311
  aboutEnvironment=Milj\u00F8
311
- aboutEnvironmentDetails=Milj\u00F8detaljer
312
- aboutSystemDetails=Systemdetaljer
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Luk
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Automatisk (baseret p\u00E5 dit operativsystems ind
827
827
  AppearanceDarkModeDetectionText=Aktiver automatisk registrering af m\u00F8rk tilstand p\u00E5 kompatible temaer baseret p\u00E5 indstillingerne for dit operativsystem.
828
828
  AppearanceHighContrastTheme={0} H\u00F8j kontrast
829
829
  AppearanceThemeDeprecated=For\u00E6ldet
830
- DeprecatedThemeWarning=Det valgte tema er for\u00E6ldet og fjernes i fremtiden. Brug et andet tema fra listen.
830
+ DeprecatedThemeWarning=Det aktuelle tema er for\u00E6ldet og fjernes i fremtiden. Brug et andet tema fra listen.
831
831
  LanguageAndRegionHelpingText=N\u00E5r du har gemt dine indstillinger, opdaterer browseren, s\u00E5ledes at de nye indstillinger aktiveres.
832
832
  TimeZoneHelpingText=Tidszonen anvendes ikke i UI5-apps. \nHvis du ikke kender en apps type, kan du se det i dialogen "Om" i feltet "ID for applikationsframeworket".
833
833
  ToggleButtonShow=Vis menu
@@ -837,7 +837,7 @@ newWindowNavigationMode=\u00C5bner i et nyt vindue
837
837
  replaceNavigationMode=\u00C5bner p\u00E5 et sted uden et launchpad-shell
838
838
  newWindowThenEmbeddedNavigationMode=\u00C5bner i et nyt vindue uden et launchpad-shell
839
839
 
840
- Page.NoSectionText=Der er ingen afsnit. Siden er tom.
840
+ Page.NoSectionText=Der er ingen fliser. Siden er tom.
841
841
  Page.Button.AddSection=Tilf\u00F8j afsnit
842
842
  Page.MoveSection.Up=Flyt afsnit op
843
843
  Page.MoveSection.Down=Flyt afsnit ned
@@ -211,8 +211,8 @@ fail_tile_operation_remove_from_several_groups="{0}" kann nicht aus mehreren Gru
211
211
  fail_tile_operation_create_new_group=Neue Gruppe konnte nicht angelegt werden
212
212
  fail_tile_operation_some_actions=Nicht alle Ihre Aktionen konnten abgeschlossen werden
213
213
  fail_to_start_app_try_later=App kann nicht ge\u00F6ffnet werden. Bitte versuchen Sie es sp\u00E4ter erneut.
214
- failed_to_open_app_missing_configuration_or_role_assignment=App kann nicht ge\u00F6ffnet werden. Entweder ist eine Konfiguration falsch oder eine Rollenzuordnung fehlt.
215
- cannot_resolve_navigation_target_details=Das Navigationsziel "{0}" der App konnte nicht aufgel\u00F6st werden. Die Ursache hierf\u00FCr kann beispielsweise eine falsche Konfiguration des SAP-Fiori-Launchpad-Contents oder eine falsche oder fehlende Rollenzuordnung sein.
214
+ failed_to_open_app_missing_configuration_or_role_assignment=Die App konnte leider nicht ge\u00F6ffnet werden.
215
+ cannot_resolve_navigation_target_details=Das Navigationsziel "{0}" der App konnte nicht aufgel\u00F6st werden. Die Ursache hierf\u00FCr kann beispielsweise eine falsche Konfiguration, oder eine falsche oder fehlende Rollenzuordnung sein, oder Ihr aktuelles Ger\u00E4t wird nicht unterst\u00FCtzt.
216
216
  failed_to_open_ui5_component=App kann nicht ge\u00F6ffnet werden, weil die SAP-UI5-Komponente der Anwendung nicht geladen werden konnte.
217
217
  cannot_load_ui5_component_details=UI5-Komponente f\u00FCr Navigationsabsicht "{0}" wurde nicht geladen.
218
218
  fail_to_start_app_popup_blocker=Ein Popup-Blocker hat verhindert, dass die App ge\u00F6ffnet wird. Deaktivieren Sie den Popup-Blocker f\u00FCr "{0}" im Browser, und \u00F6ffnen Sie danach die App erneut.
@@ -279,11 +279,12 @@ numberFormatFld=Dezimaldarstellung
279
279
  timeZoneFld=Zeitzone
280
280
  btn12h=12 h
281
281
  btn24h=24 h
282
+ SettingsCuaWarning=Einige Felder sind deaktiviert und k\u00F6nnen nur im System f\u00FCr die zentrale Benutzerverwaltung ge\u00E4ndert werden.
282
283
 
283
284
  appFrameworkId=Framework-ID
284
285
  appFrameworkVersion=Framework-Version
285
286
  productName=Produktname
286
- appId=ID
287
+ appId=SAP-Fiori-ID
287
288
  appVersion=Version
288
289
  technicalAppComponentId=ID der technischen Komponente
289
290
  appSupportInfo=Komponente
@@ -306,10 +307,9 @@ ariaLabelEditModeGroupDefault={0} Gruppenstandard
306
307
  ariaLabelEditModeGroupLocked={0} Gruppe gesperrt
307
308
  ariaLabelEditModeGroup={0} Gruppe
308
309
  aboutApplication=Anwendung
309
- aboutApplicationDetails=Anwendungsdetails
310
+
310
311
  aboutEnvironment=Umgebung
311
- aboutEnvironmentDetails=Umgebungsdetails
312
- aboutSystemDetails=Systemdetails
312
+
313
313
 
314
314
 
315
315
  samlCloseBtn=Schlie\u00DFen
@@ -827,7 +827,7 @@ AppearanceAutomaticSelection=Automatisch (basierend auf den Einstellungen Ihres
827
827
  AppearanceDarkModeDetectionText=Aktivieren Sie die automatische Dunkelmoduserkennung auf kompatiblen Themes basierend auf den Einstellungen Ihres Betriebssystems.
828
828
  AppearanceHighContrastTheme={0} hoher Kontrast
829
829
  AppearanceThemeDeprecated=Abgek\u00FCndigt
830
- DeprecatedThemeWarning=Das ausgew\u00E4hlte Theme ist abgek\u00FCndigt und wird in Zukunft entfernt. Verwenden Sie ein anderes Theme aus der Liste.
830
+ DeprecatedThemeWarning=Das aktuelle Theme ist abgek\u00FCndigt und wird in Zukunft entfernt. Verwenden Sie ein anderes Theme aus der Liste.
831
831
  LanguageAndRegionHelpingText=Damit die neuen Einstellungen wirksam werden, aktualisiert der Browser die Seite, nachdem Sie die Einstellungen sichern.
832
832
  TimeZoneHelpingText=Die Zeitzone wird in UI5-Apps nicht angewendet. Wenn Sie den Typ einer App nicht kennen, k\u00F6nnen Sie ihn im Dialog "Info" im Feld "ID des Anwendungs-Frameworks" pr\u00FCfen.
833
833
  ToggleButtonShow=Men\u00FC einblenden
@@ -837,7 +837,7 @@ newWindowNavigationMode=\u00D6ffnet ein neues Fenster
837
837
  replaceNavigationMode=\u00D6ffnet direkt ohne Launchpad-Shell
838
838
  newWindowThenEmbeddedNavigationMode=\u00D6ffnet ein neues Fenster ohne Launchpad-Shell
839
839
 
840
- Page.NoSectionText=Es gibt keine Abschnitte. Die Seite ist leer.
840
+ Page.NoSectionText=Keine Kacheln vorhanden. Die Seite ist leer.
841
841
  Page.Button.AddSection=Abschnitt hinzuf\u00FCgen
842
842
  Page.MoveSection.Up=Abschnitt nach oben verschieben
843
843
  Page.MoveSection.Down=Abschnitt nach unten verschieben