@sapui5/sap.ushell 1.120.7 → 1.120.8

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 (360) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell/.library +1 -1
  3. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  4. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
  5. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  6. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  7. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  8. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  9. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  10. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  11. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  12. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  13. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  16. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  17. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
  18. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  19. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
  22. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
  26. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
  27. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
  28. package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
  29. package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
  30. package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
  31. package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
  32. package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
  33. package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
  34. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
  35. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
  36. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
  37. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
  38. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
  39. package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
  40. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
  41. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
  42. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  43. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  44. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
  45. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  48. package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
  51. package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
  56. package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
  57. package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
  58. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
  59. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en.properties +0 -7
  60. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  61. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  62. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  63. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  64. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +0 -4
  65. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  66. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  67. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  68. package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +7 -0
  69. package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +32 -52
  70. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  71. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  72. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
  73. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  74. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  75. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  76. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
  77. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  78. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  79. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
  80. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
  81. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  82. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  83. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  84. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  85. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +0 -34
  86. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  87. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  88. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  89. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  90. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  91. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  92. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  93. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  94. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  95. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  96. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  97. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  98. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  99. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  100. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  101. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  102. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  103. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  104. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  105. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +0 -11
  106. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  107. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  108. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  109. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  110. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  111. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  112. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  113. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +0 -111
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +5 -5
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  146. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
  147. package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +0 -9
  148. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  149. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  150. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  151. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  152. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  153. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  154. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  155. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  156. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  157. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +0 -29
  158. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +29 -0
  159. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -6
  160. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +29 -0
  161. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  162. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  163. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  164. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  165. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  166. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  167. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  168. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  169. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  170. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  171. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  172. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
  173. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
  174. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  175. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  176. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  177. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  178. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  179. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  180. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  181. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  182. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  183. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  184. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  185. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
  186. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  187. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  188. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  189. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  190. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  191. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
  193. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  194. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  195. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  196. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  197. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  198. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  199. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  200. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +0 -76
  201. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +1 -1
  202. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +78 -0
  203. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +29 -29
  204. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +78 -0
  205. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +1 -1
  206. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  207. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  208. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  209. package/src/main/js/sap/ushell/components/workPageRuntime/services/NavigationResolver.js +1 -1
  210. package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +1 -1
  211. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  212. package/src/main/js/sap/ushell/library.js +1 -1
  213. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  214. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  215. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  216. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  217. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en.properties +0 -10
  218. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  219. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  220. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  221. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  222. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +0 -14
  223. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  224. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  225. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  226. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  227. package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
  228. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +17 -14
  229. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +51 -48
  230. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -8
  231. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -8
  232. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +22 -19
  233. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +16 -13
  234. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +24 -21
  235. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +22 -19
  236. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +26 -23
  237. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -930
  238. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +22 -19
  239. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +22 -19
  240. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +19 -16
  241. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +13 -10
  242. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +21 -18
  243. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +24 -21
  244. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +27 -24
  245. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +28 -25
  246. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +35 -32
  247. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +39 -36
  248. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -15
  249. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -15
  250. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +17 -14
  251. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -15
  252. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -23
  253. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +31 -28
  254. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +24 -21
  255. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +16 -13
  256. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +20 -17
  257. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  258. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +17 -14
  259. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +17 -14
  260. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +35 -32
  261. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +24 -21
  262. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +16 -13
  263. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +10 -7
  264. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +13 -10
  265. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -22
  266. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +279 -276
  267. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +28 -25
  268. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +34 -31
  269. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  270. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -15
  271. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -22
  272. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +36 -33
  273. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +49 -46
  274. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +17 -14
  275. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +13 -10
  276. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +24 -21
  277. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  278. package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
  279. package/src/main/js/sap/ushell/services/AppState.js +1 -1
  280. package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
  281. package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
  282. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
  283. package/src/main/js/sap/ushell/services/CommonDataModel.js +1 -1
  284. package/src/main/js/sap/ushell/services/Configuration.js +1 -1
  285. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
  286. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  287. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
  288. package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
  289. package/src/main/js/sap/ushell/services/Extension/FloatingContainer.js +1 -1
  290. package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
  291. package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
  292. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
  293. package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
  294. package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
  295. package/src/main/js/sap/ushell/services/Extension.js +1 -1
  296. package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
  297. package/src/main/js/sap/ushell/services/Menu.js +1 -1
  298. package/src/main/js/sap/ushell/services/Message.js +1 -1
  299. package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
  300. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  301. package/src/main/js/sap/ushell/services/Navigation.js +1 -1
  302. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
  303. package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
  304. package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
  305. package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
  306. package/src/main/js/sap/ushell/services/Pages.js +1 -1
  307. package/src/main/js/sap/ushell/services/Personalization.js +1 -1
  308. package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
  309. package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
  310. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  311. package/src/main/js/sap/ushell/services/Search.js +1 -1
  312. package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
  313. package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
  314. package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
  315. package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
  316. package/src/main/js/sap/ushell/services/UITracer.js +1 -1
  317. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  318. package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
  319. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
  320. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
  321. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
  322. package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
  323. package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
  324. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
  325. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
  326. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  327. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  328. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  329. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  330. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  331. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  332. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  333. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  334. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  335. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  336. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  337. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  338. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  339. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  340. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +12 -30
  341. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  342. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  343. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  344. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  345. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  346. package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
  347. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  348. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  349. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  350. package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
  351. package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
  352. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  353. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
  354. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +1 -1
  355. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  356. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  357. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  358. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  359. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
  360. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
