@sapui5/sap.ushell 1.113.0 → 1.115.0
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/ApplicationType.js +59 -57
- package/src/main/js/sap/ushell/CanvasShapesManager.js +41 -19
- package/src/main/js/sap/ushell/Config.js +5 -0
- package/src/main/js/sap/ushell/Container.js +32 -13
- 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/Layout.js +10 -10
- package/src/main/js/sap/ushell/NWBCInterface.js +1 -1
- package/src/main/js/sap/ushell/SessionHandler.js +2 -4
- package/src/main/js/sap/ushell/System.js +50 -0
- package/src/main/js/sap/ushell/TechnicalParameters.js +1 -1
- package/src/main/js/sap/ushell/UIActions.js +8 -23
- package/src/main/js/sap/ushell/URLTemplateProcessor.js +1 -1
- package/src/main/js/sap/ushell/Ui5NativeServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/Ui5ServiceFactory.js +1 -1
- package/src/main/js/sap/ushell/User.js +0 -10
- package/src/main/js/sap/ushell/_ApplicationType/guiResolution.js +120 -128
- package/src/main/js/sap/ushell/_ApplicationType/systemAlias.js +297 -304
- package/src/main/js/sap/ushell/_ApplicationType/utils.js +8 -4
- package/src/main/js/sap/ushell/_ApplicationType/wdaResolution.js +51 -65
- 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/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 +39 -38
- package/src/main/js/sap/ushell/adapters/cdm/v3/LaunchPageAdapter.js +8 -8
- package/src/main/js/sap/ushell/adapters/cdm/v3/StaticGroupsAdapter.js +3 -4
- package/src/main/js/sap/ushell/adapters/cdm/v3/_LaunchPage/readApplications.js +13 -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 +2 -2
- package/src/main/js/sap/ushell/adapters/cep/SearchCEPApplicationAdapter.js +264 -0
- 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/SearchAdapter.js +3 -5
- package/src/main/js/sap/ushell/adapters/local/SearchCEPAdapter.js +1 -1
- package/src/main/js/sap/ushell/adapters/local/SupportTicketAdapter.js +4 -7
- 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/AppCommunicationMgr.js +6 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntime.js +128 -48
- package/src/main/js/sap/ushell/appRuntime/ui5/AppRuntimeService.js +2 -2
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/baseRta/Trigger.js +1 -1
- package/src/main/js/sap/ushell/appRuntime/ui5/plugins/scriptAgent/Component.js +24 -4
- package/src/main/js/sap/ushell/appRuntime/ui5/services/AppLifeCycleAgent.js +80 -23
- package/src/main/js/sap/ushell/appRuntime/ui5/services/CrossApplicationNavigation.js +14 -7
- package/src/main/js/sap/ushell/appRuntime/ui5/services/ShellUIService.js +66 -8
- package/src/main/js/sap/ushell/appRuntime/ui5/services/UserInfo.js +5 -0
- 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 +11 -2
- package/src/main/js/sap/ushell/bootstrap/common/common.read.ushell.config.from.url.js +35 -40
- package/src/main/js/sap/ushell/components/CatalogsManager.js +47 -21
- package/src/main/js/sap/ushell/components/ComponentKeysHandler.js +22 -0
- package/src/main/js/sap/ushell/components/HomepageManager.js +23 -1
- package/src/main/js/sap/ushell/components/SharedComponentUtils.js +9 -15
- package/src/main/js/sap/ushell/components/_HeaderManager/ShellHeader.controller.js +1 -1
- package/src/main/js/sap/ushell/components/_HomepageManager/PersistentPageOperationAdapter.js +1 -1
- package/src/main/js/sap/ushell/components/appfinder/AppFinder.controller.js +15 -17
- package/src/main/js/sap/ushell/components/appfinder/Catalog.controller.js +53 -12
- package/src/main/js/sap/ushell/components/appfinder/Component.js +5 -3
- package/src/main/js/sap/ushell/components/appfinder/EasyAccess.controller.js +21 -16
- package/src/main/js/sap/ushell/components/appfinder/EasyAccessView.js +2 -1
- package/src/main/js/sap/ushell/components/appfinder/HierarchyApps.controller.js +39 -8
- package/src/main/js/sap/ushell/components/appfinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/AppLifeCycle.js +30 -11
- package/src/main/js/sap/ushell/components/applicationIntegration/Storage.js +1 -1
- package/src/main/js/sap/ushell/components/applicationIntegration/application/Application.js +12 -7
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxHandler.js +4 -4
- package/src/main/js/sap/ushell/components/applicationIntegration/application/BlueBoxesCache.js +33 -19
- package/src/main/js/sap/ushell/components/applicationIntegration/application/PostMessageAPI.js +61 -20
- 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/Component.js +3 -76
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.controller.js +196 -215
- package/src/main/js/sap/ushell/components/cepsearchresult/app/Main.view.xml +10 -25
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Component.js +140 -50
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Config.js +237 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Extension.js +40 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n.properties +65 -2
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ar.properties +37 -88
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_bg.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ca.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cs.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_cy.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_da.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_de.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_el.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_GB.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_sappsd.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saprigi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_en_US_saptrc.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_es.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_es_MX.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_et.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_fr_CA.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_hu.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_id.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_it.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_iw.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ja.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_kk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ko.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lt.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_lv.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ms.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_nl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_no.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pt.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_pt_PT.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ro.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_ru.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sh.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sl.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_sv.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_th.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_tr.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_uk.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_vi.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_CN.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/i18n/i18n_zh_TW.properties +34 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/manifest.json +51 -26
- package/src/main/js/sap/ushell/components/cepsearchresult/app/css/style.css +21 -12
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/Edition.js +198 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionAdvanced.js +333 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/EditionStandard.js +59 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.css +309 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/Category.js +852 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Highlighter.js +19 -44
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Paginator.css +5 -5
- package/src/main/js/sap/ushell/components/cepsearchresult/app/{cards/searchresultwidget → util}/controls/Paginator.js +15 -18
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/All.js +65 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Application.js +209 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Event.js +183 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/People.js +131 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/controls/categories/Workpage.js +30 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n.properties +43 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ar.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_bg.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ca.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cs.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_cy.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_da.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_de.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_el.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_GB.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_sappsd.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saprigi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_en_US_saptrc.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_es_MX.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_et.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_fr_CA.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_hu.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_id.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_it.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_iw.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ja.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_kk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ko.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lt.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_lv.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ms.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_nl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_no.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ro.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_ru.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sh.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sl.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_sv.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_th.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_tr.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_uk.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_vi.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_zh_CN.properties +23 -0
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_zh_TW.properties +23 -0
- package/src/main/js/sap/ushell/components/container/ApplicationContainer.js +73 -39
- package/src/main/js/sap/ushell/components/contentFinder/Component.js +172 -42
- package/src/main/js/sap/ushell/components/contentFinder/controller/AppSearch.controller.js +59 -96
- package/src/main/js/sap/ushell/components/contentFinder/controller/ContentFinderDialog.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/controller/WidgetGallery.controller.js +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLListBinding.js +37 -0
- package/src/main/js/sap/ushell/components/contentFinder/model/GraphQLModel.js +35 -0
- package/src/main/js/sap/ushell/components/contentFinder/model/formatter.js +5 -8
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources.properties +14 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ar.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_bg.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ca.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cs.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_cy.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_da.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_de.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_el.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_GB.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_sappsd.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saprigi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_en_US_saptrc.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_es_MX.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_et.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_fr_CA.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_hu.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_id.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_it.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_iw.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ja.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_kk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ko.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lt.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_lv.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ms.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_nl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_no.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_pt_PT.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ro.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_ru.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sh.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sl.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_sv.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_th.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_tr.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_uk.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_vi.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_CN.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/resources/resources_zh_TW.properties +9 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearch.view.xml +46 -34
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchBox.fragment.xml +65 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/AppSearchPaginated.view.xml +119 -0
- package/src/main/js/sap/ushell/components/contentFinder/view/ContentFinderDialog.view.xml +1 -1
- package/src/main/js/sap/ushell/components/contentFinder/view/WidgetGallery.view.xml +1 -2
- package/src/main/js/sap/ushell/components/factsheet/Component.js +1 -1
- package/src/main/js/sap/ushell/components/homepage/ActionMode.js +11 -4
- package/src/main/js/sap/ushell/components/homepage/Component.js +5 -0
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.controller.js +16 -6
- package/src/main/js/sap/ushell/components/homepage/DashboardContent.view.js +36 -29
- package/src/main/js/sap/ushell/components/homepage/DashboardGroupsBox.js +10 -7
- package/src/main/js/sap/ushell/components/homepage/DashboardUIActions.js +5 -2
- package/src/main/js/sap/ushell/components/homepage/FLPAnalytics.js +5 -0
- 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 +5 -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 +42 -6
- package/src/main/js/sap/ushell/components/pages/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/pages/view/PageRuntime.view.xml +0 -2
- 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/Component.js +44 -41
- package/src/main/js/sap/ushell/components/shell/MenuBar/controller/MenuBar.controller.js +19 -5
- package/src/main/js/sap/ushell/components/shell/MenuBar/manifest.json +5 -9
- package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBar.view.xml +0 -1
- package/src/main/js/sap/ushell/components/shell/MenuBar/view/MenuBarPersonalization.view.xml +37 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/Component.js +16 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/controller/NavigationBarMenu.controller.js +360 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/manifest.json +52 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/CustomTreeItem.fragment.xml +28 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenu.view.xml +23 -0
- package/src/main/js/sap/ushell/components/shell/NavigationBarMenu/view/NavigationBarMenuPopover.fragment.xml +58 -0
- 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/NavigationSvcSearchProvider.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/Settings/Component.js +1 -1
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.controller.js +65 -28
- package/src/main/js/sap/ushell/components/shell/Settings/appearance/Appearance.view.xml +23 -3
- package/src/main/js/sap/ushell/components/shell/Settings/userDefaults/controller/UserDefaultsSetting.controller.js +31 -5
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.controller.js +13 -9
- package/src/main/js/sap/ushell/components/shell/Settings/userLanguageRegion/LanguageRegionSelector.view.xml +15 -6
- 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 -14
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.controller.js +29 -16
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncher/StaticTile.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.controller.js +30 -16
- package/src/main/js/sap/ushell/components/tiles/cdm/applauncherdynamic/DynamicTile.view.xml +1 -1
- package/src/main/js/sap/ushell/components/tiles/utils.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 +27 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.accessibility.js +245 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageBuilder.controller.js +476 -154
- package/src/main/js/sap/ushell/components/workPageBuilder/controller/WorkPageHost.js +177 -0
- 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 +193 -156
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumn.js +143 -102
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnRenderer.js +6 -4
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageColumnResizer.js +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRow.js +50 -8
- package/src/main/js/sap/ushell/components/workPageBuilder/controls/WorkPageRowRenderer.js +9 -3
- package/src/main/js/sap/ushell/components/workPageBuilder/manifest.json +1 -1
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources.properties +79 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ar.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_bg.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ca.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cs.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_cy.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_da.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_de.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_el.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_GB.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_sappsd.properties +14 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saprigi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_en_US_saptrc.properties +14 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_es_MX.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_et.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_fr_CA.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_hu.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_id.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_it.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_iw.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ja.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_kk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ko.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lt.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_lv.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ms.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_nl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_no.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_pt_PT.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ro.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_ru.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sh.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sl.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_sv.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_th.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_tr.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_uk.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_vi.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_CN.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/resources/resources_zh_TW.properties +39 -0
- package/src/main/js/sap/ushell/components/workPageBuilder/view/WorkPageBuilder.view.xml +48 -13
- 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 +4 -27
- 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/manifest.json +2 -1
- package/src/main/js/sap/ushell/plugins/rta-personalize/Component.js +1 -1
- package/src/main/js/sap/ushell/renderers/fiori2/AccessKeysHandler.js +4 -3
- package/src/main/js/sap/ushell/renderers/fiori2/Renderer.js +120 -91
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.controller.js +440 -294
- package/src/main/js/sap/ushell/renderers/fiori2/Shell.view.js +492 -140
- package/src/main/js/sap/ushell/renderers/fiori2/ShellAsync.view.js +498 -164
- package/src/main/js/sap/ushell/renderers/fiori2/ShellLayout.js +99 -0
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources.properties +33 -36
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ar.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_bg.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ca.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cs.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_cy.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_da.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_de.properties +19 -21
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_el.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_GB.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_sappsd.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saprigi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_en_US_saptrc.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_es_MX.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_et.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_fr_CA.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_hu.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_id.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_it.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_iw.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ja.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_kk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ko.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lt.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_lv.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ms.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_nl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_no.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_pt_PT.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ro.properties +18 -20
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_ru.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sh.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sl.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_sv.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_th.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_tr.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_uk.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_vi.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_CN.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/resources/resources_zh_TW.properties +17 -19
- package/src/main/js/sap/ushell/renderers/fiori2/search/searchComponent/manifest.json +1 -1
- package/src/main/js/sap/ushell/services/AppConfiguration.js +2 -0
- package/src/main/js/sap/ushell/services/AppLifeCycle.js +46 -32
- package/src/main/js/sap/ushell/services/AppState.js +30 -1
- package/src/main/js/sap/ushell/services/Bookmark.js +45 -12
- 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 +4 -6
- package/src/main/js/sap/ushell/services/CrossApplicationNavigation.js +22 -16
- package/src/main/js/sap/ushell/services/DarkModeSupport.js +1 -1
- package/src/main/js/sap/ushell/services/LaunchPage.js +1 -1
- package/src/main/js/sap/ushell/services/Menu.js +251 -18
- package/src/main/js/sap/ushell/services/Message.js +1 -1
- package/src/main/js/sap/ushell/services/MessageBroker.js +20 -4
- package/src/main/js/sap/ushell/services/NavTargetResolution.js +12 -7
- 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/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 +54 -6
- package/src/main/js/sap/ushell/services/SearchableContent.js +6 -3
- 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/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 +20 -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 +73 -32
- 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 +11 -3
- 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/themes/base/ContentFinder.less +21 -0
- package/src/main/js/sap/ushell/themes/base/Dashboard.less +0 -2
- package/src/main/js/sap/ushell/themes/base/FloatingContainer.less +83 -9
- package/src/main/js/sap/ushell/themes/base/MenuBar.less +23 -0
- package/src/main/js/sap/ushell/themes/base/SearchCEP.less +5 -1
- package/src/main/js/sap/ushell/themes/base/ShellAppTitle.less +4 -1
- package/src/main/js/sap/ushell/themes/base/ShellHeader.less +2 -20
- package/src/main/js/sap/ushell/themes/base/ShellLayout.less +131 -183
- package/src/main/js/sap/ushell/themes/base/SidePane.less +8 -0
- package/src/main/js/sap/ushell/themes/base/SubHeader.less +3 -0
- package/src/main/js/sap/ushell/themes/base/SysInfoBar.less +114 -0
- package/src/main/js/sap/ushell/themes/base/ToolAreaItem.less +1 -5
- package/src/main/js/sap/ushell/themes/base/WorkPageCell.less +48 -10
- package/src/main/js/sap/ushell/themes/base/WorkPageColumnResizer.less +1 -0
- package/src/main/js/sap/ushell/themes/base/WorkPageRow.less +8 -1
- package/src/main/js/sap/ushell/themes/base/library.source.less +5 -3
- package/src/main/js/sap/ushell/themes/sap_belize/FloatingContainer.less +5 -2
- package/src/main/js/sap/ushell/themes/sap_belize/ShellLayout.less +11 -9
- package/src/main/js/sap/ushell/themes/sap_belize/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellHeader.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_belize_plus/ShellLayout.less +4 -4
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/ShellLayout.less +7 -5
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3/ShellLayout.less +11 -7
- package/src/main/js/sap/ushell/themes/sap_fiori_3/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/ShellLayout.less +11 -7
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_hcb/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_hcb/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon/ShellLayout.less +12 -15
- package/src/main/js/sap/ushell/themes/sap_horizon/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/ShellLayout.less +12 -14
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/TileContainer.less +2 -11
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/ShellLayout.less +3 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SidePane.less +7 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SysInfoBar.less +42 -0
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/TileContainer.less +2 -1
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/main/js/sap/ushell/ui/AppContainerRenderer.js +9 -3
- package/src/main/js/sap/ushell/ui/QuickAccess.js +1 -1
- package/src/main/js/sap/ushell/ui/RendererRootView.fragment.xml +8 -0
- package/src/main/js/sap/ushell/ui/ShellHeader.js +3 -32
- package/src/main/js/sap/ushell/ui/ShellHeaderRenderer.js +1 -3
- package/src/main/js/sap/ushell/ui/cards/RecentActivitiesExtension.js +1 -1
- package/src/main/js/sap/ushell/ui/footerbar/AddBookmarkButton.js +3 -0
- package/src/main/js/sap/ushell/ui/footerbar/ContactSupportButton.js +2 -2
- package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBar.js +18 -1
- package/src/main/js/sap/ushell/ui/launchpad/AnchorNavigationBarRenderer.js +11 -2
- package/src/main/js/sap/ushell/ui/launchpad/ExtendedChangeDetection.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/LinkTileWrapperRenderer.js +3 -2
- package/src/main/js/sap/ushell/ui/launchpad/Page.js +1 -1
- package/src/main/js/sap/ushell/ui/launchpad/Section.js +11 -3
- package/src/main/js/sap/ushell/ui/launchpad/Tile.js +7 -7
- package/src/main/js/sap/ushell/ui/launchpad/section/CompactArea.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/FloatingContainer.js +107 -67
- package/src/main/js/sap/ushell/ui/shell/RightFloatingContainer.js +6 -3
- package/src/main/js/sap/ushell/ui/shell/ShellHeadItem.js +1 -1
- package/src/main/js/sap/ushell/ui/shell/ShellNavigationMenu.js +14 -0
- package/src/main/js/sap/ushell/ui/shell/SidePane.js +72 -0
- package/src/main/js/sap/ushell/ui/shell/SubHeader.js +81 -0
- package/src/main/js/sap/ushell/ui/shell/SysInfoBar.js +194 -0
- package/src/main/js/sap/ushell/ui/shell/SysInfoBarRenderer.js +41 -0
- 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/main/js/sap/ushell/utils.js +8 -8
- package/src/test/js/sap/ushell/bootstrap/sandbox.js +1 -1
- package/ui5.yaml +2 -1
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Main.controller.js +0 -140
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/Main.view.xml +0 -10
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/SearchResultList.css +0 -248
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/SearchResultList.js +0 -486
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/controls/Tile.js +0 -61
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/css/style.css +0 -13
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/appTile.fragment.xml +0 -8
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/default.fragment.xml +0 -34
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/peopleCard.fragment.xml +0 -39
- package/src/main/js/sap/ushell/components/cepsearchresult/app/cards/searchresultwidget/templates/peopleList.fragment.xml +0 -41
- package/src/main/js/sap/ushell/components/cepsearchresult/app/controls/FilterField.js +0 -65
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/AppDataExtension.js +0 -96
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/SearchResultManager.js +0 -292
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/SearchResultModel.js +0 -166
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/config.advanced.json +0 -136
- package/src/main/js/sap/ushell/components/cepsearchresult/app/util/config.standard.json +0 -73
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettingsErrorMessagePopover.fragment.xml +0 -23
- package/src/main/js/sap/ushell/components/shell/Settings/UserSettingsErrorMessagePopover.js +0 -49
- package/src/main/js/sap/ushell/themes/base/ContentFinderAppBox.less +0 -182
- package/src/main/js/sap/ushell/themes/base/SplitContainer.less +0 -72
- package/src/main/js/sap/ushell/themes/sap_belize/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_belize_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_belize_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_bluecrystal/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_dark/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_fiori_3_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_horizon/SplitContainer.less +0 -8
- package/src/main/js/sap/ushell/themes/sap_horizon_dark/SplitContainer.less +0 -7
- package/src/main/js/sap/ushell/themes/sap_horizon_hcb/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/themes/sap_horizon_hcw/SplitContainer.less +0 -3
- package/src/main/js/sap/ushell/ui/ShellLayout.fragment.xml +0 -34
- package/src/main/js/sap/ushell/ui/contentFinder/AppBox.js +0 -404
- package/src/main/js/sap/ushell/ui/contentFinder/AppBoxRenderer.js +0 -299
- package/src/main/js/sap/ushell/ui/shell/ShellLayout.js +0 -386
- package/src/main/js/sap/ushell/ui/shell/ShellLayoutRenderer.js +0 -102
- package/src/main/js/sap/ushell/ui/shell/SplitContainer.js +0 -343
- package/src/main/js/sap/ushell/ui/shell/SplitContainerRenderer.js +0 -107
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\u0411\u0438\u0437\u043D\u0435\u0441 \u0436\u0430\u0437\u0431\u0430\u043B\u0430\u0440 \u0456\u0437\u0434\u0435\u043B\u0443\u0434\u0435...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=\u0421\u04D9\u0439\u043A\u0435\u0441 \u043A\u0435\u043B\u0435\u0442\u0456\u043D \u0431\u0438\u0437\u043D\u0435\u0441 \u0436\u0430\u0437\u0431\u0430\u043B\u0430\u0440 \u0442\u0430\u0431\u044B\u043B\u043C\u0430\u0434\u044B
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=\u049A\u04B1\u0436\u0430\u0442\u0442\u0430\u0440
|
|
86
|
+
CATEGORIES.Document.ShortTitle=\u049A\u04B1\u0436\u0430\u0442\u0442\u0430\u0440
|
|
87
|
+
CATEGORIES.Document.Card.Title=\u049A\u04B1\u0436\u0430\u0442\u0442\u0430\u0440
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=\u049A\u04B1\u0436\u0430\u0442\u0442\u0430\u0440 \u0456\u0437\u0434\u0435\u043B\u0443\u0434\u0435...
|
|
90
|
+
CATEGORIES.Document.NoData=\u0421\u04D9\u0439\u043A\u0435\u0441 \u043A\u0435\u043B\u0435\u0442\u0456\u043D \u049B\u04B1\u0436\u0430\u0442\u0442\u0430\u0440 \u0442\u0430\u0431\u044B\u043B\u043C\u0430\u0434\u044B
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=\u0411\u0435\u0439\u043D\u0435\u043B\u0435\u0440
|
|
93
|
+
CATEGORIES.Video.ShortTitle=\u0411\u0435\u0439\u043D\u0435\u043B\u0435\u0440
|
|
94
|
+
CATEGORIES.Video.Card.Title=\u0411\u0435\u0439\u043D\u0435\u043B\u0435\u0440
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=\u0411\u0435\u0439\u043D\u0435\u043B\u0435\u0440 \u0456\u0437\u0434\u0435\u043B\u0443\u0434\u0435...
|
|
97
|
+
CATEGORIES.Video.NoData=\u0421\u04D9\u0439\u043A\u0435\u0441 \u043A\u0435\u043B\u0435\u0442\u0456\u043D \u0431\u0435\u0439\u043D\u0435\u043B\u0435\u0440 \u0442\u0430\u0431\u044B\u043B\u043C\u0430\u0434\u044B
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=\u0411\u0430\u0440\u043B\u044B\u0493\u044B\u043D \u043A\u04E9\u0440\u0443
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\u0422\u0435\u0433\u0442\u0435\u0440/\u043A\u0456\u043B\u0442\u0441\u04E9\u0437\u0434\u0435\u0440
|
|
87
102
|
FILTERS.Tags.Description=\u0422\u0435\u0433\u0442\u0435\u0440 \u043C\u0435\u043D \u043A\u0456\u043B\u0442\u0441\u04E9\u0437\u0434\u0435\u0440 \u0441\u04AF\u0437\u0433\u0456\u0441\u0456
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=\u049A\u043E\u0441\u044B\u043B\u0493\u0430\u043D \u04
|
|
|
92
107
|
FILTERS.Modified.Label=\u04E8\u0437\u0433\u0435\u0440\u0442\u0456\u043B\u0433\u0435\u043D
|
|
93
108
|
FILTERS.Modified.Description="\u04E8\u0437\u0433\u0435\u0440\u0442\u0456\u043B\u0433\u0435\u043D" \u0441\u04AF\u0437\u0433\u0456\u0441\u0456
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=\u041F\u043B\u0438\u0442\u043A\u0430
|
|
111
|
+
CATEGORY.Views.ListButtonText=\u0422\u0456\u0437\u0456\u043C
|
|
112
|
+
CATEGORY.Views.CardButtonText=\u041A\u0430\u0440\u0442\u0430
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=\u041F\u043B\u0438\u0442\u043A\u0430 \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u0456
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=\u0422\u0456\u0437\u0456\u043C \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u0456
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=\u041A\u0430\u0440\u0442\u0430 \u043A\u04E9\u0440\u0456\u043D\u0456\u0441\u0456
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=\u041D\u04D9\u0442\u0438\u0436\u0435\u043D\u0456 \u0436\u0430\u04A3\u0430\u0440\u0442\u0443
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC\uB97C \uAC80\uC0C9\uD558\uB294 \uC911...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=\uC77C\uCE58\uD558\uB294 \uBE44\uC988\uB2C8\uC2A4 \uB808\uCF54\uB4DC \uC5C6\uC74C
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\uD0DC\uADF8/\uD0A4\uC6CC\uB4DC
|
|
87
102
|
FILTERS.Tags.Description=\uD0DC\uADF8 \uBC0F \uD0A4\uC6CC\uB4DC \uD544\uD130
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=\uD2B9\uC815 \uC5F0\uACB0\uB41C \uC2DC\uC2A4\uD15C\uC
|
|
|
92
107
|
FILTERS.Modified.Label=\uC218\uC815\uB428
|
|
93
108
|
FILTERS.Modified.Description=\uC218\uC815\uB428 \uD544\uD130
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Ie\u0161koma verslo \u012Fra\u0161\u0173...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Atitinkan\u010Di\u0173 verslo \u012Fra\u0161\u0173 nerasta
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\u017Dym\u0117s / rakta\u017Eod\u017Eiai
|
|
87
102
|
FILTERS.Tags.Description=Filtruoti \u017Eymes ir rakta\u017E.
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtruoti prijungtose sist.
|
|
|
92
107
|
FILTERS.Modified.Label=Modifikuota
|
|
93
108
|
FILTERS.Modified.Description=Filtruoti modifikuotus
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Notiek biznesa ierakstu mekl\u0113\u0161ana...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nav atrasts neviens atbilsto\u0161s biznesa ieraksts
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tagi/atsl\u0113gv\u0101rdi
|
|
87
102
|
FILTERS.Tags.Description=Filtr\u0113t tagus un atsl\u0113gv\u0101rdus
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtr\u0113t specif. sav. sist\u0113m\u0101s
|
|
|
92
107
|
FILTERS.Modified.Label=Modific\u0113ts
|
|
93
108
|
FILTERS.Modified.Description=Filtr\u0113t modific\u0113to
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Mencari rekod perniagaan...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Tiada rekod perniagaan yang sepadan ditemui
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tag/Kata Kunci
|
|
87
102
|
FILTERS.Tags.Description=Penapis utk tag dan kata kunci
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Pnps dlm sstm brsmbng tertentu
|
|
|
92
107
|
FILTERS.Modified.Label=Diubah Suai
|
|
93
108
|
FILTERS.Modified.Description=Penapis untuk Diubah Suai
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Zoeken naar zakelijke records...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Geen overeenkomende zakelijke records gevonden
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tags/trefwoorden
|
|
87
102
|
FILTERS.Tags.Description=Filter voor tags/trefwoorden
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filter in specif. verb. syst.
|
|
|
92
107
|
FILTERS.Modified.Label=Gewijzigd
|
|
93
108
|
FILTERS.Modified.Description=Filter voor gewijzigd
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=S\u00F8ker etter forretningsposter ...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Finner ingen forretningsposter som samsvarer
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tagger/n\u00F8kkelord
|
|
87
102
|
FILTERS.Tags.Description=Filter for tagger og n\u00F8kkelord
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filter i bestemte tilk. sys.
|
|
|
92
107
|
FILTERS.Modified.Label=Endret
|
|
93
108
|
FILTERS.Modified.Description=Filter for endret
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Wyszukiwanie rekord\u00F3w biznesowych...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nie znaleziono pasuj\u0105cych rekord\u00F3w biznesowych
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Znaczniki/s\u0142owa kluczowe
|
|
87
102
|
FILTERS.Tags.Description=Filtruj znaczniki/s\u0142owa kluczowe
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtruj w okre\u015Blonych systemach po\u0142\u0105cz
|
|
|
92
107
|
FILTERS.Modified.Label=Zmodyfikowane
|
|
93
108
|
FILTERS.Modified.Description=Filtruj zmodyfikowane
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Procurando registros de neg\u00F3cios...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nenh.registro de neg\u00F3cios correspondente encontr.
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tags/palavras-chave
|
|
87
102
|
FILTERS.Tags.Description=Filtro p/tags e palavras-chave
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Fltr.em sists.conects.especs.
|
|
|
92
107
|
FILTERS.Modified.Label=Modificado
|
|
93
108
|
FILTERS.Modified.Description=Filtro para Modificado
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
package/src/main/js/sap/ushell/components/cepsearchresult/app/util/i18n/i18n_pt_PT.properties
CHANGED
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=A procurar registos de neg\u00F3cios...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nenh.registo de neg\u00F3cios correspondente encontrado
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tags/palavras-chave
|
|
87
102
|
FILTERS.Tags.Description=Filtrar tags e palavras-chave
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtrar em sists.ligs.especs.
|
|
|
92
107
|
FILTERS.Modified.Label=Modificado
|
|
93
108
|
FILTERS.Modified.Description=Filtrar modificados
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=C\u0103utare \u00EEnregistr\u0103ri de afaceri
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nicio \u00EEnregistrare de afaceri concordant\u0103 g\u0103sit\u0103
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Taguri/cuvinte cheie
|
|
87
102
|
FILTERS.Tags.Description=Filtra\u021Bi dup\u0103 taguri/cuv.cheie
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtr.\u00EEn anumite sist.conect.
|
|
|
92
107
|
FILTERS.Modified.Label=Modificat
|
|
93
108
|
FILTERS.Modified.Description=Filtra\u021Bi dup\u0103 modificate
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\u041F\u043E\u0438\u0441\u043A \u0431\u0438\u0437\u043D\u0435\u0441-\u0437\u0430\u043F\u0438\u0441\u0435\u0439...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=\u041F\u043E\u0434\u0445\u043E\u0434\u044F\u0449\u0438\u0435 \u0431\u0438\u0437\u043D\u0435\u0441-\u0437\u0430\u043F\u0438\u0441\u0438 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u044B
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\u0422\u0435\u0433\u0438/\u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430
|
|
87
102
|
FILTERS.Tags.Description=\u0424\u0438\u043B\u044C\u0442\u0440 \u0434\u043B\u044F \u0442\u0435\u0433\u043E\u0432/\u043A\u043B\u044E\u0447\u0435\u0432\u044B\u0445 \u0441\u043B\u043E\u0432
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=\u0424\u0438\u043B\u044C\u0442\u0440 \u0432 \u043E\u0
|
|
|
92
107
|
FILTERS.Modified.Label=\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043E
|
|
93
108
|
FILTERS.Modified.Description=\u0424\u0438\u043B\u044C\u0442\u0440 \u0434\u043B\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Tra\u017Eenje poslovnih zapisa...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nisu na\u0111eni odgovaraju\u0107i poslovni zapisi
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Dokumenti
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Dokumenti
|
|
87
|
+
CATEGORIES.Document.Card.Title=Dokumenti
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Tra\u017Eenje dokumenata...
|
|
90
|
+
CATEGORIES.Document.NoData=Nisu na\u0111ein odgovaraju\u0107i dokumenti
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Video zapisi
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Video zapisi
|
|
94
|
+
CATEGORIES.Video.Card.Title=Video zapisi
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Tra\u017Eenje video zapisa
|
|
97
|
+
CATEGORIES.Video.NoData=Nisu na\u0111eni odgovaraju\u0107i video zapisi
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=Poka\u017Ei sve
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Oznake/klju\u010Dne re\u010Di
|
|
87
102
|
FILTERS.Tags.Description=Filter za oznake i klju\u010D.re\u010Di
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filter u pos.povez.sistemima
|
|
|
92
107
|
FILTERS.Modified.Label=Izmenjeno
|
|
93
108
|
FILTERS.Modified.Description=Filter za izmenjeno
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Podekran
|
|
111
|
+
CATEGORY.Views.ListButtonText=Lista
|
|
112
|
+
CATEGORY.Views.CardButtonText=Kartica
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Pogled podekrana
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=Pogled liste
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Pogled kartice
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Osve\u017Ei rezultat
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=H\u013Eadaj\u00FA sa obchodn\u00E9 z\u00E1znamy...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Nena\u0161li sa \u017Eiadne vhodn\u00E9 obchodn\u00E9 z\u00E1znamy
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Doklady
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Doklady
|
|
87
|
+
CATEGORIES.Document.Card.Title=Doklady
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=H\u013Eadaj\u00FA sa doklady...
|
|
90
|
+
CATEGORIES.Document.NoData=N\u00E1jden\u00E9 \u017Eiadne zodpovedaj\u00FAce doklady
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Vide\u00E1
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Vide\u00E1
|
|
94
|
+
CATEGORIES.Video.Card.Title=Vide\u00E1
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=H\u013Eadaj\u00FA sa vide\u00E1...
|
|
97
|
+
CATEGORIES.Video.NoData=Nena\u0161li sa \u017Eiadne vhodn\u00E9 vide\u00E1
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=Zobrazi\u0165 v\u0161etko
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Tagy/k\u013E\u00FA\u010Dov\u00E9 slov\u00E1
|
|
87
102
|
FILTERS.Tags.Description=Filter pre tagy a k\u013E\u00FA\u010D.slov\u00E1
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtrujte v \u0161pec.pripoj.syst.
|
|
|
92
107
|
FILTERS.Modified.Label=Zmenen\u00E9
|
|
93
108
|
FILTERS.Modified.Description=Filter pre zmenen\u00E9
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Dla\u017Edica
|
|
111
|
+
CATEGORY.Views.ListButtonText=Zoznam
|
|
112
|
+
CATEGORY.Views.CardButtonText=Karta
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Zobrazenie dla\u017Ed\u00EDc
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=Zobrazenie zoznamu
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Zobrazenie kariet
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Aktualiz.v\u00FDsledok
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=Iskanje poslovnih zapisov ...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Ujemajo\u010Di se poslovni zapisi niso najdeni
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Oznake/klju\u010Dne besede
|
|
87
102
|
FILTERS.Tags.Description=Filter za ozn. in klju\u010D. bes.
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filter v dol. pov. sis.
|
|
|
92
107
|
FILTERS.Modified.Label=Spremenjeno
|
|
93
108
|
FILTERS.Modified.Description=Filter za spremenjeno
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=S\u00F6ker efter aff\u00E4rsposter...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=Inga matchande aff\u00E4rsposter hittades
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Dokument
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Dokument
|
|
87
|
+
CATEGORIES.Document.Card.Title=Dokument
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=S\u00F6ker efter dokument...
|
|
90
|
+
CATEGORIES.Document.NoData=Inga matchande dokument hittades
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videor
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videor
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videor
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=S\u00F6ker efter videor...
|
|
97
|
+
CATEGORIES.Video.NoData=Inga matchande videor hittades
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=Visa alla
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Taggar/nyckelord
|
|
87
102
|
FILTERS.Tags.Description=Filtrera taggar/nyckelord
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Filtrera i vissa ansl. system
|
|
|
92
107
|
FILTERS.Modified.Label=Modifierade
|
|
93
108
|
FILTERS.Modified.Description=Filtrera efter modifierade
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Panel
|
|
111
|
+
CATEGORY.Views.ListButtonText=Lista
|
|
112
|
+
CATEGORY.Views.CardButtonText=Kort
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Panelvy
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=Listvy
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Kortvy
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Uppdatera resultat
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\u0E01\u0E33\u0E25\u0E31\u0E07\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E40\u0E23\u0E04\u0E04\u0E2D\u0E23\u0E4C\u0E14\u0E17\u0E32\u0E07\u0E18\u0E38\u0E23\u0E01\u0E34\u0E08...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E40\u0E23\u0E04\u0E04\u0E2D\u0E23\u0E4C\u0E14\u0E17\u0E32\u0E07\u0E18\u0E38\u0E23\u0E01\u0E34\u0E08\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\u0E41\u0E17\u0E47\u0E01/\u0E04\u0E33\u0E2A\u0E33\u0E04\u0E31\u0E0D
|
|
87
102
|
FILTERS.Tags.Description=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E2A\u0E33\u0E2B\u0E23\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E01\u0E41\u0E25\u0E30\u0E04\u0E33\u0E2A\u0E33\u0E04\u0E31\u0E0D
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E4
|
|
|
92
107
|
FILTERS.Modified.Label=\u0E1B\u0E23\u0E31\u0E1A\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E25\u0E49\u0E27
|
|
93
108
|
FILTERS.Modified.Description=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E1B\u0E23\u0E31\u0E1A\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\u0130\u015F kay\u0131tllar\u0131 aran\u0131yor...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=E\u015Fle\u015Fen i\u015F kayd\u0131 bulunamad\u0131
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Belgeler
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Belgeler
|
|
87
|
+
CATEGORIES.Document.Card.Title=Belgeler
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Belgeler aran\u0131yor...
|
|
90
|
+
CATEGORIES.Document.NoData=E\u015Fle\u015Fen belgeler bulunamad\u0131
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videolar
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videolar
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videolar
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Videolar aran\u0131yor...
|
|
97
|
+
CATEGORIES.Video.NoData=E\u015Fle\u015Fen videolar bulunamad\u0131
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=T\u00FCm\u00FCn\u00FC g\u00F6r\u00FCnt\u00FCle
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=Etiketler/anahtar s\u00F6zc\u00FCkler
|
|
87
102
|
FILTERS.Tags.Description=Etiketler ve anahtar s\u00F6zc\u00FCkler i\u00E7in filtre
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=Belirli ba\u011Fl\u0131 sistemlerde filtre
|
|
|
92
107
|
FILTERS.Modified.Label=De\u011Fi\u015Ftirildi
|
|
93
108
|
FILTERS.Modified.Description=De\u011Fi\u015Ftirilen i\u00E7in filtre
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Kutucuk
|
|
111
|
+
CATEGORY.Views.ListButtonText=Liste
|
|
112
|
+
CATEGORY.Views.CardButtonText=Kart
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Kutucuk g\u00F6r\u00FCn\u00FCm\u00FC
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=Liste g\u00F6r\u00FCn\u00FCm\u00FC
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Kart g\u00F6r\u00FCn\u00FCm\u00FC
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Sonucu yenile
|
|
@@ -82,6 +82,21 @@ CATEGORIES.BusinessRecord.Card.SubTitle=
|
|
|
82
82
|
CATEGORIES.BusinessRecord.LoadingData=\u041F\u043E\u0448\u0443\u043A \u0431\u0456\u0437\u043D\u0435\u0441-\u0437\u0430\u043F\u0438\u0441\u0456\u0432...
|
|
83
83
|
CATEGORIES.BusinessRecord.NoData=\u0412\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u0438\u0445 \u0431\u0456\u0437\u043D\u0435\u0441-\u0437\u0430\u043F\u0438\u0441\u0456\u0432 \u043D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E
|
|
84
84
|
|
|
85
|
+
CATEGORIES.Document.Title=Documents
|
|
86
|
+
CATEGORIES.Document.ShortTitle=Documents
|
|
87
|
+
CATEGORIES.Document.Card.Title=Documents
|
|
88
|
+
CATEGORIES.Document.Card.SubTitle=
|
|
89
|
+
CATEGORIES.Document.LoadingData=Searching for documents
|
|
90
|
+
CATEGORIES.Document.NoData=No matching documents found
|
|
91
|
+
|
|
92
|
+
CATEGORIES.Video.Title=Videos
|
|
93
|
+
CATEGORIES.Video.ShortTitle=Videos
|
|
94
|
+
CATEGORIES.Video.Card.Title=Videos
|
|
95
|
+
CATEGORIES.Video.Card.SubTitle=
|
|
96
|
+
CATEGORIES.Video.LoadingData=Searching for videos
|
|
97
|
+
CATEGORIES.Video.NoData=No matching videos found
|
|
98
|
+
|
|
99
|
+
CATEGORIES.All.ViewAll=View All
|
|
85
100
|
|
|
86
101
|
FILTERS.Tags.Label=\u0422\u0435\u0433\u0438/\u043A\u043B\u044E\u0447\u043E\u0432\u0456 \u0441\u043B\u043E\u0432\u0430
|
|
87
102
|
FILTERS.Tags.Description=\u0424\u0456\u043B\u044C\u0442\u0440 \u0434\u043B\u044F \u0442\u0435\u0433\u0456\u0432 \u0442\u0430 \u043A\u043B\u044E\u0447.\u0441\u043B\u0456\u0432
|
|
@@ -92,3 +107,11 @@ FILTERS.System.Description=\u0424\u0456\u043B\u044C\u0442\u0440 \u0443 \u0441\u0
|
|
|
92
107
|
FILTERS.Modified.Label=\u041C\u043E\u0434\u0438\u0444\u0456\u043A\u043E\u0432\u0430\u043D\u043E
|
|
93
108
|
FILTERS.Modified.Description=\u0424\u0456\u043B\u044C\u0442\u0440 \u0434\u043B\u044F \u043C\u043E\u0434\u0438\u0444\u0456\u043A\u043E\u0432\u0430\u043D\u043E\u0433\u043E
|
|
94
109
|
|
|
110
|
+
CATEGORY.Views.TileButtonText=Tile
|
|
111
|
+
CATEGORY.Views.ListButtonText=List
|
|
112
|
+
CATEGORY.Views.CardButtonText=Card
|
|
113
|
+
CATEGORY.Views.TileButtonTooltip=Tile View
|
|
114
|
+
CATEGORY.Views.ListButtonTooltip=List View
|
|
115
|
+
CATEGORY.Views.CardButtonTooltip=Card View
|
|
116
|
+
|
|
117
|
+
CATEGORY.Views.RefreshButton=Refresh Result
|