@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\u0435\u043C\u0430 \u0440\u04
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0421\u0442\u0430\u0440\u0442\u0443\u0432\u0430\u0458 \u0458\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
|
|
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\u043E\u0442
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0414\u0435\u0458\u0441\u0442\u0432\u0430
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \u0434\u043E\u0441\u0442\u0430\u043F\u043D\u043E
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0433\u043B\u0435\u0434\u0430\u0458
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438\u0442\u0435
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438\u0442\u0435
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0418\u0437\u0431\u0435\u0440\u0438 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u0441\u043F\u043E\u0440\u0435\u0434 \u0433\u0440\u0443\u043F\u0430, \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u043B\u0438 \u043D\u0430\u0437\u0438\u0432 \u043D\u0430 \u0443\u043B\u043E\u0433\u0430
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u041D\u0435\u043C\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 \u0432\u043E \u043E\u0432\u043E\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0410\u043A\u043E \u0438\u043C\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438, \u045C\u0435 \u0433\u0438 \u0432\u0438\u0434\u0438\u0442\u0435 \u043E\u0432\u0434\u0435.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0434\u043E\u0434\u0430\u0434\u0435\u0442\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438 \u0432\u043E \u043E\u0432\u043E\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0432\u043E \u0423\u043F\u0440\u0430\u0432\u043D\u0438\u043A\u043E\u0442 \u0441\u043E \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Tiada Hasil untuk\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Papar Aplikasi Terpilih
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Papar Semua Aplikasi
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancarkan Aplikasi
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikasi
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Maklumat
|
|
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=Pratonton
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Sembunyikan Kategori
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Tunjukkan Kategori
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Pilih {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Cari mengikut nama kumpulan, katalog atau fungsi
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Tiada aplikasi dalam katalog ini.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jika terdapat aplikasi, anda akan melihatnya di sini.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Anda boleh menambah aplikasi pada katalog ini dalam Pengurus Kandungan.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Geen resultaten voor\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Geselecteerde apps weergeven
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Alle apps weergeven
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Applicatie starten
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Applicatie
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informatie
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=Systeem-ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Acties
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Systeem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Niet beschikbaar
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Categorie\u00EBn verbergen
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Categorie\u00EBn weergeven
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} selecteren
|
|
34
37
|
ContentFinder.CategoryTree.Search=Zoeken op groep, catalogus of rolnaam
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Er zijn geen apps in deze catalogus.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Als er apps zijn, ziet u ze hier.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=U kunt apps toevoegen aan deze catalogus in de contentmanager.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ingen resultater for\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apper
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vis alle apper
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Start applikasjon
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Applikasjon
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informasjon
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Aktiviteter
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ikke tilgjengelig
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Forh\u00E5ndsvisning
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skjul kategorier
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Vis kategorier
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Velg {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=S\u00F8k via gruppe, katalog eller rollenavn
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finnes ingen apper i denne katalogen.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=N\u00E5r det finnes apper, ser du dem her.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan legge til apper i denne katalogen i Content Manager.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Brak wynik\u00F3w dla\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Wy\u015Bwietl wybrane aplikacje
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Wy\u015Bwietl wszystkie aplikacje
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uruchom aplikacj\u0119
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikacja
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informacje
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID systemu
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Czynno\u015Bci
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Niedost\u0119pne
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Podgl\u0105d
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ukryj kategorie
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Poka\u017C kategorie
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Wybierz {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Szukaj wed\u0142ug grupy, katalogu lub nazwy roli
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Ten katalog nie zawiera \u017Cadnych aplikacji.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Wszelkie dodane aplikacje wy\u015Bwietl\u0105 si\u0119 tutaj.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Cesz doda\u0107 aplikacje do tego katalogu w Mened\u017Cerze zawarto\u015Bci.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar os apps selecionados
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todos os apps
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o dispon\u00EDvel
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Visualizar
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categorias
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Exibir categorias
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem apps neste cat\u00E1logo.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se existirem apps, voc\u00EA ir\u00E1 v\u00EA-los aqui.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Voc\u00EA pode adicionar apps a este cat\u00E1logo no gerente de conte\u00FAdo.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: {0}
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar aplica\u00E7\u00F5es selecionadas
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todas as aplica\u00E7\u00F5es
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o dispon\u00EDvel
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Pr\u00E9-visualiza\u00E7\u00E3o
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Ocultar categorias
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Mostrar categorias
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Procurar por nome de grupo, de cat\u00E1logo ou de fun\u00E7\u00E3o
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem aplica\u00E7\u00F5es neste cat\u00E1logo.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se existirem aplica\u00E7\u00F5es, ir\u00E1 v\u00EA-las aqui.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pode adicionar aplica\u00E7\u00F5es a este cat\u00E1logo no gestor de conte\u00FAdo.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Niciun rezultat pentru\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vizualizare aplica\u021Bii selectate
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vizualizare toate aplica\u021Biile
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lansare aplica\u021Bie
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplica\u021Bie
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informa\u021Bii
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID sistem
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Ac\u021Biuni
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Indisponibil
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Previzualizare
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Mascare categorii
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prezentare categorii
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Selectare {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=C\u0103utare dup\u0103 grup, catalog sau nume de rol
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nu exist\u0103 aplica\u021Bii \u00EEn acest catalog.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Dac\u0103 exist\u0103 aplica\u021Bii, le ve\u021Bi vedea aici.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pute\u021Bi ad\u0103uga aplica\u021Bii la acest catalog \u00EEn Managerul de con\u021Binut.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u0442 \u0440\u0435\u04
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0441\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \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\u0434. SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0434. \u0441\u0438\u0441\u0442\u0435\u043C\u044B
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \u043F\u043E \u0433\u0440\u0443\u043F\u043F\u0435, \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0438\u043B\u0438 \u0438\u043C\u0435\u043D\u0438 \u0440\u043E\u043B\u0438
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u041D\u0435\u0442 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0439 \u0432 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u041A\u043E\u0433\u0434\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043F\u043E\u044F\u0432\u044F\u0442\u0441\u044F, \u0432\u044B \u0443\u0432\u0438\u0434\u0438\u0442\u0435 \u0438\u0445 \u0437\u0434\u0435\u0441\u044C.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0414\u043E\u0431\u0430\u0432\u044C\u0442\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0432 \u044D\u0442\u043E\u0442 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0430 \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430.
|
|
@@ -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, vide\u0107ete ih ovde.
|
|
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=\u017Diadne v\u00FDsledky pre\: "{0
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazi\u0165 vybrat\u00E9 aplik\u00E1cie
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Zobrazi\u0165 v\u0161etky aplik\u00E1cie
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spusti\u0165 aplik\u00E1ciu
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplik\u00E1cia
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Inform\u00E1cie
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Akcie
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E9m
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Nedostupn\u00E9
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=N\u00E1h\u013Ead
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Potla\u010Di\u0165 kateg\u00F3rie
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Zobrazi\u0165 kateg\u00F3rie
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Vybra\u0165 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=H\u013Eada\u0165 pod\u013Ea skupiny, katal\u00F3gu alebo n\u00E1zvu roly
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tomto katal\u00F3gu nie s\u00FA \u017Eiadne aplik\u00E1cie.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ak existuj\u00FA aplik\u00E1cie, zobrazia sa tu.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplik\u00E1cie m\u00F4\u017Eete prida\u0165 do tohto katal\u00F3gu v Mana\u017E\u00E9rovi obsahu.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Ni rezultatov za\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prikaz izbranih aplikacij
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prikaz vseh aplikacij
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Zagon aplikacije
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Informacija
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Dejanja
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ni na voljo
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Predogled
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Skrij kategorije
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Prika\u017Ei kategorije
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Izberite {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=Iskanje po skupini, katalogu ali imenu vloge
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tem katalogu ni aplikacij.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u010Ce aplikacije obstajajo, jih boste videli tukaj.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikacije v ta katalog lahko dodajate v Upravitelju vsebine.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430 \u0440\u04
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043E\u0434\u0430\u0431\u0440\u0430\u043D\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0441\u0432\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u041F\u043E\u043A\u0440\u0435\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID \u0441\u0438\u0441\u0442\u0435\u043C\u0430
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0420\u0430\u0434\u045A\u0435
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0438\u0458\u0435 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 \u043F\u0440\u0438\u043A\u0430\u0437
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0421\u0430\u043A\u0440\u0438\u0458 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0435
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0435
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u041E\u0434\u0430\u0431\u0435\u0440\u0438 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0422\u0440\u0430\u0436\u0438 \u043F\u043E \u0433\u0440\u0443\u043F\u0438, \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0438\u043B\u0438 \u043D\u0430\u0437\u0438\u0432\u0443 \u0443\u043B\u043E\u0433\u0435
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u041D\u0435\u043C\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u0443 \u043E\u0432\u043E\u043C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0410\u043A\u043E \u043F\u043E\u0441\u0442\u043E\u0458\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435, \u0432\u0438\u0434\u0435\u045B\u0435\u0442\u0435 \u0438\u0445 \u043E\u0432\u0434\u0435.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435 \u0443 \u043E\u0432\u0430\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433 \u0438\u0437 \u041C\u0435\u043D\u0430\u045F\u0435\u0440\u0430 \u0441\u0430\u0434\u0440\u0436\u0430\u0458\u0430.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Inga resultat f\u00F6r\: "{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visa valda appar
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visa alla appar
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Starta applikation
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Applikation
|
|
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=\u00C5tg\u00E4rder
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Ej tillg\u00E4nglig
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=F\u00F6rhandsgranska
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=D\u00F6lj kategorier
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Visa kategorier
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=V\u00E4lj {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=S\u00F6kning per grupp, katalog eller rollnamn
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finns inga appar i den h\u00E4r katalogen.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Om det finns appar ser du dem h\u00E4r.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan l\u00E4gga till appar i den h\u00E4r katalogen via inneh\u00E5llshanteraren.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID \u0E23\u0E30\u0E1A\u0E1A
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0E23\u0E30\u0E1A\u0E1A
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u0E41\u0E2A\u0E14\u0E07\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u0E0B\u0E48\u0E2D\u0E19\u0E2B\u0E21\u0E27\u0E14
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u0E41\u0E2A\u0E14\u0E07\u0E2B\u0E21\u0E27\u0E14
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0E40\u0E25\u0E37\u0E2D\u0E01 ''{0}''
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E15\u0E32\u0E21\u0E01\u0E25\u0E38\u0E48\u0E21 \u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01 \u0E2B\u0E23\u0E37\u0E2D\u0E0A\u0E37\u0E48\u0E2D\u0E1A\u0E17\u0E1A\u0E32\u0E17
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E2D\u0E1E\u0E43\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E19\u0E35\u0E49
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u0E16\u0E49\u0E32\u0E21\u0E35\u0E41\u0E2D\u0E1E \u0E04\u0E38\u0E13\u0E08\u0E30\u0E40\u0E2B\u0E47\u0E19\u0E41\u0E2D\u0E1E\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E41\u0E2D\u0E1E\u0E43\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E19\u0E35\u0E49\u0E43\u0E19 "\u0E15\u0E31\u0E27\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32"
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u015Eunun i\u00E7in sonu\u00E7 yok
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Se\u00E7ilen uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=T\u00FCm uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uygulamay\u0131 ba\u015Flat
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=Uygulama
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Bilgi
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori tan\u0131t\u0131c\u0131s\u0131
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=Sistem tan\u0131t\u0131c\u0131s\u0131
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0130\u015Flemler
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Kullan\u0131lamaz
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u00D6nizleme
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=Kategorileri gizle
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Kategorileri g\u00F6ster
|
|
33
36
|
ContentFinder.AppSearch.Message.Select={0} se\u00E7
|
|
34
37
|
ContentFinder.CategoryTree.Search=Gruba, katalo\u011Fa veya rol ad\u0131na g\u00F6re aray\u0131n
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Bu katalogda uygulama yok.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Uygulama varsa uygulamalar\u0131 burada g\u00F6r\u00FCrs\u00FCn\u00FCz.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0130\u00E7erik y\u00F6neticisinde bu katalo\u011Fa uygulamalar ekleyebilirsiniz.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430\u0454 \u04
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u0432\u0438\u0431\u0440\u0430\u043D\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u041F\u0435\u0440\u0435\u0433\u043B\u044F\u043D\u0443\u0442\u0438 \u0432\u0441\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043E\u043A
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u0417\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043E\u043A
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=\u0406\u0414 SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u0406\u0414 \u0441\u0438\u0441\u0442\u0435\u043C\u0438
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u0414\u0456\u0457
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u041F\u043E\u043F\u0435\u0440\u0435\u0434\u043D\u0456\u0439 \u043F\u0435\u0440\u0435\u0433\u043B\u044F\u0434
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0456\u0457
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0456\u0457
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u0412\u0438\u0431\u0440\u0430\u0442\u0438 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u0428\u0443\u043A\u0430\u0442\u0438 \u0437\u0430 \u0433\u0440\u0443\u043F\u043E\u044E, \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043E\u043C \u0430\u0431\u043E \u0456\u043C\u0435\u043D\u0435\u043C \u0440\u043E\u043B\u0456
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0423 \u0446\u044C\u043E\u043C\u0443 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u043D\u0435\u043C\u0430\u0454 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0456\u0432.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u042F\u043A\u0449\u043E \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438 \u0454, \u0432\u0438 \u0457\u0445 \u0442\u0430\u043C \u043F\u043E\u0431\u0430\u0447\u0438\u0442\u0435.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0412\u0438 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u0434\u0430\u0442\u0438 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438 \u0434\u043E \u0446\u044C\u043E\u0433\u043E \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0432 \u041C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0456 \u0432\u043C\u0456\u0441\u0442\u0443.
|
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=Kh\u00F4ng co\u0301 k\u00EA\u0301t
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Xem \u1EE9ng d\u1EE5ng \u0111\u00E3 ch\u1ECDn
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Xem t\u1EA5t c\u1EA3 \u1EE9ng d\u1EE5ng
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Kh\u01A1\u0309i \u0111\u00F4\u0323ng \u01B0\u0301ng du\u0323ng
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u01AF\u0301ng du\u0323ng
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=Th\u00F4ng tin
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=ID h\u00EA\u0323 th\u00F4\u0301ng
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=Ha\u0300nh \u0111\u00F4\u0323ng
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=H\u00EA\u0323 th\u00F4\u0301ng
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=Kh\u00F4ng co\u0301 s\u0103\u0303n
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=Xem tr\u01B0\u1EDBc
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u00C2\u0309n danh mu\u0323c
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=Hi\u00EA\u0309n thi\u0323 danh mu\u0323c
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=Cho\u0323n {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=T\u00ECm ki\u1EBFm theo t\u00EAn vai tr\u00F2, nh\u00F3m ho\u1EB7c danh m\u1EE5c
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Kh\u00F4ng c\u00F3 \u1EE9ng d\u1EE5ng n\u00E0o trong danh m\u1EE5c n\u00E0y.
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=N\u1EBFu c\u00F3 \u1EE9ng d\u1EE5ng, b\u1EA1n s\u1EBD nhi\u0300n th\u1EA5y \u1EDF \u0111\u00E2y.
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=B\u1EA1n c\u00F3 th\u1EC3 th\u00EAm \u1EE9ng d\u1EE5ng v\u00E0o danh m\u1EE5c n\u00E0y trong Tr\u00ECnh qu\u1EA3n l\u00FD n\u1ED9i dung.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u65E0\u6B64\u9879\u7684\u7ED3\u679
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u67E5\u770B\u6240\u9009\u5E94\u7528\u7A0B\u5E8F
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u67E5\u770B\u6240\u6709\u5E94\u7528\u7A0B\u5E8F
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u542F\u52A8\u5E94\u7528\u7A0B\u5E8F
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u5E94\u7528\u7A0B\u5E8F
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u4FE1\u606F
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u6807\u8BC6
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u7CFB\u7EDF\u6807\u8BC6
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u64CD\u4F5C
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u7CFB\u7EDF
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u4E0D\u53EF\u7528
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u9884\u89C8
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u9690\u85CF\u7C7B\u522B
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u663E\u793A\u7C7B\u522B
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u9009\u62E9 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u6309\u7EC4\u3001\u76EE\u5F55\u6216\u89D2\u8272\u540D\u79F0\u641C\u7D22
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u6B64\u76EE\u5F55\u4E2D\u6CA1\u6709\u4EFB\u4F55\u5E94\u7528\u7A0B\u5E8F\u3002
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u5982\u679C\u6709\u5E94\u7528\u7A0B\u5E8F\uFF0C\u5C06\u4F1A\u5728\u6B64\u770B\u5230\u3002
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u53EF\u5728\u5185\u5BB9\u7BA1\u7406\u5668\u4E2D\u5411\u6B64\u76EE\u5F55\u6DFB\u52A0\u5E94\u7528\u7A0B\u5E8F\u3002
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties
CHANGED
|
@@ -23,12 +23,18 @@ ContentFinder.AppSearch.Title.NoSearchResult=\u6C92\u6709\u7D50\u679C\uFF1A"{0}"
|
|
|
23
23
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u6AA2\u8996\u6240\u9078\u61C9\u7528\u7A0B\u5F0F
|
|
24
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u6AA2\u8996\u5168\u90E8\u61C9\u7528\u7A0B\u5F0F
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u555F\u52D5\u61C9\u7528\u7A0B\u5F0F
|
|
26
|
+
ContentFinder.AppSearch.Label.Application=\u61C9\u7528\u7A0B\u5F0F
|
|
26
27
|
ContentFinder.AppSearch.Label.Information=\u8CC7\u8A0A
|
|
27
28
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
28
29
|
ContentFinder.AppSearch.Label.SystemId=\u7CFB\u7D71 ID
|
|
30
|
+
ContentFinder.AppSearch.Label.Actions=\u52D5\u4F5C
|
|
31
|
+
ContentFinder.AppSearch.Label.SystemLabel=\u7CFB\u7D71
|
|
29
32
|
ContentFinder.AppSearch.Text.FieldEmpty=\u7121\u6CD5\u4F7F\u7528
|
|
30
33
|
ContentFinder.AppSearch.Button.Preview=\u9810\u89BD
|
|
31
34
|
ContentFinder.AppSearch.Button.Tooltip.HideCategoryTree=\u96B1\u85CF\u7A2E\u985E
|
|
32
35
|
ContentFinder.AppSearch.Button.Tooltip.ShowCategoryTree=\u986F\u793A\u7A2E\u985E
|
|
33
36
|
ContentFinder.AppSearch.Message.Select=\u8ACB\u9078\u64C7 {0}
|
|
34
37
|
ContentFinder.CategoryTree.Search=\u6309\u7FA4\u7D44\u3001\u76EE\u9304\u6216\u89D2\u8272\u540D\u7A31\u641C\u5C0B
|
|
38
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u6B64\u76EE\u9304\u6C92\u6709\u61C9\u7528\u7A0B\u5F0F\u3002
|
|
39
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u82E5\u6709\u61C9\u7528\u7A0B\u5F0F\uFF0C\u60A8\u4FBF\u53EF\u5728\u6B64\u8655\u67E5\u770B\u3002
|
|
40
|
+
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u60A8\u53EF\u5728\u300C\u5167\u5BB9\u7BA1\u7406\u54E1\u300D\u5C07\u61C9\u7528\u7A0B\u5F0F\u52A0\u5165\u6B64\u76EE\u9304\u3002
|