@@ -0,0 +1,10 @@
1
+
2
+ APP_TITLE=\u0414\u043E\u0434\u0430\u0442\u043E\u043A \u0437\u0430 \u0430\u0433\u0435\u043D\u0442 \u043D\u0430 RTA cFLP
3
+
4
+ ERROR_TITLE=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435
5
+
6
+ TECHNICAL_ERROR=\u0422\u0435\u0445\u043D\u0438\u0447\u043A\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u041A\u043E\u043D\u0442\u0430\u043A\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u0441\u043E \u0442\u0438\u043C\u043E\u0442 \u0437\u0430 \u043F\u043E\u0434\u0434\u0440\u0448\u043A\u0430.
7
+
8
+ HEADER_FLEX_DISABLED=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
9
+
10
+ MSG_FLEX_DISABLED=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0432\u0430 \u043D\u0435 \u0435 \u043E\u0432\u043E\u0437\u043C\u043E\u0436\u0435\u043D\u043E. \u0417\u0430 \u043F\u043E\u0432\u0435\u045C\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438, \u043F\u043E\u0433\u043B\u0435\u0434\u043D\u0435\u0442\u0435 [\u043E\u0432\u0434\u0435](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
@@ -1,10 +1,10 @@
1
1
 
2
- APP_TITLE=Plug-in RTA cFLP Agent
2
+ APP_TITLE=RTA cFLP plugin agenta
3
3
 
4
4
  ERROR_TITLE=Prilago\u0111avanje KI se ne mo\u017Ee pokrenuti
5
5
 
6
- TECHNICAL_ERROR=Tehni\u010Dka gre\u0161ka. Obavestite tim za podr\u0161ku.
6
+ TECHNICAL_ERROR=Tehni\u010Dka gre\u0161ka. Obavijestite tim za podr\u0161ku.
7
7
 
8
8
  HEADER_FLEX_DISABLED=Informacije
9
9
 
10
- MSG_FLEX_DISABLED=Za ovu aplikaciju nije omogu\u0107ena adaptacija. Dodatne informacije pogledajte [ovde](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
10
+ MSG_FLEX_DISABLED=Za ovu aplikaciju nije omogu\u0107ena adaptacija. Dodatne informacije pogledajte [ovdje](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
@@ -0,0 +1,10 @@
1
+
2
+ APP_TITLE=RTA cFLP plugin \u0430\u0433\u0435\u043D\u0442\u0430
3
+
4
+ ERROR_TITLE=\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0430\u0432\u0430\u045A\u0435 \u041A\u0418 \u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u043F\u043E\u043A\u0440\u0435\u043D\u0443\u0442\u0438
5
+
6
+ TECHNICAL_ERROR=\u0422\u0435\u0445\u043D\u0438\u0447\u043A\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u041E\u0431\u0430\u0432\u0435\u0441\u0442\u0438\u0442\u0435 \u0442\u0438\u043C \u0437\u0430 \u043F\u043E\u0434\u0440\u0448\u043A\u0443.
7
+
8
+ HEADER_FLEX_DISABLED=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
9
+
10
+ MSG_FLEX_DISABLED=\u0417\u0430 \u043E\u0432\u0443 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443 \u043D\u0438\u0458\u0435 \u043E\u043C\u043E\u0433\u0443\u045B\u0435\u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0458\u0430. \u0414\u043E\u0434\u0430\u0442\u043D\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u043F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 [\u043E\u0432\u0434\u0435](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
@@ -1,8 +1,4 @@
1
- # Resource bundle for runtime authoring ushell plug-in in the cFLP (Shell part)
2
- #
3
1
 
4
- #XTIT: Application title of the FLP plugin in app descriptor
5
2
  APP_TITLE=RTA cFLP Shell Plug-In
6
3
 
7
- #XTIT: Title of the button starting key user ui adaptation
8
4
  RTA_BUTTON_TEXT=Adapt UI
@@ -0,0 +1,4 @@
1
+
2
+ APP_TITLE=\u0414\u043E\u0434\u0430\u0442\u043E\u043A \u0437\u0430 \u043F\u0440\u043E\u0446\u0435\u0441\u043E\u0440\u043E\u0442 \u043D\u0430 \u043D\u0430\u0440\u0435\u0434\u0431\u0438 \u043D\u0430 RTA cFLP
3
+
4
+ RTA_BUTTON_TEXT=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u043E \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
@@ -1,4 +1,4 @@
1
1
 
2
- APP_TITLE=Plug-in RTA cFLP Shell
2
+ APP_TITLE=RTA cFLP Shell plugin
3
3
 
4
4
  RTA_BUTTON_TEXT=Prilagodi korisni\u010Dki interfejs
@@ -0,0 +1,4 @@
1
+
2
+ APP_TITLE=RTA cFLP Shell plugin
3
+
4
+ RTA_BUTTON_TEXT=\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0434\u0438 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
@@ -38,6 +38,13 @@ sap.ui.define([
38
38
  oBody.classList.toggle("sapUShellApplicationContainer", !bValue);
39
39
  });
40
40
 
41
+ // Letter boxing is set on the document.body, so it should be managed correspondingly on the setApplicationWidth event.
42
+ // This part is used by the My Inbox application only, because it uses sap/ushell/services/AppConfiguration even in iframe.
43
+ // To the contrary, in the embedded scenario, the CSS class is set on the application container and not on document.body.
44
+ EventHub.on("setApplicationFullWidth").do(function (oData) {
45
+ document.body.classList.toggle("sapUShellApplicationContainerLimitedWidth", !oData.bValue);
46
+ });
47
+
41
48
  this.setApplicationFullWidth = function (bValue) {
42
49
  if (vGetFullWidthParamFromManifest === true || vGetFullWidthParamFromManifest === "true") {
43
50
  EventHub.emit("appWidthChange", bValue);
@@ -4,7 +4,7 @@ sap.ui.define([
4
4
  ], function (AppRuntimeService) {
5
5
  "use strict";
6
6
 
7
- var oClients = {};
7
+ var oClientData = {};
8
8
 
9
9
  var MessageBrokerProxy = function () {};
10
10
 
@@ -14,22 +14,18 @@ sap.ui.define([
14
14
  channelId: "sap.ushell.MessageBroker",
15
15
  clientId: sClientId,
16
16
  messageName: "connect"
17
- }).then(function (oResponse) {
18
- if (oResponse.status === "accepted") {
19
- fnResolve(oResponse.activeClients);
20
- } else {
21
- fnReject();
22
- }
23
- });
17
+ }).then(fnResolve).catch(fnReject);
24
18
  });
25
19
  };
26
20
 
27
21
  MessageBrokerProxy.prototype.disconnect = function (sClientId) {
28
- delete oClients[sClientId];
29
- AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
30
- channelId: "sap.ushell.MessageBroker",
31
- clientId: sClientId,
32
- messageName: "disconnect"
22
+ return new Promise(function (fnResolve, fnReject) {
23
+ oClientData = {};
24
+ AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
25
+ channelId: "sap.ushell.MessageBroker",
26
+ clientId: sClientId,
27
+ messageName: "disconnect"
28
+ }).then(fnResolve).catch(fnReject);
33
29
  });
34
30
  };
35
31
 
@@ -40,7 +36,7 @@ sap.ui.define([
40
36
  fnClientConnectionCallback
41
37
  ) {
42
38
  return new Promise(function (fnResolve, fnReject) {
43
- oClients[sClientId] = {
39
+ oClientData = {
44
40
  fnMessageCallback: fnMessageCallback,
45
41
  fnClientConnectionCallback: fnClientConnectionCallback
46
42
  };
@@ -50,37 +46,19 @@ sap.ui.define([
50
46
  clientId: sClientId,
51
47
  messageName: "subscribe",
52
48
  subscribedChannels: aSubscribedChannels
53
- }).then(function (oResponse) {
54
- if (oResponse.status === "accepted") {
55
- fnResolve();
56
- if (oResponse.activeClients) {
57
- setTimeout(function () {
58
- oResponse.activeClients.foreach(function (oClient) {
59
- fnClientConnectionCallback("clientSubscribed", oClient.clientId, oClient.channels);
60
- });
61
- }, 1);
62
- }
63
- } else {
64
- fnReject();
65
- }
66
- });
49
+ }).then(fnResolve).catch(fnReject);
67
50
  });
68
51
  };
69
52
 
70
53
  MessageBrokerProxy.prototype.unsubscribe = function (sClientId, aUnsubscribedChannels) {
71
54
  return new Promise(function (fnResolve, fnReject) {
55
+ oClientData = {};
72
56
  AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
73
57
  channelId: "sap.ushell.MessageBroker",
74
58
  clientId: sClientId,
75
59
  messageName: "unsubscribe",
76
60
  subscribedChannels: aUnsubscribedChannels
77
- }).then(function (oResponse) {
78
- if (oResponse.status === "accepted") {
79
- fnResolve();
80
- } else {
81
- fnReject();
82
- }
83
- });
61
+ }).then(fnResolve).catch(fnReject);
84
62
  });
