@sapui5/sap.ushell 1.120.7 → 1.120.8
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/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.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/_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/adapters/cdm/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/CommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PagesCommonDataModelAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/PersonalizationV2Adapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/modifyHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readCatalogs.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/readHome.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/_LaunchPage/uri.transform.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/AppForInbound.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/util/cdmSiteUtils.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/AdapterBase.js +1 -1
- package/src/main/js/sap/ushell/adapters/cdm/v3/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/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/cflp/UserDefaultParameterPersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AdapterContainer.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/ContainerAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/LaunchPageAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/NavTargetResolutionAdapter.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/plugins/rtaAgent/i18n/i18n_en.properties +0 -7
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_en_US_saprigi.properties +5 -5
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_mk.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sh.properties +3 -3
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaAgent/i18n/i18n_sr.properties +10 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_en.properties +0 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_mk.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sh.properties +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/rtaShell/i18n/i18n_sr.properties +4 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppConfiguration.js +7 -0
- package/src/main/js/sap/ushell/appRuntime/ui5/services/MessageBroker.js +32 -52
- package/src/main/js/sap/ushell/appRuntime/ui5/services/adapters/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/logger.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/_SchedulingAgent/state.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/common/common.configure.ui5datetimeformat.js +1 -1
- package/src/main/js/sap/ushell/bootstrap/sandbox2.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +1 -1
- 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/PostMessageAPI.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/configuration/AppMeta.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/elements/model.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedServices/RelatedServices.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/relatedShellElements/RelatedShellElements.js +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +0 -34
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_mk.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sr.properties +41 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_en.properties +0 -11
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_hi.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_mk.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/i18n/i18n_sr.properties +19 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +0 -111
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +7 -7
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +3 -3
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +16 -16
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_mk.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +16 -16
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +25 -25
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +8 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +4 -4
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sr.properties +117 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +1 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +2 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +2 -2
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_en.properties +0 -9
- package/src/main/js/sap/ushell/components/container/resources/resources_mk.properties +10 -0
- package/src/main/js/sap/ushell/components/container/resources/resources_ms.properties +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_sh.properties +1 -1
- package/src/main/js/sap/ushell/components/container/resources/resources_sr.properties +10 -0
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +0 -29
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_mk.properties +29 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +6 -6
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sr.properties +29 -0
- 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/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/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/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 +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +1 -1
- 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_en.properties +0 -76
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_mk.properties +78 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +29 -29
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sr.properties +78 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +1 -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/components/workPageRuntime/services/NavigationResolver.js +1 -1
- package/src/main/js/sap/ushell/components/workPageRuntime/services/WorkPage.js +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 +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.properties +0 -10
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_mk.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sh.properties +2 -2
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_sr.properties +13 -0
- package/src/main/js/sap/ushell/plugins/rta/i18n/i18n_th.properties +2 -2
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en.properties +0 -14
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_en_US_saprigi.properties +12 -12
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_mk.properties +24 -0
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sh.properties +4 -4
- package/src/main/js/sap/ushell/plugins/rta-personalize/i18n/i18n_sr.properties +24 -0
- package/src/main/js/sap/ushell/renderer/Renderer.js +2 -2
- package/src/main/js/sap/ushell/renderer/resources/resources_ar.properties +17 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_bg.properties +51 -48
- package/src/main/js/sap/ushell/renderer/resources/resources_ca.properties +11 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cnr.properties +11 -8
- package/src/main/js/sap/ushell/renderer/resources/resources_cs.properties +22 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_cy.properties +16 -13
- package/src/main/js/sap/ushell/renderer/resources/resources_da.properties +24 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_de.properties +22 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_el.properties +26 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_en.properties +0 -930
- package/src/main/js/sap/ushell/renderer/resources/resources_en_GB.properties +22 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_en_US_saprigi.properties +22 -19
- package/src/main/js/sap/ushell/renderer/resources/resources_es.properties +19 -16
- package/src/main/js/sap/ushell/renderer/resources/resources_es_MX.properties +13 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_et.properties +21 -18
- package/src/main/js/sap/ushell/renderer/resources/resources_fi.properties +24 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_fr.properties +27 -24
- package/src/main/js/sap/ushell/renderer/resources/resources_fr_CA.properties +28 -25
- package/src/main/js/sap/ushell/renderer/resources/resources_hi.properties +35 -32
- package/src/main/js/sap/ushell/renderer/resources/resources_hr.properties +39 -36
- package/src/main/js/sap/ushell/renderer/resources/resources_hu.properties +18 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_id.properties +18 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_it.properties +17 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_iw.properties +18 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_ja.properties +26 -23
- package/src/main/js/sap/ushell/renderer/resources/resources_kk.properties +31 -28
- package/src/main/js/sap/ushell/renderer/resources/resources_ko.properties +24 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_lt.properties +16 -13
- package/src/main/js/sap/ushell/renderer/resources/resources_lv.properties +20 -17
- package/src/main/js/sap/ushell/renderer/resources/resources_mk.properties +996 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_ms.properties +17 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_nl.properties +17 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_no.properties +35 -32
- package/src/main/js/sap/ushell/renderer/resources/resources_pl.properties +24 -21
- package/src/main/js/sap/ushell/renderer/resources/resources_pt.properties +16 -13
- package/src/main/js/sap/ushell/renderer/resources/resources_pt_PT.properties +10 -7
- package/src/main/js/sap/ushell/renderer/resources/resources_ro.properties +13 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_ru.properties +25 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_sh.properties +279 -276
- package/src/main/js/sap/ushell/renderer/resources/resources_sk.properties +28 -25
- package/src/main/js/sap/ushell/renderer/resources/resources_sl.properties +34 -31
- package/src/main/js/sap/ushell/renderer/resources/resources_sr.properties +996 -0
- package/src/main/js/sap/ushell/renderer/resources/resources_sv.properties +18 -15
- package/src/main/js/sap/ushell/renderer/resources/resources_th.properties +25 -22
- package/src/main/js/sap/ushell/renderer/resources/resources_tr.properties +36 -33
- package/src/main/js/sap/ushell/renderer/resources/resources_uk.properties +49 -46
- package/src/main/js/sap/ushell/renderer/resources/resources_vi.properties +17 -14
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_CN.properties +13 -10
- package/src/main/js/sap/ushell/renderer/resources/resources_zh_TW.properties +24 -21
- package/src/main/js/sap/ushell/renderer/search/searchComponent/manifest.json +1 -1
- 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 +1 -1
- package/src/main/js/sap/ushell/services/BookmarkV2.js +1 -1
- package/src/main/js/sap/ushell/services/ClientSideTargetResolution.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/FloatingContainer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Footer.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Header.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/Item.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/SidePane.js +1 -1
- package/src/main/js/sap/ushell/services/Extension/ToolArea.js +1 -1
- package/src/main/js/sap/ushell/services/Extension.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.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.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/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.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameterPersistence.js +1 -1
- package/src/main/js/sap/ushell/services/UserDefaultParameters.js +1 -1
- package/src/main/js/sap/ushell/services/UserInfo.js +1 -1
- package/src/main/js/sap/ushell/services/UserRecents.js +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/_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/_CommonDataModel/SiteConverter.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/_MessageBroker/MessageBrokerEngine.js +12 -30
- package/src/main/js/sap/ushell/services/_PageReferencing/PageReferencer.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/_Ui5ComponentLoader/utils.js +1 -1
- package/src/main/js/sap/ushell/services/_VisualizationInstantiation/VizInstanceLink.js +1 -1
- package/src/main/js/sap/ushell/support/plugins/flpConfig/FlpConfigurationPlugin.js +1 -1
- 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/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.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 +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/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
APP_TITLE=\u0414\u043E\u0434\u0430\u0442\u043E\u043A \u0437\u0430 \u0430\u0433\u0435\u043D\u0442 \u043D\u0430 RTA cFLP
|
|
3
|
+
|
|
4
|
+
ERROR_TITLE=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435
|
|
5
|
+
|
|
6
|
+
TECHNICAL_ERROR=\u0422\u0435\u0445\u043D\u0438\u0447\u043A\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u041A\u043E\u043D\u0442\u0430\u043A\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u0441\u043E \u0442\u0438\u043C\u043E\u0442 \u0437\u0430 \u043F\u043E\u0434\u0434\u0440\u0448\u043A\u0430.
|
|
7
|
+
|
|
8
|
+
HEADER_FLEX_DISABLED=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438
|
|
9
|
+
|
|
10
|
+
MSG_FLEX_DISABLED=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0432\u0430 \u043D\u0435 \u0435 \u043E\u0432\u043E\u0437\u043C\u043E\u0436\u0435\u043D\u043E. \u0417\u0430 \u043F\u043E\u0432\u0435\u045C\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438, \u043F\u043E\u0433\u043B\u0435\u0434\u043D\u0435\u0442\u0435 [\u043E\u0432\u0434\u0435](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
APP_TITLE=
|
|
2
|
+
APP_TITLE=RTA cFLP plugin agenta
|
|
3
3
|
|
|
4
4
|
ERROR_TITLE=Prilago\u0111avanje KI se ne mo\u017Ee pokrenuti
|
|
5
5
|
|
|
6
|
-
TECHNICAL_ERROR=Tehni\u010Dka gre\u0161ka.
|
|
6
|
+
TECHNICAL_ERROR=Tehni\u010Dka gre\u0161ka. Obavijestite tim za podr\u0161ku.
|
|
7
7
|
|
|
8
8
|
HEADER_FLEX_DISABLED=Informacije
|
|
9
9
|
|
|
10
|
-
MSG_FLEX_DISABLED=Za ovu aplikaciju nije omogu\u0107ena adaptacija. Dodatne informacije pogledajte [
|
|
10
|
+
MSG_FLEX_DISABLED=Za ovu aplikaciju nije omogu\u0107ena adaptacija. Dodatne informacije pogledajte [ovdje](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
APP_TITLE=RTA cFLP plugin \u0430\u0433\u0435\u043D\u0442\u0430
|
|
3
|
+
|
|
4
|
+
ERROR_TITLE=\u041F\u0440\u0438\u043B\u0430\u0433\u043E\u0452\u0430\u0432\u0430\u045A\u0435 \u041A\u0418 \u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435 \u043F\u043E\u043A\u0440\u0435\u043D\u0443\u0442\u0438
|
|
5
|
+
|
|
6
|
+
TECHNICAL_ERROR=\u0422\u0435\u0445\u043D\u0438\u0447\u043A\u0430 \u0433\u0440\u0435\u0448\u043A\u0430. \u041E\u0431\u0430\u0432\u0435\u0441\u0442\u0438\u0442\u0435 \u0442\u0438\u043C \u0437\u0430 \u043F\u043E\u0434\u0440\u0448\u043A\u0443.
|
|
7
|
+
|
|
8
|
+
HEADER_FLEX_DISABLED=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435
|
|
9
|
+
|
|
10
|
+
MSG_FLEX_DISABLED=\u0417\u0430 \u043E\u0432\u0443 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0443 \u043D\u0438\u0458\u0435 \u043E\u043C\u043E\u0433\u0443\u045B\u0435\u043D\u0430 \u0430\u0434\u0430\u043F\u0442\u0430\u0446\u0438\u0458\u0430. \u0414\u043E\u0434\u0430\u0442\u043D\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u043F\u043E\u0433\u043B\u0435\u0434\u0430\u0458\u0442\u0435 [\u043E\u0432\u0434\u0435](https\://help.sap.com/viewer/4fc8d03390c342da8a60f8ee387bca1a/latest/en-US/ef97b2485aa34a8890f4d51e5c2b15a8.html).
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
# Resource bundle for runtime authoring ushell plug-in in the cFLP (Shell part)
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XTIT: Application title of the FLP plugin in app descriptor
|
|
5
2
|
APP_TITLE=RTA cFLP Shell Plug-In
|
|
6
3
|
|
|
7
|
-
#XTIT: Title of the button starting key user ui adaptation
|
|
8
4
|
RTA_BUTTON_TEXT=Adapt UI
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
|
|
2
|
+
APP_TITLE=\u0414\u043E\u0434\u0430\u0442\u043E\u043A \u0437\u0430 \u043F\u0440\u043E\u0446\u0435\u0441\u043E\u0440\u043E\u0442 \u043D\u0430 \u043D\u0430\u0440\u0435\u0434\u0431\u0438 \u043D\u0430 RTA cFLP
|
|
3
|
+
|
|
4
|
+
RTA_BUTTON_TEXT=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u043E \u043A\u043E\u0440\u0438\u0441\u043D\u0438\u0447\u043A\u0438\u043E\u0442 \u0438\u043D\u0442\u0435\u0440\u0444\u0435\u0458\u0441
|
|
@@ -38,6 +38,13 @@ sap.ui.define([
|
|
|
38
38
|
oBody.classList.toggle("sapUShellApplicationContainer", !bValue);
|
|
39
39
|
});
|
|
40
40
|
|
|
41
|
+
// Letter boxing is set on the document.body, so it should be managed correspondingly on the setApplicationWidth event.
|
|
42
|
+
// This part is used by the My Inbox application only, because it uses sap/ushell/services/AppConfiguration even in iframe.
|
|
43
|
+
// To the contrary, in the embedded scenario, the CSS class is set on the application container and not on document.body.
|
|
44
|
+
EventHub.on("setApplicationFullWidth").do(function (oData) {
|
|
45
|
+
document.body.classList.toggle("sapUShellApplicationContainerLimitedWidth", !oData.bValue);
|
|
46
|
+
});
|
|
47
|
+
|
|
41
48
|
this.setApplicationFullWidth = function (bValue) {
|
|
42
49
|
if (vGetFullWidthParamFromManifest === true || vGetFullWidthParamFromManifest === "true") {
|
|
43
50
|
EventHub.emit("appWidthChange", bValue);
|
|
@@ -4,7 +4,7 @@ sap.ui.define([
|
|
|
4
4
|
], function (AppRuntimeService) {
|
|
5
5
|
"use strict";
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var oClientData = {};
|
|
8
8
|
|
|
9
9
|
var MessageBrokerProxy = function () {};
|
|
10
10
|
|
|
@@ -14,22 +14,18 @@ sap.ui.define([
|
|
|
14
14
|
channelId: "sap.ushell.MessageBroker",
|
|
15
15
|
clientId: sClientId,
|
|
16
16
|
messageName: "connect"
|
|
17
|
-
}).then(
|
|
18
|
-
if (oResponse.status === "accepted") {
|
|
19
|
-
fnResolve(oResponse.activeClients);
|
|
20
|
-
} else {
|
|
21
|
-
fnReject();
|
|
22
|
-
}
|
|
23
|
-
});
|
|
17
|
+
}).then(fnResolve).catch(fnReject);
|
|
24
18
|
});
|
|
25
19
|
};
|
|
26
20
|
|
|
27
21
|
MessageBrokerProxy.prototype.disconnect = function (sClientId) {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
22
|
+
return new Promise(function (fnResolve, fnReject) {
|
|
23
|
+
oClientData = {};
|
|
24
|
+
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
|
|
25
|
+
channelId: "sap.ushell.MessageBroker",
|
|
26
|
+
clientId: sClientId,
|
|
27
|
+
messageName: "disconnect"
|
|
28
|
+
}).then(fnResolve).catch(fnReject);
|
|
33
29
|
});
|
|
34
30
|
};
|
|
35
31
|
|
|
@@ -40,7 +36,7 @@ sap.ui.define([
|
|
|
40
36
|
fnClientConnectionCallback
|
|
41
37
|
) {
|
|
42
38
|
return new Promise(function (fnResolve, fnReject) {
|
|
43
|
-
|
|
39
|
+
oClientData = {
|
|
44
40
|
fnMessageCallback: fnMessageCallback,
|
|
45
41
|
fnClientConnectionCallback: fnClientConnectionCallback
|
|
46
42
|
};
|
|
@@ -50,37 +46,19 @@ sap.ui.define([
|
|
|
50
46
|
clientId: sClientId,
|
|
51
47
|
messageName: "subscribe",
|
|
52
48
|
subscribedChannels: aSubscribedChannels
|
|
53
|
-
}).then(
|
|
54
|
-
if (oResponse.status === "accepted") {
|
|
55
|
-
fnResolve();
|
|
56
|
-
if (oResponse.activeClients) {
|
|
57
|
-
setTimeout(function () {
|
|
58
|
-
oResponse.activeClients.foreach(function (oClient) {
|
|
59
|
-
fnClientConnectionCallback("clientSubscribed", oClient.clientId, oClient.channels);
|
|
60
|
-
});
|
|
61
|
-
}, 1);
|
|
62
|
-
}
|
|
63
|
-
} else {
|
|
64
|
-
fnReject();
|
|
65
|
-
}
|
|
66
|
-
});
|
|
49
|
+
}).then(fnResolve).catch(fnReject);
|
|
67
50
|
});
|
|
68
51
|
};
|
|
69
52
|
|
|
70
53
|
MessageBrokerProxy.prototype.unsubscribe = function (sClientId, aUnsubscribedChannels) {
|
|
71
54
|
return new Promise(function (fnResolve, fnReject) {
|
|
55
|
+
oClientData = {};
|
|
72
56
|
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
|
|
73
57
|
channelId: "sap.ushell.MessageBroker",
|
|
74
58
|
clientId: sClientId,
|
|
75
59
|
messageName: "unsubscribe",
|
|
76
60
|
subscribedChannels: aUnsubscribedChannels
|
|
77
|
-
}).then(
|
|
78
|
-
if (oResponse.status === "accepted") {
|
|
79
|
-
fnResolve();
|
|
80
|
-
} else {
|
|
81
|
-
fnReject();
|
|
82
|
-
}
|
|
83
|
-
});
|
|
61
|
+
}).then(fnResolve).catch(fnReject);
|
|
84
62
|
});
|
|
85
63
|
};
|
|
86
64
|
|
|
@@ -92,13 +70,15 @@ sap.ui.define([
|
|
|
92
70
|
aTargetClientIds,
|
|
93
71
|
data
|
|
94
72
|
) {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
73
|
+
return new Promise(function (fnResolve, fnReject) {
|
|
74
|
+
AppRuntimeService.sendMessageToOuterShell("sap.ushell.services.MessageBroker", {
|
|
75
|
+
clientId: sClientId,
|
|
76
|
+
channelId: sChannelId,
|
|
77
|
+
targetClientIds: aTargetClientIds,
|
|
78
|
+
messageName: sMessageName,
|
|
79
|
+
data: data
|
|
80
|
+
}, sMessageId).then(fnResolve).catch(fnReject);
|
|
81
|
+
});
|
|
102
82
|
};
|
|
103
83
|
|
|
104
84
|
MessageBrokerProxy.prototype.addAcceptedOrigin = function (sOrigin) {
|
|
@@ -119,17 +99,17 @@ sap.ui.define([
|
|
|
119
99
|
|
|
120
100
|
MessageBrokerProxy.prototype.handleMessage = function (oBody) {
|
|
121
101
|
return new Promise(function (fnResolve, fnReject) {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
102
|
+
switch (oBody.messageName) {
|
|
103
|
+
case "clientSubscribed":
|
|
104
|
+
case "clientUnsubscribed":
|
|
105
|
+
oClientData.fnClientConnectionCallback(oBody.messageName, oBody.clientId, oBody.channels);
|
|
106
|
+
break;
|
|
107
|
+
default:
|
|
108
|
+
oClientData.fnMessageCallback(oBody.clientId, oBody.channelId, oBody.messageName, oBody.data);
|
|
109
|
+
break;
|
|
110
|
+
|
|
128
111
|
}
|
|
129
|
-
fnResolve({
|
|
130
|
-
"_noresponse_": true
|
|
131
|
-
});
|
|
132
|
-
return;
|
|
112
|
+
fnResolve({"_noresponse_": true});
|
|
133
113
|
});
|
|
134
114
|
};
|
|
135
115
|
|
package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Copyright (c) 2009-2023 SAP SE, All Rights Reserved
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview handle all the resources for the different applications.
|
|
4
|
-
* @version 1.120.
|
|
4
|
+
* @version 1.120.8
|
|
5
5
|
*/
|
|
6
6
|
sap.ui.define([
|
|
7
7
|
"sap/ushell/components/applicationIntegration/application/BlueBoxesCache",
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Indholdsindstillinger
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=S\u00F8getekst
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Kategori
|
|
32
32
|
CARD.Config.Content.View.Lbl=Kategori
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Poster pr. side
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Fremh\u00E6v resultater
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Fremh\u00E6v den s\u00F8gte tekst inden for resultaterne.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Aktioner for bundlinie
|
|
@@ -1,75 +1,41 @@
|
|
|
1
|
-
# Translatable texts for the SAP Build Work Zone search result widget
|
|
2
|
-
#
|
|
3
1
|
|
|
4
2
|
|
|
5
|
-
#XTIT,35: Title of card widget
|
|
6
3
|
CARD.Widget.Title=Search Result Widget
|
|
7
4
|
|
|
8
|
-
#XTIT,50: Subtitle of card widget
|
|
9
5
|
CARD.Widget.SubTitle=Show Search Results in a Search Result
|
|
10
6
|
|
|
11
|
-
#XBUT,25: Title of the view all button
|
|
12
7
|
CARD.List.Button.ViewAll=View All
|
|
13
8
|
|
|
14
|
-
#XBUT,50: SubTitle of the card
|
|
15
9
|
CARD.List.Title.SearchResults=Results for {0}
|
|
16
10
|
|
|
17
|
-
#XBUT,50: RowStatus for search result showing rowX-rowY of totalRows, example 1-7 or 100
|
|
18
11
|
CARD.List.RowStatus={0}-{1} of {2}
|
|
19
12
|
|
|
20
|
-
#XBUT,10: Switch yes
|
|
21
13
|
CARD.Config.Yes=Yes
|
|
22
|
-
#XBUT,10: Switch no
|
|
23
14
|
CARD.Config.No=No
|
|
24
|
-
#XTIT,50: Title for header settings
|
|
25
15
|
CARD.Config.HeaderSettings=Header Settings
|
|
26
|
-
#XFLD,50: Label for the header type
|
|
27
16
|
CARD.Config.HeaderType.Lbl=Header Type
|
|
28
|
-
#XFLD,50: Default Header
|
|
29
17
|
CARD.Config.HeaderType.Default=Default Header
|
|
30
|
-
#XFLD,50: Custom Header
|
|
31
18
|
CARD.Config.HeaderType.Custom=Custom Header
|
|
32
|
-
#XFLD,50: No Header
|
|
33
19
|
CARD.Config.HeaderType.None=No Header
|
|
34
|
-
#XFLD,50: Label for header title field
|
|
35
20
|
CARD.Config.Header.Title.Lbl=Title
|
|
36
|
-
#XTOL,200: Description for header title field
|
|
37
21
|
CARD.Config.Header.Title.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
38
|
-
#XFLD,50: Label for header description/subtitle field
|
|
39
22
|
CARD.Config.Header.SubTitle.Lbl=Description
|
|
40
|
-
#XTOL,200: Description for header description/subtitle field
|
|
41
23
|
CARD.Config.Header.SubTitle.Desc=Using ($count) or ($searchText) within the text to include the corresponding values.
|
|
42
|
-
#XFLD,50: Label for the Icon Selection field
|
|
43
24
|
CARD.Config.Header.Icon.Lbl=Icon
|
|
44
|
-
#XFLD,50: Label for the Icon Color field
|
|
45
25
|
CARD.Config.Header.IconColor.Lbl=Icon Color
|
|
46
|
-
#XFLD,50: Label for the Icon Shape field
|
|
47
26
|
CARD.Config.Header.IconShape.Lbl=Icon Shape
|
|
48
|
-
#XFLD,100: Label for the navigation select (yes/no)
|
|
49
27
|
CARD.Config.Header.Nav.Lbl=Navigate to Search Application
|
|
50
|
-
#XTOL,200: Description for the navigation select (yes/no)
|
|
51
28
|
CARD.Config.Header.Nav.Desc=Clicking the header will navigate to the Search Application
|
|
52
|
-
#XTIT,50: Title for content settings
|
|
53
29
|
CARD.Config.ContentSettings=Content Settings
|
|
54
|
-
#XFLD,50: Label for the Search Term/Search Text field
|
|
55
30
|
CARD.Config.Content.SearchTerm.Lbl=Search Text
|
|
56
|
-
#XFLD,50: Label for the Category select field
|
|
57
31
|
CARD.Config.Content.Category.Lbl=Category
|
|
58
|
-
#XFLD,50: Label for the View select field
|
|
59
32
|
CARD.Config.Content.View.Lbl=Category
|
|
60
|
-
#XFLD,50: Label for the PageSize slider
|
|
61
33
|
CARD.Config.Content.PageSize.Lbl=Items per Page
|
|
62
|
-
#XFLD,50: Label for the Highlight select
|
|
63
34
|
CARD.Config.Content.Highlight.Lbl=Highlight Results
|
|
64
|
-
#XTOL,200: Description for the Highlight select
|
|
65
35
|
CARD.Config.Content.Highlight.Desc=Highlight the searched text within the results.
|
|
66
|
-
#XFLD,50: Label for the Footer Action select
|
|
67
36
|
CARD.Config.Content.FooterActions.Lbl=Footer Actions
|
|
68
|
-
#XFLD,100: Footer Action Paging
|
|
69
37
|
CARD.Config.Content.FooterActions.Page=Paging Search Results
|
|
70
|
-
#XFLD,200: Footer Action Navigation
|
|
71
38
|
CARD.Config.Content.FooterActions.Navigate=Navigate to Search Application to view all results
|
|
72
|
-
#XFLD,50: Footer Action None
|
|
73
39
|
CARD.Config.Content.FooterActions.None=No Actions
|
|
74
40
|
|
|
75
41
|
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Sisus\u00E4tted
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=Otsingu tekst
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Kategooria
|
|
32
32
|
CARD.Config.Content.View.Lbl=Kategooria
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=\u00DCksusi lehel
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=T\u00F5sta tulemused esile
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Otsitav tekst t\u00F5stetakse tulemustes esile.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Jalusetoimingud
|
|
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=\u00C9l\u00E9ments par page
|
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Surligner les r\u00E9sultats
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Surligner le texte recherch\u00E9 dans les r\u00E9sultats
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Pied de page - Actions
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=Pagination des r\
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Pagination des r\u00E9sultat de la recherche
|
|
38
38
|
CARD.Config.Content.FooterActions.Navigate=Acc\u00E9der \u00E0 appli. rech. pr afficher ts r\u00E9sultats
|
|
39
39
|
CARD.Config.Content.FooterActions.None=Aucune action
|
|
40
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
CARD.Widget.Title=
|
|
3
|
+
CARD.Widget.Title=Widget rezultata tra\u017Eenja
|
|
4
4
|
|
|
5
5
|
CARD.Widget.SubTitle=Prikaz rezultata tra\u017Eenja u rezultatu tra\u017Eenja
|
|
6
6
|
|
|
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=Stavke po stranici
|
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Istakni rezultate
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Istaknite tra\u017Eeni tekst unutar rezultata.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Radnje podno\u017Eja
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Podjela rezultata pretra\u017Eivanja na stranice
|
|
38
38
|
CARD.Config.Content.FooterActions.Navigate=Usmjerite na apl. Tra\u017Eenje za prikaz svih rezul.
|
|
39
39
|
CARD.Config.Content.FooterActions.None=Nema radnji
|
|
40
40
|
|
|
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=Elementi per pagina
|
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Evidenzia risultati
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Evidenzia il testo cercato nei risultati.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Azioni pi\u00E8 di pagina
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paginazione dei risultati della ricerca
|
|
38
38
|
CARD.Config.Content.FooterActions.Navigate=Nav. all'app. di ric. per vis. tutti i risultati
|
|
39
39
|
CARD.Config.Content.FooterActions.None=Nessuna azione
|
|
40
40
|
|
|
@@ -34,7 +34,7 @@ CARD.Config.Content.PageSize.Lbl=\u05E4\u05E8\u05D9\u05D8\u05D9\u05DD \u05DC\u05
|
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=\u05D4\u05D3\u05D2\u05E9 \u05EA\u05D5\u05E6\u05D0\u05D5\u05EA
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=\u05D4\u05D3\u05D2\u05E9 \u05D0\u05EA \u05D4\u05D8\u05E7\u05E1\u05D8 \u05E9\u05D1\u05D5\u05E6\u05E2 \u05E2\u05D1\u05D5\u05E8\u05D5 \u05D7\u05D9\u05E4\u05D5\u05E9 \u05D1\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=\u05E4\u05E2\u05D5\u05DC\u05D5\u05EA \u05DB\u05D5\u05EA\u05E8\u05EA \u05EA\u05D7\u05EA\u05D5\u05E0\u05D4
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D7\u05D9\u05E4\u05D5\u05E9 \u05E9\u05DC \
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA \u05D7\u05D9\u05E4\u05D5\u05E9 \u05E9\u05DC \u05D8\u05E2\u05D9\u05E0\u05EA \u05D3\u05E4\u05D9\u05DD
|
|
38
38
|
CARD.Config.Content.FooterActions.Navigate=\u05E0\u05D5\u05D5\u05D8 \u05DC\u05D9\u05D9\u05E9\u05D5\u05DD \u05D7\u05D9\u05E4\u05D5\u05E9 \u05DB\u05D3\u05D9 \u05DC\u05D4\u05E6\u05D9\u05D2 \u05D0\u05EA \u05DB\u05DC \u05D4\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA
|
|
39
39
|
CARD.Config.Content.FooterActions.None=\u05D0\u05D9\u05DF \u05E4\u05E2\u05D5\u05DC\u05D5\u05EA
|
|
40
40
|
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=\uCEE8\uD150\uD2B8 \uC124\uC815
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=\uAC80\uC0C9 \uD14D\uC2A4\uD2B8
|
|
31
31
|
CARD.Config.Content.Category.Lbl=\uBC94\uC8FC
|
|
32
32
|
CARD.Config.Content.View.Lbl=\uBC94\uC8FC
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=\uD398\uC774\uC9C0\
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=\uD398\uC774\uC9C0\uB2F9 \uD56D\uBAA9 \uC218
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=\uACB0\uACFC \uAC15\uC870\uD45C\uC2DC
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=\uACB0\uACFC \uC548\uC5D0\uC11C \uAC80\uC0C9\uB41C \uD14D\uC2A4\uD2B8\uB97C \uAC15\uC870\uD45C\uC2DC\uD569\uB2C8\uB2E4.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=\uD478\uD130 \uC561\uC158
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Satura iestat\u012Bjumi
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=Mekl\u0113jamais teksts
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Kategorija
|
|
32
32
|
CARD.Config.Content.View.Lbl=Kategorija
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Elementi lap\u0101
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Izcelt rezult\u0101tus
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Izceliet mekl\u0113to tekstu rezult\u0101tos.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=K\u0101jenes darb\u012Bbas
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
CARD.Widget.Title=\u0413\u0440\u0430\u0444\u0438\u0447\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0430 \u0437\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
|
|
4
|
+
|
|
5
|
+
CARD.Widget.SubTitle=\u041F\u0440\u0438\u043A\u0430\u0436\u0443\u0432\u0430\u0458\u0442\u0435 \u0433\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u0432\u043E \u0433\u0440\u0430\u0444\u0438\u0447\u043A\u0430\u0442\u0430 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u0430 \u0437\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
|
|
6
|
+
|
|
7
|
+
CARD.List.Button.ViewAll=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435
|
|
8
|
+
|
|
9
|
+
CARD.List.Title.SearchResults=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0437\u0430 {0}
|
|
10
|
+
|
|
11
|
+
CARD.List.RowStatus={0} \u2013 {1} \u043E\u0434 {2}
|
|
12
|
+
|
|
13
|
+
CARD.Config.Yes=\u0414\u0430
|
|
14
|
+
CARD.Config.No=\u041D\u0435
|
|
15
|
+
CARD.Config.HeaderSettings=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438 \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435\u0442\u043E
|
|
16
|
+
CARD.Config.HeaderType.Lbl=\u0422\u0438\u043F \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
17
|
+
CARD.Config.HeaderType.Default=\u0421\u0442\u0430\u043D\u0434\u0430\u0440\u0434\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
18
|
+
CARD.Config.HeaderType.Custom=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0435\u043D\u043E \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
19
|
+
CARD.Config.HeaderType.None=\u041D\u0435\u043C\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435
|
|
20
|
+
CARD.Config.Header.Title.Lbl=\u041D\u0430\u0441\u043B\u043E\u0432
|
|
21
|
+
CARD.Config.Header.Title.Desc=\u0421\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438 ($count) \u0438\u043B\u0438 ($searchText) \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0442 \u0434\u0430 \u0441\u0435 \u0432\u043A\u043B\u0443\u0447\u0430\u0442 \u0441\u043E\u043E\u0434\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438.
|
|
22
|
+
CARD.Config.Header.SubTitle.Lbl=\u041E\u043F\u0438\u0441
|
|
23
|
+
CARD.Config.Header.SubTitle.Desc=\u0421\u0435 \u043A\u043E\u0440\u0438\u0441\u0442\u0438 ($count) \u0438\u043B\u0438 ($searchText) \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0442\u0435\u043A\u0441\u0442\u043E\u0442 \u0434\u0430 \u0441\u0435 \u0432\u043A\u043B\u0443\u0447\u0430\u0442 \u0441\u043E\u043E\u0434\u0432\u0435\u0442\u043D\u0438\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438.
|
|
24
|
+
CARD.Config.Header.Icon.Lbl=\u0418\u043A\u043E\u043D\u0430
|
|
25
|
+
CARD.Config.Header.IconColor.Lbl=\u0411\u043E\u0458\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
26
|
+
CARD.Config.Header.IconShape.Lbl=\u0424\u043E\u0440\u043C\u0430 \u043D\u0430 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
27
|
+
CARD.Config.Header.Nav.Lbl=\u041E\u0434\u0435\u0442\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
|
|
28
|
+
CARD.Config.Header.Nav.Desc=\u041A\u043B\u0438\u043A\u043D\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u0438\u0435\u0442\u043E \u045C\u0435 \u0432\u0435 \u043E\u0434\u0432\u0435\u0434\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435
|
|
29
|
+
CARD.Config.ContentSettings=\u041F\u043E\u0441\u0442\u0430\u0432\u043A\u0438 \u043D\u0430 \u0441\u043E\u0434\u0440\u0436\u0438\u043D\u0430\u0442\u0430
|
|
30
|
+
CARD.Config.Content.SearchTerm.Lbl=\u041F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u0458\u0442\u0435 \u0442\u0435\u043A\u0441\u0442
|
|
31
|
+
CARD.Config.Content.Category.Lbl=\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0430
|
|
32
|
+
CARD.Config.Content.View.Lbl=\u041A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0430
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=\u0421\u0442\u0430\u0432\u043A\u0438 \u043F\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
|
|
34
|
+
CARD.Config.Content.Highlight.Lbl=\u041D\u0430\u0433\u043B\u0430\u0441\u0438 \u0433\u0438 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435
|
|
35
|
+
CARD.Config.Content.Highlight.Desc=\u041D\u0430\u0433\u043B\u0430\u0441\u0435\u0442\u0435 \u0433\u043E \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u043D\u0438\u043E\u0442 \u0442\u0435\u043A\u0441\u0442 \u0432\u043E \u0440\u0430\u043C\u043A\u0438\u0442\u0435 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
|
|
36
|
+
CARD.Config.Content.FooterActions.Lbl=\u0414\u0435\u0458\u0441\u0442\u0432\u0430 \u043D\u0430 \u043F\u043E\u0434\u043D\u043E\u0436\u0458\u0435\u0442\u043E
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=\u041F\u043E\u0434\u0435\u043B\u0431\u0430 \u043F\u043E \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0438 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435 \u043E\u0434 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435\u0442\u043E
|
|
38
|
+
CARD.Config.Content.FooterActions.Navigate=\u041E\u0434\u0435\u0442\u0435 \u0434\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u045A\u0435 \u0437\u0430 \u0434\u0430 \u0433\u0438 \u043F\u043E\u0433\u043B\u0435\u0434\u043D\u0435\u0442\u0435 \u0441\u0438\u0442\u0435 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438
|
|
39
|
+
CARD.Config.Content.FooterActions.None=\u041D\u0435\u043C\u0430 \u0434\u0435\u0458\u0441\u0442\u0432\u0430
|
|
40
|
+
|
|
41
|
+
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Tetapan Kandungan
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=Teks Carian
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Kategori
|
|
32
32
|
CARD.Config.Content.View.Lbl=Kategori
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=Item
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Item setiap Halaman
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Serlahkan Hasil
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Serlahkan teks carian dalam hasil.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Tindakan Pengaki
|
|
@@ -30,7 +30,7 @@ CARD.Config.ContentSettings=Ustawienia zawarto\u015Bci
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=Szukany tekst
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Kategoria
|
|
32
32
|
CARD.Config.Content.View.Lbl=Kategoria
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Pozycje na stron\u0119
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Pod\u015Bwietl wyniki
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Pod\u015Bwietl szukany tekst w wynikach.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Czynno\u015Bci stopki
|
|
@@ -30,11 +30,11 @@ CARD.Config.ContentSettings=Set\u0103ri con\u021Binut
|
|
|
30
30
|
CARD.Config.Content.SearchTerm.Lbl=Text de c\u0103utare
|
|
31
31
|
CARD.Config.Content.Category.Lbl=Categorie
|
|
32
32
|
CARD.Config.Content.View.Lbl=Categorie
|
|
33
|
-
CARD.Config.Content.PageSize.Lbl=Pozi\u021Bii
|
|
33
|
+
CARD.Config.Content.PageSize.Lbl=Pozi\u021Bii pe pagin\u0103
|
|
34
34
|
CARD.Config.Content.Highlight.Lbl=Eviden\u021Biere rezultate
|
|
35
35
|
CARD.Config.Content.Highlight.Desc=Eviden\u021Bia\u021Bi textul c\u0103utat \u00EEn rezultate.
|
|
36
36
|
CARD.Config.Content.FooterActions.Lbl=Ac\u021Biuni not\u0103 de subsol
|
|
37
|
-
CARD.Config.Content.FooterActions.Page=Paginare rezultate c\u0103utare
|
|
37
|
+
CARD.Config.Content.FooterActions.Page=Paginare rezultate c\u0103utare
|
|
38
38
|
CARD.Config.Content.FooterActions.Navigate=Navig.la apl.c\u0103utare pentru a vedea toate rezult.
|
|
39
39
|
CARD.Config.Content.FooterActions.None=Nicio ac\u021Biune
|
|
40
40
|
|