@sapui5/sap.ushell 1.131.1 → 1.132.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 +37 -1
- package/src/main/js/sap/ushell/ApplicationType/wdaResolution.js +26 -21
- package/src/main/js/sap/ushell/Fiori20Adapter.js +1 -1
- package/src/main/js/sap/ushell/Fiori20AdapterTest.js +1 -1
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/UIActions.js +8 -13
- package/src/main/js/sap/ushell/URLTemplateProcessor/DefinitionParameterSetBuilder.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/DependencyGraph.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Functions.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/Resolvers.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/TemplateParameterParser.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor/utils.js +1 -1
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/User.js +74 -48
- package/src/main/js/sap/ushell/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +67 -11
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/MenuAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readPages.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readVisualizations.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/MenuAdapter.js +357 -182
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +68 -4
- package/src/main/js/sap/ushell/adapters/local/FlpLaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionInternalAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PageBuildingAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/UserInfoAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +0 -11
- package/src/main/js/sap/ushell/appRuntime/ui5/BusyIndicator.js +21 -27
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saptrc.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en_US_saptrc.properties +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/renderers/fiori2/RendererExtensions.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +4 -12
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Bookmark.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CommonDataModel.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Container.js +33 -9
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/NavTargetResolutionInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellNavigationInternal.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +13 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/style.css +48 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/LoadingConfiguration.json +4 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/StepConfiguration.json +20 -0
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/SchedulingAgent/state.js +10 -4
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.create.configcontract.core.js +11 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2/sandboxConfig.json +1 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/MessagingHelper.js +3 -3
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +14 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +32 -51
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +31 -68
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +26 -8
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +40 -32
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +37 -37
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en_US_saptrc.properties +9 -9
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +109 -109
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +2 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en_US_saptrc.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +507 -359
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +253 -161
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +30 -39
- package/src/main/js/sap/ushell/components/contentFinder/dialog/Component.js +98 -0
- package/src/main/js/sap/ushell/components/contentFinder/dialog/manifest.json +50 -0
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +5 -6
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +193 -141
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -30
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +2 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +45 -26
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +8 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +6 -2
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +90 -96
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +58 -38
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +20 -8
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +41 -26
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +24 -58
- package/src/main/js/sap/ushell/components/contentFinder/view/VisualizationsNoDataIllustratedMessage.fragment.xml +7 -9
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +5 -5
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +180 -162
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifest.json +33 -4
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources.properties +5 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/resources/resources_en_US_saptrc.properties +3 -0
- package/src/main/js/sap/ushell/components/contentFinderStandalone/view/ContentFinderStandalone.view.xml +9 -8
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +5 -3
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/ActionMode.js +1 -1
- package/src/main/js/sap/ushell/components/pages/Component.js +1 -1
- package/src/main/js/sap/ushell/components/pages/MyHomeImport.js +1 -1
- package/src/main/js/sap/ushell/components/pages/controller/PageRuntime.controller.js +49 -16
- package/src/main/js/sap/ushell/components/pages/fragment/DialogPageNotExists.fragment.xml +27 -0
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +1 -6
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +1 -0
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +1 -1
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/Notifications/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/ProductSwitch/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Search/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchCEP.controller.js +4 -12
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +4 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +16 -0
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +40 -9
- package/src/main/js/sap/ushell/components/shell/SideNavigation/Component.js +57 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/controller/SideNavigation.controller.js +432 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/manifest.json +45 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/components/shell/SideNavigation/view/SideNavigation.view.xml +35 -0
- package/src/main/js/sap/ushell/components/shell/UserActionsMenu/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/UserImage/Component.js +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncher/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/applauncherdynamic/Configuration.view.xml +1 -1
- package/src/main/js/sap/ushell/components/visualizationOrganizer/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +61 -61
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPage.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageButton.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageCell.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +4 -10
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +88 -77
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +9 -2
- package/src/main/js/sap/ushell/components/workPageRuntime/Component.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/controller/WorkPageRuntime.controller.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/manifest.json +1 -1
- package/src/main/js/sap/ushell/designtime/ApplicationContainer.designtime.js +1 -1
- package/src/main/js/sap/ushell/library.js +7 -2
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +1 -1
- package/src/main/js/sap/ushell/performance/StatisticalRecord.js +1 -1
- package/src/main/js/sap/ushell/plugins/appwarmup/Component.js +1 -1
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_en_US_saptrc.properties +8 -8
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +27 -11
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +8 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +4 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saptrc.properties +1009 -990
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +7 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +29 -29
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +12 -12
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +10 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +19 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +16 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +9 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +8 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +8 -8
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +12 -4
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +1 -1
- package/src/main/js/sap/ushell/services/AppState.js +1 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +56 -8
- package/src/main/js/sap/ushell/services/BookmarkV2.js +180 -171
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Formatter.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundIndex.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/InboundProvider.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/PrelaunchOperations.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Search.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/StagedLogger.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/SystemContext.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/Utils.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/VirtualInbounds.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution/XAppStateProcessing.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/SiteConverter.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel/vizTypeDefaults/VizTypeDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/CommonDataModel.js +156 -137
- package/src/main/js/sap/ushell/services/Configuration.js +1 -1
- package/src/main/js/sap/ushell/services/ConfigurationDefaults.js +1 -1
- package/src/main/js/sap/ushell/services/ContentExtensionAdapterFactory.js +1 -1
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +17 -86
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +18 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/compatibility.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Navigation.js +1 -1
- package/src/main/js/sap/ushell/services/NavigationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/PageBuilding.js +1 -1
- package/src/main/js/sap/ushell/services/PagePersistence.js +1 -1
- package/src/main/js/sap/ushell/services/PageReferencing.js +1 -1
- package/src/main/js/sap/ushell/services/Pages.js +1 -1
- package/src/main/js/sap/ushell/services/Personalization.js +1 -1
- package/src/main/js/sap/ushell/services/PersonalizationV2.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/Extensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/HeaderExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager/MenuExtensions.js +1 -1
- package/src/main/js/sap/ushell/services/PluginManager.js +1 -1
- package/src/main/js/sap/ushell/services/ReferenceResolver.js +1 -1
- package/src/main/js/sap/ushell/services/Search.js +1 -1
- package/src/main/js/sap/ushell/services/SearchCEP.js +1 -1
- package/src/main/js/sap/ushell/services/SearchableContent.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/ShellNavigationHashChanger.js +3 -5
- package/src/main/js/sap/ushell/services/SmartNavigation.js +1 -1
- package/src/main/js/sap/ushell/services/SpaceContent.js +1 -1
- package/src/main/js/sap/ushell/services/UITracer.js +1 -1
- package/src/main/js/sap/ushell/services/URLShortening.js +1 -1
- package/src/main/js/sap/ushell/services/URLTemplate.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/Ui5ComponentLoader.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents/RecentActivity.js +4 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/ContentExtensionAdapterConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_ContentExtensionAdapterFactory/FeaturedGroupConfig.js +1 -1
- package/src/main/js/sap/ushell/services/_CrossApplicationNavigation/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- package/src/main/js/sap/ushell/themes/base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +5 -1
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.ttf +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +1 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +1 -0
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/ui5service/UserStatus.js +1 -1
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -1
- package/src/main/js/sap/ushell/utils/tilecard/resources/resources_en_US_saptrc.properties +3 -3
- package/src/main/js/sap/ushell/utils/workpage/WorkPageHost.js +8 -7
- package/src/main/js/sap/ushell/utils/workpage/WorkPageService.js +75 -11
- package/src/main/js/sap/ushell/utils/workpage/WorkPageVizInstantiation.js +47 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources.properties +6 -0
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saptrc.properties +95 -77
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +5 -5
- package/src/main/js/sap/ushell/utils.js +1 -1
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +1 -0
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +0 -62
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +0 -102
- package/src/main/js/sap/ushell/components/contentFinderStandalone/manifestAppSearch.json +0 -50
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Tampilkan Aplikasi yang Dipi
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Tampilkan Semua Aplikasi
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Tampilan Daftar
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Tampilan Standar
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Tampilan Kisi
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Luncurkan Aplikasi {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikasi
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informasi
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Tindakan
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Tidak tersedia
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Pratinjau
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sembunyikan Katalog
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Tampilkan Katalog
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Sudah digunakan
|
|
40
42
|
ContentFinder.CategoryTree.Search=Cari Katalog
|
|
41
43
|
ContentFinder.CategoryTree.Close=Tutup
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Tidak tersedia aplikasi dalam katalog ini.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jika
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Anda dapat menambahkan aplikasi ke katalog ini di Manajer Konten.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Tidak ada katalog.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Anda dapat membuat katalog di Manajer Konten.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Tidak menemukan yang Anda cari?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Buka versi klasik dari Pencari Aplikasi.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizza le app selezionat
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizza tutte le app
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=View lista
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=View standard
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=View griglia
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Avvia applicazione {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Applicazione
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informazioni
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Azioni
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Non aggiornato
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Locale
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Anteprima
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Nascondi cataloghi
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Mostra cataloghi
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Gi\u00E0 in uso
|
|
40
42
|
ContentFinder.CategoryTree.Search=Cerca cataloghi
|
|
41
43
|
ContentFinder.CategoryTree.Close=Chiudi
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=In questo catalogo non sono presenti app.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se s
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u00C8 possibile aggiungere app a questo catalogo in Gestione dei contenuti.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nessun catalogo presente.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u00C8 possibile creare cataloghi in Gestione dei contenuti.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=I risultati della ricerca non sono quelli desiderati?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Aprire la versione classica della Ricerca app.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u05D4\u05E6\u05D2 \u05D0\u0
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u05D4\u05E6\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u05EA\u05E6\u05D5\u05D2\u05EA \u05E8\u05E9\u05D9\u05DE\u05D4
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u05EA\u05E6\u05D5\u05D2\u05D4 \u05EA\u05E7\u05E0\u05D9\u05EA
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u05EA\u05E6\u05D5\u05D2\u05EA \u05E8\u05E9\u05EA
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u05D4\u05E4\u05E2\u05DC \u05D9\u05D9\u05E9\u05D5\u05DD {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u05D9\u05D9\u05E9\u05D5\u05DD
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u05DE\u05D9\u05D3\u05E2
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05E9\u05DC SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u05D6\u05D9\u05D4\u05D5\u05D9 \u05DE\u05
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u05DE\u05E2\u05E8\u05DB\u05EA
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u05DC\u05D0 \u05DE\u05EA\u05D5\u05D7\u05D6\u05E7
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u05DE\u05E7\u05D5\u05DE\u05D9
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u05D4\u05E1\u05EA\u05E8 \u05E7\u05D8\u05DC\u05D5\u05D2\u05D9\u05DD
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u05D4\u05E6\u05D2 \u05E7\u05D8\u05DC\u05D5\u05D2\u05D9\u05DD
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u05E9\u05DB\u05D1\u05E8 \u05E0\u05E2\u05E9\u05D4 \u05D1\u05D5 \u05E9\u05D9\u05DE\u05D5\u05E9
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u05D7\u05E4\u05E9 \u05E7\u05D8\u05DC\u05D5\u05D2\u05D9\u05DD
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u05E1\u05D2\u05D5\u05E8
|
|
42
44
|
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.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u05
|
|
|
44
46
|
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'.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u05D0\u05D9\u05DF \u05E7\u05D8\u05DC\u05D5\u05D2\u05D9\u05DD.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u05E0\u05D9\u05EA\u05DF \u05DC\u05D9\u05E6\u05D5\u05E8 \u05E7\u05D8\u05DC\u05D5\u05D2\u05D9\u05DD \u05D1'\u05DE\u05E0\u05D4\u05DC \u05D4\u05EA\u05D5\u05DB\u05DF'.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u05DC\u05D0 \u05DE\u05E6\u05D0\u05EA \u05D0\u05EA \u05DE\u05D4 \u05E9\u05D7\u05D9\u05E4\u05E9\u05EA?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u05E4\u05EA\u05D7 \u05D0\u05EA \u05D4\u05D2\u05E8\u05E1\u05D4 \u05D4\u05E7\u05DC\u05D0\u05E1\u05D9\u05EA \u05E9\u05DC \u05DE\u05D0\u05EA\u05E8 \u05D4\u05D9\u05D9\u05E9\u05D5\u05DE\u05D9\u05DD.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u9078\u629E\u3057\u305F\u30
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u3059\u3079\u3066\u306E\u30A2\u30D7\u30EA\u3092\u8868\u793A
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u4E00\u89A7\u30D3\u30E5\u30FC
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u6A19\u6E96\u30D3\u30E5\u30FC
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u30B0\u30EA\u30C3\u30C9\u30D3\u30E5\u30FC
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3 {0} \u8D77\u52D5
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u60C5\u5831
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u30B7\u30B9\u30C6\u30E0 ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u30A2\u30AF\u30B7\u30E7\u30F3
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u30B7\u30B9\u30C6\u30E0
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u672A\u66F4\u65B0
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u30ED\u30FC\u30AB\u30EB
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u30D7\u30EC\u30D3\u30E5\u30FC
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u30AB\u30BF\u30ED\u30B0\u975E\u8868\u793A
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u30AB\u30BF\u30ED\u30B0\u8868\u793A
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u3059\u3067\u306B\u4F7F\u7528\u6E08\u307F
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u30AB\u30BF\u30ED\u30B0\u306E\u691C\u7D22
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u9589\u3058\u308B
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u3053\u306E\u30AB\u30BF\u30ED\u30B0\u306B\u306F\u30A2\u30D7\u30EA\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u30
|
|
|
44
46
|
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
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u30AB\u30BF\u30ED\u30B0\u304C\u3042\u308A\u307E\u305B\u3093\u3002
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u30AB\u30BF\u30ED\u30B0\u306F\u30B3\u30F3\u30C6\u30F3\u30C4\u30DE\u30CD\u30FC\u30B8\u30E3\u3067\u4F5C\u6210\u3067\u304D\u307E\u3059\u3002
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u63A2\u3057\u3066\u3044\u305F\u3082\u306E\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u304B?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u5F93\u6765\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u30A2\u30D7\u30EA\u30D5\u30A1\u30A4\u30F3\u30C0\u3092\u958B\u304D\u307E\u3059\u3002
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0422\u0430\u04A3\u0434\u04
|
|
|
25
25
|
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
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0422\u0456\u0437\u0456\u043C \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u0456
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u0442\u044B \u043A\u04E9\u0440\u0456\u043D\u0456\u0441
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u0422\u043E\u0440 \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u0456
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043D\u044B \u0456\u0441\u043A\u0435 \u049B\u043E\u0441\u0443\: {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0410\u049B\u043F\u0430\u0440\u0430\u0442
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori \u0438\u0434.
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u0416\u04AF\u0439\u0435 \u0438\u0434.
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F\u043B\u0430\u0440
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0416\u04AF\u0439\u0435
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0416\u04AF\u0440\u0433\u0456\u0437\u0456\u043B\u043C\u0435\u0433\u0435\u043D
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u0416\u0435\u0440\u0433\u0456\u043B\u0456\u043A\u0442\u0456
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u0410\u043B\u0434\u044B\u043D \u0430\u043B\u0430 \u043A\u04E9\u0440\u0443
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435\u0440\u0434\u0456 \u0436\u0430\u0441\u044B\u0440\u0443
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435\u0440\u0434\u0456 \u043A\u04E9\u0440\u0441\u0435\u0442\u0443
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u04D8\u043B\u0434\u0435\u049B\u0430\u0448\u0430\u043D \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u044B\u043B\u0493\u0430\u043D
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0416\u0430\u0431\u0443
|
|
42
44
|
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.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u04
|
|
|
44
46
|
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.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435\u0440 \u0436\u043E\u049B.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0442\u0435\u0440\u0434\u0456 \u043C\u0430\u0437\u043C\u04B1\u043D \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0456\u043D\u0434\u0435 \u0436\u0430\u0441\u0430\u0443\u0493\u0430 \u0431\u043E\u043B\u0430\u0434\u044B.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u0406\u0437\u0434\u0435\u0433\u0435\u043D \u043D\u04D9\u0440\u0441\u0435\u04A3\u0456\u0437 \u0442\u0430\u0431\u044B\u043B\u0493\u0430\u043D \u0436\u043E\u049B \u043F\u0430?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u049A\u043E\u043B\u0434\u0430\u043D\u0431\u0430 \u0456\u0437\u0434\u0435\u0443 \u049B\u04B1\u0440\u0430\u043B\u044B\u043D\u044B\u04A3 \u043A\u043B\u0430\u0441\u0441\u0438\u043A\u0430\u043B\u044B\u049B \u043D\u04B1\u0441\u049B\u0430\u0441\u044B\u043D \u0430\u0448\u044B\u04A3\u044B\u0437.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\uC120\uD0DD\uB41C \uC571 \u
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\uBAA8\uB4E0 \uC571 \uBCF4\uAE30
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\uB9AC\uC2A4\uD2B8 \uBDF0
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\uD45C\uC900 \uBDF0
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\uADF8\uB9AC\uB4DC \uBDF0
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158 {0} \uC2DC\uC791
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\uC5B4\uD50C\uB9AC\uCF00\uC774\uC158
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\uC815\uBCF4
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\uC2DC\uC2A4\uD15C ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\uC561\uC158
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\uC2DC\uC2A4\uD15C
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\uC124\uC815\uB418\uC9C0 \uC54A\uC74C
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\uB85C\uCEEC
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\uBBF8\uB9AC\uBCF4\uAE30
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\uCE74\uD0C8\uB85C\uADF8 \uC228\uAE30\uAE30
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\uCE74\uD0C8\uB85C\uADF8 \uD45C\uC2DC
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\uC774\uBBF8 \uC0AC\uC6A9\uB428
|
|
40
42
|
ContentFinder.CategoryTree.Search=\uCE74\uD0C8\uB85C\uADF8 \uAC80\uC0C9
|
|
41
43
|
ContentFinder.CategoryTree.Close=\uB2EB\uAE30
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\uC774 \uCE74\uD0C8\uB85C\uADF8\uC5D0\uB294 \uC571\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\uC5
|
|
|
44
46
|
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.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\uCE74\uD0C8\uB85C\uADF8\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\uCEE8\uD150\uD2B8 \uAD00\uB9AC\uC790\uC5D0\uC11C \uCE74\uD0C8\uB85C\uADF8\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\uC6D0\uD558\uB294 \uB0B4\uC6A9\uC744 \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uAE4C?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\uC571 \uCC3E\uAE30\uC758 \uD074\uB798\uC2DD \uBC84\uC804\uC744 \uC5EC\uC2ED\uC2DC\uC624.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Per\u017Ei\u016Br\u0117ti pa
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Per\u017Ei\u016Br\u0117ti visas programas
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=S\u0105ra\u0161o rakursas
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standartinis rakursas
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Tinklelio rakursas
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Paleisti program\u0105 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Taikomoji programa
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informacija
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=Sistemos ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Veiksmai
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Netvarkoma
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Vietinis
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Per\u017Ei\u016Bra
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sl\u0117pti katalogus
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Rodyti katalogus
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Jau naudota
|
|
40
42
|
ContentFinder.CategoryTree.Search=Ie\u0161koti katalog\u0173
|
|
41
43
|
ContentFinder.CategoryTree.Close=U\u017Edaryti
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0160iame kataloge n\u0117ra program\u0173.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jei
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Programas \u012F \u0161\u012F katalog\u0105 galite \u012Ftraukti turinio tvarkytuve.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Katalog\u0173 n\u0117ra.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Katalogus galite \u012Ftraukti turinio tvarkytuve.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Neradote ko ie\u0161kojote?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Atidarykite klasikin\u0119 taikomosios programos ie\u0161kos priemon\u0117s versij\u0105.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Skat\u012Bt atlas\u012Bt\u01
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Skat\u012Bt visas lietojumprogrammas
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Saraksta skats
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standarta skats
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Re\u017E\u0123a skats
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Palaist lietojumprogrammu {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Lietojumprogramma
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Inform\u0101cija
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=Sist\u0113mas ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Darb\u012Bbas
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sist\u0113ma
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Netiek uztur\u0113ts
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lok\u0101ls
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Priek\u0161skat\u012Bt
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sl\u0113pt katalogus
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=R\u0101d\u012Bt katalogus
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Jau lietots
|
|
40
42
|
ContentFinder.CategoryTree.Search=Mekl\u0113t katalogus
|
|
41
43
|
ContentFinder.CategoryTree.Close=Aizv\u0113rt
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=\u0160aj\u0101 katalog\u0101 nav nevienas lietojumprogrammas.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ja l
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Lietojumprogrammas \u0161im katalogam varat pievienot sada\u013C\u0101 \u201CSatura p\u0101rvaldnieks\u201D.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nav neviena kataloga.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Katalogus varat izveidot sada\u013C\u0101 \u201CSatura p\u0101rvaldnieks\u201D.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Vai neatrad\u0101t mekl\u0113to?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Atv\u0113rt lietojumprogrammu mekl\u0113t\u0101ja klasisko versiju.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u0440\u0438\u043A\u04
|
|
|
25
25
|
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
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u041F\u0440\u0438\u043A\u0430\u0437 \u043A\u0430\u043A\u043E \u0441\u043F\u0438\u0441\u043E\u043A
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u0435\u043D \u043F\u0440\u0438\u043A\u0430\u0437
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u041F\u0440\u0438\u043A\u0430\u0437 \u0432\u043E \u043C\u0440\u0435\u0436\u0430
|
|
29
|
+
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 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=\u0418\u0414 \u043D\u0430 SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u0418\u0414 \u043D\u0430 \u0441\u0438\u0
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u0414\u0435\u0458\u0441\u0442\u0432\u0430
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \u0432\u043D\u0435\u0441\u0435\u043D\u043E
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u041B\u043E\u043A\u0430\u043B\u043D\u043E
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0433\u043B\u0435\u0434\u0430\u0458
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438\u0442\u0435
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438\u0442\u0435
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0412\u0435\u045C\u0435 \u0435 \u0443\u043F\u043E\u0442\u0440\u0435\u0431\u0435\u043D\u043E
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
42
44
|
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.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u04
|
|
|
44
46
|
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.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u043C\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u043E\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438 \u0432\u043E \u0443\u043F\u0440\u0430\u0432\u043D\u0438\u043A\u043E\u0442 \u0441\u043E \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u041D\u0435 \u0433\u043E \u043D\u0430\u0458\u0434\u043E\u0432\u0442\u0435 \u0442\u043E\u0430 \u0448\u0442\u043E \u0433\u043E \u0431\u0430\u0440\u0430\u0432\u0442\u0435?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u041E\u0442\u0432\u043E\u0440\u0435\u0442\u0435 \u0458\u0430 \u043A\u043B\u0430\u0441\u0438\u0447\u043D\u0430\u0442\u0430 \u0432\u0435\u0440\u0437\u0438\u0458\u0430 \u043D\u0430 \u041F\u0440\u043E\u043D\u0430\u043E\u0453\u0430\u0447\u043E\u0442 \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Papar Aplikasi Terpilih
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Papar Semua Aplikasi
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Paparan Senarai
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Paparan Piawai
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Paparan Grid
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancarkan Aplikasi {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikasi
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Maklumat
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Tindakan
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Tidak diselenggara
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Tempatan
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Pratonton
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sembunyikan Katalog
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Tunjukkan Katalog
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Sudah digunakan
|
|
40
42
|
ContentFinder.CategoryTree.Search=Cari Katalog
|
|
41
43
|
ContentFinder.CategoryTree.Close=Tutup
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Tiada aplikasi dalam katalog ini.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jika
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Anda boleh menambah aplikasi pada katalog ini dalam Pengurus Kandungan.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Tiada katalog.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Anda boleh mencipta katalog dalam Pengurus Kandungan.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Tidak dapat menemui perkara yang anda cari?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Buka versi klasik bagi Pencari Aplikasi.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Geselecteerde apps weergeven
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Alle apps weergeven
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Lijstview
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standaardview
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Rasterview
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Applicatie {0} starten
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Applicatie
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informatie
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=Systeem-ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Acties
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Systeem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Niet onderhouden
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokaal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Catalogi verbergen
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Catalogi weergeven
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Al gebruikt
|
|
40
42
|
ContentFinder.CategoryTree.Search=Catalogussen zoeken
|
|
41
43
|
ContentFinder.CategoryTree.Close=Sluiten
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Er zijn geen apps in deze catalogus.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Als
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=U kunt apps toevoegen aan deze catalogus in de contentmanager.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Er zijn geen catalogi.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=U kunt catalogi cre\u00EBren in de contentmanager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Niet gevonden wat u zocht?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Klassieke versie van appzoekfunctie openen.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apper
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vis alle apper
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Listevisning
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvisning
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Rutenettvisning
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Start applikasjonen {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Applikasjon
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informasjon
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Aktiviteter
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ikke vedlikeholdt
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokal
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Forh\u00E5ndsvisning
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skjul kataloger
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Vis kataloger
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Brukes allerede
|
|
40
42
|
ContentFinder.CategoryTree.Search=S\u00F8k etter kataloger
|
|
41
43
|
ContentFinder.CategoryTree.Close=Lukk
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finnes ingen apper i denne katalogen.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=N\u0
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan legge til apper i denne katalogen i Content Manager.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Det finnes ingen kataloger.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Du kan opprette kataloger i Content Manager.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Finner du ikke det du leter etter?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u00C5pne den klassiske versjonen av apps\u00F8k.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Wy\u015Bwietl wybrane aplika
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Wy\u015Bwietl wszystkie aplikacje
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Widok listy
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Widok standardowy
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Widok siatki
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uruchom aplikacj\u0119 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikacja
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informacje
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID systemu
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Czynno\u015Bci
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nieopracowane
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokalne
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Podgl\u0105d
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ukryj katalogi
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Poka\u017C katalogi
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ju\u017C u\u017Cyte
|
|
40
42
|
ContentFinder.CategoryTree.Search=Wyszukaj katalogi
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zamknij
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Ten katalog nie zawiera \u017Cadnych aplikacji.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Wsze
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Cesz doda\u0107 aplikacje do tego katalogu w Mened\u017Cerze zawarto\u015Bci.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Brak katalog\u00F3w.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Mo\u017Cesz utworzy\u0107 katalogi w Mened\u017Cerze zawarto\u015Bci.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Nie mo\u017Cesz znale\u017A\u0107 tego, czego szukasz?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Otw\u00F3rz klasyczn\u0105 wersj\u0119 wyszukiwarki aplikacji.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar os apps seleciona
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todos os apps
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Vis\u00E3o de lista
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vis\u00E3o padr\u00E3o
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Exibi\u00E7\u00E3o em grade
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o atualizado
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Visualizar
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Visualizar cat\u00E1logos
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=J\u00E1 usado
|
|
40
42
|
ContentFinder.CategoryTree.Search=Procurar cat\u00E1logos
|
|
41
43
|
ContentFinder.CategoryTree.Close=Fechar
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem apps neste cat\u00E1logo.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se e
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Voc\u00EA pode adicionar apps a este cat\u00E1logo no gerente de conte\u00FAdo.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=N\u00E3o existem cat\u00E1logos.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Voc\u00EA pode adicionar cat\u00E1logos no gerente de conte\u00FAdo.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Voc\u00EA n\u00E3o encontrou o que estava procurando?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Abra a vers\u00E3o cl\u00E1ssica do buscador de apps.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties
CHANGED
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar aplica\u00E7\u00F
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todas as aplica\u00E7\u00F5es
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Vista de lista
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vista normal
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Vista de grelha
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o mantido
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Pr\u00E9-visualiza\u00E7\u00E3o
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Mostrar cat\u00E1logos
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=J\u00E1 utilizado
|
|
40
42
|
ContentFinder.CategoryTree.Search=Procurar cat\u00E1logos
|
|
41
43
|
ContentFinder.CategoryTree.Close=Fechar
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem aplica\u00E7\u00F5es neste cat\u00E1logo.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se e
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pode adicionar aplica\u00E7\u00F5es a este cat\u00E1logo no gestor de conte\u00FAdo.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=N\u00E3o h\u00E1 cat\u00E1logos
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Pode criar cat\u00E1logos no gestor de conte\u00FAdo.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=N\u00E3o encontrou aquilo que procurava?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Abra a vers\u00E3o cl\u00E1ssica do buscador de apps.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vizualizare aplica\u021Bii s
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vizualizare toate aplica\u021Biile
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Imagine list\u0103
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Imagine standard
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Imagine gril\u0103
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lansare aplica\u021Bie {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplica\u021Bie
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informa\u021Bii
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID sistem
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Ac\u021Biuni
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Ne\u00EEntre\u021Binut
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Local
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Previzualizare
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Mascare cataloage
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Afi\u0219are cataloage
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Deja utilizat
|
|
40
42
|
ContentFinder.CategoryTree.Search=C\u0103utare cataloage
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u00CEnchidere
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nu exist\u0103 aplica\u021Bii \u00EEn acest catalog.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Dac\
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pute\u021Bi ad\u0103uga aplica\u021Bii la acest catalog \u00EEn Managerul de con\u021Binut.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nu exist\u0103 cataloage.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Pute\u021Bi crea cataloage \u00EEn Managerul de con\u021Binut.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Nu a\u021Bi g\u0103sit ce c\u0103uta\u021Bi?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Deschide\u021Bi versiunea clasic\u0103 a instrumentului de c\u0103utare a aplica\u021Biilor.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
ContentFinder.Button.Add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C ({0})
|
|
3
|
+
ContentFinder.Button.Add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C ({0})\u044A
|
|
4
4
|
ContentFinder.Button.Cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
|
5
5
|
|
|
6
6
|
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u041F\u043E\u043A\u0430\u04
|
|
|
25
25
|
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
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0420\u0430\u043A\u0443\u0440\u0441 \u0441\u043F\u0438\u0441\u043A\u0430
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0440\u0430\u043A\u0443\u0440\u0441
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=\u0420\u0430\u043A\u0443\u0440\u0441 \u0441\u0435\u0442\u043A\u0438
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0417\u0430\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=\u0418\u0434. SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=\u0418\u0434. \u0441\u0438\u0441\u0442\u0
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=\u0412\u0435\u0434\u0435\u043D\u0438\u0435 \u043D\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=\u041B\u043E\u043A\u0430\u043B\u044C\u043D\u043E
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=\u0423\u0436\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0435\u0442\u0441\u044F
|
|
40
42
|
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043E\u0432
|
|
41
43
|
ContentFinder.CategoryTree.Close=\u0417\u0430\u043A\u0440\u044B\u0442\u044C
|
|
42
44
|
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.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u04
|
|
|
44
46
|
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.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u0442 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043E\u0432.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=\u041A\u0430\u0442\u0430\u043B\u043E\u0433\u0438 \u043C\u043E\u0436\u043D\u043E \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u0432 \u043C\u0435\u043D\u0435\u0434\u0436\u0435\u0440\u0435 \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u0430.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043D\u0430\u0439\u0442\u0438 \u0442\u043E, \u0447\u0442\u043E \u0438\u0441\u043A\u0430\u043B\u0438?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=\u041E\u0442\u043A\u0440\u043E\u0439\u0442\u0435 \u043A\u043B\u0430\u0441\u0441\u0438\u0447\u0435\u0441\u043A\u0443\u044E \u0432\u0435\u0440\u0441\u0438\u044E \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430 \u043F\u043E\u0438\u0441\u043A\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0439.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplika
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prika\u017Ei sve aplikacije
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=Pogled liste
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardni pogled
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Pogled mre\u017Ee
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Informacije
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Radnje
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nije odr\u017Eavano
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lokalno
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=Prethodni prikaz
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sakrij kataloge
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Poka\u017Ei kataloge
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=Ve\u0107 se koristi
|
|
40
42
|
ContentFinder.CategoryTree.Search=Tra\u017Ei kataloge
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zatvori
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nema aplikacija u ovom katalogu.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ako
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Eete dodati aplikacije u ovaj katalog iz Menad\u017Eera sadr\u017Eaja.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nema kataloga.
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=Mo\u017Eete kreirati kataloge u Menad\u017Eeru sadr\u017Eaja.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Niste prona\u0161li ono \u0161to ste tra\u017Eili?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Otvorite klasi\u010Dnu verziju Nalaza\u010Da aplikacija.
|
|
@@ -25,7 +25,8 @@ ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazi\u0165 vybrat\u00E9 a
|
|
|
25
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Zobrazi\u0165 v\u0161etky aplik\u00E1cie
|
|
26
26
|
ContentFinder.AppSearch.Button.Tooltip.ListView=N\u00E1h\u013Ead zoznamu
|
|
27
27
|
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0160tandardn\u00E9 zobrazenie
|
|
28
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
28
|
+
ContentFinder.AppSearch.Button.Tooltip.GridView=Zobrazenie mrie\u017Eky
|
|
29
|
+
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spusti\u0165 aplik\u00E1ciu {0}
|
|
29
30
|
ContentFinder.AppSearch.Label.Application=Aplik\u00E1cia
|
|
30
31
|
ContentFinder.AppSearch.Label.Information=Inform\u00E1cie
|
|
31
32
|
ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
@@ -33,10 +34,11 @@ ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
|
33
34
|
ContentFinder.AppSearch.Label.Actions=Akcie
|
|
34
35
|
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E9m
|
|
35
36
|
ContentFinder.AppSearch.Text.FieldEmpty=Nespracovan\u00E9
|
|
37
|
+
ContentFinder.AppSearch.Text.LocalContentProvider=Lok\u00E1lny
|
|
36
38
|
ContentFinder.AppSearch.Button.Preview=N\u00E1h\u013Ead
|
|
37
39
|
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skry\u0165 katal\u00F3gy
|
|
38
40
|
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Zobrazi\u0165 katal\u00F3gy
|
|
39
|
-
ContentFinder.AppSearch.Message.
|
|
41
|
+
ContentFinder.AppSearch.Message.AlreadyUsed=U\u017E sa pou\u017E\u00EDva
|
|
40
42
|
ContentFinder.CategoryTree.Search=Vyh\u013Ead\u00E1vanie katal\u00F3gov
|
|
41
43
|
ContentFinder.CategoryTree.Close=Zavrie\u0165
|
|
42
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tomto katal\u00F3gu nie s\u00FA \u017Eiadne aplik\u00E1cie.
|
|
@@ -44,3 +46,5 @@ ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ak e
|
|
|
44
46
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplik\u00E1cie m\u00F4\u017Eete prida\u0165 do tohto katal\u00F3gu v Mana\u017E\u00E9rovi obsahu.
|
|
45
47
|
ContentFinder.CategoryTree.NoData.Title=Nie s\u00FA tu \u017Eiadne katal\u00F3gy
|
|
46
48
|
ContentFinder.CategoryTree.NoData.Description=M\u00F4\u017Eete vytvori\u0165 katal\u00F3gy v Mana\u017E\u00E9rovi obsahu.
|
|
49
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackText=Nena\u0161li ste, \u010Do ste h\u013Eadali?
|
|
50
|
+
ContentFinder.AppSearch.MessageStrip.AppFinderFallbackLinkText=Otvorte klasick\u00FA verziu vyh\u013Ead\u00E1va\u010Da aplik\u00E1ci\u00ED.
|