85
63
  };
86
64
 
@@ -92,13 +70,15 @@ sap.ui.define([
92
70
  aTargetClientIds,
93
71
  data
94
72
  ) {
95
- AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
96
- clientId: sClientId,
97
- channelId: sChannelId,
98
- targetClientIds: aTargetClientIds,
99
- messageName: sMessageName,
100
- data: data
101
- }, sMessageId);
73
+ return new Promise(function (fnResolve, fnReject) {
74
+ AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
75
+ clientId: sClientId,
76
+ channelId: sChannelId,
77
+ targetClientIds: aTargetClientIds,
78
+ messageName: sMessageName,
79
+ data: data
80
+ }, sMessageId).then(fnResolve).catch(fnReject);
81
+ });
102
82
  };
103
83
 
104
84
  MessageBrokerProxy.prototype.addAcceptedOrigin = function (sOrigin) {
@@ -119,17 +99,17 @@ sap.ui.define([
119
99
 
120
100
  MessageBrokerProxy.prototype.handleMessage = function (oBody) {
121
101
  return new Promise(function (fnResolve, fnReject) {
122
- if (oBody.channelId === "sap.ushell.MessageBroker") {
123
- if (oBody.messageName === "clientSubscribed" || oBody.messageName === "clientUnsubscribed") {
124
- Object.keys(oClients).forEach(function (sClientId) {
125
- oClients[sClientId].fnClientConnectionCallback(oBody.messageName, oBody.clientId, oBody.channels);
126
- });
127
- }
102
+ switch (oBody.messageName) {
103
+ case "clientSubscribed":
104
+ case "clientUnsubscribed":
105
+ oClientData.fnClientConnectionCallback(oBody.messageName, oBody.clientId, oBody.channels);
106
+ break;
107
+ default:
108
+ oClientData.fnMessageCallback(oBody.clientId, oBody.channelId, oBody.messageName, oBody.data);
109
+ break;
110
+
128
111
  }
129
- fnResolve({
130
- "_noresponse_": true
131
- });
132
- return;
112
+ fnResolve({"_noresponse_": true});
133
113
  });
134
114
  };
135
115
 
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * @fileOverview The Unified Shell's Ui5ComponentLoaderAdapter for the application runtime platform
4
4
  *
5
- * @version 1.120.7
5
+ * @version 1.120.8
6
6
  */
7
7
  sap.ui.define([
8
8
  ], function () {
@@ -45,7 +45,7 @@
45
45
  * }, false);
46
46
  * </pre>
47
47
  *
48
- * @version 1.120.7
48
+ * @version 1.120.8
49
49
  */
50
50
 
51
51
  sap.ui.define([
@@ -71,7 +71,7 @@
71
71
  * }, false);
72
72
  * </pre>
73
73
  *
74
- * @version 1.120.7
74
+ * @version 1.120.8
75
75
  * @namespace
76
76
  */
77
77
  sap.ui.define([
@@ -4,7 +4,7 @@
4
4
  * @fileOverview Configure the UI5Settings for Date and Time Format for the 'CDM'
5
5
  * platform.
6
6
  *
7
- * @version 1.120.7
7
+ * @version 1.120.8
8
8
  */
9
9
  sap.ui.define([
10
10
  "sap/base/Log",
@@ -4,7 +4,7 @@
4
4
  * @fileOverview The Unified Shell's bootstrap code for development sandbox scenarios.
5
5
  * This is the version that creates spaces/pages runtime environment.
6
6
  *
7
- * @version 1.120.7
7
+ * @version 1.120.8
8
8
  */
9
9
 
10
10
  /* eslint-disable quote-props */
@@ -3,7 +3,7 @@
3
3
  "sap.app": {
4
4
  "id": "sap.ushell.components.appfinder",
5
5
  "applicationVersion": {
6
- "version": "1.120.7"
6
+ "version": "1.120.8"
7
7
  },
8
8
  "i18n": {
9
9
  "bundleUrl": "../../renderer/resources/resources.properties",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/applicationIntegration/elements/model",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/container/ApplicationContainer",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ushell/components/applicationIntegration/application/BlueBoxesCache",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview defines the post message API for all applications running in iframe within the shell
5
- * @version 1.120.7
5
+ * @version 1.120.8
6
6
  * @private
7
7
  */
8
8
  sap.ui.define([
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the resources for the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/base/util/extend",
@@ -2,7 +2,7 @@
2
2
 
3
3
  /**
4
4
  * @fileOverview The models assosicated with the applciation.
5
- * @version 1.120.7
5
+ * @version 1.120.8
6
6
  */
7
7
  sap.ui.define([
8
8
  "sap/ushell/EventHub",
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the services for the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ui/core/Core"
@@ -1,7 +1,7 @@
1
1
  // Copyright (c) 2009-2023 SAP SE, All Rights Reserved
2
2
  /**
3
3
  * @fileOverview handle all the related shell elements of the different applications.
4
- * @version 1.120.7
4
+ * @version 1.120.8
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/base/Log",
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Indholdsindstillinger
30
30
  CARD.Config.Content.SearchTerm.Lbl=S\u00F8getekst
31
31
  CARD.Config.Content.Category.Lbl=Kategori
32
32
  CARD.Config.Content.View.Lbl=Kategori
33
- CARD.Config.Content.PageSize.Lbl=Elementer pr. side
33
+ CARD.Config.Content.PageSize.Lbl=Poster pr. side
34
34
  CARD.Config.Content.Highlight.Lbl=Fremh\u00E6v resultater
35
35
  CARD.Config.Content.Highlight.Desc=Fremh\u00E6v den s\u00F8gte tekst inden for resultaterne.
36
36
  CARD.Config.Content.FooterActions.Lbl=Aktioner for bundlinie
@@ -1,75 +1,41 @@
1
- # Translatable texts for the SAP Build Work Zone search result widget
2
- #
3
1
 
4
2
 
5
- #XTIT,35: Title of card widget
6
3
  CARD.Widget.Title=Search Result Widget
7
4
 
8
- #XTIT,50: Subtitle of card widget
9
5
  CARD.Widget.SubTitle=Show Search Results in a Search Result
10
6
 
11
- #XBUT,25: Title of the view all button
12
7
  CARD.List.Button.ViewAll=View All
13
8
 
14
- #XBUT,50: SubTitle of the card
15
9
  CARD.List.Title.SearchResults=Results for {0}
16
10
 
17
- #XBUT,50: RowStatus for search result showing rowX-rowY of totalRows, example 1-7 or 100
18
11
  CARD.List.RowStatus={0}-{1} of {2}
19
12
 
20
- #XBUT,10: Switch yes
21
13
  CARD.Config.Yes=Yes
22
- #XBUT,10: Switch no
23
14
  CARD.Config.No=No
24
- #XTIT,50: Title for header settings
25
15
  CARD.Config.HeaderSettings=Header Settings
26
- #XFLD,50: Label for the header type
27
16
  CARD.Config.HeaderType.Lbl=Header Type
28
- #XFLD,50: Default Header
29
17
  CARD.Config.HeaderType.Default=Default Header
30
- #XFLD,50: Custom Header
31
18
  CARD.Config.HeaderType.Custom=Custom Header
32
- #XFLD,50: No Header
33
19
  CARD.Config.HeaderType.None=No Header
34
- #XFLD,50: Label for header title field
35
20
  CARD.Config.Header.Title.Lbl=Title
36
- #XTOL,200: Description for header title field
37
21
  CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
38
- #XFLD,50: Label for header description/subtitle field
39
22
  CARD.Config.Header.SubTitle.Lbl=Description
40
- #XTOL,200: Description for header description/subtitle field
41
23
  CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
42
- #XFLD,50: Label for the Icon Selection field
43
24
  CARD.Config.Header.Icon.Lbl=Icon
44
- #XFLD,50: Label for the Icon Color field
45
25
  CARD.Config.Header.IconColor.Lbl=Icon Color
46
- #XFLD,50: Label for the Icon Shape field
47
26
  CARD.Config.Header.IconShape.Lbl=Icon Shape
48
- #XFLD,100: Label for the navigation select (yes/no)
49
27
  CARD.Config.Header.Nav.Lbl=Navigate to Search Application
50
- #XTOL,200: Description for the navigation select (yes/no)
51
28
  CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
52
- #XTIT,50: Title for content settings
53
29
  CARD.Config.ContentSettings=Content Settings
54
- #XFLD,50: Label for the Search Term/Search Text field
55
30
  CARD.Config.Content.SearchTerm.Lbl=Search Text
56
- #XFLD,50: Label for the Category select field
57
31
  CARD.Config.Content.Category.Lbl=Category
58
- #XFLD,50: Label for the View select field
59
32
  CARD.Config.Content.View.Lbl=Category
60
- #XFLD,50: Label for the PageSize slider
61
33
  CARD.Config.Content.PageSize.Lbl=Items per Page
62
- #XFLD,50: Label for the Highlight select
63
34
  CARD.Config.Content.Highlight.Lbl=Highlight Results
64
- #XTOL,200: Description for the Highlight select
65
35
  CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
66
- #XFLD,50: Label for the Footer Action select
67
36
  CARD.Config.Content.FooterActions.Lbl=Footer Actions
68
- #XFLD,100: Footer Action Paging
69
37
  CARD.Config.Content.FooterActions.Page=Paging Search Results
70
- #XFLD,200: Footer Action Navigation
71
38
  CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
72
- #XFLD,50: Footer Action None
73
39
  CARD.Config.Content.FooterActions.None=No Actions
74
40
 
75
41
 
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Sisus\u00E4tted
30
30
  CARD.Config.Content.SearchTerm.Lbl=Otsingu tekst
31
31
  CARD.Config.Content.Category.Lbl=Kategooria
32
32
  CARD.Config.Content.View.Lbl=Kategooria
33
- CARD.Config.Content.PageSize.Lbl=Ridu lehel
33
+ CARD.Config.Content.PageSize.Lbl=\u00DCksusi lehel
34
34
  CARD.Config.Content.Highlight.Lbl=T\u00F5sta tulemused esile
35
35
  CARD.Config.Content.Highlight.Desc=Otsitav tekst t\u00F5stetakse tulemustes esile.
36
36
  CARD.Config.Content.FooterActions.Lbl=Jalusetoimingud
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=\u00C9l\u00E9ments par page
34
34
  CARD.Config.Content.Highlight.Lbl=Surligner les r\u00E9sultats
35
35
  CARD.Config.Content.Highlight.Desc=Surligner le texte recherch\u00E9 dans les r\u00E9sultats
36
36
  CARD.Config.Content.FooterActions.Lbl=Pied de page - Actions
37
- CARD.Config.Content.FooterActions.Page=Pagination des r\u00E9sultats de la recherche
37
+ CARD.Config.Content.FooterActions.Page=Pagination des r\u00E9sultat de la recherche
38
38
  CARD.Config.Content.FooterActions.Navigate=Acc\u00E9der \u00E0 appli. rech. pr afficher ts r\u00E9sultats
39
39
  CARD.Config.Content.FooterActions.None=Aucune action
40
40
 
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- CARD.Widget.Title=Tra\u017Eenje miniaplikacije rezultata
3
+ CARD.Widget.Title=Widget rezultata tra\u017Eenja
4
4
 
5
5
  CARD.Widget.SubTitle=Prikaz rezultata tra\u017Eenja u rezultatu tra\u017Eenja
6
6
 
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=Stavke po stranici
34
34
  CARD.Config.Content.Highlight.Lbl=Istakni rezultate
35
35
  CARD.Config.Content.Highlight.Desc=Istaknite tra\u017Eeni tekst unutar rezultata.
36
36
  CARD.Config.Content.FooterActions.Lbl=Radnje podno\u017Eja
37
- CARD.Config.Content.FooterActions.Page=Rezultati pretra\u017Eivanja stranica
37
+ CARD.Config.Content.FooterActions.Page=Podjela rezultata pretra\u017Eivanja na stranice
38
38
  CARD.Config.Content.FooterActions.Navigate=Usmjerite na apl. Tra\u017Eenje za prikaz svih rezul.
39
39
  CARD.Config.Content.FooterActions.None=Nema radnji
40
40
 
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=Elementi per pagina
34
34
  CARD.Config.Content.Highlight.Lbl=Evidenzia risultati
35
35
  CARD.Config.Content.Highlight.Desc=Evidenzia il testo cercato nei risultati.
36
36
  CARD.Config.Content.FooterActions.Lbl=Azioni pi\u00E8 di pagina
37
- CARD.Config.Content.FooterActions.Page=Risultati ricerca paginazione
37
+ CARD.Config.Content.FooterActions.Page=Paginazione dei risultati della ricerca
38
38
  CARD.Config.Content.FooterActions.Navigate=Nav. all'app. di ric. per vis. tutti i risultati
39
39
  CARD.Config.Content.FooterActions.None=Nessuna azione
40
40
 
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05DC\u05
34
34
  CARD.Config.Content.Highlight.Lbl=\u05D4\u05D3\u05D2\u05E9 \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA
35
35
  CARD.Config.Content.Highlight.Desc=\u05D4\u05D3\u05D2\u05E9 \u05D0\u05EA \u05D4\u05D8\u05E7\u05E1\u05D8 \u05E9\u05D1\u05D5\u05E6\u05E2 \u05E2\u05D1\u05D5\u05E8\u05D5 \u05D7\u05D9\u05E4\u05D5\u05E9 \u05D1\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA.
36
36
  CARD.Config.Content.FooterActions.Lbl=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05DB\u05D5\u05EA\u05E8\u05EA \u05EA\u05D7\u05EA\u05D5\u05E0\u05D4
37
- CARD.Config.Content.FooterActions.Page=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D7\u05D9\u05E4\u05D5\u05E9 \u05E9\u05DC \u05D0\u05D9\u05EA\u05D5\u05E8
37
+ CARD.Config.Content.FooterActions.Page=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D7\u05D9\u05E4\u05D5\u05E9 \u05E9\u05DC \u05D8\u05E2\u05D9\u05E0\u05EA \u05D3\u05E4\u05D9\u05DD
38
38
  CARD.Config.Content.FooterActions.Navigate=\u05E0\u05D5\u05D5\u05D8 \u05DC\u05D9\u05D9\u05E9\u05D5\u05DD \u05D7\u05D9\u05E4\u05D5\u05E9 \u05DB\u05D3\u05D9 \u05DC\u05D4\u05E6\u05D9\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA
39
39
  CARD.Config.Content.FooterActions.None=\u05D0\u05D9\u05DF \u05E4\u05E2\u05D5\u05DC\u05D5\u05EA
40
40
 
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=\uCEE8\uD150\uD2B8 \uC124\uC815
30
30
  CARD.Config.Content.SearchTerm.Lbl=\uAC80\uC0C9 \uD14D\uC2A4\uD2B8
31
31
  CARD.Config.Content.Category.Lbl=\uBC94\uC8FC
32
32
  CARD.Config.Content.View.Lbl=\uBC94\uC8FC
33
- CARD.Config.Content.PageSize.Lbl=\uD398\uC774\uC9C0\uBCC4 \uD56D\uBAA9
33
+ CARD.Config.Content.PageSize.Lbl=\uD398\uC774\uC9C0\uB2F9 \uD56D\uBAA9 \uC218
34
34
  CARD.Config.Content.Highlight.Lbl=\uACB0\uACFC \uAC15\uC870\uD45C\uC2DC
35
35
  CARD.Config.Content.Highlight.Desc=\uACB0\uACFC \uC548\uC5D0\uC11C \uAC80\uC0C9\uB41C \uD14D\uC2A4\uD2B8\uB97C \uAC15\uC870\uD45C\uC2DC\uD569\uB2C8\uB2E4.
36
36
  CARD.Config.Content.FooterActions.Lbl=\uD478\uD130 \uC561\uC158
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Satura iestat\u012Bjumi
30
30
  CARD.Config.Content.SearchTerm.Lbl=Mekl\u0113jamais teksts
31
31
  CARD.Config.Content.Category.Lbl=Kategorija
32
32
  CARD.Config.Content.View.Lbl=Kategorija
33
- CARD.Config.Content.PageSize.Lbl=Poz\u012Bcijas lap\u0101
33
+ CARD.Config.Content.PageSize.Lbl=Elementi lap\u0101
34
34
  CARD.Config.Content.Highlight.Lbl=Izcelt rezult\u0101tus
35
35
  CARD.Config.Content.Highlight.Desc=Izceliet mekl\u0113to tekstu rezult\u0101tos.
36
36
  CARD.Config.Content.FooterActions.Lbl=K\u0101jenes darb\u012Bbas
@@ -0,0 +1,41 @@
1
+
2
+
3
+ CARD.Widget.Title=\u0413\u0440\u0430\u0444\u0438\u0447\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0430 \u0437\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
4
+
5
+ CARD.Widget.SubTitle=\u041F\u0440\u0438\u043A\u0430\u0436\u0443\u0432\u0430\u0458\u0442\u0435 \u0433\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0432\u043E \u0433\u0440\u0430\u0444\u0438\u0447\u043A\u0430\u0442\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0430 \u0437\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
6
+
7
+ CARD.List.Button.ViewAll=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435
8
+
9
+ CARD.List.Title.SearchResults=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430 {0}
10
+
11
+ CARD.List.RowStatus={0} \u2013 {1} \u043E\u0434 {2}
12
+
13
+ CARD.Config.Yes=\u0414\u0430
14
+ CARD.Config.No=\u041D\u0435
15
+ CARD.Config.HeaderSettings=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435\u0442\u043E
16
+ CARD.Config.HeaderType.Lbl=\u0422\u0438\u043F \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
17
+ CARD.Config.HeaderType.Default=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
18
+ CARD.Config.HeaderType.Custom=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0435\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
19
+ CARD.Config.HeaderType.None=\u041D\u0435\u043C\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
20
+ CARD.Config.Header.Title.Lbl=\u041D\u0430\u0441\u043B\u043E\u0432
21
+ CARD.Config.Header.Title.Desc=\u0421\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438 ($count) \u0438\u043B\u0438 ($searchText) \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0442 \u0434\u0430 \u0441\u0435 \u0432\u043A\u043B\u0443\u0447\u0430\u0442 \u0441\u043E\u043E\u0434\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438.
22
+ CARD.Config.Header.SubTitle.Lbl=\u041E\u043F\u0438\u0441
23
+ CARD.Config.Header.SubTitle.Desc=\u0421\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438 ($count) \u0438\u043B\u0438 ($searchText) \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0442 \u0434\u0430 \u0441\u0435 \u0432\u043A\u043B\u0443\u0447\u0430\u0442 \u0441\u043E\u043E\u0434\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438.
24
+ CARD.Config.Header.Icon.Lbl=\u0418\u043A\u043E\u043D\u0430
25
+ CARD.Config.Header.IconColor.Lbl=\u0411\u043E\u0458\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
26
+ CARD.Config.Header.IconShape.Lbl=\u0424\u043E\u0440\u043C\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
27
+ CARD.Config.Header.Nav.Lbl=\u041E\u0434\u0435\u0442\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
28
+ CARD.Config.Header.Nav.Desc=\u041A\u043B\u0438\u043A\u043D\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435\u0442\u043E \u045C\u0435 \u0432\u0435 \u043E\u0434\u0432\u0435\u0434\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
29
+ CARD.Config.ContentSettings=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438 \u043D\u0430 \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430\u0442\u0430
30
+ CARD.Config.Content.SearchTerm.Lbl=\u041F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u0458\u0442\u0435 \u0442\u0435\u043A\u0441\u0442
31
+ CARD.Config.Content.Category.Lbl=\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0430
32
+ CARD.Config.Content.View.Lbl=\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0430
33
+ CARD.Config.Content.PageSize.Lbl=\u0421\u0442\u0430\u0432\u043A\u0438 \u043F\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
34
+ CARD.Config.Content.Highlight.Lbl=\u041D\u0430\u0433\u043B\u0430\u0441\u0438 \u0433\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435
35
+ CARD.Config.Content.Highlight.Desc=\u041D\u0430\u0433\u043B\u0430\u0441\u0435\u0442\u0435 \u0433\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u043D\u0438\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
36
+ CARD.Config.Content.FooterActions.Lbl=\u0414\u0435\u0458\u0441\u0442\u0432\u0430 \u043D\u0430 \u043F\u043E\u0434\u043D\u043E\u0436\u0458\u0435\u0442\u043E
37
+ CARD.Config.Content.FooterActions.Page=\u041F\u043E\u0434\u0435\u043B\u0431\u0430 \u043F\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
38
+ CARD.Config.Content.FooterActions.Navigate=\u041E\u0434\u0435\u0442\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435 \u0437\u0430 \u0434\u0430 \u0433\u0438 \u043F\u043E\u0433\u043B\u0435\u0434\u043D\u0435\u0442\u0435 \u0441\u0438\u0442\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438
39
+ CARD.Config.Content.FooterActions.None=\u041D\u0435\u043C\u0430 \u0434\u0435\u0458\u0441\u0442\u0432\u0430
40
+
41
+
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Tetapan Kandungan
30
30
  CARD.Config.Content.SearchTerm.Lbl=Teks Carian
31
31
  CARD.Config.Content.Category.Lbl=Kategori
32
32
  CARD.Config.Content.View.Lbl=Kategori
33
- CARD.Config.Content.PageSize.Lbl=Item per Halaman
33
+ CARD.Config.Content.PageSize.Lbl=Item setiap Halaman
34
34
  CARD.Config.Content.Highlight.Lbl=Serlahkan Hasil
35
35
  CARD.Config.Content.Highlight.Desc=Serlahkan teks carian dalam hasil.
36
36
  CARD.Config.Content.FooterActions.Lbl=Tindakan Pengaki
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Ustawienia zawarto\u015Bci
30
30
  CARD.Config.Content.SearchTerm.Lbl=Szukany tekst
31
31
  CARD.Config.Content.Category.Lbl=Kategoria
32
32
  CARD.Config.Content.View.Lbl=Kategoria
33
- CARD.Config.Content.PageSize.Lbl=Pozycji na stronie
33
+ CARD.Config.Content.PageSize.Lbl=Pozycje na stron\u0119
34
34
  CARD.Config.Content.Highlight.Lbl=Pod\u015Bwietl wyniki
35
35
  CARD.Config.Content.Highlight.Desc=Pod\u015Bwietl szukany tekst w wynikach.
36
36
  CARD.Config.Content.FooterActions.Lbl=Czynno\u015Bci stopki
@@ -30,11 +30,11 @@ CARD.Config.ContentSettings=Set\u0103ri con\u021Binut
30
30
  CARD.Config.Content.SearchTerm.Lbl=Text de c\u0103utare
31
31
  CARD.Config.Content.Category.Lbl=Categorie
32
32
  CARD.Config.Content.View.Lbl=Categorie
33
- CARD.Config.Content.PageSize.Lbl=Pozi\u021Bii per pagin\u0103
33
+ CARD.Config.Content.PageSize.Lbl=Pozi\u021Bii pe pagin\u0103
34
34
  CARD.Config.Content.Highlight.Lbl=Eviden\u021Biere rezultate
35
35
  CARD.Config.Content.Highlight.Desc=Eviden\u021Bia\u021Bi textul c\u0103utat \u00EEn rezultate.
36
36
  CARD.Config.Content.FooterActions.Lbl=Ac\u021Biuni not\u0103 de subsol
37
- CARD.Config.Content.FooterActions.Page=Paginare rezultate c\u0103utare
37
+ CARD.Config.Content.FooterActions.Page=Paginare rezultate c\u0103utare
38
38
  CARD.Config.Content.FooterActions.Navigate=Navig.la apl.c\u0103utare pentru a vedea toate rezult.
39
39
  CARD.Config.Content.FooterActions.None=Nicio ac\u021Biune
40
40