@sapui5/sap.cux.home 1.138.0 → 1.139.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/sap/cux/home/.library +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.js +17 -10
- package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/AppsAdditionPanel.ts +19 -12
- package/src/sap/cux/home/AppsContainer.d.ts +0 -1
- package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/AppsContainer.js +3 -6
- package/src/sap/cux/home/AppsContainer.js.map +1 -1
- package/src/sap/cux/home/AppsContainer.ts +2 -6
- package/src/sap/cux/home/BaseAppPanel.js +1 -1
- package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
- package/src/sap/cux/home/BaseAppPanel.ts +1 -1
- package/src/sap/cux/home/BaseContainer.js +1 -1
- package/src/sap/cux/home/BaseContainer.js.map +1 -1
- package/src/sap/cux/home/BaseContainer.ts +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.d.ts +4 -4
- package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.js +17 -19
- package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
- package/src/sap/cux/home/BaseContainerRenderer.ts +21 -25
- package/src/sap/cux/home/BaseSettingsPanel.d.ts +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.js +2 -1
- package/src/sap/cux/home/BaseSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/BaseSettingsPanel.ts +4 -2
- package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/CardsPanel.js +2 -2
- package/src/sap/cux/home/CardsPanel.js.map +1 -1
- package/src/sap/cux/home/CardsPanel.ts +2 -5
- package/src/sap/cux/home/ContentAdditionDialog.js +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
- package/src/sap/cux/home/ContentAdditionDialog.ts +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.js +4 -7
- package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
- package/src/sap/cux/home/InsightsAdditionPanel.ts +4 -8
- package/src/sap/cux/home/InsightsContainer.d.ts +0 -1
- package/src/sap/cux/home/InsightsContainer.d.ts.map +1 -1
- package/src/sap/cux/home/InsightsContainer.js +4 -4
- package/src/sap/cux/home/InsightsContainer.js.map +1 -1
- package/src/sap/cux/home/InsightsContainer.ts +11 -5
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +5 -3
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +4 -2
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts +11 -5
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +160 -82
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +164 -82
- package/src/sap/cux/home/Layout.d.ts +0 -1
- package/src/sap/cux/home/Layout.d.ts.map +1 -1
- package/src/sap/cux/home/Layout.js +0 -1
- package/src/sap/cux/home/Layout.js.map +1 -1
- package/src/sap/cux/home/Layout.ts +0 -2
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts +22 -1
- package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.js +47 -19
- package/src/sap/cux/home/NewsAndPagesContainer.js.map +1 -1
- package/src/sap/cux/home/NewsAndPagesContainer.ts +52 -19
- package/src/sap/cux/home/NewsGroup.d.ts.map +1 -1
- package/src/sap/cux/home/NewsGroup.js +11 -6
- package/src/sap/cux/home/NewsGroup.js.map +1 -1
- package/src/sap/cux/home/NewsGroup.ts +11 -8
- package/src/sap/cux/home/NewsPanel.d.ts +34 -5
- package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsPanel.gen.d.ts +0 -91
- package/src/sap/cux/home/NewsPanel.js +279 -198
- package/src/sap/cux/home/NewsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsPanel.ts +165 -99
- package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.js +10 -6
- package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
- package/src/sap/cux/home/NewsSettingsPanel.ts +12 -6
- package/src/sap/cux/home/NoDataContainer.d.ts +0 -1
- package/src/sap/cux/home/NoDataContainer.d.ts.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.js +4 -1
- package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
- package/src/sap/cux/home/SpaceInsightsPanel.ts +4 -1
- package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TaskPanel.js +2 -9
- package/src/sap/cux/home/TaskPanel.js.map +1 -1
- package/src/sap/cux/home/TaskPanel.ts +3 -9
- package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
- package/src/sap/cux/home/TilesPanel.js +4 -4
- package/src/sap/cux/home/TilesPanel.js.map +1 -1
- package/src/sap/cux/home/TilesPanel.ts +4 -10
- package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
- package/src/sap/cux/home/ToDoPanel.js +2 -17
- package/src/sap/cux/home/ToDoPanel.js.map +1 -1
- package/src/sap/cux/home/ToDoPanel.ts +2 -18
- package/src/sap/cux/home/ToDosContainer.d.ts +0 -1
- package/src/sap/cux/home/ToDosContainer.d.ts.map +1 -1
- package/src/sap/cux/home/ToDosContainer.js +2 -2
- package/src/sap/cux/home/ToDosContainer.js.map +1 -1
- package/src/sap/cux/home/ToDosContainer.ts +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js +1 -0
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js.map +1 -1
- package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts +1 -0
- package/src/sap/cux/home/i18n/messagebundle.properties +17 -5
- package/src/sap/cux/home/i18n/messagebundle_ar.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_bg.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ca.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_cnr.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_cs.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_cy.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_da.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_de.properties +15 -15
- package/src/sap/cux/home/i18n/messagebundle_el.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_en.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +12 -6
- package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +12 -6
- package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_es.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_et.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_fi.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_fr.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_hi.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_hr.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_hu.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_id.properties +6 -6
- package/src/sap/cux/home/i18n/messagebundle_it.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_iw.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ja.properties +9 -9
- package/src/sap/cux/home/i18n/messagebundle_kk.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ko.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_lt.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_lv.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_mk.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ms.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_nl.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_no.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_pl.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_pt.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ro.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_ru.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_sh.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_sk.properties +6 -6
- package/src/sap/cux/home/i18n/messagebundle_sl.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_sr.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_sv.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_th.properties +7 -7
- package/src/sap/cux/home/i18n/messagebundle_tr.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_uk.properties +6 -6
- package/src/sap/cux/home/i18n/messagebundle_vi.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +5 -5
- package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +5 -5
- package/src/sap/cux/home/interface/CardsInterface.d.ts +1 -5
- package/src/sap/cux/home/interface/CardsInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/CardsInterface.js.map +1 -1
- package/src/sap/cux/home/interface/CardsInterface.ts +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts +2 -0
- package/src/sap/cux/home/interface/KeyUserInterface.d.ts.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.js.map +1 -1
- package/src/sap/cux/home/interface/KeyUserInterface.ts +2 -0
- package/src/sap/cux/home/library.d.ts +16 -9
- package/src/sap/cux/home/library.d.ts.map +1 -1
- package/src/sap/cux/home/library.js +16 -9
- package/src/sap/cux/home/library.js.map +1 -1
- package/src/sap/cux/home/library.ts +17 -9
- package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +0 -8
- package/src/sap/cux/home/themes/base/NewsAndPagesContainer.less +4 -0
- package/src/sap/cux/home/themes/base/ToDosContainer.less +2 -1
- package/src/sap/cux/home/utils/CommonUtils.d.ts +1 -1
- package/src/sap/cux/home/utils/CommonUtils.d.ts.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.js.map +1 -1
- package/src/sap/cux/home/utils/CommonUtils.ts +5 -2
- package/src/sap/cux/home/utils/FeatureUtils.js +0 -2
- package/src/sap/cux/home/utils/FeatureUtils.js.map +1 -1
- package/src/sap/cux/home/utils/FeatureUtils.ts +3 -3
- package/src/sap/cux/home/utils/HttpHelper.js.map +1 -1
- package/src/sap/cux/home/utils/HttpHelper.ts +1 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.d.ts.map +1 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.js +0 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.js.map +1 -1
- package/src/sap/cux/home/utils/KeyUserPersonalization.ts +0 -1
- package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +9 -4
- package/src/sap/cux/home/{AppsContainerGenericPlaceholder.d.ts → utils/placeholder/AppsPlaceholder.d.ts} +2 -2
- package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{AppsContainerGenericPlaceholder.js → utils/placeholder/AppsPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/AppsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts +8 -0
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.js → utils/placeholder/InsightsPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.js.map +1 -0
- package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.d.ts → utils/placeholder/NewsAndPagesPlaceholder.d.ts} +3 -3
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.js → utils/placeholder/NewsAndPagesPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.js.map +1 -0
- package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.d.ts → utils/placeholder/ToDosPlaceholder.d.ts} +2 -2
- package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.d.ts.map +1 -0
- package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.js → utils/placeholder/ToDosPlaceholder.js} +1 -1
- package/src/sap/cux/home/utils/placeholder/ToDosPlaceholder.js.map +1 -0
- package/src/sap/cux/home/AppsContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/AppsContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/InsightsContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/InsightsContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts +0 -8
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.js.map +0 -1
- package/src/sap/cux/home/ToDosContainerGenericPlaceholder.d.ts.map +0 -1
- package/src/sap/cux/home/ToDosContainerGenericPlaceholder.js.map +0 -1
- /package/src/sap/cux/home/{AppsContainerGenericPlaceholder.ts → utils/placeholder/AppsPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{InsightsContainerGenericPlaceholder.ts → utils/placeholder/InsightsPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{NewsAndPagesContainerGenericPlaceholder.ts → utils/placeholder/NewsAndPagesPlaceholder.ts} +0 -0
- /package/src/sap/cux/home/{ToDosContainerGenericPlaceholder.ts → utils/placeholder/ToDosPlaceholder.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetNewsFeedUrl.d.ts","sourceRoot":"../../../../../..","sources":["src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,2CAA2C,CAAC;IAC3D;;;OAGG;IAEH,OAAO,OAAO,MAAM,qBAAqB,CAAC;IAG1C,OAAO,EAAE,oBAAoB,EAAiB,MAAM,yCAAyC,CAAC;IAC9F,OAAO,qBAAqB,MAAM,oCAAoC,CAAC;IAEvE,SAAS,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,qBAAqB,CAO7D;IACD,IAAI,eAAe,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,GAAG,IAAW,CAAC;IAEjE,MAAM,cAAc;8BACG,oBAAoB,WAAW,OAAO;+BAcrC,oBAAoB,WAAW,OAAO;;
|
|
1
|
+
{"version":3,"file":"SetNewsFeedUrl.d.ts","sourceRoot":"../../../../../..","sources":["src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,2CAA2C,CAAC;IAC3D;;;OAGG;IAEH,OAAO,OAAO,MAAM,qBAAqB,CAAC;IAG1C,OAAO,EAAE,oBAAoB,EAAiB,MAAM,yCAAyC,CAAC;IAC9F,OAAO,qBAAqB,MAAM,oCAAoC,CAAC;IAEvE,SAAS,YAAY,CAAC,OAAO,EAAE,OAAO,GAAG,qBAAqB,CAO7D;IACD,IAAI,eAAe,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,GAAG,IAAW,CAAC;IAEjE,MAAM,cAAc;8BACG,oBAAoB,WAAW,OAAO;+BAcrC,oBAAoB,WAAW,OAAO;;mCAalC,oBAAoB;;;;;KAO/C,CAAC;IAEF,eAAe,cAAc,CAAC;CAE7B"}
|
|
@@ -32,6 +32,7 @@ sap.ui.define(["sap/ui/fl/changeHandler/condenser/Classification"], function (Co
|
|
|
32
32
|
revertChanges.showCustomNewsFeed = revertChanges.oldShowCustomNewsFeed;
|
|
33
33
|
revertChanges.customNewsFeedKey = revertChanges.oldCustomNewsFeedKey;
|
|
34
34
|
revertChanges.showDefaultNewsFeed = revertChanges.oldshowDefaultNewsFeed;
|
|
35
|
+
revertChanges.showRssNewsFeed = revertChanges.oldShowRssNewsFeed;
|
|
35
36
|
container?.newsPersonalization(revertChanges);
|
|
36
37
|
},
|
|
37
38
|
completeChangeContent: () => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetNewsFeedUrl.js","names":["sap","ui","define","CondenserClassification","getContainer","control","getMetadata","getName","getItems","find","item","debounceTimeout","SetNewsFeedUrl","applyChange","change","container","clearTimeout","setTimeout","newsPersonalization","getContent","revertChange","revertChanges","newsFeedURL","oldNewsFeedUrl","showCustomNewsFeed","oldShowCustomNewsFeed","customNewsFeedKey","oldCustomNewsFeedKey","showDefaultNewsFeed","oldshowDefaultNewsFeed","completeChangeContent","getCondenserInfo","affectedControl","getSelector","classification","LastOneWins","uniqueKey"],"sources":["SetNewsFeedUrl.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Control from \"sap/ui/core/Control\";\nimport CondenserClassification from \"sap/ui/fl/changeHandler/condenser/Classification\";\nimport BaseLayout from \"../BaseLayout\";\nimport { IKeyUserChangeObject, INewsPersData } from \"../interface/KeyUserInterface\";\nimport NewsAndPagesContainer from \"../NewsAndPagesContainer\";\n\nfunction getContainer(control: Control): NewsAndPagesContainer {\n\tif (control.getMetadata().getName() === \"sap.cux.home.NewsAndPagesContainer\") {\n\t\treturn control as NewsAndPagesContainer;\n\t}\n\treturn (control as BaseLayout)\n\t\t.getItems()\n\t\t.find((item) => item.getMetadata().getName() === \"sap.cux.home.NewsAndPagesContainer\") as NewsAndPagesContainer;\n}\nlet debounceTimeout: ReturnType<typeof setTimeout> | null = null;\n\nconst SetNewsFeedUrl = {\n\tapplyChange: (change: IKeyUserChangeObject, control: Control) => {\n\t\tconst container = getContainer(control);\n\n\t\t// Debounce the newsPersonalization call\n\t\tif (debounceTimeout) {\n\t\t\tclearTimeout(debounceTimeout);\n\t\t}\n\n\t\tdebounceTimeout = setTimeout(() => {\n\t\t\tcontainer?.newsPersonalization(change.getContent());\n\t\t}, 0);\n\n\t\treturn true;\n\t},\n\trevertChange: (change: IKeyUserChangeObject, control: Control) => {\n\t\tconst container = getContainer(control);\n\t\tlet revertChanges = change.getContent() as INewsPersData;\n\t\trevertChanges.newsFeedURL = revertChanges.oldNewsFeedUrl;\n\t\trevertChanges.showCustomNewsFeed = revertChanges.oldShowCustomNewsFeed;\n\t\trevertChanges.customNewsFeedKey = revertChanges.oldCustomNewsFeedKey;\n\t\trevertChanges.showDefaultNewsFeed = revertChanges.oldshowDefaultNewsFeed;\n\t\tcontainer?.newsPersonalization(revertChanges);\n\t},\n\tcompleteChangeContent: () => {\n\t\treturn;\n\t},\n\tgetCondenserInfo: (change: IKeyUserChangeObject) => {\n\t\treturn {\n\t\t\taffectedControl: change.getSelector(),\n\t\t\tclassification: (CondenserClassification as { LastOneWins: string }).LastOneWins,\n\t\t\tuniqueKey: \"newsFeedUrl\"\n\t\t};\n\t}\n};\n\nexport default SetNewsFeedUrl;\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,iEAAAC,uBAAA;EAAA;;EAWA,SAASC,YAAYA,CAACC,OAAgB,EAAyB;IAC9D,IAAIA,OAAO,CAACC,WAAW,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,KAAK,oCAAoC,EAAE;MAC7E,OAAOF,OAAO;IACf;IACA,OAAQA,OAAO,CACbG,QAAQ,CAAC,CAAC,CACVC,IAAI,CAAEC,IAAI,IAAKA,IAAI,CAACJ,WAAW,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,KAAK,oCAAoC,CAAC;EACxF;EACA,IAAII,eAAqD,GAAG,IAAI;EAEhE,MAAMC,cAAc,GAAG;IACtBC,WAAW,EAAEA,CAACC,MAA4B,EAAET,OAAgB,KAAK;MAChE,MAAMU,SAAS,GAAGX,YAAY,CAACC,OAAO,CAAC;;MAEvC;MACA,IAAIM,eAAe,EAAE;QACpBK,YAAY,CAACL,eAAe,CAAC;MAC9B;MAEAA,eAAe,GAAGM,UAAU,CAAC,MAAM;QAClCF,SAAS,EAAEG,mBAAmB,CAACJ,MAAM,CAACK,UAAU,CAAC,CAAC,CAAC;MACpD,CAAC,EAAE,CAAC,CAAC;MAEL,OAAO,IAAI;IACZ,CAAC;IACDC,YAAY,EAAEA,CAACN,MAA4B,EAAET,OAAgB,KAAK;MACjE,MAAMU,SAAS,GAAGX,YAAY,CAACC,OAAO,CAAC;MACvC,IAAIgB,aAAa,GAAGP,MAAM,CAACK,UAAU,CAAC,CAAkB;MACxDE,aAAa,CAACC,WAAW,GAAGD,aAAa,CAACE,cAAc;MACxDF,aAAa,CAACG,kBAAkB,GAAGH,aAAa,CAACI,qBAAqB;MACtEJ,aAAa,CAACK,iBAAiB,GAAGL,aAAa,CAACM,oBAAoB;MACpEN,aAAa,CAACO,mBAAmB,GAAGP,aAAa,CAACQ,sBAAsB;
|
|
1
|
+
{"version":3,"file":"SetNewsFeedUrl.js","names":["sap","ui","define","CondenserClassification","getContainer","control","getMetadata","getName","getItems","find","item","debounceTimeout","SetNewsFeedUrl","applyChange","change","container","clearTimeout","setTimeout","newsPersonalization","getContent","revertChange","revertChanges","newsFeedURL","oldNewsFeedUrl","showCustomNewsFeed","oldShowCustomNewsFeed","customNewsFeedKey","oldCustomNewsFeedKey","showDefaultNewsFeed","oldshowDefaultNewsFeed","showRssNewsFeed","oldShowRssNewsFeed","completeChangeContent","getCondenserInfo","affectedControl","getSelector","classification","LastOneWins","uniqueKey"],"sources":["SetNewsFeedUrl.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Control from \"sap/ui/core/Control\";\nimport CondenserClassification from \"sap/ui/fl/changeHandler/condenser/Classification\";\nimport BaseLayout from \"../BaseLayout\";\nimport { IKeyUserChangeObject, INewsPersData } from \"../interface/KeyUserInterface\";\nimport NewsAndPagesContainer from \"../NewsAndPagesContainer\";\n\nfunction getContainer(control: Control): NewsAndPagesContainer {\n\tif (control.getMetadata().getName() === \"sap.cux.home.NewsAndPagesContainer\") {\n\t\treturn control as NewsAndPagesContainer;\n\t}\n\treturn (control as BaseLayout)\n\t\t.getItems()\n\t\t.find((item) => item.getMetadata().getName() === \"sap.cux.home.NewsAndPagesContainer\") as NewsAndPagesContainer;\n}\nlet debounceTimeout: ReturnType<typeof setTimeout> | null = null;\n\nconst SetNewsFeedUrl = {\n\tapplyChange: (change: IKeyUserChangeObject, control: Control) => {\n\t\tconst container = getContainer(control);\n\n\t\t// Debounce the newsPersonalization call\n\t\tif (debounceTimeout) {\n\t\t\tclearTimeout(debounceTimeout);\n\t\t}\n\n\t\tdebounceTimeout = setTimeout(() => {\n\t\t\tcontainer?.newsPersonalization(change.getContent());\n\t\t}, 0);\n\n\t\treturn true;\n\t},\n\trevertChange: (change: IKeyUserChangeObject, control: Control) => {\n\t\tconst container = getContainer(control);\n\t\tlet revertChanges = change.getContent() as INewsPersData;\n\t\trevertChanges.newsFeedURL = revertChanges.oldNewsFeedUrl;\n\t\trevertChanges.showCustomNewsFeed = revertChanges.oldShowCustomNewsFeed;\n\t\trevertChanges.customNewsFeedKey = revertChanges.oldCustomNewsFeedKey;\n\t\trevertChanges.showDefaultNewsFeed = revertChanges.oldshowDefaultNewsFeed;\n\t\trevertChanges.showRssNewsFeed = revertChanges.oldShowRssNewsFeed;\n\t\tcontainer?.newsPersonalization(revertChanges);\n\t},\n\tcompleteChangeContent: () => {\n\t\treturn;\n\t},\n\tgetCondenserInfo: (change: IKeyUserChangeObject) => {\n\t\treturn {\n\t\t\taffectedControl: change.getSelector(),\n\t\t\tclassification: (CondenserClassification as { LastOneWins: string }).LastOneWins,\n\t\t\tuniqueKey: \"newsFeedUrl\"\n\t\t};\n\t}\n};\n\nexport default SetNewsFeedUrl;\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,iEAAAC,uBAAA;EAAA;;EAWA,SAASC,YAAYA,CAACC,OAAgB,EAAyB;IAC9D,IAAIA,OAAO,CAACC,WAAW,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,KAAK,oCAAoC,EAAE;MAC7E,OAAOF,OAAO;IACf;IACA,OAAQA,OAAO,CACbG,QAAQ,CAAC,CAAC,CACVC,IAAI,CAAEC,IAAI,IAAKA,IAAI,CAACJ,WAAW,CAAC,CAAC,CAACC,OAAO,CAAC,CAAC,KAAK,oCAAoC,CAAC;EACxF;EACA,IAAII,eAAqD,GAAG,IAAI;EAEhE,MAAMC,cAAc,GAAG;IACtBC,WAAW,EAAEA,CAACC,MAA4B,EAAET,OAAgB,KAAK;MAChE,MAAMU,SAAS,GAAGX,YAAY,CAACC,OAAO,CAAC;;MAEvC;MACA,IAAIM,eAAe,EAAE;QACpBK,YAAY,CAACL,eAAe,CAAC;MAC9B;MAEAA,eAAe,GAAGM,UAAU,CAAC,MAAM;QAClCF,SAAS,EAAEG,mBAAmB,CAACJ,MAAM,CAACK,UAAU,CAAC,CAAC,CAAC;MACpD,CAAC,EAAE,CAAC,CAAC;MAEL,OAAO,IAAI;IACZ,CAAC;IACDC,YAAY,EAAEA,CAACN,MAA4B,EAAET,OAAgB,KAAK;MACjE,MAAMU,SAAS,GAAGX,YAAY,CAACC,OAAO,CAAC;MACvC,IAAIgB,aAAa,GAAGP,MAAM,CAACK,UAAU,CAAC,CAAkB;MACxDE,aAAa,CAACC,WAAW,GAAGD,aAAa,CAACE,cAAc;MACxDF,aAAa,CAACG,kBAAkB,GAAGH,aAAa,CAACI,qBAAqB;MACtEJ,aAAa,CAACK,iBAAiB,GAAGL,aAAa,CAACM,oBAAoB;MACpEN,aAAa,CAACO,mBAAmB,GAAGP,aAAa,CAACQ,sBAAsB;MACxER,aAAa,CAACS,eAAe,GAAGT,aAAa,CAACU,kBAAkB;MAChEhB,SAAS,EAAEG,mBAAmB,CAACG,aAAa,CAAC;IAC9C,CAAC;IACDW,qBAAqB,EAAEA,CAAA,KAAM;MAC5B;IACD,CAAC;IACDC,gBAAgB,EAAGnB,MAA4B,IAAK;MACnD,OAAO;QACNoB,eAAe,EAAEpB,MAAM,CAACqB,WAAW,CAAC,CAAC;QACrCC,cAAc,EAAGjC,uBAAuB,CAA6BkC,WAAW;QAChFC,SAAS,EAAE;MACZ,CAAC;IACF;EACD,CAAC;EAAC,OAEa1B,cAAc;AAAA","ignoreList":[]}
|
|
@@ -41,6 +41,7 @@ const SetNewsFeedUrl = {
|
|
|
41
41
|
revertChanges.showCustomNewsFeed = revertChanges.oldShowCustomNewsFeed;
|
|
42
42
|
revertChanges.customNewsFeedKey = revertChanges.oldCustomNewsFeedKey;
|
|
43
43
|
revertChanges.showDefaultNewsFeed = revertChanges.oldshowDefaultNewsFeed;
|
|
44
|
+
revertChanges.showRssNewsFeed = revertChanges.oldShowRssNewsFeed;
|
|
44
45
|
container?.newsPersonalization(revertChanges);
|
|
45
46
|
},
|
|
46
47
|
completeChangeContent: () => {
|
|
@@ -197,7 +197,13 @@ addApps=Add Apps
|
|
|
197
197
|
addApp=Add App
|
|
198
198
|
|
|
199
199
|
# XMSG: Add Apps to Favorites
|
|
200
|
-
appAddedToFavorites=
|
|
200
|
+
appAddedToFavorites={0} added to Favorites
|
|
201
|
+
|
|
202
|
+
# XMSG: Add tile to insight tiles
|
|
203
|
+
tileAddedToInsights={0} added to Insights Tiles
|
|
204
|
+
|
|
205
|
+
# XMSG: content added to myhome
|
|
206
|
+
contentAddedToMyhome=Content Added to My home
|
|
201
207
|
|
|
202
208
|
# XTOL: tooltip for add apps action button
|
|
203
209
|
addAppsTooltip=Add Apps from App Finder
|
|
@@ -678,7 +684,7 @@ editNewsFeed=Edit News Feed
|
|
|
678
684
|
editNewsURL=Edit News Feed URL
|
|
679
685
|
|
|
680
686
|
# XTIT: Title for no tasks card
|
|
681
|
-
selectCustomNewsFeed=
|
|
687
|
+
selectCustomNewsFeed=Custom News Feed
|
|
682
688
|
|
|
683
689
|
# XFLD: Custom News Feed
|
|
684
690
|
customNewsFeed=Custom News Feed
|
|
@@ -759,7 +765,7 @@ noDataMsgInsightTiles=You can add your preferred apps to this section using the
|
|
|
759
765
|
addContent=Add Content
|
|
760
766
|
|
|
761
767
|
# XMSG: Card Created MsgToast
|
|
762
|
-
Card_Created=
|
|
768
|
+
Card_Created={0} added to Insights Cards.
|
|
763
769
|
|
|
764
770
|
# XTIT: Information regarding the maximum card limit in meassage box
|
|
765
771
|
INT_CARD_LIMIT_MESSAGEBOX=\
|
|
@@ -775,7 +781,7 @@ addAppsAndTile=Apps & Insights Tiles
|
|
|
775
781
|
goButton=Go
|
|
776
782
|
|
|
777
783
|
# XBUT: Clear All Button beside Search Field
|
|
778
|
-
clearAllButton=
|
|
784
|
+
clearAllButton=Delete Query
|
|
779
785
|
|
|
780
786
|
# XMSG: Searching Message
|
|
781
787
|
searchingMessage=Searching for apps and insights tiles using AI. This can take some time.
|
|
@@ -853,7 +859,7 @@ thumbsDownButton=Thumbs down for the suggestion
|
|
|
853
859
|
feedBackSent=Thank you, your feedback is sent.
|
|
854
860
|
|
|
855
861
|
# XFLD: Default News Feed
|
|
856
|
-
selectDefaultNewsFeed=
|
|
862
|
+
selectDefaultNewsFeed=Default News Feed
|
|
857
863
|
|
|
858
864
|
# XTIT: My Home settings toggle show
|
|
859
865
|
ToggleButtonShow=Show Menu
|
|
@@ -866,3 +872,9 @@ placeholderNewsTitle=No Updates at This Time
|
|
|
866
872
|
|
|
867
873
|
# XTIT: Placeholder News Slide Description
|
|
868
874
|
placeholderNewsDescription=You do not have any news.
|
|
875
|
+
|
|
876
|
+
# XFLD: Default News Feed
|
|
877
|
+
selectNewsFeedUrl=News Feed URL
|
|
878
|
+
|
|
879
|
+
# XTIT: Label for News Feed options
|
|
880
|
+
newsFeedOptionLabel=You can select one of the options to display news feed.
|
|
@@ -173,8 +173,6 @@ moveApps=\u0646\u0642\u0644 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u06
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=\u0627\u0633\u0645 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0645\u064F\u063A\u064A\u0651\u064E\u0631
|
|
175
175
|
|
|
176
|
-
closeBtn=\u0625\u063A\u0644\u0627\u0642
|
|
177
|
-
|
|
178
176
|
cancelBtn=\u0625\u0644\u063A\u0627\u0621
|
|
179
177
|
|
|
180
178
|
renameGroup=\u0625\u0639\u0627\u062F\u0629 \u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u062C\u0645\u0648\u0639\u0629
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=\u0623\u062E\u0628\u0627\u0631 \u0645\u0647\u0645\u0629
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=\u0646\u0645\u0627\u0630\u062C \u0644\u0644\u0627\u0633\u062A\u0639\u0644\u0627\u0645\u0627\u062A
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=\u0627\u0642\u062A\u0631\u062D \u0639\u0644\u064A\u0651\u064E \u062A\u0637\u0628\u064A\u0642\u064B\u0627 \u0644\u0644\u0646\u0638\u0631\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629 \u0639\u0644\u0649 \u0623\u0645\u0631 \u0627\u0644\u0645\u0628\u064A\u0639\u0627\u062A.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=\u0623\u0631\u064A\u062F \u0639\u0631\u0636 \u0645\u0624\u0634\u0631\u0627\u062A \u0627\u0644\u0623\u062F\u0627\u0621 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0644\u0644\u0645\u0628\u064A\u0639\u0627\u062A \u0627\u0644\u0623\u0643\u062B\u0631 \u0623\u0647\u0645\u064A\u0629.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=\u0645\u0627 \u0647\u0648 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u0630\u064A \u064A\u0639\u0631\u0636 \u0627\u0644\u062A\u0648\u0638\u064A\u0641\u0627\u062A \u0627\u0644\u0645\u0641\u0642\u0648\u062F\u0629 \u0644\u0645\u0634\u0631\u0648\u0639\u0627\u062A \u0627\u0644\u0639\u0645\u0644\u0627\u0621\u061F
|
|
557
555
|
|
|
558
556
|
createdWithAI=\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0642\u0627\u0626\u
|
|
|
578
576
|
placeholderNewsTitle=\u0644\u0627 \u062A\u0648\u062C\u062F \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0648\u0642\u062A
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u0623\u064A \u0623\u062E\u0628\u0627\u0631.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=\u0625\u0638\u0647\u0627\u0631 \u0645\u0648\u062C\u0632 \u0623\u062E\u0628\u0627\u0631 RSS
|
|
@@ -173,8 +173,6 @@ moveApps=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u04
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=\u0418\u043C\u0435\u0442\u043E \u043D\u0430 \u0433\u0440\u0443\u043F\u0430\u0442\u0430 \u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u043E
|
|
175
175
|
|
|
176
|
-
closeBtn=\u0417\u0430\u0442\u0432\u0430\u0440\u044F\u043D\u0435
|
|
177
|
-
|
|
178
176
|
cancelBtn=\u041E\u0442\u043A\u0430\u0437
|
|
179
177
|
|
|
180
178
|
renameGroup=\u041F\u0440\u0435\u0438\u043C\u0435\u043D\u0443\u0432\u0430\u043D\u0435 \u043D\u0430 \u0433\u0440\u0443\u043F\u0430
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=\u041A\u0440\u0438\u0442\u0438\u0447\u043D\u0438 \u043D\u043E\u
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=\u041F\u0440\u0438\u043C\u0435\u0440\u043D\u0438 \u0437\u0430\u043F\u0438\u0442\u0432\u0430\u043D\u0438\u044F
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=\u041F\u043E\u043A\u0430\u0436\u0438 \u043C\u0438 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0437\u0430 \u043E\u0431\u0449 \u043F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u043A\u043B\u0438\u0435\u043D\u0442\u0441\u043A\u0438 \u043F\u043E\u0440\u044A\u0447\u043A\u0438.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=\u0418\u0441\u043A\u0430\u043C \u0434\u0430 \u0432\u0438\u0434\u044F \u043C\u043E\u0438\u0442\u0435 \u043D\u0430\u0439-\u0432\u0430\u0436\u043D\u0438 KPI \u0437\u0430 \u043F\u0440\u043E\u0434\u0430\u0436\u0431\u0438.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=\u041A\u043E\u0435 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u043C\u0438 \u043F\u043E\u043A\u0430\u0437\u0432\u0430 \u043B\u0438\u043F\u0441\u0432\u0430\u0449\u043E \u043E\u0431\u0435\u0437\u043F\u0435\u0447\u0430\u0432\u0430\u043D\u0435 \u0441 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B \u0437\u0430 \u043F\u0440\u043E\u0435\u043A\u0442\u0438 \u043D\u0430 \u043A\u043B\u0438\u0435\u043D\u0442\u0438?
|
|
557
555
|
|
|
558
556
|
createdWithAI=\u0421\u044A\u0437\u0434\u0430\u0434\u0435\u043D\u043E \u0441 AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \
|
|
|
578
576
|
placeholderNewsTitle=\u0412 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u043D\u044F\u043C\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=\u041D\u044F\u043C\u0430 \u043D\u043E\u0432\u0438\u043D\u0438 \u0437\u0430 \u0432\u0430\u0441.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 RSS \u043A\u0430\u043D\u0430\u043B\u0430 \u0437\u0430 \u043D\u043E\u0432\u0438\u043D\u0438
|
|
@@ -173,8 +173,6 @@ moveApps=Moure aplicacions
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=S'ha modificat el nom del grup
|
|
175
175
|
|
|
176
|
-
closeBtn=Tancar
|
|
177
|
-
|
|
178
176
|
cancelBtn=Cancel\u00B7lar
|
|
179
177
|
|
|
180
178
|
renameGroup=Reanomenar grup
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Not\u00EDcies greus
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Consultes de mostra
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Dona'm una aplicaci\u00F3 per als resums de comandes de client.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=Vull veure els meus KPIs de vendes m\u00E9s importants.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Quina aplicaci\u00F3 em mostra el personal que falta pels projectes de client?
|
|
557
555
|
|
|
558
556
|
createdWithAI=S'ha creat amb IA
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Ocultar men\u00FA
|
|
|
578
576
|
placeholderNewsTitle=No hi ha actualitzacions
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=No teniu not\u00EDcies.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Mostrar canal de not\u00EDcies RSS
|
|
@@ -173,8 +173,6 @@ moveApps=Pomjeri aplikacije
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Naziv grupe promijenjen
|
|
175
175
|
|
|
176
|
-
closeBtn=Zatvori
|
|
177
|
-
|
|
178
176
|
cancelBtn=Odustani
|
|
179
177
|
|
|
180
178
|
renameGroup=Preimenuj grupu
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Klju\u010Dne vijesti
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Primjeri upita
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Pribavite mi aplikaciju za preglede prodajnih naloga.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=\u017Delim da vidim svoje najva\u017Enije klju\u010Dne pokazatelje izvo\u0111enja prodaje.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Koja aplikacija pokazuje osoblje koje nedostaje za projekte kupca?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Kreirano pomo\u0107u vje\u0161ta\u010Dke inteligencije
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Sakrij meni
|
|
|
578
576
|
placeholderNewsTitle=Trenutno nema a\u017Euriranja
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=Nemate nikakvih novosti.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Prika\u017Eite RSS fid vijesti
|
|
@@ -173,8 +173,6 @@ moveApps=P\u0159em\u00EDstit aplikace
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=N\u00E1zev skupiny zm\u011Bn\u011Bn
|
|
175
175
|
|
|
176
|
-
closeBtn=Zav\u0159\u00EDt
|
|
177
|
-
|
|
178
176
|
cancelBtn=Zru\u0161it
|
|
179
177
|
|
|
180
178
|
renameGroup=P\u0159ejmenovat skupinu
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Kritick\u00E9 zpr\u00E1vy
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Vzorov\u00E9 dotazy
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Dejte mi aplikaci pro p\u0159ehledy zak\u00E1zek odb\u011Bratele.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=Chci vid\u011Bt sv\u00E9 nejd\u016Fle\u017Eit\u011Bj\u0161\u00ED ukazatele prodeje.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Kter\u00E1 aplikace mi uk\u00E1\u017Ee chyb\u011Bj\u00EDc\u00ED person\u00E1l pro projekty z\u00E1kazn\u00EDk\u016F?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Vytvo\u0159eno pomoc\u00ED AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Skr\u00FDt menu
|
|
|
578
576
|
placeholderNewsTitle=Moment\u00E1ln\u011B \u017E\u00E1dn\u00E9 aktualizace
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=Nem\u00E1te \u017E\u00E1dn\u00E9 zpr\u00E1vy.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Zobrazit informa\u010Dn\u00ED kan\u00E1l RSS
|
|
@@ -173,8 +173,6 @@ moveApps=Symud Apiau
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Enw Gr\u0175p Wedi Newid
|
|
175
175
|
|
|
176
|
-
closeBtn=Cau
|
|
177
|
-
|
|
178
176
|
cancelBtn=Canslo
|
|
179
177
|
|
|
180
178
|
renameGroup=Ailenwi Gr\u0175p
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Newyddion Critigol
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Ymholiadau Enghreifftiol
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Rhowch ap i mi ar gyfer trosolwg o archebion gwerthu.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=Rydw i eisiau gweld fy KPIs gwerthu pwysicaf.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Pa ap sy'n dangos i mi'r staff coll ar gyfer prosiectau cwsmeriaid?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Wedi'i greu gydag AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Cuddio Dewislen
|
|
|
578
576
|
placeholderNewsTitle=Dim Diweddariadau Ar Hyn o Bryd
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=Does gennych chi ddim newyddion.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Dangos Ffrwd Newyddion RSS
|
|
@@ -173,8 +173,6 @@ moveApps=Flyt apps
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Gruppenavn \u00E6ndret
|
|
175
175
|
|
|
176
|
-
closeBtn=Luk
|
|
177
|
-
|
|
178
176
|
cancelBtn=Annuller
|
|
179
177
|
|
|
180
178
|
renameGroup=Omd\u00F8b gruppe
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Vigtige nyheder
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Eksempelforesp\u00F8rgsler
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Giv mig en app til oversigter over salgsordrer.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=Jeg vil se mine vigtigste salgs-KPI'er.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Hvilken app viser mig manglende bemanding for kundeprojekter?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Oprettet med AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Skjul menu
|
|
|
578
576
|
placeholderNewsTitle=Ingen opdateringer p.t.
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=Du har ingen nyheder.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Vis RSS-nyhedsfeed
|
|
@@ -173,8 +173,6 @@ moveApps=Apps verschieben
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Gruppenname ge\u00E4ndert
|
|
175
175
|
|
|
176
|
-
closeBtn=Schlie\u00DFen
|
|
177
|
-
|
|
178
176
|
cancelBtn=Abbrechen
|
|
179
177
|
|
|
180
178
|
renameGroup=Gruppe umbenennen
|
|
@@ -333,7 +331,7 @@ suggTileDialogTitle=Verf\u00FCgbare Apps
|
|
|
333
331
|
|
|
334
332
|
addBtn=Hinzuf\u00FCgen
|
|
335
333
|
|
|
336
|
-
tilesSectionNoDataDescription=Sie k\u00F6nnen Ihre bevorzugten Kacheln diesem Abschnitt mit der Option
|
|
334
|
+
tilesSectionNoDataDescription=Sie k\u00F6nnen Ihre bevorzugten Kacheln diesem Abschnitt mit der Option "Aus dem App Finder hinzuf\u00FCgen" hinzuf\u00FCgen.
|
|
337
335
|
|
|
338
336
|
userPersonalization=Erweitert
|
|
339
337
|
|
|
@@ -503,7 +501,7 @@ newsFeedSaveUploadChanges=Nachrichtenfeed-Datei hochladen, um \u00C4nderungen zu
|
|
|
503
501
|
|
|
504
502
|
invalidNewsUrl=Nachrichtenfeed kann nicht aus der \u00FCbergebenen URL geladen werden.
|
|
505
503
|
|
|
506
|
-
noDataMsgInsightTiles=Sie k\u00F6nnen Ihre bevorzugten Kacheln diesem Abschnitt mit der Option
|
|
504
|
+
noDataMsgInsightTiles=Sie k\u00F6nnen Ihre bevorzugten Kacheln diesem Abschnitt mit der Option "Aus dem App Finder hinzuf\u00FCgen" hinzuf\u00FCgen.
|
|
507
505
|
|
|
508
506
|
addContent=Inhalt hinzuf\u00FCgen
|
|
509
507
|
|
|
@@ -511,7 +509,7 @@ Card_Created=Karte wurde angelegt
|
|
|
511
509
|
|
|
512
510
|
INT_CARD_LIMIT_MESSAGEBOX=Die Karte wurde dem Abschnitt "Karten f\u00FCr Analysen" hinzugef\u00FCgt. Da das Limit f\u00FCr die Anzeige \u00FCberschritten wurde, wird die Karte nicht auf der Startseite angezeigt. Sie k\u00F6nnen die Kartensichtbarkeit \u00FCber die Startseite verwalten.
|
|
513
511
|
|
|
514
|
-
addAppsSearchDescription=
|
|
512
|
+
addAppsSearchDescription=Sie k\u00F6nnen eine App oder eine Kachel f\u00FCr Analysen suchen, indem Sie Ihre Anfrage in nat\u00FCrlicher Sprache in das Textfeld eingeben. Sie k\u00F6nnen die hier als Beispielanfragen aufgef\u00FChrten Beispiele verwenden.
|
|
515
513
|
|
|
516
514
|
addAppsAndTile=Apps & Kacheln f\u00FCr Analysen
|
|
517
515
|
|
|
@@ -519,11 +517,11 @@ goButton=Start
|
|
|
519
517
|
|
|
520
518
|
clearAllButton=Alle zur\u00FCcksetzen
|
|
521
519
|
|
|
522
|
-
searchingMessage=
|
|
520
|
+
searchingMessage=Es wird mithilfe von KI nach Apps und Kacheln f\u00FCr Analysen gesucht. Dies kann etwas dauern.
|
|
523
521
|
|
|
524
522
|
resultTitle=Ergebnisse
|
|
525
523
|
|
|
526
|
-
resultDescription=
|
|
524
|
+
resultDescription=F\u00FCgen Sie Inhalte zu Meine Startseite hinzu, indem Sie die entsprechende App oder Kacheln f\u00FCr Analysen ausw\u00E4hlen.
|
|
527
525
|
|
|
528
526
|
beforeSearchDescription=Legen Sie los, indem Sie Ihre Anfrage in das Textfeld oben eingeben.
|
|
529
527
|
|
|
@@ -531,13 +529,13 @@ serviceErrorTitle=Verbindung kann nicht hergestellt werden
|
|
|
531
529
|
|
|
532
530
|
validationErrorTitle=Keine Ergebnisse gefunden
|
|
533
531
|
|
|
534
|
-
NoResultErrorDescription=
|
|
532
|
+
NoResultErrorDescription=Formulieren Sie Ihre Anfrage anders und versuchen Sie es erneut.
|
|
535
533
|
|
|
536
534
|
defaultErrorTitle=Ihre Anfrage kann nicht verarbeitet werden
|
|
537
535
|
|
|
538
536
|
appStatus=Status
|
|
539
537
|
|
|
540
|
-
searchPlaceholder=
|
|
538
|
+
searchPlaceholder=Beispielanfrage\: Ich m\u00F6chte Finanzberichte anlegen
|
|
541
539
|
|
|
542
540
|
alreadyAddedApp=Bereits hinzugef\u00FCgt
|
|
543
541
|
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Kritische Nachrichten
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Beispielanfragen
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Gib mir bitte eine App f\u00FCr Kundenauftrags\u00FCbersichten.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=Zeig mir bitte meine wichtigsten Vertriebs-KPIs an.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Welche App zeigt mir eine fehlende Besetzung f\u00FCr Kundenprojekte an?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Mit KI erstellt
|
|
559
557
|
|
|
@@ -567,7 +565,7 @@ thumbsUpButton=Daumen hoch f\u00FCr den Vorschlag
|
|
|
567
565
|
|
|
568
566
|
thumbsDownButton=Daumen runter f\u00FCr den Vorschlag
|
|
569
567
|
|
|
570
|
-
feedBackSent=
|
|
568
|
+
feedBackSent=Vielen Dank, Ihr Feedback wurde gesendet.
|
|
571
569
|
|
|
572
570
|
selectDefaultNewsFeed=Standardnachrichtenfeed anzeigen
|
|
573
571
|
|
|
@@ -575,6 +573,8 @@ ToggleButtonShow=Men\u00FC einblenden
|
|
|
575
573
|
|
|
576
574
|
ToggleButtonHide=Men\u00FC ausblenden
|
|
577
575
|
|
|
578
|
-
placeholderNewsTitle=
|
|
576
|
+
placeholderNewsTitle=Zur Zeit keine Aktualisierungen
|
|
577
|
+
|
|
578
|
+
placeholderNewsDescription=Sie haben keine Nachrichten.
|
|
579
579
|
|
|
580
|
-
|
|
580
|
+
selectRssNewsFeed=Show RSS News Feed
|
|
@@ -173,8 +173,6 @@ moveApps=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u0395\u03
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=\u038C\u03BD\u03BF\u03BC\u03B1 \u039F\u03BC\u03AC\u03B4\u03B1\u03C2 \u0386\u03BB\u03BB\u03B1\u03BE\u03B5
|
|
175
175
|
|
|
176
|
-
closeBtn=\u039A\u03BB\u03B5\u03AF\u03C3\u03B9\u03BC\u03BF
|
|
177
|
-
|
|
178
176
|
cancelBtn=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
179
177
|
|
|
180
178
|
renameGroup=\u039C\u03B5\u03C4\u03BF\u03BD\u03BF\u03BC\u03B1\u03C3\u03AF\u03B1 \u039F\u03BC\u03AC\u03B4\u03B1\u03C2
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=\u039A\u03C1\u03AF\u03C3\u03B9\u03BC\u03B1 \u039D\u03AD\u03B1
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=\u0394\u03B5\u03AF\u03B3\u03BC\u03B1 \u0395\u03C1\u03C9\u03C4\u03B7\u03BC\u03AC\u03C4\u03C9\u03BD
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=\u0394\u03CE\u03C3\u03B5 \u03BC\u03BF\u03C5 \u03BC\u03B9\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03B3\u03B9\u03B1 \u03B5\u03C0\u03B9\u03C3\u03BA\u03BF\u03C0\u03AE\u03C3\u03B5\u03B9\u03C2 \u03C0\u03B1\u03C1\u03B1\u03B3\u03B3\u03B5\u03BB\u03AF\u03B1\u03C2.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=\u0395\u03C0\u03B9\u03B8\u03C5\u03BC\u03CE \u03BD\u03B1 \u03B4\u03C9 \u03C4\u03B1 \u03C0\u03B9\u03BF \u03C3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03AC KPIs \u03C0\u03C9\u03BB\u03AE\u03C3\u03B5\u03C9\u03BD.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=\u03A0\u03BF\u03B9\u03B1 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE \u03BC\u03BF\u03C5 \u03B5\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03B5\u03B9 \u03C4\u03BF \u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03B5\u03AF\u03C0\u03B5\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B1 \u03AD\u03C1\u03B3\u03B1 \u03C0\u03B5\u03BB\u03AC\u03C4\u03B7;
|
|
557
555
|
|
|
558
556
|
createdWithAI=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B1\u03BD \u03BC\u03B5 \u0391\u0399
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=\u0391\u03C0\u03CC\u03BA\u03C1\u03C5\u03C8\u03B7 \u039C\u03B5\u
|
|
|
578
576
|
placeholderNewsTitle=\u039A\u03B1\u03BC\u03AF\u03B1 \u0395\u03BD\u03B7\u03BC\u03AD\u03C1\u03C9\u03C3\u03B7 \u03A0\u03C1\u03BF\u03C3\u03C9\u03C1\u03B9\u03BD\u03AC
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03B4\u03AE\u03C3\u03B5\u03B9\u03C2.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7 \u03A1\u03BF\u03AE\u03C2 \u0395\u03B9\u03B4\u03AE\u03C3\u03B5\u03C9\u03BD
|
|
@@ -173,8 +173,6 @@ moveApps=Move Apps
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Group Name Changed
|
|
175
175
|
|
|
176
|
-
closeBtn=Close
|
|
177
|
-
|
|
178
176
|
cancelBtn=Cancel
|
|
179
177
|
|
|
180
178
|
renameGroup=Rename Group
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Critical News
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Sample Queries
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Give me an app for sales order overviews.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=I want to see my most important sales KPIs.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Which app shows me missing staffing for customer projects?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Created with AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Hide Menu
|
|
|
578
576
|
placeholderNewsTitle=No Updates at This Time
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=You do not have any news.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Show RSS News Feed
|
|
@@ -173,8 +173,6 @@ moveApps=Move Apps
|
|
|
173
173
|
|
|
174
174
|
groupNameChanged=Group Name Changed
|
|
175
175
|
|
|
176
|
-
closeBtn=Close
|
|
177
|
-
|
|
178
176
|
cancelBtn=Cancel
|
|
179
177
|
|
|
180
178
|
renameGroup=Rename Group
|
|
@@ -549,11 +547,11 @@ criticalNewsIcon=Critical News
|
|
|
549
547
|
|
|
550
548
|
sampleQueries=Sample Queries
|
|
551
549
|
|
|
552
|
-
|
|
550
|
+
sampleQuery_1=Give me an app for sales order overviews.
|
|
553
551
|
|
|
554
|
-
|
|
552
|
+
sampleQuery_2=I want to see my most important sales KPIs.
|
|
555
553
|
|
|
556
|
-
|
|
554
|
+
sampleQuery_3=Which app shows me missing staffing for customer projects?
|
|
557
555
|
|
|
558
556
|
createdWithAI=Created with AI
|
|
559
557
|
|
|
@@ -578,3 +576,5 @@ ToggleButtonHide=Hide Menu
|
|
|
578
576
|
placeholderNewsTitle=No Updates at This Time
|
|
579
577
|
|
|
580
578
|
placeholderNewsDescription=You do not have any news.
|
|
579
|
+
|
|
580
|
+
selectRssNewsFeed=Show RSS News Feed
|
|
@@ -131,7 +131,11 @@ addApps=[[[\u0100\u018C\u018C \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\u2219\u
|
|
|
131
131
|
|
|
132
132
|
addApp=[[[\u0100\u018C\u018C \u0100\u03C1\u03C1\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
133
133
|
|
|
134
|
-
appAddedToFavorites=[[[
|
|
134
|
+
appAddedToFavorites=[[[{0} \u0105\u018C\u018C\u0113\u018C \u0163\u014F \u0191\u0105\u028B\u014F\u0157\u012F\u0163\u0113\u015F]]]
|
|
135
|
+
|
|
136
|
+
tileAddedToInsights=[[[{0} \u0105\u018C\u018C\u0113\u018C \u0163\u014F \u012C\u014B\u015F\u012F\u011F\u0125\u0163\u015F \u0162\u012F\u013A\u0113\u015F]]]
|
|
137
|
+
|
|
138
|
+
contentAddedToMyhome=[[[\u0108\u014F\u014B\u0163\u0113\u014B\u0163 \u0100\u018C\u018C\u0113\u018C \u0163\u014F \u039C\u0177 \u0124\u014F\u0271\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
135
139
|
|
|
136
140
|
addAppsTooltip=[[[\u0100\u018C\u018C \u0100\u03C1\u03C1\u015F \u0192\u0157\u014F\u0271 \u0100\u03C1\u03C1 \u0191\u012F\u014B\u018C\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
137
141
|
|
|
@@ -173,8 +177,6 @@ moveApps=[[[\u039C\u014F\u028B\u0113 \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\
|
|
|
173
177
|
|
|
174
178
|
groupNameChanged=[[[\u0122\u0157\u014F\u0171\u03C1 \u0143\u0105\u0271\u0113 \u0108\u0125\u0105\u014B\u011F\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
175
179
|
|
|
176
|
-
closeBtn=[[[\u0108\u013A\u014F\u015F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
177
|
-
|
|
178
180
|
cancelBtn=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
179
181
|
|
|
180
182
|
renameGroup=[[[\u0158\u0113\u014B\u0105\u0271\u0113 \u0122\u0157\u014F\u0171\u03C1\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -453,7 +455,7 @@ editNewsFeed=[[[\u0114\u018C\u012F\u0163 \u0143\u0113\u0175\u015F \u0191\u0113\u
|
|
|
453
455
|
|
|
454
456
|
editNewsURL=[[[\u0114\u018C\u012F\u0163 \u0143\u0113\u0175\u015F \u0191\u0113\u0113\u018C \u016E\u0158\u013B\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
455
457
|
|
|
456
|
-
selectCustomNewsFeed=[[[\
|
|
458
|
+
selectCustomNewsFeed=[[[\u0108\u0171\u015F\u0163\u014F\u0271 \u0143\u0113\u0175\u015F \u0191\u0113\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
457
459
|
|
|
458
460
|
customNewsFeed=[[[\u0108\u0171\u015F\u0163\u014F\u0271 \u0143\u0113\u0175\u015F \u0191\u0113\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
459
461
|
|
|
@@ -507,7 +509,7 @@ noDataMsgInsightTiles=[[[\u0176\u014F\u0171 \u010B\u0105\u014B \u0105\u018C\u018
|
|
|
507
509
|
|
|
508
510
|
addContent=[[[\u0100\u018C\u018C \u0108\u014F\u014B\u0163\u0113\u014B\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
509
511
|
|
|
510
|
-
Card_Created=[[[\
|
|
512
|
+
Card_Created=[[[{0} \u0105\u018C\u018C\u0113\u018C \u0163\u014F \u012C\u014B\u015F\u012F\u011F\u0125\u0163\u015F \u0108\u0105\u0157\u018C\u015F.]]]
|
|
511
513
|
|
|
512
514
|
INT_CARD_LIMIT_MESSAGEBOX=[[[\u0162\u0125\u0113 \u010B\u0105\u0157\u018C \u0125\u0105\u015F \u0183\u0113\u0113\u014B \u0105\u018C\u018C\u0113\u018C \u0163\u014F \u0163\u0125\u0113 \u012C\u014B\u015F\u012F\u011F\u0125\u0163\u015F \u0108\u0105\u0157\u018C\u015F \u015F\u0113\u010B\u0163\u012F\u014F\u014B. \u015C\u012F\u014B\u010B\u0113 \u0163\u0125\u0113 \u018C\u012F\u015F\u03C1\u013A\u0105\u0177 \u013A\u012F\u0271\u012F\u0163 \u0125\u0105\u015F \u0183\u0113\u0113\u014B \u0113\u03C7\u010B\u0113\u0113\u018C\u0113\u018C, \u0163\u0125\u012F\u015F \u010B\u0105\u0157\u018C \u012F\u015F \u014B\u014F\u0163 \u018C\u012F\u015F\u03C1\u013A\u0105\u0177\u0113\u018C \u014F\u014B \u0163\u0125\u0113 \u0125\u014F\u0271\u0113 \u03C1\u0105\u011F\u0113. \u0176\u014F\u0171 \u010B\u0105\u014B \u0271\u0105\u014B\u0105\u011F\u0113 \u0163\u0125\u0113 \u010B\u0105\u0157\u018C \u028B\u012F\u015F\u012F\u0183\u012F\u013A\u012F\u0163\u0177 \u0192\u0157\u014F\u0271 \u0163\u0125\u0113 \u0125\u014F\u0271\u0113 \u03C1\u0105\u011F\u0113.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
513
515
|
|
|
@@ -569,7 +571,7 @@ thumbsDownButton=[[[\u0162\u0125\u0171\u0271\u0183\u015F \u018C\u014F\u0175\u014
|
|
|
569
571
|
|
|
570
572
|
feedBackSent=[[[\u0162\u0125\u0105\u014B\u0137 \u0177\u014F\u0171, \u0177\u014F\u0171\u0157 \u0192\u0113\u0113\u018C\u0183\u0105\u010B\u0137 \u012F\u015F \u015F\u0113\u014B\u0163.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
571
573
|
|
|
572
|
-
selectDefaultNewsFeed=[[[\
|
|
574
|
+
selectDefaultNewsFeed=[[[\u010E\u0113\u0192\u0105\u0171\u013A\u0163 \u0143\u0113\u0175\u015F \u0191\u0113\u0113\u018C\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
573
575
|
|
|
574
576
|
ToggleButtonShow=[[[\u015C\u0125\u014F\u0175 \u039C\u0113\u014B\u0171\u2219\u2219\u2219\u2219\u2219]]]
|
|
575
577
|
|
|
@@ -578,3 +580,7 @@ ToggleButtonHide=[[[\u0124\u012F\u018C\u0113 \u039C\u0113\u014B\u0171\u2219\u221
|
|
|
578
580
|
placeholderNewsTitle=[[[\u0143\u014F \u016E\u03C1\u018C\u0105\u0163\u0113\u015F \u0105\u0163 \u0162\u0125\u012F\u015F \u0162\u012F\u0271\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
579
581
|
|
|
580
582
|
placeholderNewsDescription=[[[\u0176\u014F\u0171 \u018C\u014F \u014B\u014F\u0163 \u0125\u0105\u028B\u0113 \u0105\u014B\u0177 \u014B\u0113\u0175\u015F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
583
|
+
|
|
584
|
+
selectNewsFeedUrl=[[[\u0143\u0113\u0175\u015F \u0191\u0113\u0113\u018C \u016E\u0158\u013B\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
585
|
+
|
|
586
|
+
newsFeedOptionLabel=[[[\u0176\u014F\u0171 \u010B\u0105\u014B \u015F\u0113\u013A\u0113\u010B\u0163 \u014F\u014B\u0113 \u014F\u0192 \u0163\u0125\u0113 \u014F\u03C1\u0163\u012F\u014F\u014B\u015F \u0163\u014F \u018C\u012F\u015F\u03C1\u013A\u0105\u0177 \u014B\u0113\u0175\u015F \u0192\u0113\u0113\u018C.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|