@sapui5/sap.ushell 1.129.1 → 1.130.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/main/js/sap/ushell/.library +1 -1
- package/src/main/js/sap/ushell/AppInfoParameters.js +478 -346
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +41 -6
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +3 -3
- 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/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/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 +7 -3
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +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/S4MyHome.js +33 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +8 -0
- 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 +1 -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/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/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +871 -733
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +50 -50
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +121 -116
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +16 -12
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +2 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +48 -53
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +2 -1
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -2
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +26 -5
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +20 -13
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +28 -35
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +60 -5
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +17 -6
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +11 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +174 -176
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +28 -7
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +28 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +17 -14
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +1 -1
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +6 -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 +2 -2
- 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 +2 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/controls/FloatingContainer.js +74 -5
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- 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 +20 -4
- 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 +149 -197
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +88 -85
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/AppearanceEntry.js +15 -19
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/UserActionsMenu.controller.js +2 -2
- 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 +30 -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 +30 -16
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +29 -15
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +4 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +3 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +3 -0
- 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/iconfonts.js +2 -1
- package/src/main/js/sap/ushell/library.js +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +18 -6
- 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/renderer/Renderer.js +21 -20
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +378 -576
- package/src/main/js/sap/ushell/renderer/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +57 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +6 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +4 -4
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +4 -4
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +5 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +102 -107
- 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 +2 -2
- 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 +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +161 -144
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +3 -3
- 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 +74 -100
- 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 +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 +2 -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.js +4 -4
- 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/state/ShellModel.js +31 -0
- package/src/main/js/sap/ushell/state/StateManager.js +28 -0
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -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/base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_belize_base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/library.source.less +0 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +0 -1
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutButton.js +17 -21
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.controller.js +358 -100
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +169 -90
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +77 -9
- package/src/main/js/sap/ushell/ui/launchpad/PageRenderer.js +20 -20
- 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/DynamicTileRequest.js +1 -3
- package/src/main/js/sap/ushell/utils/RestrictedJSONModel.js +3 -1
- package/src/main/js/sap/ushell/utils/UrlParsing.js +38 -0
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/DestinationResolver.js +13 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +1 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +43 -27
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ar.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +5 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +2 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +2 -2
- package/src/main/js/sap/ushell/utils.js +8 -20
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/themes/base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_belize_base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/AppearanceView.less +0 -213
- package/src/main/js/sap/ushell/themes/sap_hcb/base_AppearanceView.less +0 -213
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u044F\u043C\u0430 \u0440\u04
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0421\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=\u0418\u0414 \u043D\u0430 SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0414 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044F
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \u043D\u0430\u043B\u0438\u0447\u043D\u043E
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0434\u0432.\u043F\u0440\u0435\u0433\u043B\u0435\u0434
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0422\u044A\u0440\u0441\u0435\u043D\u0435 \u043F\u043E \u0433\u0440\u0443\u043F\u0430, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u043B\u0438 \u0438\u043C\u0435 \u043D\u0430 \u0440\u043E\u043B\u044F
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0412 \u0442\u043E\u0437\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u043D\u044F\u043C\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0410\u043A\u043E \u0438\u043C\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F, \u0449\u0435 \u0433\u0438 \u0432\u0438\u0434\u0438\u0442\u0435 \u0442\u0443\u043A.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0412 \u041C\u0435\u043D\u0438\u0434\u0436\u044A\u0440\u0430 \u043D\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u0438\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043A\u044A\u043C \u0442\u043E\u0437\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Cap resultat per a\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Veure les aplicacions seleccionades
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Veure totes les aplicacions
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplicaci\u00F3
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplicaci\u00F3
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informaci\u00F3
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Accions
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=No disponible
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Previsualitzaci\u00F3
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categories
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categories
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Seleccioneu {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Cercar per grup, cat\u00E0leg o nom de rol
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=No hi ha aplicacions en aquest cat\u00E0leg.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Si hi ha aplicacions, les veur\u00E0 aqu\u00ED.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Podeu afegir aplicacions a aquest cat\u00E0leg al Gestor de continguts.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: \u201E{0}\u201C
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplikacije
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prika\u017Ei sve aplikacije
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informacije
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Radnje
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije dostupno
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Prethodni prikaz
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sakrij kategorije
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prika\u017Ei kategorije
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Odaberi {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nema aplikacija u ovom katalogu.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ako postoje aplikacije, vidje\u0107ete ih ovdje.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Eete dodati aplikacije u ovaj katalog iz Menad\u017Eera sadr\u017Eaja.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u017D\u00E1dn\u00E9 v\u00FDsledky
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazit vybran\u00E9 aplikace
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Zobrazit v\u0161echny aplikace
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spustit aplikaci
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikace
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informace
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Akce
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E9m
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nen\u00ED k dispozici
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=N\u00E1hled
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skr\u00FDt kategorie
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Zobrazit kategorie
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Vybrat {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Hledat podle skupiny, katalogu nebo n\u00E1zvu role
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tomto katalogu nejsou \u017E\u00E1dn\u00E9 aplikace.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Kdy\u017E tam budou aplikace, uvid\u00EDte je zde.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikace m\u016F\u017Eete do tohoto katalogu p\u0159idat v mana\u017Eeru obsahu (Content Manager).
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Dim Canlyniadau ar gyfer\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Gweld Apiau a Ddewiswyd
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Gweld Pob Ap
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lansio Rhaglen
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Rhaglen
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Gwybodaeth
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID System
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Gweithredoedd
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ddim ar gael
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Rhagolwg
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Cuddio Categor\u00EFau
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Dangos Categor\u00EFau
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Dewis {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Chwilio yn \u00F4l gr\u0175p, catalog neu enw r\u00F4l
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Does dim apiau yn y catalog hwn.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Os oes apiau ar gael, byddwch chi'n eu gweld nhw yma.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Gallwch ychwanegu apiau at y catalog hwn yn y Rheolwr Cynnwys.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ingen resultater for\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apps
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vis alle apps
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Start applikation
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Applikation
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informationer
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Handlinger
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ikke tilg\u00E6ngelig
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Eksempel
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skjul kategorier
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Vis kategorier
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=V\u00E6lg {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=S\u00F8g efter gruppe-, katalog- eller rollenavn
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Der er ingen apps i dette katalog.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Hvis der er apps, vises de her.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan tilf\u00F8je apps til dette katalog i Content Manager.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Keine Ergebnisse f\u00FCr\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ausgew\u00E4hlte Apps anzeigen
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Alle Apps anzeigen
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Anwendung starten
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Anwendung
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informationen
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP-Fiori-ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Aktionen
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nicht verf\u00FCgbar
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Vorschau
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Kategorien ausblenden
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kategorien einblenden
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} ausw\u00E4hlen
|
|
34
37
|
ContentFinder.CategoryTree.Search=Anhand von Gruppe, Katalog oder Rollenname suchen
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=In diesem Katalog gibt es keine Apps
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Wenn es Apps gibt, sehen Sie sie hier.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Sie k\u00F6nnen diesem Katalog im Content-Manager Apps hinzuf\u00FCgen.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u039A\u03B1\u03BD\u03AD\u03BD\u03B
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE \u0395\u03C0\u03B9\u03BB\u03B5\u03B3\u03BC\u03AD\u03BD\u03C9\u03BD \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD
|
|
24
24
|
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
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u0395\u03BE\u03AD\u03B4\u03C1\u03B1\u03C2 \u0395\u03BA\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7\u03C2
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID \u03A3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u039C\u03B7 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u03A0\u03C1\u03BF\u03B5\u03C0\u03B9\u03C3\u03BA\u03CC\u03C0\u03B7\u03C3\u03B7
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u039A\u03B1\u03C4\u03B7\u03B3\u03BF\u03C1\u03B9\u03CE\u03BD
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u039A\u03B1\u03C4\u03B7\u03B3\u03BF\u03C1\u03B9\u03CE\u03BD
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03B2\u03AC\u03C3\u03B5\u03B9 \u03BF\u03BC\u03AC\u03B4\u03B1\u03C2, \u03BA\u03B1\u03C4\u03B1\u03BB\u03CC\u03B3\u03BF\u03C5 \u03AE \u03BF\u03BD\u03CC\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C1\u03CC\u03BB\u03BF\u03C5
|
|
38
|
+
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.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0391\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03B8\u03B1 \u03C4\u03B9\u03C2 \u03B4\u03B5\u03AF\u03C4\u03B5 \u03B5\u03B4\u03CE.
|
|
40
|
+
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.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=No Results for\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Application
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Information
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Actions
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Hide Categories
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Show Categories
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Select {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Search by group, catalog, or role name
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalog.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=If there are apps, you will see them here.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalog in the Content Manager.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=No Results for\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=View Selected Apps
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=View All Apps
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Launch Application
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Application
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Information
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=System ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Actions
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Not available
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Hide Categories
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Show Categories
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Select {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Search by group, catalogue or role name
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=There are no apps in this catalogue.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=If there are apps, you will see them here.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=You can add apps to this catalogue in the Content Manager.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties
CHANGED
|
@@ -22,16 +22,24 @@ ContentFinder.AppSearch.Title.SearchResult=\u206A\u206A\u206A\u200C\u200C\u200C\
|
|
|
22
22
|
ContentFinder.AppSearch.Title.NoSearchResult=\u206A\u206A\u206A\u200D\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u206ANo Results for\: "\u200B\u200B\u200B{0}\u200C\u200C\u200C"\u206A\u206A
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200B\u206AView Selected Apps\u206A\u206A
|
|
24
24
|
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
|
|
25
|
+
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
|
|
26
|
+
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
|
|
25
27
|
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\u206A\u206A
|
|
28
|
+
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
|
|
26
29
|
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
|
|
27
30
|
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
|
|
28
31
|
ContentFinder.AppSearch.Label.SystemId=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200C\u200C\u200B\u200B\u200B\u206ASystem ID\u206A\u206A
|
|
32
|
+
ContentFinder.AppSearch.Label.Actions=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u206AActions\u206A\u206A
|
|
33
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200D\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u206ASystem\u206A\u206A
|
|
29
34
|
ContentFinder.AppSearch.Text.FieldEmpty=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200C\u206ANot available\u206A\u206A
|
|
30
35
|
ContentFinder.AppSearch.Button.Preview=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u206APreview\u206A\u206A
|
|
31
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
32
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
36
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u206A\u206A\u206A\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u206AHide Catalogs\u206A\u206A
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u206A\u206A\u206A\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u206AShow Catalogs\u206A\u206A
|
|
33
38
|
ContentFinder.AppSearch.Message.Select=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u206ASelect \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
|
|
34
|
-
ContentFinder.CategoryTree.Search=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u206ASearch by
|
|
39
|
+
ContentFinder.CategoryTree.Search=\u206A\u206A\u206A\u200D\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u206ASearch by catalog\u206A\u206A
|
|
40
|
+
ContentFinder.CategoryTree.Close=\u206A\u206A\u206A\u200D\u200B\u200B\u200B\u200B\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200B\u206AClose\u206A\u206A
|
|
35
41
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u206A\u206A\u206A\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200C\u200C\u206AThere are no apps in this catalog.\u206A\u206A
|
|
36
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u206A\u206A\u206A\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200D\u206AIf there are apps, you will see them here.\u206A\u206A
|
|
37
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u206A\u206A\u206A\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200D\u200C\u200C\u200B\u200B\u206AYou can add apps to this catalog in the Content Manager.\u206A\u206A
|
|
44
|
+
ContentFinder.CategoryTree.NoData.Title=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u206AThere are no catalogs.\u206A\u206A
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Description=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u206AYou can create catalogs in the Content Manager.\u206A\u206A
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ning\u00FAn resultado para\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones seleccionadas
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Ver todas las aplicaciones
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Ejecutar aplicaci\u00F3n
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplicaci\u00F3n
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informaci\u00F3n
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Acciones
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=No disponible
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categor\u00EDas
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categor\u00EDas
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Seleccione {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=No hay aplicaciones en este cat\u00E1logo.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Si hay aplicaciones, las ver\u00E1 aqu\u00ED.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Puede a\u00F1adir aplicaciones a este cat\u00E1logo en el Gestor de contenidos.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ning\u00FAn resultado para\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Ver las aplicaciones seleccionadas
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Ver todas las aplicaciones
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplicaci\u00F3n
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplicaci\u00F3n
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informaci\u00F3n
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID de SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID de sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Acciones
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=No disponible
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Vista previa
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categor\u00EDas
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categor\u00EDas
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Seleccionar {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Buscar por grupo, cat\u00E1logo o nombre de rol
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=No hay aplicaciones en este cat\u00E1logo.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Si hay aplicaciones, las ver\u00E1 aqu\u00ED.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Puede agregar aplicaciones a este cat\u00E1logo en el Administrador de contenido.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Tulemused puuduvad\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kuva valitud rakendused
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Kuva k\u00F5ik rakendused
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=K\u00E4ivita rakendus
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Rakendus
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Teave
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=S\u00FCsteemi ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Toimingud
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=S\u00FCsteem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Pole saadaval
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Eelvaade
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Peida kategooriad
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kuva kategooriad
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Valige {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Otsige grupi, kataloogi v\u00F5i rollinime j\u00E4rgi
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Selles kataloogis pole rakendusi.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Kui rakendusi on, kuvatakse need siin.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Rakendusi saate sellesse kataloogi lisada sisuhalduri kaudu.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ei tuloksia kohteelle\: \u201D{0}\u
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=N\u00E4yt\u00E4 valitut sovellukset
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=N\u00E4yt\u00E4 kaikki sovellukset
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=K\u00E4ynnist\u00E4 sovellus
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Sovellus
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Tiedot
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori -tunnus
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=J\u00E4rjestelm\u00E4tunnus
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Toimet
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=J\u00E4rjestelm\u00E4
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ei k\u00E4ytett\u00E4viss\u00E4
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Esikatselu
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Piilota luokat
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=N\u00E4yt\u00E4 luokat
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Valitse {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Hae ryhm\u00E4n, luettelon tai roolin nimen perusteella
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Luettelossa ei ole sovelluksia.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jos sovelluksia on, n\u00E4et ne t\u00E4ss\u00E4.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Voit lis\u00E4t\u00E4 sovelluksia t\u00E4h\u00E4n luetteloon sis\u00E4ll\u00F6nhallinnassa.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\u00A0\: {0
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\u00E9lectionn\u00E9es
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Afficher toutes les applications
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancer application
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Application
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informations
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Actions
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E8me
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponible
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Masquer cat\u00E9gories
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Afficher cat\u00E9gories
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=S\u00E9lectionner {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Aucune application dans ce catalogue.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Les applications pr\u00E9sentes dans le catalogue appara\u00EEtront ici.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Vous pouvez ajouter des applications \u00E0 ce catalogue \u00E0 partir du Gestionnaire de contenu.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Aucun r\u00E9sultat pour\u00A0\: {0
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Afficher les applications s\u00E9lectionn\u00E9es
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Afficher toutes les applications
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancer l'application
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Application
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informations
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP\u00A0Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID du syst\u00E8me
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Actions
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E8me
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponible
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Aper\u00E7u
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Masquer les cat\u00E9gories
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Afficher les cat\u00E9gories
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=S\u00E9lectionnez {0}.
|
|
34
37
|
ContentFinder.CategoryTree.Search=Recherchez par groupe, catalogue ou nom de r\u00F4le.
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Aucune application dans ce catalogue.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Toute application appara\u00EEtra ici.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Vous pouvez ajouter des applications \u00E0 ce catalogue \u00E0 partir du Gestionnaire de contenu.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u0907\u0938\u0915\u0947 \u0932\u09
|
|
|
23
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
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0938\u092D\u0940 \u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0926\u0947\u0916\u0947\u0902
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928 \u0932\u0949\u0902\u091A \u0915\u0930\u0947\u0902
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u090F\u092A\u094D\u0932\u093F\u0915\u0947\u0936\u0928
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u091C\u093E\u0928\u0915\u093E\u0930\u0940
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0938\u093F\u0938\u094D\u091F\u092E ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0915\u093E\u0930\u094D\u092F\u0935\u093E\u0939\u0940
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0938\u093F\u0938\u094D\u091F\u092E
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0936\u094D\u0930\u0947\u0923\u093F\u092F\u094B\u0902 \u0915\u094B \u091B\u093F\u092A\u093E\u090F\u0902
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0936\u094D\u0930\u0947\u0923\u093F\u092F\u094B\u0902 \u0915\u094B \u0926\u093F\u0916\u093E\u090F\u0902
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902
|
|
34
37
|
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
|
|
38
|
+
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.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u092F\u0926\u093F \u0915\u094B\u0908 \u090F\u092A\u094D\u0932\u0940\u0915\u0947\u0936\u0928 \u0939\u0948\u0902, \u0924\u094B \u0906\u092A \u0909\u0928\u094D\u0939\u0947\u0902 \u092F\u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902\u0917\u0947.
|
|
40
|
+
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.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplikacije
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prika\u017Ei sve aplikacije
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informacije
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID sustava
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Radnje
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sustav
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije raspolo\u017Eivo
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Pregled
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sakrij kategorije
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Poka\u017Ei kategorije
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Odaberi {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Tra\u017Ei po grupi, katalogu ili nazivu uloge
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nema aplikacija u ovom katalogu.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ako postoje aplikacije, vidjet \u0107ete ih ovdje.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikacije mo\u017Eete dodati u katalog u manageru sadr\u017Eaja.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nincs tal\u00E1lat a k\u00F6vetkez\
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Kiv\u00E1lasztott alkalmaz\u00E1sok megtekint\u00E9se
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Minden alkalmaz\u00E1s megtekint\u00E9se
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Alkalmaz\u00E1s elind\u00EDt\u00E1sa
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Alkalmaz\u00E1s
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Inform\u00E1ci\u00F3
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-azonos\u00EDt\u00F3
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=Rendszerazonos\u00EDt\u00F3
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=M\u0171veletek
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Rendszer
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nem \u00E9rhet\u0151 el
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=El\u0151n\u00E9zet
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Kateg\u00F3ri\u00E1k elrejt\u00E9se
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kateg\u00F3ri\u00E1k megjelen\u00EDt\u00E9se
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} kiv\u00E1laszt\u00E1sa
|
|
34
37
|
ContentFinder.CategoryTree.Search=Keres\u00E9s csoport-, katal\u00F3gus- vagy szerepn\u00E9v szerint
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Ebben a katal\u00F3gusban nincsenek alkalmaz\u00E1sok
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ha lesznek, itt fognak megjelenni.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=A Tartalomkezel\u0151ben adhat hozz\u00E1 alkalmaz\u00E1sokat ehhez a katal\u00F3gushoz.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Tidak Ada Hasil untuk\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Tampilkan Aplikasi yang Dipilih
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Tampilkan Semua Aplikasi
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Luncurkan Aplikasi
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikasi
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informasi
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Tindakan
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Tidak tersedia
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Pratinjau
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sembunyikan Kategori
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Tampilkan Kategori
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Pilih {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Cari berdasarkan grup, katalog, atau nama peran
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Tidak tersedia aplikasi dalam katalog ini.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jika aplikasi tersedia, aplikasi tersebut dapat dilihat di sini.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Anda dapat menambahkan aplikasi ke katalog ini di Manajer Konten.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nessun risultato per\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizza le app selezionate
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizza tutte le app
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Avvia applicazione
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Applicazione
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informazioni
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Azioni
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Non disponibile
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Anteprima
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Nascondi categorie
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostra categorie
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Selezionare {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Cercare in base a gruppo, catalogo o nome del ruolo
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=In questo catalogo non sono presenti app.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se sono presenti app, verranno visualizzate qui.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u00C8 possibile aggiungere app a questo catalogo in Gestione dei contenuti.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u05D0\u05D9\u05DF \u05EA\u05D5\u05
|
|
|
23
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
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u05D4\u05E6\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u05D4\u05E4\u05E2\u05DC \u05D9\u05D9\u05E9\u05D5\u05DD
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u05D9\u05D9\u05E9\u05D5\u05DD
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u05DE\u05D9\u05D3\u05E2
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05E9\u05DC SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05DE\u05E2\u05E8\u05DB\u05EA
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u05DE\u05E2\u05E8\u05DB\u05EA
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u05DC\u05D0 \u05D6\u05DE\u05D9\u05DF
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u05D4\u05E1\u05EA\u05E8 \u05E7\u05D8\u05D2\u05D5\u05E8\u05D9\u05D5\u05EA
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u05D4\u05E6\u05D2 \u05E7\u05D8\u05D2\u05D5\u05E8\u05D9\u05D5\u05EA
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u05D1\u05D7\u05E8 {0}
|
|
34
37
|
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
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u05D0\u05D9\u05DF \u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05D1\u05E7\u05D8\u05DC\u05D5\u05D2 \u05D4\u05D6\u05D4.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u05D0\u05DD \u05E7\u05D9\u05D9\u05DE\u05D9\u05DD \u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD, \u05D4\u05DD \u05D9\u05D5\u05E6\u05D2\u05D5 \u05DB\u05D0\u05DF.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u05E0\u05D9\u05EA\u05DF \u05DC\u05D4\u05D5\u05E1\u05D9\u05E3 \u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD \u05DC\u05E7\u05D8\u05DC\u05D5\u05D2 \u05D6\u05D4 \u05D1'\u05DE\u05E0\u05D4\u05DC \u05D4\u05EA\u05D5\u05DB\u05DF'.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u6B21\u306E\u7D50\u679C\u306A\u305
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u9078\u629E\u3057\u305F\u30A2\u30D7\u30EA\u3092\u8868\u793A
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u3059\u3079\u3066\u306E\u30A2\u30D7\u30EA\u3092\u8868\u793A
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u8D77\u52D5
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u60C5\u5831
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u30B7\u30B9\u30C6\u30E0 ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u30B7\u30B9\u30C6\u30E0
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u30D7\u30EC\u30D3\u30E5\u30FC
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u30AB\u30C6\u30B4\u30EA\u975E\u8868\u793A
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u30AB\u30C6\u30B4\u30EA\u8868\u793A
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} \u3092\u9078\u629E
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u30B0\u30EB\u30FC\u30D7\u3001\u30AB\u30BF\u30ED\u30B0\u3001\u307E\u305F\u306F\u30ED\u30FC\u30EB\u540D\u3067\u691C\u7D22
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u3053\u306E\u30AB\u30BF\u30ED\u30B0\u306B\u306F\u30A2\u30D7\u30EA\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u30A2\u30D7\u30EA\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u3053\u306E\u30AB\u30BF\u30ED\u30B0\u3078\u306E\u30A2\u30D7\u30EA\u306E\u8FFD\u52A0\u306F\u3001\u30B3\u30F3\u30C6\u30F3\u30C4\u30DE\u30CD\u30FC\u30B8\u30E3\u3067\u884C\u3046\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u041A\u0435\u043B\u0435\u0441\u045
|
|
|
23
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
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0411\u0430\u0440\u043B\u044B\u049B \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440\u0434\u044B \u043A\u04E9\u0440\u0443
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043D\u044B \u0456\u0441\u043A\u0435 \u049B\u043E\u0441\u0443
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0410\u049B\u043F\u0430\u0440\u0430\u0442
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u0438\u0434.
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0416\u04AF\u0439\u0435 \u0438\u0434.
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u043B\u0430\u0440
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0416\u04AF\u0439\u0435
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u049A\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0441\u0456\u0437
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u0410\u043B\u0434\u044B\u043D \u0430\u043B\u0430 \u043A\u04E9\u0440\u0443
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u0430\u043D\u0430\u0442\u0442\u0430\u0440\u0434\u044B \u0436\u0430\u0441\u044B\u0440\u0443
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0421\u0430\u043D\u0430\u0442\u0442\u0430\u0440\u0434\u044B \u043A\u04E9\u0440\u0441\u0435\u0442\u0443
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0422\u0430\u04A3\u0434\u0430\u0443\: {0}
|
|
34
37
|
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
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0411\u04B1\u043B \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435 \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440 \u0436\u043E\u049B.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440 \u0431\u0430\u0440 \u0431\u043E\u043B\u0441\u0430, \u043E\u043B\u0430\u0440 \u043E\u0441\u044B \u0436\u0435\u0440\u0434\u0435 \u043A\u04E9\u0440\u0456\u043D\u0435\u0434\u0456.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440\u0434\u044B \u0431\u04B1\u043B \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043A\u0435 \u043C\u0430\u0437\u043C\u04B1\u043D \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0456\u043D\u0434\u0435 \u049B\u043E\u0441\u0443\u0493\u0430 \u0431\u043E\u043B\u0430\u0434\u044B.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\uACB0\uACFC \uC5C6\uC74C\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\uC120\uD0DD\uB41C \uC571 \uBCF4\uAE30
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\uBAA8\uB4E0 \uC571 \uBCF4\uAE30
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158 \uC2E4\uD589
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\uC815\uBCF4
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\uC2DC\uC2A4\uD15C ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\uC561\uC158
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\uC2DC\uC2A4\uD15C
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\uC0AC\uC6A9 \uBD88\uAC00\uB2A5
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\uBBF8\uB9AC\uBCF4\uAE30
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\uBC94\uC8FC \uC228\uAE30\uAE30
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\uBC94\uC8FC \uD45C\uC2DC
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} \uC120\uD0DD
|
|
34
37
|
ContentFinder.CategoryTree.Search=\uADF8\uB8F9, \uCE74\uD0C8\uB85C\uADF8 \uB610\uB294 \uC5ED\uD560 \uC774\uB984\uBCC4 \uAC80\uC0C9
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\uC774 \uCE74\uD0C8\uB85C\uADF8\uC5D0\uB294 \uC571\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\uC571\uC774 \uC788\uB2E4\uBA74 \uC5EC\uAE30\uC5D0 \uD45C\uC2DC\uB429\uB2C8\uB2E4.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\uCEE8\uD150\uD2B8 \uAD00\uB9AC\uC790\uC5D0\uC11C \uC774 \uCE74\uD0C8\uB85C\uADF8\uC5D0 \uC571\uC744 \uCD94\uAC00\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Rezultat\u0173 n\u0117ra\: {0}
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Per\u017Ei\u016Br\u0117ti pasirinktas programas
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Per\u017Ei\u016Br\u0117ti visas programas
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Paleisti program\u0105
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Taikomoji programa
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informacija
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=Sistemos ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Veiksmai
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Neprieinama
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Per\u017Ei\u016Bra
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sl\u0117pti kategorijas
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Rodyti kategorijas
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Pasirinkite {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Ie\u0161koti pagal grup\u0117s, katalogo arba vaidmens pavadinim\u0105
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0160iame kataloge n\u0117ra program\u0173.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jei program\u0173 yra, matysite jas \u010Dia.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Programas \u012F \u0161\u012F katalog\u0105 galite \u012Ftraukti turinio tvarkytuve.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nav rezult\u0101tu par\: "{0}\u201D
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Skat\u012Bt atlas\u012Bt\u0101s lietojumprogrammas
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Skat\u012Bt visas lietojumprogrammas
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Palaist lietojumprogrammu
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Lietojumprogramma
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Inform\u0101cija
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=Sist\u0113mas ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Darb\u012Bbas
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sist\u0113ma
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nav pieejams
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Priek\u0161skat\u012Bt
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sl\u0113pt kategorijas
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=R\u0101d\u012Bt kategorijas
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Atlas\u012Bt {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Mekl\u0113t p\u0113c grupas, kataloga vai lomas nosaukuma
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0160aj\u0101 katalog\u0101 nav nevienas lietojumprogrammas.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ja lietojumprogrammas ir, t\u0101s ir redzamas \u0161eit.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Lietojumprogrammas \u0161im katalogam varat pievienot sada\u013C\u0101 \u201CSatura p\u0101rvaldnieks\u201D.
|