@sapui5/sap.ushell 1.123.1 → 1.124.1

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 (671) 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/AppInfoParameters.js +10 -6
  4. package/src/main/js/sap/ushell/Container.js +8 -3
  5. package/src/main/js/sap/ushell/EventHub.js +17 -28
  6. package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
  7. package/src/main/js/sap/ushell/Fiori20AdapterTest.js +8 -12
  8. package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
  9. package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
  10. package/src/main/js/sap/ushell/UI5ComponentType.js +2 -2
  11. package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
  12. package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
  13. package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
  14. package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
  15. package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
  16. package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
  17. package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
  18. package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
  19. package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
  20. package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
  21. package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +5 -5
  22. package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
  23. package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
  24. package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
  25. package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +5 -5
  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/NavTargetResolutionAdapter.js +1 -1
  46. package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
  47. package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +5 -2
  48. package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
  49. package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
  50. package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +5 -5
  51. package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
  52. package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
  53. package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
  54. package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
  55. package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +2 -2
  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 +3 -3
  67. package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +3 -3
  68. package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +48 -0
  69. package/src/main/js/sap/ushell/api/NewExperience.js +270 -0
  70. package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
  71. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
  72. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_cnr.properties +10 -0
  73. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
  74. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
  75. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
  76. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
  77. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_cnr.properties +4 -0
  78. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saprigi.properties +2 -2
  79. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
  80. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
  81. package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
  82. package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
  83. package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +0 -11
  84. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +153 -0
  85. package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +157 -0
  86. package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +23 -0
  87. package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
  88. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPScheduler.js +14 -20
  89. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/LoadingConfiguration.json +0 -4
  90. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +0 -9
  91. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
  92. package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +2 -2
  93. package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
  94. package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -1
  95. package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +20 -5
  96. package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
  97. package/src/main/js/sap/ushell/components/CatalogsManager.js +0 -8
  98. package/src/main/js/sap/ushell/components/HeaderManager.js +44 -1
  99. package/src/main/js/sap/ushell/components/SharedComponentUtils.js +2 -2
  100. package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +8 -2
  101. package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +21 -4
  102. package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +2 -57
  103. package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +2 -2
  104. package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
  105. package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -2
  106. package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
  107. package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
  108. package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1210 -960
  109. package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -2
  110. package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
  111. package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
  112. package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
  113. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cnr.properties +41 -0
  114. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
  115. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +37 -37
  116. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
  117. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
  118. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
  119. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
  120. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
  121. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
  122. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
  123. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
  124. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
  125. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
  126. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
  127. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
  128. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
  129. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
  130. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
  131. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
  132. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
  133. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
  134. package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
  135. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_cnr.properties +19 -0
  136. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saprigi.properties +9 -9
  137. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
  138. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
  139. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
  140. package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
  141. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -0
  142. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +71 -11
  143. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +22 -13
  144. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +72 -22
  145. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
  146. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
  147. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +3 -3
  148. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cnr.properties +117 -0
  149. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
  150. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
  151. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
  152. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +109 -109
  153. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
  154. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
  155. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
  156. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
  157. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
  158. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
  159. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
  160. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
  161. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
  162. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
  163. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
  164. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
  165. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
  166. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
  167. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
  168. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
  169. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
  170. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
  171. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
  172. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
  173. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
  174. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
  175. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
  176. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
  177. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
  178. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
  179. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
  180. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
  181. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +6 -6
  182. package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
  183. package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -3
  184. package/src/main/js/sap/ushell/components/container/resources/resources_cnr.properties +10 -0
  185. package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saprigi.properties +6 -6
  186. package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
  187. package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
  188. package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
  189. package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
  190. package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
  191. package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
  192. package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
  193. package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
  194. package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
  195. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -3
  196. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -3
  197. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -3
  198. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +31 -0
  199. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -3
  200. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -3
  201. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -3
  202. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -3
  203. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -3
  204. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -3
  205. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -3
  206. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +26 -24
  207. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -3
  208. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -3
  209. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -3
  210. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -3
  211. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -3
  212. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +7 -5
  213. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -3
  214. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -3
  215. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -3
  216. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -3
  217. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -3
  218. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -3
  219. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -3
  220. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -3
  221. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -3
  222. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -3
  223. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -3
  224. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +31 -0
  225. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -3
  226. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -3
  227. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -3
  228. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -3
  229. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -3
  230. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -3
  231. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -3
  232. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -3
  233. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +11 -9
  234. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -3
  235. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -3
  236. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +31 -0
  237. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -3
  238. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -3
  239. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -3
  240. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -3
  241. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -3
  242. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -3
  243. package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -3
  244. package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +2 -0
  245. package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +23 -3
  246. package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
  247. package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
  248. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
  249. package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
  250. package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
  251. package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
  252. package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
  253. package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
  254. package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
  255. package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
  256. package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
  257. package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
  258. package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
  259. package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
  260. package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
  261. package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +83 -29
  262. package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -10
  263. package/src/main/js/sap/ushell/components/runtimeSwitcher/view/RuntimeSwitcher.view.xml +2 -18
  264. package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
  265. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
  266. package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
  267. package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
  268. package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +236 -607
  269. package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
  270. package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
  271. package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
  272. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +9 -1
  273. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
  274. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
  275. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
  276. package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
  277. package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -7
  278. package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +3 -2
  279. package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +20 -32
  280. package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
  281. package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
  282. package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
  283. package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
  284. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
  285. package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
  286. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
  287. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
  288. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
  289. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
  290. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
  291. package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
  292. package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
  293. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +2 -1
  294. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +2 -1
  295. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +2 -1
  296. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +79 -0
  297. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +2 -1
  298. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +2 -1
  299. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +2 -1
  300. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +2 -1
  301. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +2 -1
  302. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +2 -1
  303. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +2 -1
  304. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +68 -67
  305. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +2 -1
  306. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +2 -1
  307. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +2 -1
  308. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +2 -1
  309. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +2 -1
  310. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +2 -1
  311. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +2 -1
  312. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -2
  313. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +2 -1
  314. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +2 -1
  315. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +2 -1
  316. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +2 -1
  317. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +2 -1
  318. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +2 -1
  319. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +2 -1
  320. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +2 -1
  321. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +2 -1
  322. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +79 -0
  323. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +2 -1
  324. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +2 -1
  325. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +2 -1
  326. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +2 -1
  327. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +2 -1
  328. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +2 -1
  329. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +2 -1
  330. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +2 -1
  331. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +31 -30
  332. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +2 -1
  333. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -2
  334. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +79 -0
  335. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +2 -1
  336. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -2
  337. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +2 -1
  338. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +2 -1
  339. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +2 -1
  340. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +2 -1
  341. package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +2 -1
  342. package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
  343. package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
  344. package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
  345. package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
  346. package/src/main/js/sap/ushell/library.js +1 -1
  347. package/src/main/js/sap/ushell/navigationMode.js +1 -1
  348. package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
  349. package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
  350. package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
  351. package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +0 -3
  352. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_cnr.properties +13 -0
  353. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saprigi.properties +8 -8
  354. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
  355. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
  356. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
  357. package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
  358. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_cnr.properties +24 -0
  359. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
  360. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
  361. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
  362. package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
  363. package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
  364. package/src/main/js/sap/ushell/renderer/Shell.controller.js +7 -35
  365. package/src/main/js/sap/ushell/renderer/Shell.view.js +3 -0
  366. package/src/main/js/sap/ushell/renderer/resources/resources.properties +0 -14
  367. package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +5 -5
  368. package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +36 -36
  369. package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +5 -5
  370. package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +996 -0
  371. package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +14 -14
  372. package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -3
  373. package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
  374. package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -9
  375. package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
  376. package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -31
  377. package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +1 -1
  378. package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +988 -991
  379. package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +6 -6
  380. package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -5
  381. package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +5 -5
  382. package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -11
  383. package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +9 -9
  384. package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +16 -16
  385. package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +15 -15
  386. package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
  387. package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
  388. package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
  389. package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +7 -7
  390. package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
  391. package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +17 -17
  392. package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +15 -15
  393. package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +10 -10
  394. package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +6 -6
  395. package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
  396. package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
  397. package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +6 -6
  398. package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +6 -6
  399. package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +16 -16
  400. package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +10 -10
  401. package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +5 -5
  402. package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -3
  403. package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -5
  404. package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +16 -16
  405. package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -3
  406. package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +17 -17
  407. package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +21 -21
  408. package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
  409. package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +5 -5
  410. package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +15 -15
  411. package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +22 -22
  412. package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +37 -37
  413. package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +6 -6
  414. package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +5 -5
  415. package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +10 -10
  416. package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
  417. package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
  418. package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_mk.properties +993 -0
  419. package/src/main/js/sap/ushell/resources.js +49 -0
  420. package/src/main/js/sap/ushell/services/AllMyApps.js +7 -3
  421. package/src/main/js/sap/ushell/services/AppConfiguration.js +8 -0
  422. package/src/main/js/sap/ushell/services/AppLifeCycle.js +17 -11
  423. package/src/main/js/sap/ushell/services/AppState.js +9 -5
  424. package/src/main/js/sap/ushell/services/Bookmark.js +8 -4
  425. package/src/main/js/sap/ushell/services/BookmarkV2.js +8 -4
  426. package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +8 -4
  427. package/src/main/js/sap/ushell/services/CommonDataModel.js +8 -4
  428. package/src/main/js/sap/ushell/services/Configuration.js +8 -4
  429. package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +8 -4
  430. package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
  431. package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +45 -46
  432. package/src/main/js/sap/ushell/services/DarkModeSupport.js +8 -4
  433. package/src/main/js/sap/ushell/services/EndUserFeedback.js +7 -3
  434. package/src/main/js/sap/ushell/services/Extension/Item.js +1 -14
  435. package/src/main/js/sap/ushell/services/Extension.js +25 -194
  436. package/src/main/js/sap/ushell/services/FlpLaunchPage.js +8 -4
  437. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/FloatingContainer.js +16 -13
  438. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/Footer.js +12 -10
  439. package/src/main/js/sap/ushell/services/{Extension/Header.js → FrameBoundExtension/Item.js} +62 -46
  440. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/SidePane.js +17 -14
  441. package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/ToolArea.js +17 -14
  442. package/src/main/js/sap/ushell/services/FrameBoundExtension.js +371 -0
  443. package/src/main/js/sap/ushell/services/LaunchPage.js +8 -4
  444. package/src/main/js/sap/ushell/services/Menu.js +10 -6
  445. package/src/main/js/sap/ushell/services/Message.js +8 -4
  446. package/src/main/js/sap/ushell/services/MessageBroker.js +8 -4
  447. package/src/main/js/sap/ushell/services/NavTargetResolution.js +10 -22
  448. package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +7 -3
  449. package/src/main/js/sap/ushell/services/Navigation/compatibility.js +229 -0
  450. package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
  451. package/src/main/js/sap/ushell/services/Navigation.js +48 -40
  452. package/src/main/js/sap/ushell/services/NavigationDataProvider.js +8 -4
  453. package/src/main/js/sap/ushell/services/Notifications.js +7 -3
  454. package/src/main/js/sap/ushell/services/NotificationsV2.js +18 -9
  455. package/src/main/js/sap/ushell/services/PageBuilding.js +8 -4
  456. package/src/main/js/sap/ushell/services/PagePersistence.js +8 -4
  457. package/src/main/js/sap/ushell/services/PageReferencing.js +8 -4
  458. package/src/main/js/sap/ushell/services/Pages.js +8 -4
  459. package/src/main/js/sap/ushell/services/Personalization.js +8 -4
  460. package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +39 -10
  461. package/src/main/js/sap/ushell/services/PersonalizationV2.js +30 -14
  462. package/src/main/js/sap/ushell/services/PluginManager.js +8 -4
  463. package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
  464. package/src/main/js/sap/ushell/services/Search.js +8 -4
  465. package/src/main/js/sap/ushell/services/SearchCEP.js +8 -4
  466. package/src/main/js/sap/ushell/services/SearchableContent.js +8 -4
  467. package/src/main/js/sap/ushell/services/ShellNavigation.js +11 -7
  468. package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +17 -12
  469. package/src/main/js/sap/ushell/services/SmartNavigation.js +8 -4
  470. package/src/main/js/sap/ushell/services/SpaceContent.js +8 -4
  471. package/src/main/js/sap/ushell/services/SupportTicket.js +8 -6
  472. package/src/main/js/sap/ushell/services/UITracer.js +8 -4
  473. package/src/main/js/sap/ushell/services/URLParsing.js +36 -31
  474. package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
  475. package/src/main/js/sap/ushell/services/URLTemplate.js +8 -4
  476. package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +8 -4
  477. package/src/main/js/sap/ushell/services/UsageAnalytics.js +42 -369
  478. package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +8 -4
  479. package/src/main/js/sap/ushell/services/UserDefaultParameters.js +8 -4
  480. package/src/main/js/sap/ushell/services/UserInfo.js +8 -4
  481. package/src/main/js/sap/ushell/services/UserRecents.js +8 -4
  482. package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +8 -4
  483. package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +8 -4
  484. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
  485. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
  486. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
  487. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
  488. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
  489. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
  490. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
  491. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
  492. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
  493. package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
  494. package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
  495. package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
  496. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
  497. package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
  498. package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
  499. package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
  500. package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
  501. package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
  502. package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
  503. package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
  504. package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
  505. package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
  506. package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
  507. package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +52 -2
  508. package/src/main/js/sap/ushell/themes/base/library.source.less +0 -2
  509. package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -1
  510. package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +25 -0
  511. package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +26 -0
  512. package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +10 -1
  513. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/.theming +4 -0
  514. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ActionMode.less +107 -0
  515. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AddBookmarkButton.less +37 -0
  516. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorItem.less +81 -0
  517. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorNavigationBar.less +86 -0
  518. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +213 -0
  519. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +37 -0
  520. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +387 -0
  521. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContactSupport.less +12 -0
  522. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContentFinder.less +26 -0
  523. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/CustomGroupHeaderListItem.less +10 -0
  524. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Dashboard.less +66 -0
  525. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/DynamicTile.less +114 -0
  526. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Factsheet.less +225 -0
  527. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FloatingContainer.less +125 -0
  528. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FlpSettings.less +83 -0
  529. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupList.less +68 -0
  530. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupListItem.less +54 -0
  531. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +21 -0
  532. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ImageTile.less +23 -0
  533. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/LoadingDialog.less +47 -0
  534. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/MenuBar.less +23 -0
  535. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Notifications.less +135 -0
  536. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Page.less +49 -0
  537. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureTile.less +119 -0
  538. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureViewer.less +25 -0
  539. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PlusTile.less +38 -0
  540. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/QuickAccess.less +18 -0
  541. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/RightFloatingContainerItem.less +82 -0
  542. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchCEP.less +121 -0
  543. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchFLP.less +10 -0
  544. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Section.less +60 -0
  545. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellAppTitle.less +207 -0
  546. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingAction.less +61 -0
  547. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingActions.less +14 -0
  548. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +381 -0
  549. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellLayout.less +168 -0
  550. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SidePane.less +8 -0
  551. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/StaticTile.less +9 -0
  552. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SubHeader.less +3 -0
  553. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SysInfoBar.less +114 -0
  554. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TargetMappingConfiguration.less +8 -0
  555. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +223 -0
  556. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileBase.less +152 -0
  557. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileContainer.less +495 -0
  558. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TilePlaceholder.less +75 -0
  559. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileState.less +62 -0
  560. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ToolAreaItem.less +85 -0
  561. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserActionsMenu.less +23 -0
  562. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserConsentDialog.less +52 -0
  563. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +113 -0
  564. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ViewPortContainer.less +28 -0
  565. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPage.less +58 -0
  566. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageButton.less +60 -0
  567. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageCell.less +144 -0
  568. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumn.less +39 -0
  569. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumnResizer.less +128 -0
  570. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageRow.less +987 -0
  571. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +64 -0
  572. package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/shared.less +40 -0
  573. package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -1
  574. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -1
  575. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +25 -0
  576. package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +25 -0
  577. package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -1
  578. package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -1
  579. package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +25 -0
  580. package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +25 -0
  581. package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +1 -0
  582. package/src/main/js/sap/ushell/ui/ShellHeader.js +46 -1
  583. package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +15 -0
  584. package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
  585. package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +2 -2
  586. package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
  587. package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
  588. package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
  589. package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +63 -10
  590. package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +13 -1
  591. package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
  592. package/src/main/js/sap/ushell/ui/utils.js +1 -1
  593. package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
  594. package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
  595. package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +2 -17
  596. package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -5
  597. package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
  598. package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +8 -1
  599. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ar.properties +5 -0
  600. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_bg.properties +5 -0
  601. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ca.properties +5 -0
  602. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cnr.properties +5 -0
  603. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cs.properties +5 -0
  604. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cy.properties +5 -0
  605. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_da.properties +5 -0
  606. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_de.properties +5 -0
  607. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_el.properties +5 -0
  608. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en.properties +5 -0
  609. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_GB.properties +5 -0
  610. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saprigi.properties +5 -0
  611. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es.properties +5 -0
  612. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es_MX.properties +5 -0
  613. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_et.properties +5 -0
  614. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fi.properties +5 -0
  615. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr.properties +5 -0
  616. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr_CA.properties +5 -0
  617. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hi.properties +5 -0
  618. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hr.properties +5 -0
  619. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hu.properties +5 -0
  620. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_id.properties +5 -0
  621. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_it.properties +5 -0
  622. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_iw.properties +5 -0
  623. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ja.properties +5 -0
  624. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_kk.properties +5 -0
  625. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ko.properties +5 -0
  626. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lt.properties +5 -0
  627. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lv.properties +5 -0
  628. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_mk.properties +5 -0
  629. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ms.properties +5 -0
  630. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_nl.properties +5 -0
  631. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_no.properties +5 -0
  632. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pl.properties +5 -0
  633. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt.properties +5 -0
  634. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt_PT.properties +5 -0
  635. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ro.properties +5 -0
  636. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ru.properties +5 -0
  637. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sh.properties +5 -0
  638. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sk.properties +5 -0
  639. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sl.properties +5 -0
  640. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sr.properties +5 -0
  641. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sv.properties +5 -0
  642. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_th.properties +5 -0
  643. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_tr.properties +5 -0
  644. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_uk.properties +5 -0
  645. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_vi.properties +5 -0
  646. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_CN.properties +5 -0
  647. package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_TW.properties +5 -0
  648. package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
  649. package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +90 -40
  650. package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
  651. package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +79 -0
  652. package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +79 -0
  653. package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +79 -0
  654. package/src/main/js/sap/ushell/utils.js +28 -18
  655. package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
  656. package/ui5.yaml +5 -4
  657. package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +0 -155
  658. package/src/main/js/sap/ushell/components/shell/Settings/ProfilingLoader.js +0 -42
  659. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsProfiling.js +0 -53
  660. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.controller.js +0 -32
  661. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.view.xml +0 -13
  662. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.controller.js +0 -76
  663. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.view.xml +0 -8
  664. package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfilingEntry.js +0 -68
  665. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsPopUp.less +0 -10
  666. package/src/main/js/sap/ushell/themes/base/UsageAnalyticsSelector.less +0 -23
  667. package/src/main/js/sap/ushell/themes/sap_belize/UsageAnalyticsSelector.less +0 -25
  668. package/src/main/js/sap/ushell/themes/sap_fiori_3/UsageAnalyticsSelector.less +0 -18
  669. package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/UsageAnalyticsSelector.less +0 -18
  670. package/src/main/js/sap/ushell/themes/sap_horizon/UsageAnalyticsSelector.less +0 -23
  671. package/src/main/js/sap/ushell/themes/sap_horizon_dark/UsageAnalyticsSelector.less +0 -22
