@sapui5/sap.ushell 1.128.1 → 1.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/Fiori20Adapter.js +32 -10
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +17 -14
- 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/UIActions.js +11 -0
- 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/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/adapters/AppVariantPersonalizationAdapter.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 +1 -1
- 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 +1 -1
- 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 +2 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- 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 +1 -1
- 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/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 +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/api/Copilot.js +42 -0
- package/src/main/js/sap/ushell/api/Inbox.js +5 -164
- package/src/main/js/sap/ushell/api/S4MyHome.js +132 -0
- package/src/main/js/sap/ushell/api/common/ComponentInstantiation.js +215 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +26 -23
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_sappsd.properties +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saptrc.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_sappsd.properties +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saptrc.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +10 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +1 -1
- 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 +2 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.load.model.js +2 -8
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PagingManager.js +1 -3
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +5 -7
- package/src/main/js/sap/ushell/components/appfinder/Component.js +9 -9
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +6 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +689 -592
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +29 -18
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +5 -5
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +6 -163
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +9 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_sappsd.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_sappsd.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_sappsd.properties +32 -32
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +109 -109
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saptrc.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +18 -15
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +27 -20
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +100 -7
- 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 +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +13 -8
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +16 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_sappsd.properties +7 -5
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +7 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +26 -24
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +4 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +275 -127
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +61 -24
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +73 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +20 -10
- 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/contentFinderStandalone/resources/resources_ar.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_bg.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ca.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cnr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cs.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_cy.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_da.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_de.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_el.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_GB.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saprigi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_es_MX.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_et.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_fr_CA.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_hu.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_id.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_it.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_iw.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ja.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_kk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ko.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lt.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_lv.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_mk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ms.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_nl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_no.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_pt_PT.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ro.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_ru.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sh.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sl.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_sv.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_th.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_tr.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_uk.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_vi.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_CN.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_zh_TW.properties +3 -0
- 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 +12 -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 +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +1158 -0
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/FloatingContainer.fragment.xml +17 -0
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +55 -0
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +84 -0
- 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/PostLoadingHeaderEnhancement/Component.js +1 -1
- 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/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 -1
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettings.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.controller.js +3 -0
- package/src/main/js/sap/ushell/components/shell/Settings/notifications/NotificationsSetting.view.xml +3 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/UserDefaultsForm.js +15 -6
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +43 -62
- 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 +2 -2
- 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 +9 -5
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +8 -5
- 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_en_US_sappsd.properties +27 -26
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +68 -67
- 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/components/workPageRuntime/view/WorkPageRuntime.view.xml +3 -4
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/iconfonts.js +36 -420
- 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/rta/i18n/i18n_en_US_sappsd.properties +3 -3
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +135 -127
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +694 -1182
- package/src/main/js/sap/ushell/renderer/Shell.view.js +38 -102
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_sappsd.properties +128 -130
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +989 -991
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +2 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +1 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +1 -0
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/{components/_HeaderManager → renderer/shellHeader}/ShellHeader.controller.js +1 -5
- package/src/main/js/sap/ushell/{ui → renderer/shellHeader}/ShellHeader.fragment.xml +6 -3
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +36 -100
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +2 -2
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- 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/ClientSideTargetResolution.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/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +44 -156
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.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/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +5 -4
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +100 -65
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +2 -3
- package/src/main/js/sap/ushell/services/UserRecents/RecentAppsUsage.js +4 -4
- package/src/main/js/sap/ushell/services/UserRecents/RecentsList.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +2 -2
- 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/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/state/BindingHelper.js +79 -0
- package/src/main/js/sap/ushell/state/StateManager.js +4 -2
- package/src/main/js/sap/ushell/state/StrategyFactory/FloatingContainerStrategy.js +36 -0
- package/src/main/js/sap/ushell/state/StrategyFactory.js +6 -0
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/UserSettings.less +0 -12
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +393 -384
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/UserSettings.less +0 -13
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/UserSettings.less +0 -13
- package/src/main/js/sap/ushell/themes/sap_hcb/base_UserSettings.less +0 -13
- package/src/main/js/sap/ushell/ui/ContentNodeSelector.js +18 -6
- package/src/main/js/sap/ushell/ui/bookmark/SaveOnPage.view.xml +6 -6
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/SaveAsTile.view.js +3 -0
- 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/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +811 -22
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +477 -0
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/WindowUtils.js +21 -18
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_sappsd.properties +5 -0
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saptrc.properties +5 -0
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +68 -25
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +64 -9
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +3 -2
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +14 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +28 -16
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +29 -17
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +26 -14
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +11 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +15 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +15 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +19 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +13 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +18 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_sappsd.properties +28 -27
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saprigi.properties +78 -66
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +68 -67
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +44 -32
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +24 -12
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +29 -17
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +19 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +20 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +27 -15
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +19 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +13 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +18 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +13 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +19 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +21 -9
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +14 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +19 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +31 -19
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +11 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +17 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +17 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +17 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +17 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +34 -22
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +15 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +15 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +11 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +16 -4
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +27 -15
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +11 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +14 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +18 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +22 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +15 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +24 -12
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +13 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +17 -5
- package/src/main/js/sap/ushell/utils.js +14 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +5 -3
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/horizon/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/ui/shell/FloatingContainer.js +0 -238
- package/src/main/js/sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js +0 -746
- /package/src/main/js/sap/ushell/{ui → renderer}/RendererRootView.fragment.xml +0 -0
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
1
|
|
|
2
|
-
ContentFinder.Button.Add=
|
|
3
|
-
ContentFinder.Button.Cancel
|
|
2
|
+
ContentFinder.Button.Add=Y665n8t/gZd7quBjtJNjBQ_Add ({0})
|
|
3
|
+
ContentFinder.Button.Cancel=Z1xnYYV2Rl65p8tV9I/SkA_Cancel
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
ContentFinder.WidgetGallery.Title=
|
|
7
|
-
ContentFinder.WidgetGallery.AllWidgets.Title=
|
|
8
|
-
ContentFinder.WidgetGallery.Applications.Title=
|
|
6
|
+
ContentFinder.WidgetGallery.Title=k8pYcx4/C0LOlidldE+s4A_Add Widgets
|
|
7
|
+
ContentFinder.WidgetGallery.AllWidgets.Title=FherYRLHdVucbNvXoeVLng_All Widgets
|
|
8
|
+
ContentFinder.WidgetGallery.Applications.Title=MJlUMZh5qL3VMNxi7GS/UA_Applications
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
ContentFinder.AppSearch.AddTiles.Title=
|
|
12
|
-
ContentFinder.AppSearch.AddCards.Title=
|
|
13
|
-
ContentFinder.AppSearch.SearchPlaceholder=
|
|
14
|
-
ContentFinder.AppSearch.Title.AllTiles=
|
|
15
|
-
ContentFinder.AppSearch.Title.NoTiles=
|
|
16
|
-
ContentFinder.AppSearch.Title.AllCards=
|
|
17
|
-
ContentFinder.AppSearch.Title.NoCards=
|
|
18
|
-
ContentFinder.AppSearch.Title.SelectedApp=
|
|
19
|
-
ContentFinder.AppSearch.Title.NoSelectedApp=
|
|
20
|
-
ContentFinder.AppSearch.Title.SearchResult=
|
|
21
|
-
ContentFinder.AppSearch.Title.NoSearchResult=
|
|
22
|
-
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=
|
|
23
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
24
|
-
ContentFinder.AppSearch.
|
|
25
|
-
ContentFinder.AppSearch.Label.
|
|
26
|
-
ContentFinder.AppSearch.Label.
|
|
27
|
-
ContentFinder.AppSearch.
|
|
28
|
-
ContentFinder.AppSearch.
|
|
29
|
-
ContentFinder.AppSearch.
|
|
11
|
+
ContentFinder.AppSearch.AddTiles.Title=WVjvSK8aA39H9BhL3sbYTQ_Add Tiles
|
|
12
|
+
ContentFinder.AppSearch.AddCards.Title=aKygI0jAZ/DrXk58heZi2Q_Add Card
|
|
13
|
+
ContentFinder.AppSearch.SearchPlaceholder=LWRRc0LujmfBsVc3Wd0t/w_Search for Apps
|
|
14
|
+
ContentFinder.AppSearch.Title.AllTiles=rHX+a2MuIUX30s9YhMnc0g_All Tiles ({0})
|
|
15
|
+
ContentFinder.AppSearch.Title.NoTiles=bcl3mTDbT5BTbVfN712oTA_No tiles available
|
|
16
|
+
ContentFinder.AppSearch.Title.AllCards=Cf6KHHLW+E/Ah3dExpohcA_All Cards ({0})
|
|
17
|
+
ContentFinder.AppSearch.Title.NoCards=HtXK/IF8YXbOL6B8ds7pUw_No cards available
|
|
18
|
+
ContentFinder.AppSearch.Title.SelectedApp=DxldiF3bd1damvz3FxDACQ_All Selected Applications ({0})
|
|
19
|
+
ContentFinder.AppSearch.Title.NoSelectedApp=8wEI9lk/GsrurEkqnPjFDg_No Selected Applications
|
|
20
|
+
ContentFinder.AppSearch.Title.SearchResult=ZBVP2kzLZ8t3rty3pxrQOg_Results for\: "{0}" ({1})
|
|
21
|
+
ContentFinder.AppSearch.Title.NoSearchResult=t+3A8J4b0RU7fn31cgr+sw_No Results for\: "{0}"
|
|
22
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=1smIKnwwLzcTVdpNQVN0BQ_View Selected Apps
|
|
23
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowAll=O30v/+3LxVzisV9b3oKeaQ_View All Apps
|
|
24
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=2bi4VuuYml5IFGiB3k7xCg_Launch Application
|
|
25
|
+
ContentFinder.AppSearch.Label.Information=4OJ/Nw64wD45lEuniAx5Rw_Information
|
|
26
|
+
ContentFinder.AppSearch.Label.FioriId=cjGoEKPWNln+dT4Cb+7FPg_SAP Fiori ID
|
|
27
|
+
ContentFinder.AppSearch.Label.SystemId=mVwRrf4LYnduZhNo72MO9A_System ID
|
|
28
|
+
ContentFinder.AppSearch.Text.FieldEmpty=+SPgHrbDCtJtB4D7hyGhOw_Not available
|
|
29
|
+
ContentFinder.AppSearch.Button.Preview=TqcF0ZmNs1IZaxu29t9u+A_Preview
|
|
30
|
+
ContentFinder.AppSearch.Message.Select=gJOfV4ujDLHE+817yToBnQ_Select {0}
|
|
31
|
+
ContentFinder.CategoryTree.Search=PCJRfdhrjdUuLYK0b2E/MQ_Search by group, catalog, or role name
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Todas las tarjetas ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=No hay tarjetas disponibles
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Todas las aplicaciones seleccionadas ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Ninguna aplicaci\u00F3n seleccionada
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Ning\u00FAn resultado para\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones seleccionadas
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=No disponible
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categor\u00EDas
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categor\u00EDas
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Seleccione {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
|
34
|
+
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties
CHANGED
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Todas las tarjetas ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Ninguna tarjeta disponible
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Todas las aplicaciones seleccionadas ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Ninguna aplicaci\u00F3n seleccionada
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Ning\u00FAn resultado para\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones seleccionadas
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=No disponible
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categor\u00EDas
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categor\u00EDas
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Seleccionar {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
|
34
|
+
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=K\u00F5ik kaardid ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u00DChtki kaarti pole saadaval
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=K\u00F5ik valitud rakendused ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Valitud rakendusi pole
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Tulemused\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Tulemused puuduvad\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kuva valitud rakendused
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=S\u00FCsteemi ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Pole saadaval
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Eelvaade
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Peida kategooriad
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kuva kategooriad
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Valige {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Otsige grupi, kataloogi v\u00F5i rollinime j\u00E4rgi
|
|
34
|
+
ContentFinder.CategoryTree.Search=Otsige grupi, kataloogi v\u00F5i rollinime j\u00E4rgi
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Kaikki kortit ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Kortteja ei ole k\u00E4ytett\u00E4viss\u00E4
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Kaikki valitut sovellukset ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Ei valittuja sovelluksia
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Tiedot kohteelle\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Ei tuloksia kohteelle\: \u201D{0}\u201D
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=N\u00E4yt\u00E4 valitut sovellukset
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori -tunnus
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=J\u00E4rjestelm\u00E4tunnus
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Ei k\u00E4ytett\u00E4viss\u00E4
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Esikatselu
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Piilota luokat
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=N\u00E4yt\u00E4 luokat
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Valitse {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Hae ryhm\u00E4n, luettelon tai roolin nimen perusteella
|
|
34
|
+
ContentFinder.CategoryTree.Search=Hae ryhm\u00E4n, luettelon tai roolin nimen perusteella
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Toutes les fiches ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Aucune fiche disponible
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Toutes les applications s\u00E9lectionn\u00E9es ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Aucune application s\u00E9lectionn\u00E9e
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=R\u00E9sultats pour\u00A0\: {0} ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\u00A0\: {0}
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\u00E9lectionn\u00E9es
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponible
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Masquer cat\u00E9gories
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Afficher cat\u00E9gories
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=S\u00E9lectionner {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
|
34
|
+
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties
CHANGED
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Toutes les fiches ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Aucune fiche n'est disponible.
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Toutes les applications s\u00E9lectionn\u00E9es ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Aucune application s\u00E9lectionn\u00E9e
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=R\u00E9sultats pour\u00A0\: {0} ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\u00A0\: {0}
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\u00E9lectionn\u00E9es
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP\u00A0Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponible
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Masquer les cat\u00E9gories
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Afficher les cat\u00E9gories
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=S\u00E9lectionnez {0}.
|
|
31
|
-
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
|
34
|
+
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u0938\u092D\u0940 \u0915\u093E\u0930\u09
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u0915\u094B\u0908 \u0915\u093E\u0930\u094D\u0921 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u0938\u092D\u0940 \u091A\u092F\u0928\u093F\u0924 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u0915\u094B\u0908 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u091A\u092F\u0928\u093F\u0924 \u0928\u0939\u0940\u0902
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u0907\u0938\u0915\u0947 \u0932\u093F\u090F \u092A\u0930\u093F\u0923\u093E\u092E\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u0907\u0938\u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0930\u093F\u0923\u093E\u092E \u0928\u0939\u0940\u0902\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u091A\u092F\u0928\u093F\u0924 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0926\u0947\u0916\u0947\u0902
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u0938\u093F\u0938\u094D\u091F\u092E ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0936\u094D\u0930\u0947\u0923\u093F\u092F\u094B\u0902 \u0915\u094B \u091B\u093F\u092A\u093E\u090F\u0902
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0936\u094D\u0930\u0947\u0923\u093F\u092F\u094B\u0902 \u0915\u094B \u0926\u093F\u0916\u093E\u090F\u0902
|
|
30
33
|
ContentFinder.AppSearch.Message.Select={0} \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u0938\u092E\u0942\u0939, \u0915\u0948\u091F\u0932\u0949\u0917 \u092F\u093E \u092D\u0942\u092E\u093F\u0915\u093E \u0928\u093E\u092E \u0926\u094D\u0935\u093E\u0930\u093E \u0916\u094B\u091C\u0947\u0902
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u0938\u092E\u0942\u0939, \u0915\u0948\u091F\u0932\u0949\u0917 \u092F\u093E \u092D\u0942\u092E\u093F\u0915\u093E \u0928\u093E\u092E \u0926\u094D\u0935\u093E\u0930\u093E \u0916\u094B\u091C\u0947\u0902
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Sve kartice ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nema raspolo\u017Eivih kartica
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Sve odabrane aplikacije ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nema odabranih aplikacija
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplikacije
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID sustava
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije raspolo\u017Eivo
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Pregled
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sakrij kategorije
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Poka\u017Ei kategorije
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Odaberi {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
34
|
+
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
@@ -17,8 +17,9 @@ ContentFinder.AppSearch.Title.AllCards=\u00D6sszes k\u00E1rtya ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nem \u00E9rhet\u0151k el k\u00E1rty\u00E1k
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u00D6sszes kiv\u00E1lasztott alkalmaz\u00E1s ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nincs kiv\u00E1lasztott alkalmaz\u00E1s
|
|
20
|
-
ContentFinder.AppSearch.Title.
|
|
21
|
-
ContentFinder.AppSearch.Title.
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
21
|
+
ContentFinder.AppSearch.Title.SearchResult=Tal\u00E1latok a k\u00F6vetkez\u0151re\: \u201E{0}\u201D ({1})
|
|
22
|
+
ContentFinder.AppSearch.Title.NoSearchResult=Nincs tal\u00E1lat a k\u00F6vetkez\u0151re\: \u201E{0}\u201D
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kiv\u00E1lasztott alkalmaz\u00E1sok megtekint\u00E9se
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Minden alkalmaz\u00E1s megtekint\u00E9se
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Alkalmaz\u00E1s elind\u00EDt\u00E1sa
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-azonos\u00EDt\u00F3
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=Rendszerazonos\u00EDt\u00F3
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Nem \u00E9rhet\u0151 el
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=El\u0151n\u00E9zet
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Kateg\u00F3ri\u00E1k elrejt\u00E9se
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kateg\u00F3ri\u00E1k megjelen\u00EDt\u00E9se
|
|
30
33
|
ContentFinder.AppSearch.Message.Select={0} kiv\u00E1laszt\u00E1sa
|
|
31
|
-
ContentFinder.CategoryTree.Search=Keres\u00E9s csoport-, katal\u00F3gus- vagy szerepn\u00E9v szerint
|
|
34
|
+
ContentFinder.CategoryTree.Search=Keres\u00E9s csoport-, katal\u00F3gus- vagy szerepn\u00E9v szerint
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Semua Kartu ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Tidak ada kartu yang tersedia
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Semua Aplikasi yang Dipilih ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Tidak Ada Aplikasi yang Dipilih
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Hasil untuk\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Tidak Ada Hasil untuk\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Tampilkan Aplikasi yang Dipilih
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Tidak tersedia
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Pratinjau
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sembunyikan Kategori
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Tampilkan Kategori
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Pilih {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Cari berdasarkan grup, katalog, atau nama peran
|
|
34
|
+
ContentFinder.CategoryTree.Search=Cari berdasarkan grup, katalog, atau nama peran
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Tutte le schede ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nessuna scheda disponibile
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Tutte le applicazioni selezionate ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nessuna applicazione selezionata
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Risultati per\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nessun risultato per\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizza le app selezionate
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponibile
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Anteprima
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Nascondi categorie
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostra categorie
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Selezionare {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Cercare in base a gruppo, catalogo o nome del ruolo
|
|
34
|
+
ContentFinder.CategoryTree.Search=Cercare in base a gruppo, catalogo o nome del ruolo
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u05DB\u05DC \u05D4\u05DB\u05E8\u05D8\u05
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u05D0\u05D9\u05DF \u05DB\u05E8\u05D8\u05D9\u05E1\u05D9\u05DD \u05D6\u05DE\u05D9\u05E0\u05D9\u05DD
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u05DB\u05DC \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05D4\u05E0\u05D1\u05D7\u05E8\u05D9\u05DD ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u05D0\u05D9\u05DF \u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05E0\u05D1\u05D7\u05E8\u05D9\u05DD
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u05D0\u05D9\u05DF \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05E2\u05D1\u05D5\u05E8\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u05D4\u05E6\u05D2 \u05D0\u05EA \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05E9\u05E0\u05D1\u05D7\u05E8\u05D5
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05E9\u05D
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05DE\u05E2\u05E8\u05DB\u05EA
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u05DC\u05D0 \u05D6\u05DE\u05D9\u05DF
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u05D4\u05E1\u05EA\u05E8 \u05E7\u05D8\u05D2\u05D5\u05E8\u05D9\u05D5\u05EA
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u05D4\u05E6\u05D2 \u05E7\u05D8\u05D2\u05D5\u05E8\u05D9\u05D5\u05EA
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=\u05D1\u05D7\u05E8 {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u05D7\u05E4\u05E9 \u05DC\u05E4\u05D9 \u05E7\u05D1\u05D5\u05E6\u05D4, \u05E7\u05D8\u05DC\u05D5\u05D2 \u05D0\u05D5 \u05E9\u05DD \u05EA\u05E4\u05E7\u05D9\u05D3
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u05D7\u05E4\u05E9 \u05DC\u05E4\u05D9 \u05E7\u05D1\u05D5\u05E6\u05D4, \u05E7\u05D8\u05DC\u05D5\u05D2 \u05D0\u05D5 \u05E9\u05DD \u05EA\u05E4\u05E7\u05D9\u05D3
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u3059\u3079\u3066\u306E\u30AB\u30FC\u30C
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u30AB\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u9078\u629E\u3057\u305F\u3059\u3079\u3066\u306E\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3 ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u9078\u629E\u3057\u305F\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u306F\u3042\u308A\u307E\u305B\u3093
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u6B21\u306E\u7D50\u679C\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u6B21\u306E\u7D50\u679C\u306A\u3057\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u9078\u629E\u3057\u305F\u30A2\u30D7\u30EA\u3092\u8868\u793A
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u30B7\u30B9\u30C6\u30E0 ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u30D7\u30EC\u30D3\u30E5\u30FC
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u30AB\u30C6\u30B4\u30EA\u975E\u8868\u793A
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u30AB\u30C6\u30B4\u30EA\u8868\u793A
|
|
30
33
|
ContentFinder.AppSearch.Message.Select={0} \u3092\u9078\u629E
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u30B0\u30EB\u30FC\u30D7\u3001\u30AB\u30BF\u30ED\u30B0\u3001\u307E\u305F\u306F\u30ED\u30FC\u30EB\u540D\u3067\u691C\u7D22
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u30B0\u30EB\u30FC\u30D7\u3001\u30AB\u30BF\u30ED\u30B0\u3001\u307E\u305F\u306F\u30ED\u30FC\u30EB\u540D\u3067\u691C\u7D22
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u0411\u0430\u0440\u043B\u044B\u049B \u04
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u041A\u0430\u0440\u0442\u0430\u043B\u0430\u0440 \u049B\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0434\u0456 \u0435\u043C\u0435\u0441
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u0422\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u0431\u0430\u0440\u043B\u044B\u049B \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440 ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u0422\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440 \u0436\u043E\u049B
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u041A\u0435\u043B\u0435\u0441\u0456 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041A\u0435\u043B\u0435\u0441\u0456 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440 \u0436\u043E\u049B\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0422\u0430\u04A3\u0434\u0430\u043B\u0493\u0430\u043D \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440\u0434\u044B \u043A\u04E9\u0440\u0443
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u0438\u0434.
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u0416\u04AF\u0439\u0435 \u0438\u0434.
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u049A\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0441\u0456\u0437
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u0410\u043B\u0434\u044B\u043D \u0430\u043B\u0430 \u043A\u04E9\u0440\u0443
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u0430\u043D\u0430\u0442\u0442\u0430\u0440\u0434\u044B \u0436\u0430\u0441\u044B\u0440\u0443
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0421\u0430\u043D\u0430\u0442\u0442\u0430\u0440\u0434\u044B \u043A\u04E9\u0440\u0441\u0435\u0442\u0443
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=\u0422\u0430\u04A3\u0434\u0430\u0443\: {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u0422\u043E\u043F, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u043D\u0435\u043C\u0435\u0441\u0435 \u0440\u04E9\u043B \u0430\u0442\u044B \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u0456\u0437\u0434\u0435\u0443
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u0422\u043E\u043F, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u043D\u0435\u043C\u0435\u0441\u0435 \u0440\u04E9\u043B \u0430\u0442\u044B \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u0456\u0437\u0434\u0435\u0443
|
|
@@ -17,8 +17,9 @@ ContentFinder.AppSearch.Title.AllCards=\uBAA8\uB4E0 \uCE74\uB4DC({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\uC0AC\uC6A9\uD560 \uC218 \uC788\uB294 \uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\uC120\uD0DD\uB41C \uBAA8\uB4E0 \uC5B4\uD50C\uB9AC\uCF00\uC774\uC158({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158\uC774 \uC120\uD0DD\uB418\uC9C0 \uC54A\uC74C
|
|
20
|
-
ContentFinder.AppSearch.Title.
|
|
21
|
-
ContentFinder.AppSearch.Title.
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0}({1})
|
|
21
|
+
ContentFinder.AppSearch.Title.SearchResult=\uACB0\uACFC\: "{0}"({1})
|
|
22
|
+
ContentFinder.AppSearch.Title.NoSearchResult=\uACB0\uACFC \uC5C6\uC74C\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\uC120\uD0DD\uB41C \uC571 \uBCF4\uAE30
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\uBAA8\uB4E0 \uC571 \uBCF4\uAE30
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158 \uC2E4\uD589
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\uC2DC\uC2A4\uD15C ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\uC0AC\uC6A9 \uBD88\uAC00\uB2A5
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\uBBF8\uB9AC\uBCF4\uAE30
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\uBC94\uC8FC \uC228\uAE30\uAE30
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\uBC94\uC8FC \uD45C\uC2DC
|
|
30
33
|
ContentFinder.AppSearch.Message.Select={0} \uC120\uD0DD
|
|
31
|
-
ContentFinder.CategoryTree.Search=\uADF8\uB8F9, \uCE74\uD0C8\uB85C\uADF8 \uB610\uB294 \uC5ED\uD560 \uC774\uB984\uBCC4 \uAC80\uC0C9
|
|
34
|
+
ContentFinder.CategoryTree.Search=\uADF8\uB8F9, \uCE74\uD0C8\uB85C\uADF8 \uB610\uB294 \uC5ED\uD560 \uC774\uB984\uBCC4 \uAC80\uC0C9
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Visos kortel\u0117s ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Korteli\u0173 n\u0117ra
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Visos pasirinktos programos ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Pasirinkt\u0173 program\u0173 n\u0117ra
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezultatai\: {0} ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Rezultat\u0173 n\u0117ra\: {0}
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Per\u017Ei\u016Br\u0117ti pasirinktas programas
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=Sistemos ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Neprieinama
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Per\u017Ei\u016Bra
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sl\u0117pti kategorijas
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Rodyti kategorijas
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Pasirinkite {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Ie\u0161koti pagal grup\u0117s, katalogo arba vaidmens pavadinim\u0105
|
|
34
|
+
ContentFinder.CategoryTree.Search=Ie\u0161koti pagal grup\u0117s, katalogo arba vaidmens pavadinim\u0105
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Visas kartes ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nav pieejama neviena karte
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Visas atlas\u012Bt\u0101s lietojumprogrammas ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Neviena lietojumprogramma nav atlas\u012Bta
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezult\u0101ti par\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nav rezult\u0101tu par\: "{0}\u201D
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Skat\u012Bt atlas\u012Bt\u0101s lietojumprogrammas
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=Sist\u0113mas ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Nav pieejams
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Priek\u0161skat\u012Bt
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sl\u0113pt kategorijas
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=R\u0101d\u012Bt kategorijas
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Atlas\u012Bt {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Mekl\u0113t p\u0113c grupas, kataloga vai lomas nosaukuma
|
|
34
|
+
ContentFinder.CategoryTree.Search=Mekl\u0113t p\u0113c grupas, kataloga vai lomas nosaukuma
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u0421\u0438\u0442\u0435 \u043A\u0430\u04
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u041D\u0435\u043C\u0430 \u0434\u043E\u0441\u0442\u0430\u043F\u043D\u0438 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0438
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u0421\u0438\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u041D\u0435\u043C\u0430 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430\: \u201E{0}\u201C ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430\: \u201E{0}\u201C
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=\u0418\u0414 \u043D\u0430 SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0414 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0442
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \u0434\u043E\u0441\u0442\u0430\u043F\u043D\u043E
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0433\u043B\u0435\u0434\u0430\u0458
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438\u0442\u0435
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438\u0442\u0435
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=\u0418\u0437\u0431\u0435\u0440\u0438 {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0441\u043F\u043E\u0440\u0435\u0434 \u0433\u0440\u0443\u043F\u0430, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u043B\u0438 \u043D\u0430\u0437\u0438\u0432 \u043D\u0430 \u0443\u043B\u043E\u0433\u0430
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0441\u043F\u043E\u0440\u0435\u0434 \u0433\u0440\u0443\u043F\u0430, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u043B\u0438 \u043D\u0430\u0437\u0438\u0432 \u043D\u0430 \u0443\u043B\u043E\u0433\u0430
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Semua Kad ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Tiada kad tersedia
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Semua Aplikasi Terpilih ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Tiada Aplikasi yang Dipilih
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Hasil untuk\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Tiada Hasil untuk\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Papar Aplikasi Terpilih
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Tidak tersedia
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Pratonton
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sembunyikan Kategori
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Tunjukkan Kategori
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Pilih {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Cari mengikut nama kumpulan, katalog atau fungsi
|
|
34
|
+
ContentFinder.CategoryTree.Search=Cari mengikut nama kumpulan, katalog atau fungsi
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Alle kaarten ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Geen kaarten beschikbaar
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Alle geselecteerde applicaties ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Geen geselecteerde applicaties
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultaten voor\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Geen resultaten voor\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Geselecteerde apps weergeven
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=Systeem-ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Niet beschikbaar
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Categorie\u00EBn verbergen
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Categorie\u00EBn weergeven
|
|
30
33
|
ContentFinder.AppSearch.Message.Select={0} selecteren
|
|
31
|
-
ContentFinder.CategoryTree.Search=Zoeken op groep, catalogus of rolnaam
|
|
34
|
+
ContentFinder.CategoryTree.Search=Zoeken op groep, catalogus of rolnaam
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Alle kort ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Ingen kort tilgjengelig
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Alle valgte applikasjoner ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Ingen valgte applikasjoner
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultater for\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Ingen resultater for\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apper
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Ikke tilgjengelig
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Forh\u00E5ndsvisning
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skjul kategorier
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Vis kategorier
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Velg {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=S\u00F8k via gruppe, katalog eller rollenavn
|
|
34
|
+
ContentFinder.CategoryTree.Search=S\u00F8k via gruppe, katalog eller rollenavn
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Wszystkie karty ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Brak dost\u0119pnych kart
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Wszystkie wybrane aplikacje ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Brak wybranych aplikacji
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Wyniki dla\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Brak wynik\u00F3w dla\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Wy\u015Bwietl wybrane aplikacje
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID systemu
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Niedost\u0119pne
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Podgl\u0105d
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ukryj kategorie
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Poka\u017C kategorie
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Wybierz {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Szukaj wed\u0142ug grupy, katalogu lub nazwy roli
|
|
34
|
+
ContentFinder.CategoryTree.Search=Szukaj wed\u0142ug grupy, katalogu lub nazwy roli
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Todos os cart\u00F5es ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nenhum cart\u00E3o dispon\u00EDvel.
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Todas as aplica\u00E7\u00F5es selecionadas ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nenhuma aplica\u00E7\u00E3o selecionada
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar os apps selecionados
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o dispon\u00EDvel
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Visualizar
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categorias
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Exibir categorias
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
|
34
|
+
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties
CHANGED
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Todos os cart\u00F5es ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nenhum cart\u00E3o dispon\u00EDvel
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Todas as aplica\u00E7\u00F5es selecionadas ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nenhuma aplica\u00E7\u00E3o selecionada
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: {0}
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar aplica\u00E7\u00F5es selecionadas
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o dispon\u00EDvel
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Pr\u00E9-visualiza\u00E7\u00E3o
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categorias
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categorias
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
|
34
|
+
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Toate cardurile ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Niciun card disponibil
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Toate aplica\u021Biile selectate ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Nicio aplica\u021Bie selectat\u0103
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezultate pentru\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Niciun rezultat pentru\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vizualizare aplica\u021Bii selectate
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID sistem
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Indisponibil
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Previzualizare
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Mascare categorii
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prezentare categorii
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Selectare {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=C\u0103utare dup\u0103 grup, catalog sau nume de rol
|
|
34
|
+
ContentFinder.CategoryTree.Search=C\u0103utare dup\u0103 grup, catalog sau nume de rol
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=\u0412\u0441\u0435 \u043A\u0430\u0440\u04
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043A\u0430\u0440\u0442
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=\u0412\u0441\u0435 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u041D\u0435\u0442 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0445 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0439
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u0434\u043B\u044F\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432 \u0434\u043B\u044F\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=\u0418\u0434. SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0434. \u0441\u0438\u0441\u0442\u0435\u043C\u044B
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0433\u0440\u0443\u043F\u043F\u0435, \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0438\u043B\u0438 \u0438\u043C\u0435\u043D\u0438 \u0440\u043E\u043B\u0438
|
|
34
|
+
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0433\u0440\u0443\u043F\u043F\u0435, \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0438\u043B\u0438 \u0438\u043C\u0435\u043D\u0438 \u0440\u043E\u043B\u0438
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Sve kartice ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Kartice nisu dostupne
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Sve odabrane aplikacije ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Aplikacije nisu odabrane
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: \u201E{0}\u201C ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: \u201E{0}\u201C
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplikacije
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije dostupno
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Prethodni prikaz
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sakrij kategorije
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prika\u017Ei kategorije
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Odaberi {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
34
|
+
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=V\u0161etky karty ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Nie s\u00FA k dispoz\u00EDcii \u017Eiadne karty
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=V\u0161etky vybrat\u00E9 aplik\u00E1cie ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=\u017Diadne vybrat\u00E9 aplik\u00E1cie
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=V\u00FDsledky pre\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u017Diadne v\u00FDsledky pre\: "{0}\u201C
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazi\u0165 vybrat\u00E9 aplik\u00E1cie
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Nedostupn\u00E9
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=N\u00E1h\u013Ead
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Potla\u010Di\u0165 kateg\u00F3rie
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Zobrazi\u0165 kateg\u00F3rie
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Vybra\u0165 {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=H\u013Eada\u0165 pod\u013Ea skupiny, katal\u00F3gu alebo n\u00E1zvu roly
|
|
34
|
+
ContentFinder.CategoryTree.Search=H\u013Eada\u0165 pod\u013Ea skupiny, katal\u00F3gu alebo n\u00E1zvu roly
|
|
@@ -17,6 +17,7 @@ ContentFinder.AppSearch.Title.AllCards=Vse kartice ({0})
|
|
|
17
17
|
ContentFinder.AppSearch.Title.NoCards=Kartice niso na voljo
|
|
18
18
|
ContentFinder.AppSearch.Title.SelectedApp=Vse izbrane aplikacije ({0})
|
|
19
19
|
ContentFinder.AppSearch.Title.NoSelectedApp=Ni izbranih aplikacij
|
|
20
|
+
ContentFinder.AppSearch.Title.AllFromCategory={0} ({1})
|
|
20
21
|
ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
21
22
|
ContentFinder.AppSearch.Title.NoSearchResult=Ni rezultatov za\: "{0}"
|
|
22
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prikaz izbranih aplikacij
|
|
@@ -27,5 +28,7 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
27
28
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
28
29
|
ContentFinder.AppSearch.Text.FieldEmpty=Ni na voljo
|
|
29
30
|
ContentFinder.AppSearch.Button.Preview=Predogled
|
|
31
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skrij kategorije
|
|
32
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prika\u017Ei kategorije
|
|
30
33
|
ContentFinder.AppSearch.Message.Select=Izberite {0}
|
|
31
|
-
ContentFinder.CategoryTree.Search=Iskanje po skupini, katalogu ali imenu vloge
|
|
34
|
+
ContentFinder.CategoryTree.Search=Iskanje po skupini, katalogu ali imenu vloge
|