@sapui5/sap.ushell 1.131.1 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +37 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +26 -21
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- 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 +8 -13
- 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/User.js +74 -48
- 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 +67 -11
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.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/MenuAdapter.js +357 -182
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +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 +68 -4
- 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/appRuntime/ui5/AppRuntime.js +0 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +21 -27
- 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_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/AppLifeCycleAgent.js +4 -12
- 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 +33 -9
- 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 +13 -1
- 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/appRuntime/ui5/style.css +48 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +20 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +10 -4
- 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 +11 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +1 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/MessagingHelper.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +14 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +32 -51
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +31 -68
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +26 -8
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +40 -32
- 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_saptrc.properties +9 -9
- 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 +2 -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 +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +507 -359
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +253 -161
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +30 -39
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +98 -0
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +50 -0
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +5 -6
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +193 -141
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -30
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +2 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +45 -26
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +8 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +90 -96
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +58 -38
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +20 -8
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +41 -26
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -58
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +7 -9
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +5 -5
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +180 -162
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +33 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +5 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saptrc.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +9 -8
- 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 +5 -3
- 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 +49 -16
- package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +27 -0
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -6
- 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/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -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/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +4 -12
- 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/appearance/Appearance.controller.js +4 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +16 -0
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +40 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +57 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +432 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +45 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +35 -0
- 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/tiles/applauncher/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +61 -61
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +4 -10
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +88 -77
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +9 -2
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +7 -2
- 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_saptrc.properties +8 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +27 -11
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +1009 -990
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +7 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +19 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +8 -8
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +12 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +56 -8
- package/src/main/js/sap/ushell/services/BookmarkV2.js +180 -171
- 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 +156 -137
- 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 +1 -1
- 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 +17 -86
- 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 +18 -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/ShellNavigationHashChanger.js +3 -5
- 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 +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +4 -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 +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +5 -1
- 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/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +1 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- 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/ShellUIServiceFactory.js +1 -1
- 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/tilecard/resources/resources_en_US_saptrc.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +8 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +75 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +47 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +95 -77
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +5 -5
- package/src/main/js/sap/ushell/utils.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -0
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +0 -62
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +0 -102
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +0 -50
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazit vybran\u00E9 aplika
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Zobrazit v\u0161echny aplikace
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Zobrazen\u00ED seznamu
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardn\u00ED zobrazen\u00ED
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Zobrazen\u00ED m\u0159\u00ED\u017Eky
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spustit aplikaci {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikace
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informace
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Akce
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E9m
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nen\u00ED vedeno
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lok\u00E1ln\u00ED
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=N\u00E1hled
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skr\u00FDt katalogy
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Zobrazit katalogy
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ji\u017E pou\u017Eito
|
|
40
42
|
ContentFinder.CategoryTree.Search=Hledat katalogy
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zav\u0159\u00EDt
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tomto katalogu nejsou \u017E\u00E1dn\u00E9 aplikace.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Kdy\
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikace m\u016F\u017Eete do tohoto katalogu p\u0159idat v mana\u017Eeru obsahu (Content Manager).
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Neexistuj\u00ED \u017E\u00E1dn\u00E9 katalogy.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Katalogy m\u016F\u017Eete vytvo\u0159it v mana\u017Eeru obsahu (Content Manager).
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Nena\u0161li jste, co jste hledali?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Otev\u0159\u00EDt klasickou verzi vyhled\u00E1va\u010De aplikac\u00ED.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Gweld Apiau a Ddewiswyd
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Gweld Pob Ap
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Gwedd Rhestr
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Gwedd Safonol
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Gwedd Grid
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lansio Rhaglen {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Rhaglen
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Gwybodaeth
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID System
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Gweithredoedd
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Heb ei gynnal
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lleol
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Rhagolwg
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Cuddio Catalogau
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Dangos Catalogau
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Wedi'i ddefnyddio'n barod
|
|
40
42
|
ContentFinder.CategoryTree.Search=Chwilio am Gatalogau
|
|
41
43
|
ContentFinder.CategoryTree.Close=Cau
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Does dim apiau yn y catalog hwn.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Os o
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Gallwch ychwanegu apiau at y catalog hwn yn y Rheolwr Cynnwys.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nid oes unrhyw gatalogau.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Gallwch greu catalogau yn y Rheolwr Cynnwys.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Heb ddod o hyd i'r hyn roeddech chi'n chwilio amdano?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Agorwch y fersiwn glasurol o'r Canfyddwr Apiau.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apps
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vis alle apps
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Listevisning
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvisning
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Gitterview
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Start applikation {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Applikation
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informationer
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Handlinger
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ikke vedligeholdt
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Eksempel
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skjul kataloger
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Vis kataloger
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Allerede brugt
|
|
40
42
|
ContentFinder.CategoryTree.Search=S\u00F8g efter kataloger
|
|
41
43
|
ContentFinder.CategoryTree.Close=Luk
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Der er ingen apps i dette katalog.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Hvis
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan tilf\u00F8je apps til dette katalog i Content Manager.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Der er ingen kataloger.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Du kan oprette kataloger i Content Manager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Fandt du ikke det, du s\u00F8gte efter?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u00C5bn den klassiske version af App Finder.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ausgew\u00E4hlte Apps anzeig
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Alle Apps anzeigen
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Listensicht
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardansicht
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Rasteransicht
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Anwendung {0} starten
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Anwendung
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informationen
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP-Fiori-ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Aktionen
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nicht angegeben
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Vorschau
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Kataloge ausblenden
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Kataloge einblenden
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Bereits verwendet
|
|
40
42
|
ContentFinder.CategoryTree.Search=Nach Katalogen suchen
|
|
41
43
|
ContentFinder.CategoryTree.Close=Schlie\u00DFen
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=In diesem Katalog gibt es keine Apps
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Wenn
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Sie k\u00F6nnen diesem Katalog im Content-Manager Apps hinzuf\u00FCgen.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Keine Kataloge vorhanden.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Sie k\u00F6nnen Kataloge im Content-Manager anlegen.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Haben Sie nicht gefunden, wonach Sie suchen?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u00D6ffnen Sie die klassische Version des App Finder.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u03A0\u03C1\u03BF\u03B2\u03
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u039F\u03BB\u03C9\u03BD \u03C4\u03C9\u03BD \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u039B\u03AF\u03C3\u03C4\u03B1\u03C2
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0392\u03B1\u03C3\u03B9\u03BA\u03AE \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u03C0\u03BB\u03AD\u03B3\u03BC\u03B1\u03C4\u03BF\u03C2
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0388\u03BD\u03B1\u03C1\u03BE\u03B7 \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID \u03A3\u03C5\u03C3\u03C4\u03AE\u03BC\u
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u039C\u03B7 \u03C3\u03C5\u03BD\u03C4\u03B7\u03C1\u03B7\u03BC\u03AD\u03BD\u03BF
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u03A4\u03BF\u03C0\u03B9\u03BA\u03CC
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u039A\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03C9\u03BD
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u039A\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03C9\u03BD
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B1\u03B9 \u03AE\u03B4\u03B7
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u039A\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03C9\u03BD
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03BA\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u03
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03C3\u03B5 \u03B1\u03C5\u03C4\u03CC\u03BD \u03C4\u03BF\u03BD \u03BA\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF \u03C3\u03C4\u03B7 \u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7 \u03A0\u03B5\u03C1\u03B9\u03B5\u03C7\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03BA\u03B1\u03C4\u03AC\u03BB\u03BF\u03B3\u03BF\u03B9.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5\u03C2 \u03C3\u03C4\u03BF\u03BD \u0394\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE \u039A\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03C9\u03BD.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C0\u03BF\u03C5 \u03B6\u03B7\u03C4\u03AC\u03C4\u03B5;
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u0391\u03BD\u03BF\u03AF\u03BE\u03C4\u03B5 \u03C4\u03B7\u03BD \u03BA\u03BB\u03B1\u03C3\u03B9\u03BA\u03AE \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7 \u03C4\u03BF\u03C5 App Finder.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=List View
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standard View
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Grid View
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Application
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Information
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Actions
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Not maintained
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Hide Catalogs
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Show Catalogs
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already used
|
|
40
42
|
ContentFinder.CategoryTree.Search=Search for Catalogs
|
|
41
43
|
ContentFinder.CategoryTree.Close=Close
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalog.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=If t
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalog in the Content Manager.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=There are no catalogs.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=You can create catalogs in the Content Manager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Didn't find what you were looking for?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Open the classic version of the App Finder.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=List View
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standard View
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Grid View
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Application
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Information
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Actions
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Not maintained
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Hide Catalogues
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Show Catalogues
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Already used
|
|
40
42
|
ContentFinder.CategoryTree.Search=Search for Catalogues
|
|
41
43
|
ContentFinder.CategoryTree.Close=Close
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalogue.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=If t
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalogue in the Content Manager.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=There are no catalogues.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=You can create catalogues in the Content Manager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Didn't find what you were looking for?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Open the classic version of the App Finder.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u206A\u206A\u206A\u200C\u20
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u206AView All Apps\u206A\u206A
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u206AList View\u206A\u206A
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u206AStandard View\u206A\u206A
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u206AGrid View\u206A\u206A
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u206ALaunch Application \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u206A\u206A\u206A\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200D\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u206AApplication\u206A\u206A
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u206A\u206A\u206A\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200C\u206AInformation\u206A\u206A
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200C\u206ASAP Fiori ID\u206A\u206A
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties
CHANGED
|
@@ -1,31 +1,50 @@
|
|
|
1
1
|
|
|
2
|
-
ContentFinder.Button.Add=Y665n8t/gZd7quBjtJNjBQ_Add ({0})
|
|
3
|
-
ContentFinder.Button.Cancel=Z1xnYYV2Rl65p8tV9I/SkA_Cancel
|
|
4
2
|
|
|
3
|
+
ContentFinder.Button.Add=zbIkipj2xH4Qz7OxBO7GqQ_Add ({0})
|
|
4
|
+
ContentFinder.Button.Cancel=x/z7KXcJ7kCw2sOMm4iIGg_Cancel
|
|
5
5
|
|
|
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
6
|
|
|
7
|
+
ContentFinder.WidgetGallery.Title=isHpVGDRJGJ7yBJO9Yxk6A_Add Widgets
|
|
8
|
+
ContentFinder.WidgetGallery.AllWidgets.Title=phKMQgPwEmx9SMi+DSdYgg_All Widgets
|
|
9
|
+
ContentFinder.WidgetGallery.Applications.Title=x+XBtaVzIPT/nH0+sKVh7Q_Applications
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
ContentFinder.AppSearch.
|
|
13
|
-
ContentFinder.AppSearch.
|
|
14
|
-
ContentFinder.AppSearch.
|
|
15
|
-
ContentFinder.AppSearch.Title.
|
|
16
|
-
ContentFinder.AppSearch.Title.
|
|
17
|
-
ContentFinder.AppSearch.Title.
|
|
18
|
-
ContentFinder.AppSearch.Title.
|
|
19
|
-
ContentFinder.AppSearch.Title.
|
|
20
|
-
ContentFinder.AppSearch.Title.
|
|
21
|
-
ContentFinder.AppSearch.Title.
|
|
22
|
-
ContentFinder.AppSearch.
|
|
23
|
-
ContentFinder.AppSearch.
|
|
24
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
25
|
-
ContentFinder.AppSearch.
|
|
26
|
-
ContentFinder.AppSearch.
|
|
27
|
-
ContentFinder.AppSearch.
|
|
28
|
-
ContentFinder.AppSearch.
|
|
29
|
-
ContentFinder.AppSearch.Button.
|
|
30
|
-
ContentFinder.AppSearch.
|
|
31
|
-
ContentFinder.
|
|
11
|
+
|
|
12
|
+
ContentFinder.AppSearch.AddTiles.Title=TszF+yJod/4CIuzKZIBlKQ_Add Tiles
|
|
13
|
+
ContentFinder.AppSearch.AddCards.Title=xrtuWfBEKoeWR4La2wdtvg_Add Card
|
|
14
|
+
ContentFinder.AppSearch.SearchPlaceholder=Vdujn1tU7x17gFAXEoYOqw_Search for Apps
|
|
15
|
+
ContentFinder.AppSearch.Title.AllTiles=52oUfp6R09tcI/x/r06Xuw_All Tiles ({0})
|
|
16
|
+
ContentFinder.AppSearch.Title.NoTiles=H61GJ1OL1jWeuROvGl1iKg_No tiles available
|
|
17
|
+
ContentFinder.AppSearch.Title.AllCards=j5tu2N1jyioVC4VAbsvtTQ_All Cards ({0})
|
|
18
|
+
ContentFinder.AppSearch.Title.NoCards=lNcGXPNY6VvxeDRut/ss4A_No cards available
|
|
19
|
+
ContentFinder.AppSearch.Title.SelectedApp=xce2BYLjJiw+0eqkFYoT+w_All Selected Applications ({0})
|
|
20
|
+
ContentFinder.AppSearch.Title.NoSelectedApp=d4R2G6fl0RTkai5SOv95PA_No Selected Applications
|
|
21
|
+
ContentFinder.AppSearch.Title.AllFromCategory=T5X54STUNN7r5001wtWHYQ_{0} ({1})
|
|
22
|
+
ContentFinder.AppSearch.Title.SearchResult=jZdp0bTXFpcaQcmLmaNINg_Results for\: "{0}" ({1})
|
|
23
|
+
ContentFinder.AppSearch.Title.NoSearchResult=Nh1r3Q0aOAaFGkA9yttqjA_No Results for\: "{0}"
|
|
24
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=M2USj+FEs9bU0K3gDA2Luw_View Selected Apps
|
|
25
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowAll=aF8wVgnU0OKymiQ5Jm/FEg_View All Apps
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=9wylVCTdxHm/8xaN2Z3c8Q_List View
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=bnLID18xROKel3uwviwziQ_Standard View
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=RliAQoTeFmfbMndOm57XWA_Grid View
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=p5FP1auAL9CZ/Z4EFQs6Qw_Launch Application {0}
|
|
30
|
+
ContentFinder.AppSearch.Label.Application=OLqHzqeZfZnh2HKR+1YR6Q_Application
|
|
31
|
+
ContentFinder.AppSearch.Label.Information=82GCIS2OLzn1PftDraI0bA_Information
|
|
32
|
+
ContentFinder.AppSearch.Label.FioriId=vic7A7ZlMo39K9w7C41HjQ_SAP Fiori ID
|
|
33
|
+
ContentFinder.AppSearch.Label.SystemId=DciywYRyuXOuT+hEqw4iDg_System ID
|
|
34
|
+
ContentFinder.AppSearch.Label.Actions=c0gL1YPoCdBFs05Wo+J0pg_Actions
|
|
35
|
+
ContentFinder.AppSearch.Label.SystemLabel=3BM1TXU4mWcQGBrdbfbycQ_System
|
|
36
|
+
ContentFinder.AppSearch.Text.FieldEmpty=bmH71TawnHh7xl015IX+Yg_Not maintained
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Qhch5uaXdMh978ooZaZ0IQ_Local
|
|
38
|
+
ContentFinder.AppSearch.Button.Preview=Xa7RiSuGpfOwPvYVGw1JaQ_Preview
|
|
39
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=g6xZU/zAeGb18XdcDZsIcg_Hide Catalogs
|
|
40
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=GbzRGa/qQSWEA7KYJJEdNA_Show Catalogs
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=MNPK4BIJRJMGSbpmC4yZsA_Already used
|
|
42
|
+
ContentFinder.CategoryTree.Search=pyLJxLnLCgc4fdATdOQOCA_Search for Catalogs
|
|
43
|
+
ContentFinder.CategoryTree.Close=v17I2oWdAhEbL7K6AP16qA_Close
|
|
44
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=JIXEpalZIciiNElMXSrt0w_There are no apps in this catalog.
|
|
45
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=9QIxQKGZNqSivNx6iJWMXA_If there are apps, you will see them here.
|
|
46
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=lA341aXg19a2FV/maQHDhg_You can add apps to this catalog in the Content Manager.
|
|
47
|
+
ContentFinder.CategoryTree.NoData.Title=qLDderyNw9Gi8ew3dOd2GA_There are no catalogs.
|
|
48
|
+
ContentFinder.CategoryTree.NoData.Description=csjJWOeJB81vpa3p+WWoiQ_You can create catalogs in the Content Manager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=OmYTS4+N7NH/9Y4unfBm4g_Didn't find what you were looking for?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=m6u9lpkQx2V8gCZ2pyprCQ_Open the classic version of the App Finder.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones selecci
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Ver todas las aplicaciones
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Vista de lista
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vista est\u00E1ndar
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Vista de cuadr\u00EDcula
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplicaci\u00F3n {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplicaci\u00F3n
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informaci\u00F3n
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Acciones
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=No actualizado
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Mostrar cat\u00E1logos
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ya se ha utilizado
|
|
40
42
|
ContentFinder.CategoryTree.Search=Buscar cat\u00E1logos
|
|
41
43
|
ContentFinder.CategoryTree.Close=Cerrar
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=No hay aplicaciones en este cat\u00E1logo.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Si h
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Puede a\u00F1adir aplicaciones a este cat\u00E1logo en el Gestor de contenidos.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=No hay cat\u00E1logos.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Puede crear cat\u00E1logos en el Gestor de contenido.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u00BFNo ha encontrado lo que buscaba?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Abra la versi\u00F3n cl\u00E1sica del buscador de aplicaciones.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones selecci
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Ver todas las aplicaciones
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Vista de lista
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vista est\u00E1ndar
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Vista de cuadr\u00EDcula
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplicaci\u00F3n {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplicaci\u00F3n
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informaci\u00F3n
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Acciones
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=No mantenido
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Mostrar cat\u00E1logos
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ya en uso
|
|
40
42
|
ContentFinder.CategoryTree.Search=Buscar Cat\u00E1logos
|
|
41
43
|
ContentFinder.CategoryTree.Close=Cerrar
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=No hay aplicaciones en este cat\u00E1logo.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Si h
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Puede agregar aplicaciones a este cat\u00E1logo en el Administrador de contenido.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=No hay cat\u00E1logos.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Puede crear cat\u00E1logos en el Administrador de contenido.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u00BFNo encontr\u00F3 lo que buscaba?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Abra la versi\u00F3n cl\u00E1sica del Buscador de aplicaciones.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kuva valitud rakendused
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Kuva k\u00F5ik rakendused
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Loendivaade
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvaade
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Ruudustikuvaade
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=K\u00E4ivita rakendus {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Rakendus
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Teave
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=S\u00FCsteemi ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Toimingud
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=S\u00FCsteem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ei hallata
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Kohalik
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Eelvaade
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Peida kataloogid
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Kuva kataloogid
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Juba kasutatud
|
|
40
42
|
ContentFinder.CategoryTree.Search=Otsi katalooge
|
|
41
43
|
ContentFinder.CategoryTree.Close=Sule
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Selles kataloogis pole rakendusi.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Kui
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Rakendusi saate sellesse kataloogi lisada sisuhalduri kaudu.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Katalooge ei ole.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Katalooge saate luua sisuhalduris.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Kas te ei leidnud seda, mida otsite?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Avage App Finderi klassikaline versioon.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=N\u00E4yt\u00E4 valitut sove
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=N\u00E4yt\u00E4 kaikki sovellukset
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Luettelon\u00E4kym\u00E4
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vakion\u00E4kym\u00E4
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Ruudukkon\u00E4kym\u00E4
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=K\u00E4ynnist\u00E4 sovellus {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Sovellus
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Tiedot
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori -tunnus
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=J\u00E4rjestelm\u00E4tunnus
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Toimet
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=J\u00E4rjestelm\u00E4
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ei yll\u00E4pidetty
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Paikallinen
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Esikatselu
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Piilota luettelot
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=N\u00E4yt\u00E4 luettelot
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Jo k\u00E4ytetty
|
|
40
42
|
ContentFinder.CategoryTree.Search=Hae luetteloita
|
|
41
43
|
ContentFinder.CategoryTree.Close=Sulje
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Luettelossa ei ole sovelluksia.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jos
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Voit lis\u00E4t\u00E4 sovelluksia t\u00E4h\u00E4n luetteloon sis\u00E4ll\u00F6nhallinnassa.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Luetteloita ei ole.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Voit luoda luetteloita sis\u00E4ll\u00F6nhallinnassa.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Etk\u00F6 l\u00F6yt\u00E4nyt etsim\u00E4\u00E4si?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Avaa App Finderin klassinen versio
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Afficher toutes les applications
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Vue de liste
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vue standard
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Vue en mosa\u00EFque
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancer l''application {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Application
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informations
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Actions
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E8me
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Non g\u00E9r\u00E9
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Masquer les catalogues
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Afficher les catalogues
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=D\u00E9j\u00E0 en cours d'utilisation
|
|
40
42
|
ContentFinder.CategoryTree.Search=Recherchez des catalogues.
|
|
41
43
|
ContentFinder.CategoryTree.Close=Fermer
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Aucune application dans ce catalogue.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Les
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Vous pouvez ajouter des applications \u00E0 ce catalogue \u00E0 partir du Gestionnaire de contenu.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Il n'y a aucun catalogue.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Vous pouvez cr\u00E9er des catalogues dans le Gestionnaire de contenu.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Vous n'avez pas trouv\u00E9 ce que vous recherchiez ?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Ouvrez la version classique du Chercheur d'applis.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Afficher toutes les applications
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Affichage Liste
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Affichage standard
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Vue en mosa\u00EFque
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancer l''application {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Application
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informations
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP\u00A0Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Actions
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E8me
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Non g\u00E9r\u00E9
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Masquer les catalogues
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Afficher les catalogues
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=D\u00E9j\u00E0 en cours d'utilisation
|
|
40
42
|
ContentFinder.CategoryTree.Search=Recherchez des catalogues.
|
|
41
43
|
ContentFinder.CategoryTree.Close=Fermer
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Aucune application dans ce catalogue.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Tout
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Vous pouvez ajouter des applications \u00E0 ce catalogue \u00E0 partir du Gestionnaire de contenu.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Aucun catalogue disponible.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Vous pouvez cr\u00E9er des catalogues dans le Gestionnaire de contenu.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Vous n'avez pas trouv\u00E9 ce que vous recherchiez?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Ouvrez la version classique du Chercheur d'applis.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u091A\u092F\u0928\u093F\u09
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0938\u092D\u0940 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0926\u0947\u0916\u0947\u0902
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0938\u0942\u091A\u0940 \u0926\u0943\u0936\u094D\u092F
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u092E\u093E\u0928\u0915 \u0926\u0943\u0936\u094D\u092F
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u0917\u094D\u0930\u093F\u0921 \u0926\u0943\u0936\u094D\u092F
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 {0} \u0932\u0949\u0902\u091A \u0915\u0930\u0947\u0902
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u091C\u093E\u0928\u0915\u093E\u0930\u0940
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u0938\u093F\u0938\u094D\u091F\u092E ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0915\u093E\u0930\u094D\u092F\u0935\u093E\u0939\u0940
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0938\u093F\u0938\u094D\u091F\u092E
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0930\u0916\u0930\u0916\u093E\u0935 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u0938\u094D\u0925\u093E\u0928\u0940\u092F
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0915\u0948\u091F\u0932\u0949\u0917 \u091B\u093F\u092A\u093E\u090F\u0902
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u0915\u0948\u091F\u0932\u0949\u0917 \u0926\u093F\u0916\u093E\u090F\u0902
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u092A\u0939\u0932\u0947 \u0938\u0947 \u0909\u092A\u092F\u094B\u0917 \u0915\u093F\u092F\u093E \u0917\u092F\u093E
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u0915\u0948\u091F\u0932\u0949\u0917 \u0915\u0947 \u0915\u093F\u090F \u0916\u094B\u091C\u0947
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u092C\u0902\u0926 \u0915\u0930\u0947\u0902
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0907\u0938 \u0915\u0948\u091F\u0932\u0949\u0917 \u092E\u0947\u0902 \u0915\u094B\u0908 \u090F\u092A\u094D\u0932\u0940\u0915\u0947\u0936\u0928 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u09
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0906\u092A \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0915 \u092E\u0947\u0902 \u0907\u0938 \u0915\u0948\u091F\u0932\u0949\u0917 \u092E\u0947\u0902 \u090F\u092A\u094D\u0932\u0940\u0915\u0947\u0936\u0928 \u091C\u094B\u0921\u093C \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u0915\u094B\u0908 \u0915\u0948\u091F\u0932\u0949\u0917 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u0906\u092A \u0938\u093E\u092E\u0917\u094D\u0930\u0940 \u092A\u094D\u0930\u092C\u0902\u0927\u0915 \u092E\u0947\u0902 \u0915\u0948\u091F\u0932\u0949\u0917 \u092C\u0928\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u0906\u092A \u091C\u094B \u0922\u0942\u0902\u0922\u093C \u0930\u0939\u0947 \u0925\u0947 \u0935\u0939 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u0910\u092A \u092B\u093C\u093E\u0907\u0902\u0921\u0930 \u0915\u093E \u0915\u094D\u0932\u093E\u0938\u093F\u0915 \u0938\u0902\u0938\u094D\u0915\u0930\u0923 \u0916\u094B\u0932\u0947\u0902.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
ContentFinder.Button.Add=Dodaj ({0})
|
|
4
|
-
ContentFinder.Button.Cancel=
|
|
4
|
+
ContentFinder.Button.Cancel=Otka\u017Ei
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
ContentFinder.WidgetGallery.Title=Dodaj miniaplikacije
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplika
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prika\u017Ei sve aplikacije
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Pogled liste
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardni pogled
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Pogled mre\u017Ee
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informacije
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,14 +34,17 @@ ContentFinder.AppSearch.Label.SystemId=ID sustava
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Radnje
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sustav
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije odr\u017Eavano
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokalno
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Pregled
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sakrij kataloge
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Poka\u017Ei kataloge
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ve\u0107 se upotrebljava
|
|
40
42
|
ContentFinder.CategoryTree.Search=Tra\u017Ei kataloge
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zatvori
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nema aplikacija u ovom katalogu.
|
|
43
45
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ako postoje aplikacije, vidjet \u0107ete ih ovdje.
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikacije mo\u017Eete dodati u katalog u manageru sadr\u017Eaja.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nema kataloga.
|
|
46
|
-
ContentFinder.CategoryTree.NoData.Description=Kataloge mo\u017Eete
|
|
48
|
+
ContentFinder.CategoryTree.NoData.Description=Kataloge mo\u017Eete kreirati u manageru sadr\u017Eaja.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Niste prona\u0161li \u0161to ste tra\u017Eili?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Otvorite klasi\u010Dnu verziju pretra\u017Eiva\u010Da aplikacija.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kiv\u00E1lasztott alkalmaz\u
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Minden alkalmaz\u00E1s megtekint\u00E9se
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Listan\u00E9zet
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standard n\u00E9zet
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=R\u00E1csn\u00E9zet
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication={0} alkalmaz\u00E1s elind\u00EDt\u00E1sa
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Alkalmaz\u00E1s
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Inform\u00E1ci\u00F3
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-azonos\u00EDt\u00F3
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=Rendszerazonos\u00EDt\u00F3
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=M\u0171veletek
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Rendszer
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nincs karbantartva
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Helyi
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=El\u0151n\u00E9zet
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Katal\u00F3gusok elrejt\u00E9se
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Katal\u00F3gusok megjelen\u00EDt\u00E9se
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=M\u00E1r felhaszn\u00E1lt
|
|
40
42
|
ContentFinder.CategoryTree.Search=Katal\u00F3gusok keres\u00E9se
|
|
41
43
|
ContentFinder.CategoryTree.Close=Bez\u00E1r\u00E1s
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Ebben a katal\u00F3gusban nincsenek alkalmaz\u00E1sok
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ha l
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=A Tartalomkezel\u0151ben adhat hozz\u00E1 alkalmaz\u00E1sokat ehhez a katal\u00F3gushoz.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nincsenek katal\u00F3gusok.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=A Tartalomkezel\u0151ben hozhat l\u00E9tre katal\u00F3gusokat.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Nem tal\u00E1lta meg, amit keres?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Nyissa meg az Alkalmaz\u00E1skeres\u0151 klasszikus verzi\u00F3j\u00E1t.
|