@sapui5/sap.ushell 1.130.1 → 1.131.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 +2 -1
- package/src/main/js/sap/ushell/ApplicationType/systemAlias.js +83 -40
- package/src/main/js/sap/ushell/ApplicationType/urlTemplateResolution.js +1 -0
- package/src/main/js/sap/ushell/Container.js +8 -5
- 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 +12 -2
- 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 +12 -2
- 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 +5 -2
- 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/BootstrapObserver.js +61 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/AppCommunicationMgr.js +43 -24
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +13 -5
- 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/common/common.create.configcontract.core.js +2 -2
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +15 -16
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +86 -83
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +19 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +164 -153
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +227 -168
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageUtils.js +1 -0
- package/src/main/js/sap/ushell/components/applicationIntegration/application/WebGUIStatefulHandler.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +51 -81
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +7 -7
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +99 -29
- package/src/main/js/sap/ushell/components/container/IframePOSTUtils.js +12 -9
- package/src/main/js/sap/ushell/components/contentFinder/CatalogService.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +135 -105
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +32 -45
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +2 -4
- 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/GraphQLListBinding.js +34 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +72 -24
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +8 -2
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cnr.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +7 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +9 -3
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +10 -4
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +332 -289
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +22 -18
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchCategoryTree.fragment.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchList.fragment.xml +8 -4
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinderStandalone/controller/ContentFinderStandalone.controller.js +2 -3
- 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 +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 +1 -1
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/controller/RuntimeSwitcher.controller.js +1 -1
- package/src/main/js/sap/ushell/components/runtimeSwitcher/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/shell/FloatingContainer/Component.js +8 -7
- 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 +131 -69
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +5 -4
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/ContextMenu.fragment.xml +32 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +16 -2
- 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 +7 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/FrequentActivityProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/RecentSearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/SearchCEP/SearchProviders/SearchServiceProvider.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +14 -7
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +1 -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/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 +25 -18
- 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_ar.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cnr.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +9 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +9 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/navigationMode.js +1 -1
- package/src/main/js/sap/ushell/performance/ShellAnalytics.js +9 -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/renderer/Renderer.js +12 -2
- package/src/main/js/sap/ushell/renderer/Shell.controller.js +17 -10
- package/src/main/js/sap/ushell/renderer/Shell.view.js +10 -9
- package/src/main/js/sap/ushell/renderer/ShellLayout.js +152 -25
- package/src/main/js/sap/ushell/renderer/resources/resources.properties +3 -3
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +28 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +29 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +33 -13
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +28 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +29 -9
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +27 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +30 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +28 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +28 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +27 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +28 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +26 -6
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +25 -5
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +29 -9
- package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/CEPSearchApp.controller.js +0 -3
- package/src/main/js/sap/ushell/renderer/search/searchComponent/controller/SearchApp.controller.js +0 -3
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +10 -9
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +33 -1
- 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 +190 -234
- 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 +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.js +1 -1
- package/src/main/js/sap/ushell/services/FlpLaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/FrameBoundExtension.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +1 -1
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker/MessageBrokerEngine.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +1 -1
- package/src/main/js/sap/ushell/services/MessageInternal.js +1 -1
- package/src/main/js/sap/ushell/services/NavTargetResolutionInternal.js +16 -21
- 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 +12 -13
- 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 +2 -4
- 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 +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 +3 -5
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationDataProvider.js +1 -1
- package/src/main/js/sap/ushell/services/VisualizationInstantiation.js +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/ApplicationContainer.less +7 -0
- package/src/main/js/sap/ushell/themes/base/Catalog.less +4 -5
- package/src/main/js/sap/ushell/themes/base/IconFonts.less +2 -2
- package/src/main/js/sap/ushell/themes/base/SearchCEP.less +5 -1
- package/src/main/js/sap/ushell/themes/base/Tile.less +6 -10
- package/src/main/js/sap/ushell/themes/base/TilePlaceholder.less +7 -11
- package/src/main/js/sap/ushell/themes/base/TileState.less +32 -33
- package/src/main/js/sap/ushell/themes/base/UserSettings.less +7 -5
- package/src/main/js/sap/ushell/themes/base/fonts/BusinessSuiteInAppSymbols.json +2 -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/fonts/sap-launch-icons.woff +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.woff2 +0 -0
- package/src/main/js/sap/ushell/themes/sap_belize_base/Catalog.less +3 -5
- package/src/main/js/sap/ushell/themes/sap_belize_base/IconFonts.less +2 -2
- package/src/main/js/sap/ushell/themes/sap_belize_base/Tile.less +6 -10
- package/src/main/js/sap/ushell/themes/sap_belize_base/TilePlaceholder.less +7 -11
- package/src/main/js/sap/ushell/themes/sap_belize_base/TileState.less +32 -33
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Catalog.less +3 -5
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/IconFonts.less +2 -2
- package/src/main/js/sap/ushell/themes/sap_bluecrystal_base/Tile.less +4 -8
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Catalog.less +3 -5
- package/src/main/js/sap/ushell/themes/sap_hcb/base_IconFonts.less +2 -2
- package/src/main/js/sap/ushell/themes/sap_hcb/base_Tile.less +4 -8
- package/src/main/js/sap/ushell/themes/sap_horizon/Tile.less +55 -58
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/Tile.less +52 -55
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/Tile.less +2 -2
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/Tile.less +1 -2
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AboutDialog.fragment.xml +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ToolAreaItem.js +1 -1
- package/src/main/js/sap/ushell/ui/utils.js +1 -1
- package/src/main/js/sap/ushell/ui5service/ShellUIService.js +4 -3
- 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/UrlParsing.js +53 -5
- package/src/main/js/sap/ushell/utils/UrlShortening.js +1 -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_ar.properties +12 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_bg.properties +12 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ca.properties +12 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cnr.properties +13 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cs.properties +16 -9
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_cy.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_da.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_de.properties +16 -9
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_el.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_GB.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_en_US_saprigi.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es.properties +12 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_es_MX.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_et.properties +9 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fi.properties +13 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr.properties +14 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_fr_CA.properties +8 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hi.properties +9 -2
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hr.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_hu.properties +8 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_id.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_it.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_iw.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ja.properties +14 -7
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_kk.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ko.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lt.properties +12 -5
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_lv.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_mk.properties +8 -1
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ms.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_nl.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_no.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pl.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_pt_PT.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ro.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_ru.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sh.properties +13 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sk.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sl.properties +17 -10
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sr.properties +13 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_sv.properties +13 -6
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_th.properties +16 -9
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_tr.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_uk.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_vi.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_CN.properties +15 -8
- package/src/main/js/sap/ushell/utils/workpage/resources/resources_zh_TW.properties +15 -8
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.eot +0 -0
- package/src/main/js/sap/ushell/themes/base/fonts/sap-launch-icons.ttf +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=\u0414\u043E\u0434\u0430\u0458 ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=\u041E\u0442\u043A\u0430\u0436\u0438
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u0442\
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430\: \u201E{0}\u201C
|
|
23
24
|
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
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
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=\u041F\u0440\u0438\u043A\u0430\u0437 \u043A\u0430\u043A\u043E \u0441\u043F\u0438\u0441\u043E\u043A
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u0435\u043D \u043F\u0440\u0438\u043A\u0430\u0437
|
|
25
28
|
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
29
|
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=\u0418\u0414 \u043D\u0430 SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0414 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u043E\u0442
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u0414\u0435\u0458\u0441\u0442\u0432\u0430
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0435 \u0435 \u0432\u043D\u0435\u0441\u0435\u043D\u043E
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0433\u043B\u0435\u0434\u0430\u0458
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u043A\u0440\u0438\u0458 \u0433\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438\u0442\u0435
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438\u0442\u0435
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=\u0418\u0437\u0431\u0435\u0440\u0438 {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \
|
|
40
|
+
ContentFinder.CategoryTree.Search=\u041F\u0440\u0435\u0431\u0430\u0440\u0430\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438
|
|
41
|
+
ContentFinder.CategoryTree.Close=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
38
42
|
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
43
|
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
44
|
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
|
+
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u043C\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0437\u0438.
|
|
46
|
+
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.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Tambah ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Batal
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Hasil untuk\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Tiada Hasil untuk\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Papar Aplikasi Terpilih
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Papar Semua Aplikasi
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Paparan Senarai
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Paparan Piawai
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lancarkan Aplikasi
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplikasi
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Maklumat
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID Sistem
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Tindakan
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Tidak
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Tidak diselenggara
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Pratonton
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sembunyikan Katalog
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Tunjukkan Katalog
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Pilih {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=Cari
|
|
40
|
+
ContentFinder.CategoryTree.Search=Cari Katalog
|
|
41
|
+
ContentFinder.CategoryTree.Close=Tutup
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Tiada aplikasi dalam katalog ini.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Jika terdapat aplikasi, anda akan melihatnya di sini.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Anda boleh menambah aplikasi pada katalog ini dalam Pengurus Kandungan.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Tiada katalog.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Anda boleh mencipta katalog dalam Pengurus Kandungan.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Toevoegen ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Annuleren
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Resultaten voor\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Geen resultaten voor\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Geselecteerde apps weergeven
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Alle apps weergeven
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Lijstview
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standaardview
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Applicatie starten
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Applicatie
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informatie
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=Systeem-ID
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Acties
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Systeem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Niet
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Niet onderhouden
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Preview
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Catalogi verbergen
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Catalogi weergeven
|
|
36
39
|
ContentFinder.AppSearch.Message.Select={0} selecteren
|
|
37
|
-
ContentFinder.CategoryTree.Search=
|
|
40
|
+
ContentFinder.CategoryTree.Search=Catalogussen zoeken
|
|
41
|
+
ContentFinder.CategoryTree.Close=Sluiten
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Er zijn geen apps in deze catalogus.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Als er apps zijn, ziet u ze hier.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=U kunt apps toevoegen aan deze catalogus in de contentmanager.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Er zijn geen catalogi.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=U kunt catalogi cre\u00EBren in de contentmanager.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Legg til ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Avbryt
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Resultater for\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Ingen resultater for\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vis valgte apper
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vis alle apper
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Listevisning
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvisning
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Start applikasjon
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Applikasjon
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informasjon
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Aktiviteter
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Ikke
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Ikke vedlikeholdt
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Forh\u00E5ndsvisning
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skjul kataloger
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Vis kataloger
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Velg {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=S\u00F8k
|
|
40
|
+
ContentFinder.CategoryTree.Search=S\u00F8k etter kataloger
|
|
41
|
+
ContentFinder.CategoryTree.Close=Lukk
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finnes ingen apper i denne katalogen.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=N\u00E5r det finnes apper, ser du dem her.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan legge til apper i denne katalogen i Content Manager.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Det finnes ingen kataloger.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Du kan opprette kataloger i Content Manager.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Dodaj ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Anuluj
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Wyniki dla\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Brak wynik\u00F3w dla\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Wy\u015Bwietl wybrane aplikacje
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Wy\u015Bwietl wszystkie aplikacje
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Widok listy
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Widok standardowy
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uruchom aplikacj\u0119
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplikacja
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informacje
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID systemu
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Czynno\u015Bci
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Nieopracowane
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Podgl\u0105d
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ukryj katalogi
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Poka\u017C katalogi
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Wybierz {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=
|
|
40
|
+
ContentFinder.CategoryTree.Search=Wyszukaj katalogi
|
|
41
|
+
ContentFinder.CategoryTree.Close=Zamknij
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Ten katalog nie zawiera \u017Cadnych aplikacji.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Wszelkie dodane aplikacje wy\u015Bwietl\u0105 si\u0119 tutaj.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Cesz doda\u0107 aplikacje do tego katalogu w Mened\u017Cerze zawarto\u015Bci.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Brak katalog\u00F3w.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Mo\u017Cesz utworzy\u0107 katalogi w Mened\u017Cerze zawarto\u015Bci.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Adicionar ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Cancelar
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar os apps selecionados
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todos os apps
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Vis\u00E3o de lista
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vis\u00E3o padr\u00E3o
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o atualizado
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Visualizar
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Visualizar cat\u00E1logos
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=Procurar
|
|
40
|
+
ContentFinder.CategoryTree.Search=Procurar cat\u00E1logos
|
|
41
|
+
ContentFinder.CategoryTree.Close=Fechar
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem apps neste cat\u00E1logo.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se existirem apps, voc\u00EA ir\u00E1 v\u00EA-los aqui.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Voc\u00EA pode adicionar apps a este cat\u00E1logo no gerente de conte\u00FAdo.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=N\u00E3o existem cat\u00E1logos.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Voc\u00EA pode adicionar cat\u00E1logos no gerente de conte\u00FAdo.
|
package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Adicionar ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Cancelar
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Resultados para\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Nenhum resultado para\: {0}
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visualizar aplica\u00E7\u00F5es selecionadas
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visualizar todas as aplica\u00E7\u00F5es
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Vista de lista
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Vista normal
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Iniciar aplica\u00E7\u00E3o
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplica\u00E7\u00E3o
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informa\u00E7\u00E3o
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID do SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID do sistema
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=A\u00E7\u00F5es
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistema
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=N\u00E3o mantido
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Pr\u00E9-visualiza\u00E7\u00E3o
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Ocultar cat\u00E1logos
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Mostrar cat\u00E1logos
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Selecionar {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=Procurar
|
|
40
|
+
ContentFinder.CategoryTree.Search=Procurar cat\u00E1logos
|
|
41
|
+
ContentFinder.CategoryTree.Close=Fechar
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=N\u00E3o existem aplica\u00E7\u00F5es neste cat\u00E1logo.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Se existirem aplica\u00E7\u00F5es, ir\u00E1 v\u00EA-las aqui.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pode adicionar aplica\u00E7\u00F5es a este cat\u00E1logo no gestor de conte\u00FAdo.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=N\u00E3o h\u00E1 cat\u00E1logos
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Pode criar cat\u00E1logos no gestor de conte\u00FAdo.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Ad\u0103ugare ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Anulare
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Rezultate pentru\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Niciun rezultat pentru\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Vizualizare aplica\u021Bii selectate
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Vizualizare toate aplica\u021Biile
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Imagine list\u0103
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Imagine standard
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Lansare aplica\u021Bie
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplica\u021Bie
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informa\u021Bii
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID sistem
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Ac\u021Biuni
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Ne\u00EEntre\u021Binut
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Previzualizare
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Mascare cataloage
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Afi\u0219are cataloage
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Selectare {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=C\u0103utare
|
|
40
|
+
ContentFinder.CategoryTree.Search=C\u0103utare cataloage
|
|
41
|
+
ContentFinder.CategoryTree.Close=\u00CEnchidere
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nu exist\u0103 aplica\u021Bii \u00EEn acest catalog.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Dac\u0103 exist\u0103 aplica\u021Bii, le ve\u021Bi vedea aici.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Pute\u021Bi ad\u0103uga aplica\u021Bii la acest catalog \u00EEn Managerul de con\u021Binut.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Nu exist\u0103 cataloage.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Pute\u021Bi crea cataloage \u00EEn Managerul de con\u021Binut.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u044C\
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u0442 \u0440\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u043E\u0432 \u0434\u043B\u044F\: "{0}"
|
|
23
24
|
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
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
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0420\u0430\u043A\u0443\u0440\u0441 \u0441\u043F\u0438\u0441\u043A\u0430
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0442\u043D\u044B\u0439 \u0440\u0430\u043A\u0443\u0440\u0441
|
|
25
28
|
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
29
|
ContentFinder.AppSearch.Label.Application=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=\u0418\u0434. SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=\u0418\u0434. \u0441\u0438\u0441\u0442\u0435\u043C\u044B
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C\u0430
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=\
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=\u0412\u0435\u0434\u0435\u043D\u0438\u0435 \u043D\u0435 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u043E
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u043E\u0442\u0440
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u043A\u0440\u044B\u0442\u044C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0438
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \
|
|
40
|
+
ContentFinder.CategoryTree.Search=\u041F\u043E\u0438\u0441\u043A \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043E\u0432
|
|
41
|
+
ContentFinder.CategoryTree.Close=\u0417\u0430\u043A\u0440\u044B\u0442\u044C
|
|
38
42
|
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
43
|
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
44
|
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
|
+
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u0442 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u043E\u0432.
|
|
46
|
+
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.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Dodaj ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Odustani
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: \u201E{0}\u201C ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Nema rezultata za\: \u201E{0}\u201C
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prika\u017Ei odabrane aplikacije
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prika\u017Ei sve aplikacije
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Pogled liste
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardni pogled
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Pokreni aplikaciju
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informacije
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Radnje
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Nije
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Nije odr\u017Eavano
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Prethodni prikaz
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Sakrij kataloge
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Poka\u017Ei kataloge
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Odaberi {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=Tra\u017Ei
|
|
40
|
+
ContentFinder.CategoryTree.Search=Tra\u017Ei kataloge
|
|
41
|
+
ContentFinder.CategoryTree.Close=Zatvori
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Nema aplikacija u ovom katalogu.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ako postoje aplikacije, vide\u0107ete ih ovde.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Mo\u017Eete dodati aplikacije u ovaj katalog iz Menad\u017Eera sadr\u017Eaja.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Nema kataloga.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Mo\u017Eete kreirati kataloge u Menad\u017Eeru sadr\u017Eaja.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Prida\u0165 ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Zru\u0161i\u0165
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=V\u00FDsledky pre\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u017Diadne v\u00FDsledky pre\: "{0}\u201C
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Zobrazi\u0165 vybrat\u00E9 aplik\u00E1cie
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Zobrazi\u0165 v\u0161etky aplik\u00E1cie
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=N\u00E1h\u013Ead zoznamu
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0160tandardn\u00E9 zobrazenie
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Spusti\u0165 aplik\u00E1ciu
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplik\u00E1cia
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Inform\u00E1cie
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID syst\u00E9mu
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Akcie
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Syst\u00E9m
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Nespracovan\u00E9
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=N\u00E1h\u013Ead
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skry\u0165 katal\u00F3gy
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Zobrazi\u0165 katal\u00F3gy
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Vybra\u0165 {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=
|
|
40
|
+
ContentFinder.CategoryTree.Search=Vyh\u013Ead\u00E1vanie katal\u00F3gov
|
|
41
|
+
ContentFinder.CategoryTree.Close=Zavrie\u0165
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tomto katal\u00F3gu nie s\u00FA \u017Eiadne aplik\u00E1cie.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Ak existuj\u00FA aplik\u00E1cie, zobrazia sa tu.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplik\u00E1cie m\u00F4\u017Eete prida\u0165 do tohto katal\u00F3gu v Mana\u017E\u00E9rovi obsahu.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Nie s\u00FA tu \u017Eiadne katal\u00F3gy
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=M\u00F4\u017Eete vytvori\u0165 katal\u00F3gy v Mana\u017E\u00E9rovi obsahu.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Dodajanje ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Preklic
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Rezultati za\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Ni rezultatov za\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Prikaz izbranih aplikacij
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Prikaz vseh aplikacij
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Pogled seznama
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardni pogled
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Zagon aplikacije
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Aplikacija
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Informacija
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=ID SAP Fiori
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID sistema
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=Dejanja
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=Ni
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Ni vzdr\u017Eevano
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=Predogled
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Skrij kataloge
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Prika\u017Ei kataloge
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=Izberite {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=Iskanje
|
|
40
|
+
ContentFinder.CategoryTree.Search=Iskanje katalogov
|
|
41
|
+
ContentFinder.CategoryTree.Close=Zapri
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=V tem katalogu ni aplikacij.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=\u010Ce aplikacije obstajajo, jih boste videli tukaj.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Aplikacije v ta katalog lahko dodajate v Upravitelju vsebine.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Ni nobenega kataloga.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Kataloge lahko ustvarite v Upravitelju vsebine.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=\u0414\u043E\u0434\u0430\u0458 ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=\u041E\u0434\u0443\u0441\u0442\u0430\u043D\u0438
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=\u0420\u0435\u0437\u0443\u043B\u0442\
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u041D\u0435\u043C\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0430 \u0437\u0430\: \u201E{0}\u201C
|
|
23
24
|
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
25
|
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
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=\u041F\u043E\u0433\u043B\u0435\u0434 \u043B\u0438\u0441\u0442\u0435
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u043D\u0438 \u043F\u043E\u0433\u043B\u0435\u0434
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u041F\u043E\u043A\u0440\u0435\u043D\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=\u0410\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID \u0441\u0438\u0441\u0442\u0435\u043C\u0430
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u0420\u0430\u0434\u045A\u0435
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=\u0421\u0438\u0441\u0442\u0435\u043C
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0438\u0458\u0435 \u0434\
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=\u041D\u0438\u0458\u0435 \u043E\u0434\u0440\u0436\u0430\u0432\u0430\u043D\u043E
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 \u043F\u0440\u0438\u043A\u0430\u0437
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0421\u0430\u043A\u0440\u0438\u0458 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u041F\u043E\u043A\u0430\u0436\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=\u041E\u0434\u0430\u0431\u0435\u0440\u0438 {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=\u0422\u0440\u0430\u0436\u0438 \
|
|
40
|
+
ContentFinder.CategoryTree.Search=\u0422\u0440\u0430\u0436\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435
|
|
41
|
+
ContentFinder.CategoryTree.Close=\u0417\u0430\u0442\u0432\u043E\u0440\u0438
|
|
38
42
|
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
43
|
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
44
|
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.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=\u041D\u0435\u043C\u0430 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0430.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=\u041C\u043E\u0436\u0435\u0442\u0435 \u043A\u0440\u0435\u0438\u0440\u0430\u0442\u0438 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0435 \u0443 \u041C\u0435\u043D\u0430\u045F\u0435\u0440\u0443 \u0441\u0430\u0434\u0440\u0436\u0430\u0458\u0430.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=L\u00E4gg till ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=Avbryt
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=Resultat f\u00F6r\: "{0}" ({1})
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=Inga resultat f\u00F6r\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Visa valda appar
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=Visa alla appar
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Listvy
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standardvy
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Starta applikation
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Applikation
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Information
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori-ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=System-ID
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u00C5tg\u00E4rder
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=System
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Underh\u00E5lls ej
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=F\u00F6rhandsgranska
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=D\u00F6lj kataloger
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Visa kataloger
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=V\u00E4lj {0}
|
|
37
|
-
ContentFinder.CategoryTree.Search=S\
|
|
40
|
+
ContentFinder.CategoryTree.Search=S\u00F6k efter kataloger
|
|
41
|
+
ContentFinder.CategoryTree.Close=St\u00E4ng
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Det finns inga appar i den h\u00E4r katalogen.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Om det finns appar ser du dem h\u00E4r.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=Du kan l\u00E4gga till appar i den h\u00E4r katalogen via inneh\u00E5llshanteraren.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Det finns inga kataloger.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=Du kan skapa kataloger i inneh\u00E5llshanteraren.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=\u0E40\u0E1E\u0E34\u0E48\u0E21 ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E35\u0E48\u0E40\u0E25\u0E37\u0E2D\u0E01
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=\u0E14\u0E39\u0E41\u0E2D\u0E1E\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07\u0E21\u0E32\u0E15\u0E23\u0E10\u0E32\u0E19
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori ID
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=ID \u0E23\u0E30\u0E1A\u0E1A
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u0E01\u0E32\u0E23\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=\u0E23\u0E30\u0E1A\u0E1A
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=\u0E44\u0E21\u0E48\
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=\u0E44\u0E21\u0E48\u0E44\u0E14\u0E49\u0E1B\u0E23\u0E31\u0E1A\u0E1B\u0E23\u0E38\u0E07
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=\u0E41\u0E2A\u0E14\u0E07\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=\u0E0B\u0E48\u0E2D\u0E19\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=\u0E41\u0E2A\u0E14\u0E07\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
36
39
|
ContentFinder.AppSearch.Message.Select=\u0E40\u0E25\u0E37\u0E2D\u0E01 ''{0}''
|
|
37
|
-
ContentFinder.CategoryTree.Search=\u0E04\u0E49\u0E19\u0E2B\u0E32\
|
|
40
|
+
ContentFinder.CategoryTree.Search=\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
41
|
+
ContentFinder.CategoryTree.Close=\u0E1B\u0E34\u0E14
|
|
38
42
|
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
43
|
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
44
|
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"
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=\u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E41\u0E04\u0E15\u0E15\u0E32\u0E25\u0E47\u0E2D\u0E01\u0E43\u0E19 "\u0E15\u0E31\u0E27\u0E08\u0E31\u0E14\u0E01\u0E32\u0E23\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32"
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
|
|
2
3
|
ContentFinder.Button.Add=Ekle ({0})
|
|
3
4
|
ContentFinder.Button.Cancel=\u0130ptal et
|
|
4
5
|
|
|
@@ -22,6 +23,8 @@ ContentFinder.AppSearch.Title.SearchResult=\u015Eunun i\u00E7in sonu\u00E7lar\:
|
|
|
22
23
|
ContentFinder.AppSearch.Title.NoSearchResult=\u015Eunun i\u00E7in sonu\u00E7 yok\: "{0}"
|
|
23
24
|
ContentFinder.AppSearch.Button.Tooltip.ShowSelected=Se\u00E7ilen uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
24
25
|
ContentFinder.AppSearch.Button.Tooltip.ShowAll=T\u00FCm uygulamalar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
26
|
+
ContentFinder.AppSearch.Button.Tooltip.ListView=Liste g\u00F6r\u00FCn\u00FCm\u00FC
|
|
27
|
+
ContentFinder.AppSearch.Button.Tooltip.StandardView=Standart g\u00F6r\u00FCn\u00FCm
|
|
25
28
|
ContentFinder.AppSearch.Button.Tooltip.LaunchApplication=Uygulamay\u0131 ba\u015Flat
|
|
26
29
|
ContentFinder.AppSearch.Label.Application=Uygulama
|
|
27
30
|
ContentFinder.AppSearch.Label.Information=Bilgi
|
|
@@ -29,12 +32,15 @@ ContentFinder.AppSearch.Label.FioriId=SAP Fiori tan\u0131t\u0131c\u0131s\u0131
|
|
|
29
32
|
ContentFinder.AppSearch.Label.SystemId=Sistem tan\u0131t\u0131c\u0131s\u0131
|
|
30
33
|
ContentFinder.AppSearch.Label.Actions=\u0130\u015Flemler
|
|
31
34
|
ContentFinder.AppSearch.Label.SystemLabel=Sistem
|
|
32
|
-
ContentFinder.AppSearch.Text.FieldEmpty=
|
|
35
|
+
ContentFinder.AppSearch.Text.FieldEmpty=Bak\u0131m\u0131 yap\u0131lmad\u0131
|
|
33
36
|
ContentFinder.AppSearch.Button.Preview=\u00D6nizleme
|
|
34
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
35
|
-
ContentFinder.AppSearch.Button.Tooltip.
|
|
37
|
+
ContentFinder.AppSearch.Button.Tooltip.HideCatalogsTree=Kataloglar\u0131 gizle
|
|
38
|
+
ContentFinder.AppSearch.Button.Tooltip.ShowCatalogsTree=Kataloglar\u0131 g\u00F6ster
|
|
36
39
|
ContentFinder.AppSearch.Message.Select={0} se\u00E7
|
|
37
|
-
ContentFinder.CategoryTree.Search=
|
|
40
|
+
ContentFinder.CategoryTree.Search=Kataloglar\u0131 ara
|
|
41
|
+
ContentFinder.CategoryTree.Close=Kapat
|
|
38
42
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Title=Bu katalogda uygulama yok.
|
|
39
43
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.RT=Uygulama varsa uygulamalar\u0131 burada g\u00F6r\u00FCrs\u00FCn\u00FCz.
|
|
40
44
|
ContentFinder.AppSearch.IllustratedMessage.NoItems.InCatalog.Description.DT=\u0130\u00E7erik y\u00F6neticisinde bu katalo\u011Fa uygulamalar ekleyebilirsiniz.
|
|
45
|
+
ContentFinder.CategoryTree.NoData.Title=Katalog yok.
|
|
46
|
+
ContentFinder.CategoryTree.NoData.Description=\u0130\u00E7erik y\u00F6neticisinde kataloglar olu\u015Fturabilirsiniz.
|