@@ -0,0 +1,993 @@
1
+
2
+
3
+ time_days=\u041F\u0440\u0435\u0434 {0} \u0434\u0435\u043D\u0430
4
+ time_minutes=\u041F\u0440\u0435\u0434 {0} \u043C\u0438\u043D\u0443\u0442\u0438
5
+ time_hours=\u041F\u0440\u0435\u0434 {0} \u0447\u0430\u0441\u0430
6
+ just_now=\u0422\u043E\u043A\u043C\u0443 \u0441\u0435\u0433\u0430
7
+ notification_arrival_time_now=\u0421\u0435\u0433\u0430
8
+ time_day=\u041F\u0440\u0435\u0434 {0} \u0434\u0435\u043D
9
+ time_minute=\u041F\u0440\u0435\u0434 {0} \u043C\u0438\u043D\u0443\u0442a
10
+ time_hour=\u041F\u0440\u0435\u0434 {0} \u0447\u0430\u0441
11
+ searchAppTitle=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
12
+ search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
13
+ searchBtn=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
14
+ openSearchBtn=\u041E\u0442\u0432\u043E\u0440\u0438 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
15
+ recentActivities=\u041D\u0435\u043E\u0434\u0430\u043C\u043D\u0435\u0448\u043D\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438
16
+ recentActivitiesNoDataText=\u041D\u0435\u043C\u0430 \u043D\u0435\u043E\u0434\u0430\u043C\u043D\u0435\u0448\u043D\u0438 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438
17
+ recentActivitiesSearchDescription=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u043D\u0438 \u043F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u043E
18
+ frequentActivities=\u0427\u0435\u0441\u0442\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u043D\u0438
19
+ frequentAppsCEPSearch=Frequently Used Apps
20
+ frequentProductsCEPSearch=Frequently Used Products
21
+ frequentActivitiesNoDataText=\u041D\u0435\u043C\u0430 \u0447\u0435\u0441\u0442\u043E \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u043D\u0438 \u0441\u0442\u0430\u0432\u043A\u0438 \u0437\u0430 \u043F\u0440\u0438\u043A\u0430\u0436\u0443\u0432\u0430\u045A\u0435
22
+ frequentActivitiesTooltip=\u0421\u0442\u0430\u0432\u043A\u0438\u0442\u0435 \u0448\u0442\u043E \u0441\u0442\u0435 \u0433\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u043B\u0435 \u043D\u0430\u0458\u0447\u0435\u0441\u0442\u043E \u0432\u043E \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 30 \u0434\u0435\u043D\u0430
23
+ Apptype.OVP=Overview Page
24
+ Apptype.SEARCH=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
25
+ Apptype.FACTSHEET=Fact Sheet
26
+ Apptype.COPILOT=Digital Assistant
27
+ Apptype.URL=External Link
28
+ Apptype.APP=Application
29
+ suggestion_in_apps={0} \u0432\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438\u0442\u0435
30
+ label_apps=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
31
+ label_all=\u0421\u0438\u0442\u0435
32
+ more_groups=\u041F\u043E\u0432\u0435\u045C\u0435 \u0433\u0440\u0443\u043F\u0438
33
+ scrollToEnd=\u041B\u0438\u0437\u0433\u0430\u0458 \u0434\u043E\u0434\u043E\u043B\u0443
34
+ scrollToTop=\u041B\u0438\u0437\u0433\u0430\u0458 \u0434\u043E\u0433\u043E\u0440\u0435
35
+ dataSource=\u0418\u0437\u0432\u043E\u0440 \u043D\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
36
+ showMore=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043F\u043E\u0432\u0435\u045C\u0435
37
+ showAllFilters=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438
38
+ showMoreApps=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043F\u043E\u0432\u0435\u045C\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
39
+ showAllNApps=\u201E\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 {0} \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438\u201C
40
+ resultsIn={0}<i> \u0432\u043E {1}</i>
41
+ searchInPlaceholder=Search in\: {0}
42
+ searchTileTitleProposal=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 {0} \u0432\u043E {1}
43
+ searchTileTitleProposalAll=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0437\u0430 {0}
44
+ searchFor=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
45
+ searchWithin=Search Within
46
+ products=\u041F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438
47
+ results=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438
48
+ result_list_announcement_screenreaders=\u0421\u043F\u0438\u0441\u043E\u043A \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435.
49
+ results_count_for_screenreaders=\u0412\u043E \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0438\u043C\u0430 \u0432\u043A\u0443\u043F\u0435\u043D \u0431\u0440\u043E\u0458 \u043D\u0430 {0} \u0441\u043E\u0432\u043F\u0430\u0453\u0430\u045A\u0430.
50
+ result_list_item_type_link_description=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435 \u043D\u0430 \u043E\u0432\u0430\u0430 \u0432\u0440\u0441\u043A\u0430 \u0437\u0430 \u0434\u0430 \u0433\u043E \u0441\u0442\u0435\u0441\u043D\u0438\u0442\u0435 \u0438\u0437\u0431\u043E\u0440\u043E\u0442 \u043D\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 \u043D\u0430 \u043E\u0432\u043E\u0458 \u0442\u0438\u043F \u043E\u0431\u0458\u0435\u043A\u0442.
51
+ result_list_item_aria_has_attributes=\u041E\u0432\u0430\u0430 \u0441\u0442\u0430\u0432\u043A\u0430 \u043E\u0434 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0433\u0438 \u0438\u043C\u0430 \u0441\u043B\u0435\u0434\u043D\u0438\u0432\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438\:\n
52
+ result_list_item_aria_attribute_and_value={0}. {1}.\n
53
+ result_list_item_aria_no_attributes=This search result list item does not have attributes.
54
+ result_list_item_aria_collapsed=\u041E\u0432\u0430\u0430 \u0441\u0442\u0430\u0432\u043A\u0430 \u043E\u0434 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0432\u043E \u043C\u043E\u043C\u0435\u043D\u0442\u043E\u0432 \u0435 \u0441\u043A\u0440\u0438\u0435\u043D\u0430. \u0417\u0430 \u0434\u0430 \u0458\u0430 \u043F\u0440\u043E\u0448\u0438\u0440\u0438\u0442\u0435, \u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0433\u043E \u043A\u043E\u043F\u0447\u0435\u0442\u043E \u0437\u0430 \u043F\u0440\u0430\u0437\u043D\u043E \u043C\u0435\u0441\u0442\u043E.
55
+ result_list_item_aria_has_links=\u041E\u0432\u0430\u0430 \u0441\u0442\u0430\u0432\u043A\u0430 \u043E\u0434 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0438\u043C\u0430 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u0438 \u0432\u0440\u0441\u043A\u0438 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430. \u041A\u043E\u0440\u0438\u0441\u0442\u0435\u0442\u0435 \u0433\u043E \u043A\u043E\u043F\u0447\u0435\u0442\u043E Tab \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0434\u0432\u0438\u0436\u0438\u0442\u0435 \u043D\u0438\u0437 \u0441\u0442\u0430\u0432\u043A\u0430\u0442\u0430.
56
+ result_list_item_aria_expanded=\u041E\u0432\u0430\u0430 \u0441\u0442\u0430\u0432\u043A\u0430 \u043E\u0434 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0432\u043E \u043C\u043E\u043C\u0435\u043D\u0442\u043E\u0432 \u0435 \u043F\u0440\u043E\u0448\u0438\u0440\u0435\u043D\u0430. \u0417\u0430 \u0434\u0430 \u0458\u0430 \u0441\u043A\u0440\u0438\u0435\u0442\u0435, \u043F\u0440\u0438\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0433\u043E \u043A\u043E\u043F\u0447\u0435\u0442\u043E \u0437\u0430 \u043F\u0440\u0430\u0437\u043D\u043E \u043C\u0435\u0441\u0442\u043E.
57
+ result_list_item_aria_has_more_links=\u0418\u043C\u0430 \u043F\u043E\u0432\u0435\u045C\u0435 \u0432\u0440\u0441\u043A\u0438 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430 \u0437\u0430 \u043E\u0432\u0430\u0430 \u0441\u0442\u0430\u0432\u043A\u0430. \u041A\u043E\u0440\u0438\u0441\u0442\u0435\u0442\u0435 \u0433\u0438 \u043A\u043E\u043F\u0447\u0438\u045A\u0430\u0442\u0430 \u0441\u043E \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0434\u0432\u0438\u0436\u0438\u0442\u0435 \u043F\u043E\u043C\u0435\u0453\u0443 \u0432\u0440\u0441\u043A\u0438\u0442\u0435.
58
+ no_results_info=We did not find any matches for <b>"{0}"</b>.<br>Try searching again.
59
+ enterprise_search=Enterprise Search
60
+ no_apps_found=No matches found for "{0}".\nTry searching within a specific search engine\:
61
+ no_results_search_aria=\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438
62
+ one_result_search_aria={0} result available
63
+ multiple_results_search_aria=\u0414\u043E\u0441\u0442\u0430\u043F\u043D\u0438 \u0441\u0435 {0} \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438
64
+ no_results_link_appfinder=\u041C\u043E\u0436\u0435\u0431\u0438 \u045C\u0435 \u0441\u0430\u043A\u0430\u0442\u0435 \u0434\u0430 \u043F\u0440\u0435\u0433\u043B\u0435\u0434\u0430\u0442\u0435 \u0432\u043E {0}.
65
+ no_results_tips=<b>Search tips\:</b><ul><li>Make sure that all words are spelled correctly.</li><li>Try different keywords.</li><li>Try more general keywords.</li></ul>
66
+ showDetailBtn_tooltip=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
67
+ hideDetailBtn_tooltip=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
68
+ showFacetBtn_tooltip=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435
69
+ hideFacetBtn_tooltip=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435
70
+ filtered_by=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E \u0441\u043F\u043E\u0440\u0435\u0434\: {0}
71
+ filtered_by_aria_label=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E \u0441\u043F\u043E\u0440\u0435\u0434
72
+ searchIn=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0432\u043E
73
+ searchInTooltip=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0432\u043E
74
+ searchInDataSourceTooltip=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0432\u043E\: {0}
75
+ filterBy=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0458 \u0441\u043F\u043E\u0440\u0435\u0434\:
76
+ filters=\u0424\u0438\u043B\u0442\u0440\u0438
77
+ filterPlaceholder=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0458
78
+ fromPlaceholder=\u041E\u0434
79
+ toPlaceholder=\u0414\u043E
80
+ sortByName=\u041F\u043E\u0434\u0440\u0435\u0434\u0438 \u0441\u043F\u043E\u0440\u0435\u0434 \u043D\u0430\u0437\u0438\u0432
81
+ sortByCount=\u041F\u043E\u0434\u0440\u0435\u0434\u0438 \u0441\u043F\u043E\u0440\u0435\u0434 \u0431\u0440\u043E\u0458
82
+ notSorted=(\u041D\u0435 \u0435 \u043F\u043E\u0434\u0440\u0435\u0434\u0435\u043D\u043E)
83
+ showSelectedOnTop=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435 \u043D\u0430\u0458\u0433\u043E\u0440\u0435
84
+ filterInputErrorTitle=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u043D\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u043E\u0442\: \u0433\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u043F\u043E\u0442\u0432\u0440\u0434\u0443\u0432\u0430\u045A\u0435\u0442\u043E
85
+ filterInputError=\u0412\u043D\u0435\u0441\u0435\u043D\u0430 \u0435 \u043D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0437\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u043E\u0442.
86
+ searchUrlErrorTitle=URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0430\u0436\u0443\u0440\u0438\u0440\u0430
87
+ searchUrlErrorMessage=\u041F\u043E\u0440\u0430\u0434\u0438 \u0442\u0435\u0445\u043D\u0438\u0447\u043A\u0438 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0443\u0432\u0430\u045A\u0430, \u0441\u043E\u0441\u0442\u043E\u0458\u0431\u0430\u0442\u0430 \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 \u0441\u0435 \u0441\u043A\u043B\u0430\u0434\u0438\u0440\u0430 \u0432\u043E URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430.\n\u041C\u043E\u0436\u0435 \u0434\u0430 \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435 \u0441\u043E \u0440\u0430\u0431\u043E\u0442\u0430\u0442\u0430, \u043D\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0458\u0430 \u043E\u0431\u0435\u043B\u0435\u0436\u0438\u0442\u0435 \u043E\u0432\u0430\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430.\n\u041F\u043E\u0440\u0430\u043A\u0430\u0432\u0430 \u0441\u0435 \u043F\u0440\u0438\u043A\u0430\u0436\u0443\u0432\u0430 \u0441\u0430\u043C\u043E \u0435\u0434\u043D\u0430\u0448.
88
+ searchUrlParsingError=URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u0435 \u043D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0430.
89
+ searchUrlParsingErrorLong=\u041E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0441\u043B\u0443\u0447\u0438 \u043F\u0440\u0438 \u043A\u043E\u043F\u0438\u0440\u0430\u045A\u0435 \u043D\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u043E\u0434 \u0434\u0440\u0443\u0433 \u0441\u0438\u0441\u0442\u0435\u043C. \u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0438\u0442\u0435 \u0434\u0435\u043B\u043E\u0432\u0438 \u043D\u0430 URL-\u0430\u0434\u0440\u0435\u0441\u0430\u0442\u0430 \u0441\u0435 \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0430\u0430\u0442.
90
+ filterCondition=\u0423\u0441\u043B\u043E\u0432 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u045A\u0435
91
+ facetList=\u0421\u043F\u0438\u0441\u043E\u043A
92
+ facetBarChart=\u0421\u0442\u043E\u043B\u0431\u0435\u0441\u0442 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
93
+ facetPieChart=\u041A\u0440\u0443\u0436\u0435\u043D \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
94
+ infoZeileNumberMoreSelected=\u0418\u0437\u0431\u0440\u0430\u043D\u0438 \u0441\u0435 \u0443\u0448\u0442\u0435 {0}
95
+ facetPieChartOverflowText={0} % \u043E\u0434 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438\u0442\u0435 \u0441\u0435 \u043D\u0430\u0434\u0432\u043E\u0440 \u043E\u0434 \u043F\u0440\u0432\u0438\u0442\u0435 5 \u043F\u0440\u0438\u043A\u0430\u0436\u0430\u043D\u0438 \u0432\u043E \u043A\u0440\u0443\u0436\u043D\u0438\u043E\u0442 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
96
+ facetPieChartOverflowText2={0} % \u043E\u0434 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438\u0442\u0435 \u0441\u0435 \u043D\u0430\u0434\u0432\u043E\u0440 \u043E\u0434 \u043F\u0440\u0432\u0438\u0442\u0435 {1} \u043F\u0440\u0438\u043A\u0430\u0436\u0430\u043D\u0438 \u0432\u043E \u043A\u0440\u0443\u0436\u043D\u0438\u043E\u0442 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
97
+ displayAs=Display as\: {0}
98
+ dropDown=\u041F\u0430\u0453\u0430\u0447\u043A\u043E \u043C\u0435\u043D\u0438
99
+ selectFromList=\u0418\u0437\u0431\u0435\u0440\u0438 \u0441\u0442\u0430\u0432\u043A\u0438
100
+ defineCondition=\u0414\u0435\u0444\u0438\u043D\u0438\u0440\u0430\u0458 \u0443\u0441\u043B\u043E\u0432\u0438
101
+ equals=\u0415\u0434\u043D\u0430\u043A\u0432\u043E \u043D\u0430
102
+ beginsWith=\u0417\u0430\u043F\u043E\u0447\u043D\u0443\u0432\u0430 \u0441\u043E
103
+ endsWith=\u0417\u0430\u0432\u0440\u0448\u0443\u0432\u0430 \u0441\u043E
104
+ contains=\u0421\u043E\u0434\u0440\u0436\u0438
105
+ containsWords=\u0413\u0438 \u0441\u043E\u0434\u0440\u0436\u0438 \u0441\u0438\u0442\u0435 \u043E\u0432\u0438\u0435 \u0437\u0431\u043E\u0440\u043E\u0432\u0438
106
+ operator=\u041E\u043F\u0435\u0440\u0430\u0442\u043E\u0440
107
+ checkBox=\u041F\u043E\u043B\u0435 \u0437\u0430 \u043E\u0437\u043D\u0430\u0447\u0443\u0432\u0430\u045A\u0435 \u0443\u0441\u043B\u043E\u0432
108
+ removeButton=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u0438
109
+ facetListTooltip={0}\: {1}
110
+ transactionText=\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430
111
+ sortTable=\u041F\u043E\u0434\u0440\u0435\u0434\u0438
112
+ personalizeTable=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043A\u043E\u043B\u043E\u043D\u0438
113
+ exportData=\u0418\u0437\u0432\u0435\u0437\u0438 \u0433\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435
114
+ titleDescription=\u041E\u043F\u0438\u0441 \u043D\u0430 \u043D\u0430\u0441\u043B\u043E\u0432\u043E\u0442
115
+ displayList=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043A\u0430\u043A\u043E \u0441\u043F\u0438\u0441\u043E\u043A
116
+ displayTable=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043A\u0430\u043A\u043E \u0442\u0430\u0431\u0435\u043B\u0430
117
+ displayMap=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043A\u0430\u043A\u043E \u043C\u0430\u043F\u0430
118
+ defaultRank=\u041D\u0430\u0458\u0434\u043E\u0431\u0440\u043E\u0442\u043E \u0441\u043E\u0432\u043F\u0430\u0453\u0430\u045A\u0435 \u043D\u0430\u0458\u0433\u043E\u0440\u0435
119
+ intents=\u041F\u043E\u0432\u0440\u0437\u0430\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
120
+ resetFilterButton_tooltip=\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458 \u0433\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435
121
+ noCloumnsSelected=\u041D\u0435 \u0441\u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u043A\u043E\u043B\u043E\u043D\u0438 \u0432\u043E \u043F\u043E\u0441\u0442\u0430\u0432\u043A\u0438\u0442\u0435 \u043D\u0430 \u0442\u0430\u0431\u0435\u043B\u0430\u0442\u0430.
122
+ searchError=\u0413\u0440\u0435\u0448\u043A\u0430 \u043F\u0440\u0438 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
123
+ searchInitialError=\u041D\u0435 \u0443\u0441\u043F\u0435\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u0434\u0435\u043B\u043E\u0432\u043D\u0438\u043E\u0442 \u043E\u0431\u0458\u0435\u043A\u0442.
124
+ preserveFormerResultErrorTitle=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043E\u0431\u043D\u043E\u0432\u0438 \u043F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438\u043E\u0442 \u0441\u0442\u0430\u0442\u0443\u0441 \u043D\u0430 \u0441\u043F\u0438\u0441\u043E\u043A\u043E\u0442 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438.
125
+ exportDataInfo=\u0417\u0431\u0438\u0440\u043A\u0430\u0442\u0430 \u0441\u043E \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0435 \u043C\u043D\u043E\u0433\u0443 \u0433\u043E\u043B\u0435\u043C\u0430. \u0418\u0437\u0432\u043E\u0437\u043E\u0442 \u045C\u0435 \u0433\u0438 \u0441\u043E\u0434\u0440\u0436\u0438 \u043F\u0440\u0432\u0438\u0442\u0435 1.000 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438.
126
+ exportFileName=\u0418\u0437\u0432\u043E\u0437 \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
127
+ NavigationUnsupported=\u0426\u0435\u043B\u043D\u0430\u0442\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430 \u043D\u0435 \u0435 \u043F\u043E\u0434\u0434\u0440\u0436\u0430\u043D\u0430. \u041F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0458\u0430 \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0432\u043E Fiori Launchpad Designer \u0438 RFC.
128
+ preserveFormerResultErrorDetails=The previous result list status (such as selected items or expanded items) cannot be restored due to technical issues.\n\nThe following information might be useful for your system administrator\:\nThe result list item status could not be restored due to missing or wrong key information for one or more of the entities found.\nPlease check the following list of connector keys and ensure that you include all key attributes as response attributes for the respective connector in your search model\: {0}
129
+
130
+
131
+ open_appFinderBtn=\u041F\u0440\u043E\u043D\u0430\u043E\u0453\u0430\u0447 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
132
+ new_group_name=Enter group name
133
+ added_tile_to_group=was moved to
134
+ add_group_at=\u0414\u043E\u0434\u0430\u0458 \u0433\u0440\u0443\u043F\u0430
135
+
136
+
137
+ search_easy_access_results=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438({0}) \u0432\u043E {1}
138
+ all=\u0421\u0438\u0442\u0435
139
+ my_group=My Home
140
+ tile=\u041F\u043E\u0434\u0435\u043A\u0440\u0430\u043D
141
+ okDialogBtn=\u0412\u043E \u0440\u0435\u0434
142
+ cancelDialogBtn=\u041E\u0442\u043A\u0430\u0436\u0438
143
+
144
+
145
+ backBtn_tooltip=\u041D\u0430\u0437\u0430\u0434
146
+ notificationsBtn_title=\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045A\u0430
147
+ shellHeaderOverflowBtn_tooltip=More Options
148
+ homeBtn_tooltip=\u041F\u043E\u0447\u0435\u0442\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
149
+ homeBtn_tooltip_text=Navigate to Home
150
+ lastPage_tooltip=Navigate to last opened page
151
+ allMyApps_customString=There are {0} custom apps that cannot be displayed here.
152
+ allMyApps_customStringSingle=There is 1 custom app that cannot be displayed here.
153
+ allMyApps_customLinkHomePage=View them in your home page.
154
+ allMyApps_customLinkHomePageSingle=View it in your home page.
155
+ allMyApps_customLinkAppFinder=View them in the app finder.
156
+ allMyApps_customLinkAppFinderSingle=View it in the app finder.
157
+ allMyApps_headerTitle=All My Apps
158
+ allMyApps_launchingButtonTitle=All My Apps
159
+ allMyApps_homeEntryTitle=Home Page Apps
160
+ allMyApps_CatalogsList=List of Catalogs
161
+ allMyApps_ListOfApps=List of Applications in the Catalog
162
+ logoutBtn_title=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
163
+ logoutBtn_tooltip=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
164
+ signoutBtn_title=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
165
+ signoutBtn_tooltip=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
166
+ hideGroups_error=Internal error; could not hide/show one or more groups
167
+ sendEmailBtn=Send Email
168
+ sendEmailBtn_tooltip=Send an Email
169
+ addgroupBtn_tooltip=New group
170
+ delete_group=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
171
+ reset_group=\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458
172
+ delete_group_msg=Are you sure you want to delete the group "{0}"?
173
+ reset_group_msg=Are you sure you want to reset the group "{0}"?
174
+ addAssociatedTileToContextGroup=Add to Group "{0}"
175
+ removeAssociatedTileFromContextGroup=Remove from Group "{0}"
176
+ launchTile_tooltip=\u0421\u0442\u0430\u0440\u0442\u0443\u0432\u0430\u0458 \u0458\u0430 \u043F\u043B\u043E\u0447\u043A\u0430\u0442\u0430
177
+
178
+
179
+ Tile.failedToLoadView=Failed to load.
180
+ tile_deleted_msg="{0}" was removed from the group
181
+ tile_created_msg=Tile created.
182
+ SaveAsTileDialog.MessageToast.TileCreatedInPage=The tile was created and added to your page.
183
+ SaveAsTileDialog.MessageToast.TileCreatedInPages=The tile was created and added to your pages.
184
+ SaveAsTileDialog.MessageBox.Action.Discard=\u041E\u0442\u0444\u0440\u043B\u0438
185
+ SaveAsTileDialog.MessageBox.Title.Discard=\u041E\u0442\u0444\u0440\u043B\u0438
186
+ SaveAsTileDialog.MessageBox.Message.Discard=Are you sure you want to discard your actions?
187
+ SaveAsTileDialog.MessageBox.SinglePageError=The tile couldn't be added to the page.
188
+ SaveAsTileDialog.MessageBox.OnePageError=The tile couldn't be added to one of the pages you selected.
189
+ SaveAsTileDialog.MessageToast.ValidationFailed=A required entry is missing. Please check.
190
+ SaveAsTileDialog.MessageBox.PageErrorDetail=Tile\: {0}\nPage affected\: {1}
191
+ SaveAsTileDialog.MessageBox.AllPagesError=The tile couldn't be added to the pages you selected.
192
+ SaveAsTileDialog.MessageBox.SomePagesError=The tile couldn't be added to some of the pages you selected.
193
+ SaveAsTileDialog.MessageBox.PagesErrorDetail=Tile\: {0}\nPages affected\:\n{1}
194
+ SaveAsTileDialog.MessageBox.PageErrorSolution=Reload the launchpad or contact your administrator.
195
+ group_deleted_msg=Group "{0}" was deleted
196
+ group_reset_msg=Group "{0}" was reset
197
+ fail_to_add_tile_msg=Failure - Unable to add tile
198
+ fail_to_remove_tile_msg=Failure - Unable to remove tile
199
+ fail_to_move_tile_msg=Failure - Unable to move tile
200
+ fail_to_delete_group_msg=Failure - Unable to delete group
201
+ fail_to_reset_group_msg=Failure - Unable to reset group
202
+ fail_to_create_group_msg=Failure - Unable to create group
203
+ fail_to_move_group_msg=Failure - Unable to move group
204
+ fail_to_rename_group_msg=Failure - Unable to rename group
205
+ fail_to_load_groups_msg=Failure - Unable to load groups
206
+ fail_to_load_catalog_msg=Failed to load catalogs
207
+ fail_to_load_catalog_tiles_msg=Failure - Unable to load catalog tiles
208
+ fail_tile_operation_add_to_group="{0}" could not be added to group "{1}"
209
+ fail_tile_operation_remove_from_group="{0}" could not be removed from group "{1}"
210
+ fail_tile_operation_add_to_several_groups="{0}" could not be added to multiple groups
211
+ fail_tile_operation_remove_from_several_groups="{0}" could not be removed from multiple groups
212
+ fail_tile_operation_create_new_group=New group could not be created
213
+ fail_tile_operation_some_actions=Could not complete all your actions
214
+ fail_to_start_app_try_later=Could not open app. Please try again later.
215
+ failed_to_open_app_missing_configuration_or_role_assignment=App could not be opened either due to an incorrect SAP Fiori launchpad configuration or a missing role assignment.
216
+ cannot_resolve_navigation_target_details=Failed to resolve navigation target "{0}". This is most likely caused by an incorrect SAP Fiori launchpad content configuration or by a missing role assignment.
217
+ failed_to_open_ui5_component=App could not be opened because the SAP UI5 component of the application could not be loaded.
218
+ cannot_load_ui5_component_details=Failed to load UI5 component for navigation intent "{0}"
219
+ fail_to_start_app_popup_blocker=An active pop-up blocker prevented the app from opening. In your browser, turn off the pop-up blocker for \u201C{0}\u201D, and then open the app.
220
+ unsaved_data_warning_popup_message=You have not saved your changes. Are you sure you want to leave this page?
221
+ savedChanges=Your changes were saved.
222
+ historyCleared=Your history was cleared.
223
+ unsaved_data_warning_popup_title=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0434\u0443\u0432\u0430\u045A\u0435
224
+
225
+
226
+ okBtn=\u0412\u043E \u0440\u0435\u0434
227
+ saveBtn=\u0417\u0430\u0447\u0443\u0432\u0430\u0458
228
+ cancelBtn=\u041E\u0442\u043A\u0430\u0436\u0438
229
+ closeBtn=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
230
+
231
+
232
+ about=\u0417\u0430
233
+ discussBtn=Discuss
234
+ shareBtn=\u0421\u043F\u043E\u0434\u0435\u043B\u0438
235
+ addToHomePageBtn=\u0417\u0430\u0447\u0443\u0432\u0430\u0458 \u043A\u0430\u043A\u043E \u043F\u043E\u0434\u0435\u043A\u0440\u0430\u043D
236
+ errorBtn=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0433\u0440\u0435\u0448\u043A\u0438\u0442\u0435
237
+ helpBtn_tooltip=Help
238
+ technicalName=\u0422\u0435\u0445\u043D\u0438\u0447\u043A\u0438 \u043D\u0430\u0437\u0438\u0432
239
+ fioriVersionFld=\u0412\u0435\u0440\u0437\u0438\u0458\u0430
240
+ sapui5Fld=SAPUI5
241
+ userAgentFld=User Agent
242
+ activeTheme=Theme
243
+ deviceType=Device Type
244
+ touchSupported=Touch Input Supported
245
+ yes=\u0414\u0430
246
+ no=\u041D\u0435
247
+ productVersionFld=Product Version
248
+ systemName=System Name
249
+ systemRole=System Role
250
+ tenantRole=Tenant Role
251
+ fioriAppId=App ID
252
+ sapAch=Application Component Hierarchy
253
+ loginDetails=Login Details
254
+ settings_tooltip=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438
255
+ userFld=\u041A\u043E\u0440\u0438\u0441\u043D\u0438\u043A
256
+ serverFld=Server
257
+ eMailFld=\u0415-\u043F\u043E\u0448\u0442\u0430
258
+ linkToApplication=Link to Application
259
+ linkTo=Link to
260
+ languageFld=Language
261
+ navigationDataFld=Navigation Data
262
+ hashFld=Navigation Intent
263
+ applicationInformationFld=Application Information
264
+ applicationTypeFld=Application Type
265
+ applicationTypeDeprecated=Usage of this Application Type is deprecated. See SAP Note 2614740.
266
+ urlFld=URL
267
+ formFactorFld=Form Factor
268
+ additionalInfoFld=Additional Information
269
+ ContactSupportArialLabel=Contact Support
270
+ titleFld=Title\:
271
+ subtitleFld=Subtitle\:
272
+ previewFld=Preview\:
273
+ toggleSelectionModeBtn=\u041E\u0432\u043E\u0437\u043C\u043E\u0436\u0438 \u0433\u043E \u0438\u043B\u0438 \u043E\u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u0438 \u0433\u043E \u0440\u0435\u0436\u0438\u043C\u043E\u0442 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440
274
+ languageRegionFld=Language
275
+ languageAndRegionTit=Language and Region
276
+ dateFormatFld=Date Format
277
+ timeFormatFld=Time Format
278
+ numberFormatFld=Decimal Format
279
+ timeZoneFld=Time Zone
280
+ btn12h=12 h
281
+ btn24h=24 h
282
+
283
+ appFrameworkId=Framework ID
284
+ appFrameworkVersion=Framework Version
285
+ productName=Product Name
286
+ appId=\u0418\u0414
287
+ appVersion=\u0412\u0435\u0440\u0437\u0438\u0458\u0430
288
+ technicalAppComponentId=Technical Component ID
289
+ appSupportInfo=Component
290
+ appTitle=\u041D\u0430\u0441\u043B\u043E\u0432
291
+ aboutCategoryApplication=Application
292
+ aboutCategorySystem=System
293
+ aboutCategoryUser=Environment
294
+
295
+ contentNodeSelectorPage=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430
296
+ contentNodeSelectorHomepageGroup=\u0413\u0440\u0443\u043F\u0430
297
+ contentNodeSelectorHomepageGroups=\u0413\u0440\u0443\u043F\u0438
298
+ contentNodeSelectorHomepagePages=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0438
299
+ contentNodeSelectorSpace=Space
300
+ valueHelpDialogTitlePages=Select Pages
301
+ valueHelpDialogTitleGroups=Select Groups
302
+ valueHelpDialogButtonApply=\u041F\u0440\u0438\u043C\u0435\u043D\u0438
303
+ valueHelpDialogButtonCancel=\u041E\u0442\u043A\u0430\u0436\u0438
304
+ contentProviderLabel=Source System
305
+ ariaLabelEditModeGroupDefault={0} Group default
306
+ ariaLabelEditModeGroupLocked={0} Group locked
307
+ ariaLabelEditModeGroup={0} Group
308
+
309
+
310
+ samlCloseBtn=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
311
+ samlDialogTitle=Authentication Information
312
+ dataLossInternalMessage=This page contains unsaved data. Are you sure you want to leave the page?
313
+ dataLossExternalMessage=This page contains unsaved data
314
+ removeButtonTitle=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u0438
315
+ removeButtonLabel=Removable
316
+ error=\u0413\u0440\u0435\u0448\u043A\u0430
317
+ beforeLogoutMsg=You are now being signed out
318
+ savingEntryError=Could not save changes to
319
+ savingEntriesError=Could not save changes to the following\:
320
+ signoutMsgTitle=\u041E\u0434\u0458\u0430\u0432\u0438 \u0441\u0435
321
+ tileHasNoActions=No actions
322
+ activateActionMode=Personalize Home Page
323
+ activateEditMode=Edit Home Page
324
+ exitEditMode=Exit Edit Mode
325
+ closeEditMode=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
326
+ close=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
327
+ signoutConfirmationMsg=Are you sure you want to sign out?
328
+ noFilteredItems=\u041D\u0435 \u0441\u0435 \u043D\u0430\u0458\u0434\u0435\u043D\u0438 \u0441\u043E\u0432\u043F\u0430\u0453\u0430\u045A\u0430
329
+ tileTypeListItem=List item
330
+ noCatalogs=No catalogs found
331
+ catalogsLoading=Loading catalogs...
332
+ genericLoading=\u0421\u0435 \u0432\u0447\u0438\u0442\u0443\u0432\u0430...
333
+ screenReaderNavigationLoading=Loading application
334
+ loadingComplete=Loading complete
335
+ loadingErrorMessage=Could not load data
336
+ partialCatalogFail=Failed to load one or more catalogs
337
+ SpacePageNavgiationRegion=Space Page
338
+ PageSectionRegion=Page Sections
339
+
340
+ hotKeysGlossary=Keyboard Shortcuts
341
+ hotkeyFocusOnSearchField=Set the focus on the search entry field
342
+ hotkeyFocusOnSearchButton=Set the focus on the search button
343
+ hotkeyFocusOnSettingsButton=Set the focus on the Settings button
344
+ hotkeyFocusOnNotifications=Display the notifications area
345
+ hotkeyFocusOnUserActionMenu=Set the focus on the User Actions menu
346
+ hotkeyOpenSettings=Open the Settings dialog
347
+ hotkeyHomePage=Set the focus on either the logo or the home button
348
+ hotkeyFocusOnAppFinderButton=Set the focus on the App Finder button
349
+ hotkeyExitEditing=Exit edit mode
350
+ OptionKey=Option
351
+ CommandKey=Command
352
+ AltKey=Alt
353
+ ControlKey=Control
354
+ CommaKey=\u0417\u0430\u043F\u0438\u0440\u043A\u0430
355
+ EnterKey=Enter
356
+ ShiftKey=Shift
357
+
358
+ userProfiling=User Profiling
359
+ userSettings.noContent=No settings content is provided.
360
+ userSettings=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438
361
+ userAppSettings=App Settings
362
+ userSettings.SavingError.Undefined=An internal error occurred. Settings could not be saved.
363
+ userSettings.SavingError.SomeChanges=Some changes could not be saved.
364
+ userSettings.SavingError.WithMessage=An internal error occurred\: {0}
365
+ usageAnalytics=Usage Analytics
366
+ allowTracking=Allow tracking
367
+ i_agree=I agree
368
+ i_disagree=I disagree
369
+ remind_me_later=Remind me later
370
+ trackingEnabled=\u041E\u0432\u043E\u0437\u043C\u043E\u0436\u0435\u043D\u043E
371
+ trackingDisabled=\u041E\u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u0435\u043D\u043E
372
+ defaultsValuesEntry=Default Values
373
+ userDefaultsExtendedParametersTooltip=Define more than one value for this field.
374
+ userDefaultsExtendedParametersTitle=Additional Values
375
+ userDefaultsGeneralGroup=\u041E\u043F\u0448\u0442\u043E
376
+ userDefaultsSystemContextInfo=Select a source system to show the default values defined for it. The parameters from the selected system are displayed below and can be changed. Default values of other source systems cannot be changed.
377
+ userDefaultsSystemTitle=Source System\:
378
+ userDefaultsSave=\u0417\u0430\u0447\u0443\u0432\u0430\u0458
379
+ userDefaultsDiscard=\u041E\u0442\u0444\u0440\u043B\u0438
380
+ userDefaultsUnsavedChangesTitle=\u0417\u0430\u0447\u0443\u0432\u0430\u0458
381
+ userDefaultsUnsavedChangesMessage=You have unsaved changes. Do you want to save the changes?
382
+ userDefaultsStandardView=Saved Values
383
+ userDefaultsDiffState=The displayed values have not been saved yet.
384
+ userSettings.browserLanguage=Browser Language
385
+
386
+ actionHomePage=\u041F\u043E\u0447\u0435\u0442\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
387
+ tile.display.action_chip=Target Mapping
388
+
389
+ configuration.cancel=\u041E\u0442\u043A\u0430\u0436\u0438
390
+ configuration.category.general=\u041E\u043F\u0448\u0442\u043E
391
+ configuration.category.action_chip_configuration=Intent
392
+ configuration.mapping_signature=Mapping Signature
393
+ configuration.form_factor=Device Types
394
+ configuration.form_factor_phone=\u0422\u0435\u043B\u0435\u0444\u043E\u043D
395
+ configuration.form_factor_tablet=Tablet
396
+ configuration.form_factor_desktop=Desktop
397
+ configuration.form_factor_combi=Combi Device
398
+ configuration.form_factor.tooltip=All the devices whose form factor is suitable for this target
399
+ configuration.signature.table.title=Parameters
400
+ configuration.signature.table.name=\u041D\u0430\u0437\u0438\u0432
401
+ configuration.signature.table.value=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442
402
+ configuration.signature.table.defaultValue=Default Value
403
+ configuration.signature.table.isRegEx=Is Regular Expression
404
+ configuration.signature.table.mandatory=Mandatory
405
+ configuration.signature.table.renameTo=Target Name
406
+ configuration.signature.table.renameTo.tooltip=URL parameter name expected by target application
407
+ configuration.signature.table.allowUndefined=Allow additional parameters
408
+ configuration.signature.table.nameFieldLbl=Enter a name
409
+ configuration.signature.table.valueFieldLbl=Enter a value
410
+ configuration.signature.table.add=\u0414\u043E\u0434\u0430\u0458
411
+ configuration.signature.table.delete=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
412
+ configuration.signature.uniqueParamMessage.title=\u0413\u0440\u0435\u0448\u043A\u0430
413
+ configuration.signature.uniqueParamMessage.text=Parameter name already exists; enter another name
414
+ configuration.signature.invalidParamMessage.text=Invalid parameter name; enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
415
+ configuration.signature.invalidSapPrelaunchOperationsMessage.text=Invalid format of sap-prelaunch-operations parameter. Please ensure the parameter is specified as a default value in the form of a valid JSON array of objects with valid operation types. For example\: {0}
416
+ configuration.category.target_application=\u0426\u0435\u043B
417
+ configuration.category.dynamic_data=Dynamic Data
418
+ configuration.category.navigation=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430
419
+ configuration.category.tile_actions=Tile Actions
420
+ configuration.display_icon_url=\u0418\u043A\u043E\u043D\u0430
421
+ configuration.display_icon_url.warning=Warning\: Icon URI is not valid; it must start with "sap-icon\://" and adhere to the URI format
422
+ configuration.display_icon_url.tooltip=Icon to be displayed on the tile
423
+ configuration.keywords=Keywords
424
+ configuration.keywords.tooltip=Comma-separated list of keywords
425
+ configuration.semantic_object=Semantic Object
426
+ configuration.semantic_object.error_invalid_chars=Error\: Invalid characters in semantic object. The following characters are invalid\: "?&\#-".
427
+ configuration.semantic_object.tooltip=Semantic object of the intent to be mapped
428
+ configuration.semantic_action=\u0414\u0435\u0458\u0441\u0442\u0432\u043E
429
+ configuration.semantic_action.error_invalid_chars=Error\: Invalid characters in action. The following characters are invalid\: "?&\#-".
430
+ configuration.navigation_provider.error_invalid_provider=Error\: Select a valid navigation target
431
+ configuration.semantic_action.tooltip=Action of the intent to be mapped to a target
432
+ configuration.display_info_text=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
433
+ configuration.display_info_text.tooltip=Additional tile status information
434
+ configuration.target_application_alias=Application Alias
435
+ configuration.target_application_alias.tooltip=Application alias as defined in transaction LPD_CUST
436
+ configuration.navigation_semantic_parameters=Parameters
437
+ configuration.navigation_semantic_parameters.tooltip=URL parameters for semantic object navigation
438
+ configuration.target_application_id=Application ID
439
+ configuration.target_application_id.tooltip=Application ID as defined in transaction LPD_CUST
440
+ configuration.target_transaction=\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430
441
+ configuration.target_transaction.tooltip=\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430
442
+ configuration.target_wcf.application_id=Application ID
443
+ configuration.target_web_dynpro.application=Application
444
+ configuration.target_web_dynpro.configuration=Configuration
445
+ configuration.navigation_semantic_action=\u0414\u0435\u0458\u0441\u0442\u0432\u043E
446
+ configuration.navigation_semantic_action.tooltip=Action of the intent to be mapped to a target
447
+ configuration.display_number_unit=Number Unit
448
+ configuration.display_number_unit.tooltip=Number Unit
449
+ configuration.ok=\u0412\u043E \u0440\u0435\u0434
450
+ configuration.service_refresh_interval=Refresh Interval in Seconds
451
+ configuration.service_refresh_interval.warning=Specified interval is not a valid number
452
+ configuration.seconds=\u0421\u0435\u043A\u0443\u043D\u0434\u0438
453
+ configuration.seconds.tooltip=Number of seconds after which data is refreshed ('0' for no refresh)
454
+ configuration.select_icon=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0438\u043A\u043E\u043D\u0430
455
+ configuration.service_url=Service URL
456
+ configuration.service_url.tooltip=Service URL to load dynamic data from
457
+ configuration.navigation_provider_instance=Launchpad Instance
458
+ configuration.navigation_provider_instance.tooltip=Instance key as defined in transaction LPD_CUST
459
+ configuration.navigation_target_url=Target URL
460
+ configuration.navigation_target_url.tooltip=Absolute or relative HTTP(S) URL of the navigation target
461
+ configuration.display_title_text=\u041D\u0430\u0441\u043B\u043E\u0432
462
+ configuration.display_title_text.tooltip=Title to be displayed on the tile
463
+ configuration.display_subtitle_text=\u041F\u043E\u0434\u043D\u0430\u0441\u043B\u043E\u0432
464
+ configuration.display_subtitle_text.tooltip=Subtitle to be displayed on the tile (optional)
465
+ configuration.navigation_provider_role=Launchpad Role
466
+ configuration.navigation_provider_role.tooltip=Role key as defined in transaction LPD_CUST
467
+ configuration.navigation_use_semantic_object=Use semantic object navigation
468
+ configuration.navigation_use_semantic_object.tooltip=Defines whether to construct the target URL from a semantic object
469
+ dynamic_data.error=\u0413\u0440\u0435\u0448\u043A\u0430
470
+ edit_configuration.tooltip=Edit tile configuration
471
+ edit_configuration.original_locale_not_fit_tooltip=The master language of this tile is "{0}", and your user language is "{1}"; therefore this editable property is read-only. Change your user language to edit these properties
472
+ edit_configuration.original_locale_not_fit_message=The master language of this tile is "{0}", and your logon language is "{1}". Log on to the system with the master language of the tile to edit text-based properties
473
+ configuration.app_deprecated=<strong>Warning.</strong> The app is deprecated. The successor is "{0}".
474
+ configuration.app_archived=<strong>Warning.</strong> The app is archived. The successor is "{0}".
475
+
476
+ supportTicketCreationSuccess=Your message was sent; the support team will contact you
477
+ supportTicketCreationFailed=Your message could not be sent.\nTry sending the message again, or contact your system administrator.
478
+
479
+ searchbox_tooltip=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
480
+ searchResultsView_tooltip=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
481
+ openAppFinder_tooltip=Open App Finder
482
+ catalogSelect_tooltip=Filter by Catalog
483
+ catalogTilesTagfilter_tooltip=Filter by tags
484
+ catalogTilesTagfilter_HintText=Filter by tags
485
+ bookmarkDialogoTitle_tooltip=Enter tile title
486
+ bookmarkTitleInputError=Please enter a title
487
+ bookmarkPageSelectError=Please select at least one page
488
+ bookmarkDialogoSubTitle_tooltip=Enter tile subtitle
489
+ bookmarkDialogoDescription_tooltip=Enter tile description
490
+ configuration.target_applicationType=Application Type
491
+ configuration.target_application.sapui5=SAPUI5 Fiori App
492
+ configuration.target_application.lpd_cust=SAP Fiori App using LPD_CUST
493
+ configuration.target_application.transaction=\u0422\u0440\u0430\u043D\u0441\u0430\u043A\u0446\u0438\u0458\u0430
494
+ configuration.target_application.wcf=Web Client UI Application
495
+ configuration.target_application.urlt=SAPUI5 Fiori App on SAP Cloud Platform
496
+ configuration.target_application.web_dynpro=Web Dynpro
497
+ configuration.target_application.description=\u041D\u0430\u0441\u043B\u043E\u0432
498
+ configuration.target_application.description.tooltip=Title of SAPUI5 Fiori application
499
+ configuration.target_application.url=URL
500
+ configuration.target_application.url.tooltip=Base URL of SAPUI5 Fiori application. Optional for SAP Fiori applications located in SAPUI5 ABAP repository.
501
+ configuration.target_system_alias=\u041F\u0441\u0435\u0432\u0434\u043E\u043D\u0438\u043C \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0442
502
+ configuration.target_system_alias.tooltip=System alias
503
+ configuration.target_application.component=\u0418\u0414
504
+ configuration.target_application.component.tooltip=Descriptor ID or component ID of SAPUI5 application
505
+ configuration.target_application.url.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_~,;-.\:/?%&+\#\="
506
+ configuration.target_application.component.error_invalid_input=Enter a string value without "SAPUI5.Component\="
507
+ configuration.target_application.role.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
508
+ configuration.target_application.instance.error_invalid_chars=Enter a string containing either [a-z], [A-Z], or a combination of alphanumeric characters and "_"
509
+ configuration.target_application.alias_id.warning=Enter either application alias or application ID
510
+ configuration.target_application.alias_id.error_invalid_chars=Enter a string containing either [a-f], [A-F], or a combination of [a-f], [A-F] and [0-9]
511
+ configuration.form_factor.warning=Select at least one device type
512
+ configuration.tile_actions.table.menu_item=Menu Item
513
+ configuration.tile_actions.table.menu_item_tooltip=Title of the menu item
514
+ configuration.tile_actions.table.target_type=Target Type
515
+ configuration.tile_actions.table.target_type_tooltip=Type of target to which the action navigates
516
+ configuration.tile_actions.table.navigation_target=Navigation Target
517
+ configuration.tile_actions.table.navigation_target_tooltip=URL or semantic object of the navigation target
518
+ configuration.tile_actions.table.action=\u0414\u0435\u0458\u0441\u0442\u0432\u043E
519
+ configuration.tile_actions.table.action_tooltip=Action that defines the intent together with the semantic object
520
+ configuration.tile_actions.table.icon=\u0418\u043A\u043E\u043D\u0430
521
+ configuration.tile_actions.table.icon_tooltip=Icon to be displayed with the action
522
+ configuration.tile_actions.table.target_type.url=URL
523
+ configuration.tile_actions.table.target_type.intent=Intent
524
+ configuration.tile_actions.table.add=\u0414\u043E\u0434\u0430\u0458
525
+ configuration.tile_actions.table.add_tooltip=Add tile action
526
+ configuration.tile_actions.table.remove=\u041E\u0442\u0441\u0442\u0440\u0430\u043D\u0438
527
+ configuration.tile_actions.table.remove_tooltip=Remove tile action
528
+ configuration.category.card_manifest=Card Manifest
529
+ cardTileCaption=\u041A\u0430\u0440\u0442\u0438\u0447\u043A\u0430
530
+ configuration.invalidJSONProvided=Invalid JSON provided
531
+ featuredGroup.title=Feature
532
+ top=Top {0}
533
+
534
+
535
+ Settings_EntryList_label=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438
536
+ Settings_Dialog_Main_label=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438
537
+ TileDetails_lable=Tile details
538
+ TileTitle_lable=\u041D\u0430\u0441\u043B\u043E\u0432
539
+ tileSettingsDialog_informationField=Description\:
540
+ TileSubTitle_lable=\u041F\u043E\u0434\u043D\u0430\u0441\u043B\u043E\u0432
541
+ TileInfo_lable=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
542
+ TileUnits_lable=Units
543
+ TileValue_lable=\u0412\u0440\u0435\u0434\u043D\u043E\u0441\u0442
544
+ TilePlus_label=Empty group. Activate to add tiles from catalog.
545
+ Dashboard.Page.Header.AriaLabel=Tile Group
546
+ Dashboard.Page.Content.AriaLabel=Tile Groups
547
+ GroupListItem_label=Group\:
548
+ SpaceListItem_label=Space\:
549
+ PagesSelection_label=Pages\:
550
+ contactSupportBtn=Contact Support
551
+ DeleteGroupBtn=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
552
+ ResetGroupBtn=\u0420\u0435\u0441\u0435\u0442\u0438\u0440\u0430\u0458
553
+ ShowGroupBtn=\u041F\u043E\u043A\u0430\u0436\u0438
554
+ HideGroupBtn=\u0421\u043A\u0440\u0438\u0458
555
+ Group.nowBeingShown=Group is now being shown.
556
+ Group.nowBeingHidden=Group is now being hidden.
557
+ AddTileBtn=Add Tile
558
+ CopyToClipboardBtn=\u041A\u043E\u043F\u0438\u0440\u0430\u0458
559
+ CopyToClipboardBtn_tooltip=Copy to clipboard
560
+ CopyWasSuccessful=Details were copied successfully.
561
+ CopyWasNotSuccessful=An error occurred while copying details.
562
+ ViewDetails=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
563
+
564
+
565
+ moveTile_action=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0438
566
+ addToMyHome_action=Add to My Home
567
+ moveTileDialog_title=Move to Group
568
+
569
+ ConvertToTile=Convert to Tile
570
+ ConvertToLink=Convert to Link
571
+ emptyLinkContainerInEditMode=Drag apps here to create links.
572
+ transformationErrorText=This type of tile cannot be converted to a link.
573
+ tileSettingsBtn=Edit Tile Information
574
+ linkSettingsBtn=Edit Link Information
575
+ tileSettingsDialogTitle=Tile Information
576
+ linkSettingsDialogTitle=Link Information
577
+
578
+
579
+ quickAccessDialog_title=Quick Access
580
+
581
+
582
+ feedbackGoBackBtn_tooltip=Go back
583
+ feedbackHeaderText=SAP Fiori
584
+ sendBtn=Send
585
+ approveBtn=\u041F\u0440\u0438\u0444\u0430\u0442\u0438
586
+ declineBtn=Decline
587
+ subjectLabel=Subject
588
+ txtAreaLabel=\u041E\u043F\u0438\u0441
589
+ subjectPlaceHolderHeader=A short text summarizing the issue.
590
+ txtAreaPlaceHolderHeader=Describe the issue in detail. To help diagnose the issue, relevant technical data is added to this message automatically
591
+ subjectEmptyErrorMessage=Please enter a subject
592
+ txtAreaEmptyErrorMessage=Please enter a description.
593
+
594
+ technicalDataLink=Show technical data
595
+ technicalDataLinkHide=Hide technical data
596
+
597
+ appAddedToSingleGroup=App "{0}" was added to group "{1}"
598
+ appAddedToSeveralGroups=App "{0}" was added to {1} groups
599
+
600
+ fail_app_operation_add_to_group=App "{0}" could not be added to group "{1}"
601
+ fail_app_operation_add_to_several_groups=App "{0}" could not be added to multiple groups
602
+
603
+ tileRemovedFromSingleGroup="{0}" was removed from group "{1}"
604
+ tileRemovedFromSeveralGroups="{0}" was removed from {1} groups
605
+ tileAddedToSingleGroup="{0}" was added to group "{1}"
606
+ tileAddedToSingleGroupAndRemovedFromSingleGroup="{0}" was added to group "{1}" and removed from group "{2}"
607
+ tileAddedToSingleGroupAndRemovedFromSeveralGroups="{0}" was added to group "{1}" and removed from {2} groups
608
+ tileAddedToSeveralGroups="{0}" was added to {1} groups
609
+ failedTileCreationMsg=Unknown error while loading Catalog Tile view
610
+ tileAddedToSeveralGroupsAndRemovedFromSingleGroup="{0}" was added to {1} groups and removed from group "{2}"
611
+ tileAddedToSeveralGroupsAndRemovedFromSeveralGroups="{0}" was added to {1} groups and removed from {2} groups
612
+ newGroup_listItemText=New Group
613
+ newGroup_popoverTitle=Add to New Group
614
+ newGroupGoBackBtn_tooltip=Go back
615
+ addTileToGroups_popoverTitle=Add to Group
616
+ cannotLoadTile=\u041F\u043B\u043E\u0447\u043A\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430
617
+ cannotLoadLinkInformation=Cannot load link information.
618
+
619
+ noNotificationsMsg=You have no notifications
620
+ errorOccurredMsg=An error occurred
621
+ notificationsSortByPriority=By Priority
622
+ notificationsSortByDate=By Date
623
+ notificationsSortByType=By Type
624
+ ActionAppliedToNotification="{0}" action was applied to the notification
625
+ notificationSettingsEntry_title=\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045A\u0430
626
+ notificationType_column=Notification Type
627
+ iOSNotification_column=Mobile Notifications
628
+ highNotificationsBanner_column=High Priority
629
+ noNotificationTypesEnabledHeader_message=You have not yet received any notifications
630
+ noNotificationTypesEnabled_message=In this view you can adjust the settings for notifications enabled at app level. Currently, no notifications are enabled for your apps.
631
+ moreNotificationsAvailable_message=You have additional unread notifications.
632
+ processNotifications_message=Process or clear some listed notifications to display more.
633
+ moreNotifications=\u041F\u043E\u0432\u0435\u045C\u0435
634
+ Notifications_Settings_Show_Type_column=Enable
635
+ Label.ShowAlertsForHighNotifications=Show High-Priority Notification Alerts
636
+
637
+ notificationsFailedExecuteAction=Could not update the notification. Refresh the browser and try again
638
+ notificationsFailedDismiss=Could not dismiss notification, please refresh and try again later
639
+ notificationsFailedMarkRead=Could not mark notification as read. Please refresh and try again later
640
+ notificationsFailedExecuteBulkAction=Could not update the notifications in the selected group. Refresh the browser and try again
641
+ notificationsPartialSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
642
+ notificationsSingleSuccessExecuteBulkAction="{0}" action applied to {1} out of {2} notifications in the "{3}" group. {4} notifications remain listed.
643
+ notificationsSuccessExecuteBulkAction="{0}" action applied to notifications in the "{1}" group
644
+
645
+
646
+ mobile=\u041C\u043E\u0431\u0438\u043B\u0435\u043D
647
+ fax=\u0424\u0430\u043A\u0441
648
+
649
+
650
+ sb.noData=\u041D\u0435\u043C\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
651
+ sb.status=\u0421\u0442\u0430\u0442\u0443\u0441
652
+ sb.actual=Actual
653
+ sb.target=\u0426\u0435\u043B
654
+ sb.ch=Critical High
655
+ sb.wh=Warning High
656
+ sb.wl=Warning Low
657
+ sb.cl=Critical Low
658
+ sb.neutral=\u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u043E
659
+ sb.error=\u041A\u0440\u0438\u0442\u0438\u0447\u043D\u043E
660
+ sb.critical=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0434\u0443\u0432\u0430\u045A\u0435
661
+ sb.good=\u0414\u043E\u0431\u0440\u043E
662
+ sb.topn=Top 3
663
+ sb.bottomn=Bottom 3
664
+ sb.noDataAvailable=No Data Available
665
+
666
+ default_app_title=App View
667
+ catalog_title=Tile Catalog
668
+ flp_page_name=SAP Fiori Launchpad
669
+
670
+ SHELL_LOGO_TOOLTIP=Company Logo
671
+ sapLogoText=SAP Logo
672
+
673
+ Shell_Header_AriaLabel=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u0432\u043D\u0430 \u043B\u0435\u043D\u0442\u0430
674
+
675
+
676
+ shellNavMenu_relatedApps=Related apps
677
+ shellNavMenu_openMenuTooltip=Navigation menu
678
+
679
+ searchSetting=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
680
+ sp.persSearchOn=\u041F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\: \u0432\u043A\u043B\u0443\u0447\u0435\u043D\u043E
681
+ sp.persSearchOff=\u041F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\: \u0438\u0441\u043A\u043B\u0443\u0447\u0435\u043D\u043E
682
+ sp.userProfiling=\u041F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
683
+ sp.on=ON
684
+ sp.off=OFF
685
+ sp.profileWillBeReset=You are about to reset your user profile by clearing the data that was collected for your user. System activities that rely on this data to present personalized results will be provided once sufficient new data has been collected. In the meantime, the system will use default logic as a fallback.\n\nAre you sure you want to clear the collected data?
686
+ sp.clear=\u0418\u0441\u0447\u0438\u0441\u0442\u0438
687
+ sp.userProfilingField=\u041A\u043E\u0440\u0438\u0441\u0442\u0438 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
688
+ sp.clearCollectedData=\u0418\u0441\u0447\u0438\u0441\u0442\u0438 \u0458\u0430 \u041C\u043E\u0458\u0430\u0442\u0430 \u0438\u0441\u0442\u043E\u0440\u0438\u0458\u0430
689
+ sp.disableUserProfiling=\u041E\u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u0435\u0442\u0435 \u0433\u043E \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u043E\u0442\u043E \u043F\u0440\u043E\u0444\u0438\u043B\u0438\u0440\u0430\u045A\u0435
690
+ sp.disablingUserProfilingMsg=Disabling user profiling stops the collection of new profile data and deletes all data that was collected for your user. System activities that rely on this data to display personalized results use default logic as a fallback until user profiling is enabled and sufficient new data is collected.\nUser profiling will only be disabled after you have saved all settings.
691
+ sp.disable=\u041E\u043D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u0438
692
+ sp.disclaimer=\u0410\u043A\u043E \u043E\u0432\u0430\u0430 \u043A\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0430 \u0435 \u0432\u043A\u043B\u0443\u0447\u0435\u043D\u0430, \u043D\u0435\u043A\u043E\u0438 \u043E\u0434 \u0430\u043A\u0442\u0438\u0432\u043D\u043E\u0441\u0442\u0438\u0442\u0435 \u045C\u0435 \u0431\u0438\u0434\u0430\u0442 \u0441\u043D\u0438\u043C\u0435\u043D\u0438. \u041E\u0432\u0438\u0435 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438 \u045C\u0435 \u0441\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442 \u0437\u0430 \u0434\u0430 \u0441\u0435 \u043E\u0431\u0435\u0437\u0431\u0435\u0434\u0430\u0442 \u0438\u043D\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043B\u043D\u0438 \u0438 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430 \u0438\u0434\u043D\u0438\u0442\u0435 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0430.
693
+ sp.resetFailedTitle=\u0413\u0440\u0435\u0448\u043A\u0430
694
+ sp.resetFailed=\u0418\u0441\u0442\u043E\u0440\u0438\u0458\u0430\u0442\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0438\u0441\u0447\u0438\u0441\u0442\u0438.
695
+
696
+ sessionTimeoutMessage_title=Attention
697
+ sessionTimeoutMessage_main=Due to inactivity, your session is going to time out in {0} {1}.
698
+ sessionTimeoutMessage_kioskMode_main=Due to inactivity, you are going to be signed out in {0} {1}.
699
+ sessionTimeoutMessage_units_minutes=\u041C\u0438\u043D\u0443\u0442\u0438
700
+ sessionTimeoutMessage_units_seconds=\u0421\u0435\u043A\u0443\u043D\u0434\u0438
701
+ sessionTimeoutMessage_unsavedData=Unsaved data will be lost.
702
+ sessionTimeoutMessage_continue_button_title=Continue Working
703
+ sessionExpiredMessage_title=Session Timeout
704
+ sessionExpiredMessage_main=Your session expired due to inactivity. Reload the page to continue working.
705
+ sessionExpiredMessage_reloadPage_button_title=Reload Page
706
+
707
+ bootstrap.xhr.authenticationRequired=\u0410\u0432\u0442\u0435\u043D\u0442\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0435 \u0437\u0430\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u0430
708
+ bootstrap.xhr.windowOpenFailed=\u041F\u0440\u043E\u0437\u043E\u0440\u0435\u0446\u043E\u0442 \u0437\u0430 \u043D\u0430\u0458\u0430\u0432\u0443\u0432\u0430\u045A\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043E\u0442\u0432\u043E\u0440\u0438. \u0423\u0432\u0435\u0440\u0435\u0442\u0435 \u0441\u0435 \u0434\u0435\u043A\u0430 \u0441\u043A\u043E\u043A-\u043F\u0440\u043E\u0437\u043E\u0440\u0446\u0438\u0442\u0435 \u043D\u0435 \u0441\u0435 \u0431\u043B\u043E\u043A\u0438\u0440\u0430\u043D\u0438.
709
+ bootstrap.xhr.sessionExpired=\u0421\u0435\u0441\u0438\u0458\u0430\u0442\u0430 \u0438\u0441\u0442\u0435\u0447\u0435. \u041F\u0440\u0438\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0412\u043E \u0440\u0435\u0434 \u0437\u0430 \u0434\u0430 \u0458\u0430 \u0432\u0447\u0438\u0442\u0430\u0442\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E.
710
+
711
+
712
+ easyAccessSelectSystemDialogTitle=Select System
713
+ easyAccessSelectSystemTextWithoutSystem=Select System
714
+ easyAccessErrorGetDataErrorMsg=Cannot get "{0}" data\: {1}
715
+ easyAccessErrorGetDataErrorMsgWithDetails=Cannot get "{0}" data\: {1}\nError details\: {2}
716
+ easyAccessErrorGetDataErrorMsgNoReason=Cannot get "{0}" data
717
+ easyAccessUserMenuNameParameter=User menu
718
+ easyAccessSapMenuNameParameter=SAP menu
719
+ easyAccessListNavigationContainer=Categories
720
+ easyAccessTileContainer=\u0413\u0440\u0443\u043F\u0438
721
+ easyAccessFolderWithNoItems=No subfolders
722
+
723
+ appFinderTitle=\u041F\u0440\u043E\u043D\u0430\u043E\u0453\u0430\u0447 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
724
+ appFinderCatalogTitle=Catalog
725
+ appFinderUserMenuTitle=User Menu
726
+ appFinderSapMenuTitle=SAP Menu
727
+ AppFinder.SegmentedButton.Catalog.Describedby=Access apps from your assigned catalogs
728
+ AppFinder.SegmentedButton.UserMenu.Describedby=Access your favorite apps from the front-end system
729
+ AppFinder.SegmentedButton.SAPMenu.Describedby=Access your assigned apps from the front-end system
730
+ appFinder_group_context_title=App Finder - Personalize Group "{0}"
731
+ UserAccountFld=User Account
732
+ UserAccountServerFld=Server
733
+ UserAccountEmailFld=\u0415-\u043F\u043E\u0448\u0442\u0430
734
+ UserAccountNameFld=\u041D\u0430\u0437\u0438\u0432
735
+ UserAccountIdFld=User ID
736
+ userAccountPersonalizationLabel=Personalization
737
+ userAccountResetPersonalizationButton=Reset All Personalization
738
+ userAccountResetPersonalizationDescriptionText=Reset your personalization settings for the launchpad (such as theme, language, user activities, and home page content).
739
+ userAccountResetPersonalizationWarningDialogDescription=Clicking on reset will delete your personalization settings for the launchpad (e.g. theme, language, user activities, and home page content) and for apps using the launchpad personalization features (e.g. filter settings, table columns).\nThis action is irreversible.\nFurther changes in the dialog will not be applied.\nAre you sure you want to proceed with the reset?
740
+ userAccountResetPersonalizationWarningDialogSuccessToast=Settings were successfully reset to default.
741
+ userAccountResetPersonalizationWarningDialogErrorDialog=Could not reset your personalization data.\nPlease try again later.
742
+ AppearanceContentDensityLabel=Optimized for Touch Input
743
+ AnchorBarLabel=Home Page Display
744
+ AppearanceThemeMenu=Theme
745
+ AppearanceLayoutAndBehaviorMenu=Display Settings
746
+
747
+ userActivities=User Activities
748
+ userActivitiesTabName=App Use Data
749
+ trackingLabel=Track my recent activity and frequently used apps
750
+ cleanActivityLabel=Clear my history
751
+ cleanActivityButton=\u0418\u0441\u0447\u0438\u0441\u0442\u0438
752
+
753
+ Appearance=\u0418\u0437\u0433\u043B\u0435\u0434
754
+ FlpSettings_entry_title=Home Page
755
+ anchorBarScrollMode=Show all content
756
+ anchorBarTabMode=Show one group at a time
757
+ homePageGroupDisplayDescriptionText=The home page displays your tiles and links in groups. You can choose to show all your groups on a single page or show one group at a time. For large amounts of apps, the single-group display may be better.
758
+ homePageGroupDisplayDescriptionText_secondParagraph=To rearrange the home page when all groups are shown, you can drag and drop your tiles and links as you like. To rearrange tiles and links on the home page when shown per group, you must first enter edit mode from the User Name Area.
759
+
760
+ spaces=Spaces and Pages
761
+ spacesModeLabel=Use Spaces
762
+ spacesModeDescriptionText=Enable to see your apps clustered in different spaces. Disable to see the classic home page. When you change the setting and save, the launchpad will be restarted.
763
+ hideEmptySpacesLabel=Hide Empty Spaces and Pages
764
+ hideEmptySpacesDescriptionText=Enable to hide empty spaces and pages.
765
+
766
+ showMyHomeLabel=Show My Home
767
+ showMyHomeDescriptionText=Enable to see your My Home space as the first space. You can add your preferred apps to this page or import them from the classic home page. When you change the setting and save, the launchpad will be restarted.
768
+ settingsMyHomeShown=My Home Shown
769
+ settingsMyHomeHidden=My Home Hidden
770
+
771
+ showMyHomeImportLabel=Show Import Message
772
+ showMyHomeImportDescription=Show message with option to import apps from the classic home page again on My Home.
773
+
774
+ UserActionsMenuToggleButtonAria=Profile of {0}
775
+
776
+ Notifications.Popover.IconTabBar.Header.AriaLabel=Sort Options
777
+ Notifications.ByDateDescending.AriaLabel=Notifications by Date Descending
778
+ Notifications.ByDateAscending.AriaLabel=Notifications by Date Ascending
779
+ Notifications.ByType.AriaLabel=Notifications by Type
780
+ Notifications.ByPriority.AriaLabel=Notifications by Priority
781
+ NotificationToggleButton.NoNewNotifications=\u0418\u0437\u0432\u0435\u0441\u0442\u0443\u0432\u0430\u045A\u0430
782
+ NotificationToggleButton.NewNotifications={0} New Notifications
783
+ NotificationToggleButton.NewNotifications.MaxExceeded=More Than {0} New Notifications
784
+
785
+ ProfileImgId=Profile Image
786
+ imgConsentMsg=I agree to display my SAP Jam profile image in the launchpad
787
+
788
+ userImageConsentDialogTitle=Display Profile Image
789
+ userImageConsentText=If you have uploaded a profile image to SAP Jam, you can display it in the launchpad as well.\nDo you want to use your SAP Jam image in the launchpad?\n\nYou can change this at any time in the Settings dialog box.
790
+ userImageConsentDialogShowTermsOfUse=Show Terms of Use
791
+ userImageConsentDialogHideTermsOfUse=Hide Terms of Use
792
+ userImageConsentDialogTermsOfUse=The SAP Fiori Launchpad provides the option of showing your SAP Jam profile picture. If you agree to show a picture of yourself, SAP SE will use it in order to display it in the Fiori Launchpad and the front ends of apps which are integrated into it to other users in connection with your name.\n\nYour consent will also apply to future applications integrated into the SAP Fiori Launchpad.\n\nThereby it is always SAP SE's goal to personalize the virtual communication and collaboration of SAP employees, to increase social connections and cooperative ties between internal SAP users, and to increase their communication.\n\nIt is therefore possible that SAP SE will forward your picture to other SAP affiliates if a certain app is operated by another SAP affiliate.\nHowever, SAP SE will not forward your picture to external third parties.\n\nTo ensure that the picture can be displayed, it must be processed outside of the territory of the European Union (EU).\nThis might comprise countries where personal data is subject to a different level of protection than in the EU.\n\nWithin the described use of your picture, it is possible that all SAP employees globally who can access the relevant apps can see your picture.\nIf you agree to the storage and use of your picture asset as described above, please provide us with your consent. Your consent is absolutely voluntary.\nIn particular, there will be no disadvantages for you if you do not want to provide your picture of yourself or if you do not provide your consent.\n\nYou can revoke the consent provided hereunder regarding the use of your picture at any time.\nTo do this, please go to the Fiori Launchpad\u2019s settings panel and switch off the display of your profile picture.
793
+
794
+ DisplayImg=Display Image
795
+ DontDisplayImg=Do Not Display Image
796
+
797
+ ShellNavigationMenu_AriaLabel={0} - Show Navigation Menu
798
+ ShowAllMyApps_AriaLabel={0} - Show All My Apps
799
+ AnchorNavigationBar_AriaLabel=Group Navigation
800
+ SidePane_AriaLabel=Secondary Content
801
+ ShellContent.AriaLabel=Shell Content
802
+ ToolArea_AriaLabel=Tool Area
803
+ FloatingContainer_AriaLabel=Floating Container
804
+ ShellNavigationMenu_HierarchyItemsAriaLabel=Hierarchical Navigation
805
+
806
+ EasyAccessMenu_NoAppsToDisplayMessagePage_Text=No apps to display
807
+ EasyAccessMenu_SearchPlaceHolder_Catalog=Search in catalog
808
+ EasyAccessMenu_SearchPlaceHolder_UserMenu=Search in user menu
809
+ EasyAccessMenu_SearchPlaceHolder_SAPMenu=Search in SAP menu
810
+ EasyAccessMenu_PinButton_UnToggled_Tooltip=Add tile
811
+ EasyAccessMenu_PinButton_Toggled_Tooltip=Edit assignment
812
+ EasyAccessSearchResults_ShowMoreResults=Show more ({0} of {1})
813
+
814
+ AllMyAppsEmptyText=Select Category
815
+ AppearanceTileSizeLabel=Tile Size
816
+ AppearanceTileSizeSmall=Small
817
+ AppearanceTileSizeLarge=Large
818
+ appearanceTileSizeDescriptionText=Sets the size of the tiles on the home page for desktop devices. The tile size on mobile devices is always small and is not affected by this setting.
819
+ appearanceCompactCozyDescriptionText=Increases the size and spacing of controls to allow you to interact with them more easily using your fingertip. This is useful for hybrid devices that combine touch and mouse events.
820
+ AppearanceShowContentProviderInfoOnVisualizationsLabel=Show Source System Name on Tiles
821
+ AppearanceShowContentProviderInfoOnVisualizationsText=Show from which system the app comes, directly on the tile. We recommend activating this setting if the apps you use are available in multiple systems.
822
+ AppearanceDarkModeLabel=Automatic Dark Mode Detection
823
+ AppearanceDarkModeDetectionText=Enable automatic dark mode detection on compatible themes based on your operating system settings.
824
+ AppearanceHighContrastTheme={0} High Contrast
825
+ LanguageAndRegionHelpingText=After you save your settings, the browser will refresh for the new settings to take effect.
826
+ TimeZoneHelpingText=The time zone will not be applied in UI5 apps. \nIf you don't know the type of an app, you can check it in the "About" dialog in the "ID of the Application Framework\u201D field.
827
+ ToggleButtonShow=Show Menu
828
+ ToggleButtonHide=Hide Menu
829
+ embeddedNavigationMode=Opens in place
830
+ newWindowNavigationMode=Opens in a new window
831
+ replaceNavigationMode=Opens in place without a launchpad shell
832
+ newWindowThenEmbeddedNavigationMode=Opens in a new window without a launchpad shell
833
+
834
+ Page.NoSectionText=There are no sections. The page is empty.
835
+ Page.Button.AddSection=\u0414\u043E\u0434\u0430\u0458 \u0441\u0435\u043A\u0446\u0438\u0458\u0430
836
+
837
+ Section.Button.Delete=\u0418\u0437\u0431\u0440\u0438\u0448\u0438 \u0458\u0430 \u0441\u0435\u043A\u0446\u0438\u0458\u0430\u0442\u0430
838
+ Section.Button.Reset=Reset Section
839
+ Section.Button.Hide=Hide Section
840
+ Section.Button.Show=Show Section
841
+ Section.Button.AddVisualization=Add Tile
842
+ Section.TitlePlaceholder=Enter a section title
843
+ Section.Label.Title=\u041D\u0430\u0441\u043B\u043E\u0432 \u043D\u0430 \u0441\u0435\u043A\u0446\u0438\u0458\u0430\u0442\u0430
844
+ Section.NoVisualizationsText=To start, drag/add content from catalogs here.
845
+ Section.nowBeingShown=Section is now being shown.
846
+ Section.nowBeingHidden=Section is now being hidden.
847
+ Section.ButtonLabelChanged=Button changed to
848
+ Section.Description={0} Section
849
+ Section.Description.EmptySectionTitle=Section without title
850
+ Section.CompactArea.Description=\u0412\u0440\u0441\u043A\u0438
851
+
852
+
853
+ productSwitch=Product Switch
854
+
855
+
856
+ PageRuntime.NoAssignedSpace=Cannot find a space assigned to you. Please contact your system administrator.
857
+ PageRuntime.NoAssignedPage=Cannot find a page assigned to you. Please contact your system administrator.
858
+ PageRuntime.InvalidPageId=The page ID is invalid. Please enter a valid page ID.
859
+ PageRuntime.InvalidSpaceId=The space ID is invalid. Please enter a valid space ID.
860
+ PageRuntime.NoPageIdAndSpaceIdProvided=No page ID and space ID entered. Please enter one space ID and one page ID.
861
+ PageRuntime.OnlySpaceIdProvided=You have entered a space ID but no page ID. Please enter a page ID.
862
+ PageRuntime.OnlyPageIdProvided=You have entered a page ID but no space ID. Please enter a space ID.
863
+ PageRuntime.MultiplePageOrSpaceIdProvided=More than one space ID or page ID entered. Please enter one space ID and one page ID only.
864
+ PageRuntime.CannotLoadPage.DetailsButton=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
865
+ PageRuntime.CannotLoadPage.CopyButton=\u041A\u043E\u043F\u0438\u0440\u0430\u0458
866
+ PageRuntime.CannotLoadPage.CopySuccess=Details were copied successfully
867
+ PageRuntime.CannotLoadPage.CopyFail=An error occurred while copying details.
868
+ PageRuntime.CannotLoadPage.Text=An error occurred while loading this page. This might have happened due to one of the following reasons\:\n - The page or space was removed or is no longer assigned to you.\n - The URL might be corrupt. Among other things, this might 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}"
869
+ PageRuntime.GeneralError.Text=An error has occurred. Please refresh the launchpad after a few minutes. If this error keeps occurring, please contact SAP support.
870
+ PageRuntime.CannotLoadPage.Description=The original error message from the corresponding loading request is\:
871
+ PageRuntime.EditMode.Activate=Edit Current Page
872
+ PageRuntime.EditModeForPage.Activate=Edit {0}
873
+ PageRuntime.EditModeForPage.AddTilesToMyHome=Add Tiles to {0}
874
+ PageRuntime.EditMode.Exit=Exit Edit Mode
875
+ PageRuntime.EditMode.ExitAddTilesMode=Exit Add Tiles Mode
876
+ PageRuntime.EditMode.EmptySection=Empty sections will not be displayed on the page. Add your preferred apps using "Add Tile".
877
+ PageRuntime.Dialog.Title.Delete=\u0418\u0437\u0431\u0440\u0438\u0448\u0438
878
+ PageRuntime.Dialog.Title.MoveVisualization=Move to Section
879
+ PageRuntime.Message.SectionDeleted=Section deleted
880
+ PageRuntime.Message.SectionReset=Section reset
881
+ PageRuntime.Message.VisualizationRemoved=Tile removed
882
+ PageRuntime.Message.VisualizationAddedToMyHome=Tile added to My Home
883
+ PageRuntime.Message.Section.Delete=Are you sure you want to delete section "{0}"?
884
+ PageRuntime.Message.Section.DeleteNoTitle=Are you sure you want to delete this section?
885
+ PageRuntime.Message.VisualizationMoved=Tile moved
886
+ PageRuntime.Message.VisualizationConverted=Tile converted
887
+ PageRuntime.Message.VisualizationMovedAndConverted=Tile moved and converted
888
+ PageRuntime.Message.SectionMoved=Section moved
889
+ NavigationDataProvider.CannotLoadData=The navigation target data for the tiles on this page could not be loaded due to an error.
890
+ VisualizationDataProvider.CannotLoadData=The details of the tiles on the page could not be loaded due to an error.
891
+ PagePersistenceAdapter.CannotLoadPage=The page could not be loaded from the page repository.
892
+
893
+
894
+ WorkpageRuntime.EditMode.Activate=Customize Current Page
895
+
896
+
897
+ HomeApp.Menu.Title=My Home
898
+ HomeApp.CannotLoadApp.CopyButton=Copy Details
899
+ HomeApp.CannotLoadApp.CopySuccess=Details were copied successfully
900
+ HomeApp.CannotLoadApp.CopyFail=An error occurred while copying details.
901
+ HomeApp.GeneralError.Text=An error occurred. Please wait a few minutes and then refresh the launchpad. If this error persists, please contact your administrator.
902
+
903
+ VisualizationOrganizer.Title=Select the Pages for This Tile
904
+ VisualizationOrganizer.SearchField.Tooltip=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458
905
+ VisualizationOrganizer.ToggleButton.Tooltip=Selected Pages
906
+ VisualizationOrganizer.MessageBox.Description=Are you sure you want to discard the changes?
907
+ VisualizationOrganizer.MessageBox.Title=\u041E\u0442\u0444\u0440\u043B\u0438
908
+ VisualizationOrganizer.MessageBox.ActionDiscard=\u041E\u0442\u0444\u0440\u043B\u0438
909
+ VisualizationOrganizer.PagesList.NoDataText=No pages available.
910
+ VisualizationOrganizer.PagesList.NoResultsText=No pages found.
911
+ VisualizationOrganizer.MessageToast=Your changes were saved.
912
+ VisualizationOrganizer.MessageToastSectionContextAdd="{0}\u201D added to section "{1}" of page "{2}"
913
+ VisualizationOrganizer.MessageToastSectionContextRemove="{0}\u201D removed from section "{1}" of page "{2}"
914
+ VisualizationOrganizer.MessageToastPageAdd="{0}" added to "{1}"
915
+ VisualizationOrganizer.MessageToastPageRemove=\u201C{0}" removed from "{1}"
916
+ VisualizationOrganizer.PageContextTitle=App Finder - Personalize "{0}"
917
+ VisualizationOrganizer.AppFinderSectionContextTitle=App Finder - Personalize "{0}"
918
+ VisualizationOrganizer.AppFinderSectionContextTitleUnnamed=App Finder - Personalize Unnamed Section
919
+ VisualizationOrganizer.Button.Tooltip.AddToSection=Add to Section
920
+ VisualizationOrganizer.Button.Tooltip.RemoveFromSection=Remove from Section
921
+ VisualizationOrganizer.Button.Tooltip.AddToPage=Add to Page "{0}"
922
+ VisualizationOrganizer.Button.Tooltip.RemoveFromPage=Remove from Page "{0}"
923
+
924
+ VisualizationInstance.OutOfRoleContext=Out of role context
925
+ VisualizationInstance.ConvertToStandardAction=Convert to Tile
926
+ VisualizationInstance.ConvertToStandardWideAction=Convert to Wide Tile
927
+ VisualizationInstance.ConvertToFlatAction=Convert to Flat Tile
928
+ VisualizationInstance.ConvertToFlatWideAction=Convert to Flat Wide Tile
929
+ VisualizationInstance.ConvertToCompactAction=Convert to Link
930
+
931
+ DefaultSection.Title=Recently Added Apps
932
+
933
+
934
+ Component.AppFinder.Title=\u041F\u0440\u043E\u043D\u0430\u043E\u0453\u0430\u0447 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
935
+ Component.Homepage.Title=Home Page
936
+
937
+ SaveOnPage.CannotLoadPages=An error occured while loading pages.
938
+
939
+
940
+ contactSupport.Subject=Issue in {0} reported by {1}
941
+
942
+
943
+ FailedTileDialog.Message.Text=This tile could not be loaded. Please remove the tile or reset its group. If the problem persists, contact your system administrator.
944
+ FailedTileDialog.ShowDetails.Text=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
945
+ FailedTileDialog.groupId.Label=Group ID
946
+ FailedTileDialog.chipTitle.Label=Tile Title
947
+ FailedTileDialog.chipDescription.Label=Tile Description
948
+ FailedTileDialog.chipInstanceId.Label=Group Tile ID
949
+ FailedTileDialog.chipId.Label=Catalog Tile ID
950
+ FailedTileDialog.catalogId.Label=Catalog ID
951
+ FailedTileDialog.completelyLoaded.Label=Tile loaded completely
952
+ FailedTileDialog.debugInfo.Label=Debug Information
953
+
954
+ AppilcationContainer.IframeTitle=Application
955
+
956
+ MyHome.InitialPage.Description=You can add your preferred apps to this page.
957
+ MyHome.InitialPage.Title=Nothing here yet?
958
+ MyHome.InitialPage.Button.EditPage=Edit Page
959
+ MyHome.InitialPage.MessageStrip.Link=Start importing now.
960
+ MyHome.InitialPage.MessageStrip.Text=You can add your apps from the classic home page.
961
+ MyHome.InitialPage.MessageStrip.Popup=You can display this message again in the user settings on the Spaces and Pages tab.
962
+ MyHome.ImportDialog.Title=Import Personalization Content
963
+ MyHome.ImportDialog.Info=You have personalized groups in the classic home page. You can import these groups to this page. Once you have done this, the launchpad will restart.
964
+ MyHome.ImportDialog.Button.AddAppsToPage=Import
965
+ MyHome.ImportDialog.Button.Cancel=\u041E\u0442\u043A\u0430\u0436\u0438
966
+ MyHome.InitialPage.Message.HidePage=Want to hide this page?
967
+ MyHome.InitialPage.Message.GoToUserSettings=Go to User Settings.
968
+ MyHome.InitialPage.Message.ImportSuccessful=Import successful
969
+
970
+
971
+ NavigationBarMenu.PinnedSpaces.Title=Pinned Spaces ({0})
972
+ NavigationBarMenu.AllSpaces.Title=All Spaces
973
+ NavigationBarMenu.Button.PinSpace=Pin Space
974
+ NavigationBarMenu.Button.UnpinSpace=Unpin Space
975
+ NavigationBarMenu.Button.UnpinAll=Unpin All
976
+ NavigationBarMenu.Button.UnpinAll.Tooltip=Unpin All Spaces
977
+ NavigationBarMenu.PinnedSpaces.NoDataText=Pin your favorite spaces to the navigation bar.
978
+ NavigationBarMenu.AllSpaces.NoDataText=There are no spaces assigned to you.
979
+ NavigationBarMenu.Button.OpenPopover=Personalize Navigation Bar
980
+ NavigationBarMenu.PinnedSpaces.Moved=Pinned Space moved
981
+
982
+ SysInfoBarAriaLabel=System Information Bar - {0} {1}
983
+
984
+
985
+ weekNumberingFld=Week Numbering
986
+ DefaultWeekNumberingTitle=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u0435\u043D
987
+ ISO_8601WeekNumberingTitle=ISO_8601
988
+ MiddleEasternWeekNumberingTitle=Middle Eastern
989
+ WesternTraditionalWeekNumberingTitle=Western Traditional
990
+ DefaultWeekNumberingText=Use the default calendar week numbering from your system.
991
+ ISO_8601WeekNumberingText=Monday is the first day of the week; the week containing January 4th is the first week of the year.
992
+ MiddleEasternWeekNumberingText=Saturday is the first day of the week, the week containing January 1st is the first week of the year.
993
+ WesternTraditionalWeekNumberingText=Sunday is the first day of the week; the week containing January 1st is the first week of the year.