@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.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +10 -6
- package/src/main/js/sap/ushell/Container.js +8 -3
- package/src/main/js/sap/ushell/EventHub.js +17 -28
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +8 -12
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/UI5ComponentType.js +2 -2
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/_URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +5 -5
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +5 -5
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +5 -2
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +5 -5
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/MenuAdapter.js +2 -2
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +3 -3
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +3 -3
- package/src/main/js/sap/ushell/api/NewExperience/CustomOverflowListItem.js +48 -0
- package/src/main/js/sap/ushell/api/NewExperience.js +270 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +6 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Renderer.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_cnr.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_cnr.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saprigi.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/Renderer.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +0 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +153 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +157 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +23 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/FLPScheduler.js +14 -20
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/LoadingConfiguration.json +0 -4
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/StepConfiguration.json +0 -9
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +4 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +20 -5
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/CatalogsManager.js +0 -8
- package/src/main/js/sap/ushell/components/HeaderManager.js +44 -1
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +2 -2
- package/src/main/js/sap/ushell/components/_HeaderManager/AddHeadEndItemsStrategy.js +8 -2
- package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +21 -4
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +2 -57
- package/src/main/js/sap/ushell/components/appfinder/HierarchyFolders.controller.js +2 -2
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +6 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1210 -960
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +2 -2
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cnr.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_cnr.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saprigi.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +1 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +71 -11
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +22 -13
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +72 -22
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cnr.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +109 -109
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +6 -6
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +3 -3
- package/src/main/js/sap/ushell/components/container/resources/resources_cnr.properties +10 -0
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saprigi.properties +6 -6
- package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
- package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +31 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +26 -24
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +7 -5
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +31 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +11 -9
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +31 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +5 -3
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +2 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +23 -3
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +83 -29
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -10
- package/src/main/js/sap/ushell/components/runtimeSwitcher/view/RuntimeSwitcher.view.xml +2 -18
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Notifications.controller.js +236 -607
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +9 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +3 -2
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +20 -32
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +79 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +68 -67
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +79 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +31 -30
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +79 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -2
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +2 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/ShellUIService.js +0 -3
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_cnr.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saprigi.properties +8 -8
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_cnr.properties +24 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +21 -20
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +7 -35
- package/src/main/js/sap/ushell/renderer/Shell.view.js +3 -0
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +0 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +36 -36
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +996 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +14 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +952 -31
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +988 -991
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +11 -11
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +15 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +7 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +17 -17
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +15 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +17 -17
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +21 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +15 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +22 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +37 -37
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +6 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +5 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +10 -10
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_mk.properties +993 -0
- package/src/main/js/sap/ushell/resources.js +49 -0
- package/src/main/js/sap/ushell/services/AllMyApps.js +7 -3
- package/src/main/js/sap/ushell/services/AppConfiguration.js +8 -0
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +17 -11
- package/src/main/js/sap/ushell/services/AppState.js +9 -5
- package/src/main/js/sap/ushell/services/Bookmark.js +8 -4
- package/src/main/js/sap/ushell/services/BookmarkV2.js +8 -4
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +8 -4
- package/src/main/js/sap/ushell/services/CommonDataModel.js +8 -4
- package/src/main/js/sap/ushell/services/Configuration.js +8 -4
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +8 -4
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +45 -46
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +8 -4
- package/src/main/js/sap/ushell/services/EndUserFeedback.js +7 -3
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -14
- package/src/main/js/sap/ushell/services/Extension.js +25 -194
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +8 -4
- package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/FloatingContainer.js +16 -13
- package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/Footer.js +12 -10
- package/src/main/js/sap/ushell/services/{Extension/Header.js → FrameBoundExtension/Item.js} +62 -46
- package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/SidePane.js +17 -14
- package/src/main/js/sap/ushell/services/{Extension → FrameBoundExtension}/ToolArea.js +17 -14
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +371 -0
- package/src/main/js/sap/ushell/services/LaunchPage.js +8 -4
- package/src/main/js/sap/ushell/services/Menu.js +10 -6
- package/src/main/js/sap/ushell/services/Message.js +8 -4
- package/src/main/js/sap/ushell/services/MessageBroker.js +8 -4
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +10 -22
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +7 -3
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +229 -0
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +48 -40
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +8 -4
- package/src/main/js/sap/ushell/services/Notifications.js +7 -3
- package/src/main/js/sap/ushell/services/NotificationsV2.js +18 -9
- package/src/main/js/sap/ushell/services/PageBuilding.js +8 -4
- package/src/main/js/sap/ushell/services/PagePersistence.js +8 -4
- package/src/main/js/sap/ushell/services/PageReferencing.js +8 -4
- package/src/main/js/sap/ushell/services/Pages.js +8 -4
- package/src/main/js/sap/ushell/services/Personalization.js +8 -4
- package/src/main/js/sap/ushell/services/PersonalizationV2/constants.js +39 -10
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +30 -14
- package/src/main/js/sap/ushell/services/PluginManager.js +8 -4
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +8 -4
- package/src/main/js/sap/ushell/services/SearchCEP.js +8 -4
- package/src/main/js/sap/ushell/services/SearchableContent.js +8 -4
- package/src/main/js/sap/ushell/services/ShellNavigation.js +11 -7
- package/src/main/js/sap/ushell/services/ShellNavigationInternal.js +17 -12
- package/src/main/js/sap/ushell/services/SmartNavigation.js +8 -4
- package/src/main/js/sap/ushell/services/SpaceContent.js +8 -4
- package/src/main/js/sap/ushell/services/SupportTicket.js +8 -6
- package/src/main/js/sap/ushell/services/UITracer.js +8 -4
- package/src/main/js/sap/ushell/services/URLParsing.js +36 -31
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +8 -4
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +8 -4
- package/src/main/js/sap/ushell/services/UsageAnalytics.js +42 -369
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +8 -4
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +8 -4
- package/src/main/js/sap/ushell/services/UserInfo.js +8 -4
- package/src/main/js/sap/ushell/services/UserRecents.js +8 -4
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +8 -4
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +8 -4
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/_ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/_CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/_CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +5 -0
- package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +52 -2
- package/src/main/js/sap/ushell/themes/base/library.source.less +0 -2
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +26 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +10 -1
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/.theming +4 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ActionMode.less +107 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AddBookmarkButton.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorItem.less +81 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AnchorNavigationBar.less +86 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +213 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ApplicationContainer.less +37 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +387 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContactSupport.less +12 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ContentFinder.less +26 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/CustomGroupHeaderListItem.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Dashboard.less +66 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/DynamicTile.less +114 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Factsheet.less +225 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FloatingContainer.less +125 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/FlpSettings.less +83 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupList.less +68 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/GroupListItem.less +54 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +21 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ImageTile.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/LoadingDialog.less +47 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/MenuBar.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Notifications.less +135 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Page.less +49 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureTile.less +119 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PictureViewer.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/PlusTile.less +38 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/QuickAccess.less +18 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/RightFloatingContainerItem.less +82 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchCEP.less +121 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SearchFLP.less +10 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Section.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellAppTitle.less +207 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingAction.less +61 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellFloatingActions.less +14 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellHeader.less +381 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ShellLayout.less +168 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SidePane.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/StaticTile.less +9 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SubHeader.less +3 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/SysInfoBar.less +114 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TargetMappingConfiguration.less +8 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +223 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileBase.less +152 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileContainer.less +495 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TilePlaceholder.less +75 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/TileState.less +62 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ToolAreaItem.less +85 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserActionsMenu.less +23 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserConsentDialog.less +52 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +113 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/ViewPortContainer.less +28 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPage.less +58 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageButton.less +60 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageCell.less +144 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumn.less +39 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageColumnResizer.less +128 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/WorkPageRow.less +987 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +64 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/shared.less +40 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +25 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +25 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.fragment.xml +1 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +46 -1
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +15 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/CatalogEntryContainer.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +63 -10
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +13 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +2 -17
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -5
- package/src/main/js/sap/ushell/utils/tilecard/TileCard.js +1 -1
- package/src/main/js/sap/ushell/utils/tilecard/TileCardExtension.js +8 -1
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ar.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_bg.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ca.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cnr.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cs.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_cy.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_da.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_de.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_el.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_GB.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saprigi.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_es_MX.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_et.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fi.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_fr_CA.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hi.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hr.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_hu.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_id.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_it.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_iw.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ja.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_kk.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ko.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lt.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_lv.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_mk.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ms.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_nl.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_no.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pl.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_pt_PT.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ro.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_ru.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sh.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sk.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sl.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sr.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_sv.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_th.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_tr.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_uk.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_vi.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_CN.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_zh_TW.properties +5 -0
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +2 -2
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +90 -40
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +79 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +79 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +79 -0
- package/src/main/js/sap/ushell/utils.js +28 -18
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +5 -4
- package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +0 -155
- package/src/main/js/sap/ushell/components/shell/Settings/ProfilingLoader.js +0 -42
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsProfiling.js +0 -53
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.controller.js +0 -32
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UsageAnalyticsSelector.view.xml +0 -13
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.controller.js +0 -76
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfiling.view.xml +0 -8
- package/src/main/js/sap/ushell/components/shell/Settings/userProfiling/UserProfilingEntry.js +0 -68
- package/src/main/js/sap/ushell/themes/base/UsageAnalyticsPopUp.less +0 -10
- package/src/main/js/sap/ushell/themes/base/UsageAnalyticsSelector.less +0 -23
- package/src/main/js/sap/ushell/themes/sap_belize/UsageAnalyticsSelector.less +0 -25
- package/src/main/js/sap/ushell/themes/sap_fiori_3/UsageAnalyticsSelector.less +0 -18
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/UsageAnalyticsSelector.less +0 -18
- package/src/main/js/sap/ushell/themes/sap_horizon/UsageAnalyticsSelector.less +0 -23
- 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.
|