@openui5/sap.ui.documentation 1.150.0 → 1.152.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/THIRDPARTY.txt +6 -6
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +6 -0
- package/src/sap/ui/documentation/messagebundle_ar.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_ca.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_cnr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_el.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_en.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_es.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_mk.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_vi.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +3 -0
- package/src/sap/ui/documentation/sdk/CookieStatement.html +35 -25
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +332 -342
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +8 -4
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +9 -3
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +31 -5
- package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/SearchRenderer.js +167 -0
- package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +27 -14
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +3 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/App.view.xml +202 -192
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +63 -14
- package/src/sap/ui/documentation/themes/base/Documentation.less +26 -141
- package/src/sap/ui/documentation/themes/sap_belize_base/Documentation.less +0 -140
- package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +0 -73
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \u30EA\u30D5\u30A1\u30EC\u30F3\u30B9
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u30B5\u30F3\u30D7\u30EB
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u30C7\u30E2\u30A2\u30D7\u30EA
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u30EA\u30BD\u30FC\u30B9
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306E\u5207\u308A\u66FF\u3048
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \u30C4\u30FC\u30EB
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u30A2\u30A4\u30B3\u30F3\u30A8\u30AF\u30B9\u30D7\u30ED\u30FC\u30E9
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u6587\u66F8
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u30EA\u30D5\u30A1\u30EC\u30F3\u30B9
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u30B5\u30F3\u30D7\u30EB
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u5916\u90E8\u53C2\u7167
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u30C7\u30FC\u30BF\u306A\u3057
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u30AB\u30C6\u30B4\u30EA\u5225\u306E\u7D50\u679C
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u3059\u3079\u3066 ({0} / {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API \u30EA\u30D5\u30A1\u30EC\u30F3\u30B9 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \u30EA\u30D5\u30A1\u30EC\u30F3\u30B9 ({0} / {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \u0441\u0456\u043B\u0442\u0435\u043C\u0435\
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u04AE\u043B\u0433\u0456\u043B\u0435\u0440
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0414\u0435\u043C\u043E \u049B\u043E\u043B\u0434\u0430\u043D\u0431\u0430\u043B\u0430\u0440
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0420\u0435\u0441\u0443\u0440\u0441\u0442\u0430\u0440
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u041D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F\u043D\u044B \u0430\u0443\u044B\u0441\u0442\u044B\u0440\u044B\u043F \u049B\u043E\u0441\u0443
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \u049B\u04B1\u0440\u0430\u043B\u0434\u0430\u0440\u044B
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u0411\u0435\u043B\u0433\u0456\u0448\u0435 \u0436\u0435\u0442\u0435\u043A\u0442\u0435\u0443\u0448\u0456\u0441\u0456
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u049A\u04B1\u0436\u0430\u0442\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u0441\u0456\u043B\u0442\u0435\u043C\u0435\u0441\u0456
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u04AE\u043B\u0433\u0456\u043B\u0435\u0440
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0421\u044B\u0440\u0442\u049B\u044B \u0441\u0456\u043B\u0442\u0435\u043C\u0435\u043B\u0435\u0440
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u0414\u0435\u0440\u0435\u043A \u0436\u043E\u049B
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0421\u0430\u043D\u0430\u0442 \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0411\u0430\u0440\u043B\u044B\u0493\u044B ({0} / {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API \u0441\u0456\u043B\u0442\u0435\u043C\u0435\u0441\u0456 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \u0441\u0456\u043B\u0442\u0435\u043C\u0435\u0441\u0456 ({0} / {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \uCC38\uC870
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\uC0D8\uD50C
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\uB370\uBAA8 \uC571
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\uB9AC\uC18C\uC2A4
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\uD0D0\uC0C9 \uD1A0\uAE00
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \uD234
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\uC544\uC774\uCF58 \uD0D0\uC0C9\uAE30
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 \uAC80\uC0AC\uAE30
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\uBB38\uC11C
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \uCC38\uC870
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\uC0D8\uD50C
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\uC678\uBD80 \uCC38\uC870
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\uB370\uC774\uD130 \uC5C6\uC74C
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\uBC94\uC8FC\uBCC4 \uACB0\uACFC
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\uBAA8\uB450({0}/{1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API \uCC38\uC870({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \uCC38\uC870({0}/{1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API nuoroda
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Pavyzd\u017Eiai
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demonstracin\u0117s programos
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=I\u0161tekliai
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Perjungti nar\u0161ym\u0105
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=\u201EFiori\u201C \u012Frankiai
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Piktogram\u0173 nar\u0161ykl\u0117
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 patikros \u012Frankis
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentacija
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API nuoroda
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Pavyzd\u017Eiai
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=I\u0161orin\u0117s nuorodos
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=N\u0117ra duomen\u0173
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Rezultatai pagal kategorij\u0105
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Visi ({0} i\u0161 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API nuoroda ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API nuoroda ({0} i\u0161 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API atsauce
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Paraugi
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demonstr\u0101cijas lietojumprogrammas
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Resursi
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=P\u0101rsl\u0113gt navig\u0101ciju
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori Tools
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Ikonu p\u0101rl\u016Bks
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokument\u0101cija
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API atsauce
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Paraugi
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0100r\u0113j\u0101s atsauces
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Nav datu
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Rezult\u0101ti p\u0113c kategorijas
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Viss ({0} no {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API atsauce ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API atsauce ({0} no {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \u0440\u0435\u0444\u0435\u0440\u0435\u043D\
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u041F\u0440\u0438\u043C\u0435\u0440\u043E\u0446\u0438
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0414\u0435\u043C\u043E-\u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0438
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0420\u0435\u0441\u0443\u0440\u0441\u0438
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u0412\u043A\u043B\u0443\u0447\u0443\u0432\u0430\u045A\u0435/\u0438\u0441\u043A\u043B\u0443\u0447\u0443\u0432\u0430\u045A\u0435 \u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430\u0442\u0430
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \u0430\u043B\u0430\u0442\u043A\u0438
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u0418\u0441\u0442\u0440\u0430\u0436\u0443\u0432\u0430\u0447 \u043D\u0430 \u0438\u043A\u043E\u043D\u0438
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u041F\u0440\u0438\u043C\u0435\u0440\u043E\u0446\u0438
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u041D\u0430\u0434\u0432\u043E\u0440\u0435\u0448\u043D\u0438 \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0438\u0438
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u041D\u0435\u043C\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u0441\u043F\u043E\u0440\u0435\u0434 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0430
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0421\u0438\u0442\u0435 ({0} \u043E\u0434 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API-\u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-\u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430 ({0} \u043E\u0434 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Rujukan API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Sampel
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Aplikasi Demonstrasi
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Sumber
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Togol Navigasi
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Alatan Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Peneroka Ikon
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=Pemeriksa UI5
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentasi
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Rujukan API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Sampel
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Rujukan Luaran
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Tiada data
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Hasil mengikut Kategori
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Semua ({0} bagi {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Rujukan API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Rujukan API ({0} bagi {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API-referentie
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Voorbeelden
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demoapps
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Resources
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Navigatie in-/uitschakelen
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=SAP Fiori-tools
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Symboolverkenner
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documentatie
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API-referentie
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Voorbeelden
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Externe referenties
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Geen gegevens
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Resultaten op categorie
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Alle ({0} van {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API-referentie ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-referentie ({0} van {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API-referanse
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Eksempler
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demoapper
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Ressurser
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Veksle mellom navigering
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori-verkt\u00F8y
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Ikonutforsker
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5-kontroll\u00F8r
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentasjon
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API-referanse
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Eksempler
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Eksterne referanser
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Ingen data
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Resultater etter kategori
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Alle ({0} av {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API-referanse ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-referanse ({0} av {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Referencja API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Przyk\u0142ady
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Aplikacje demonstracyjne
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Zasoby
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Prze\u0142\u0105cz nawigacj\u0119
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Narz\u0119dzia Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentacja
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Referencja API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Przyk\u0142ady
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Referencje zewn\u0119trzne
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Brak danych
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Wyniki wed\u0142ug kategorii
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Wszystkie ({0} z {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Referencja API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Referencja API ({0} z {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Refer\u00EAncia de API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Amostras
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Aplicativos de demonstra\u00E7\u00E3o
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Recursos
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Comutar navega\u00E7\u00E3o
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Ferramentas Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Explorador de \u00EDcones
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documenta\u00E7\u00E3o
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Refer\u00EAncia de API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Amostras
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Refer\u00EAncias externas
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Sem dados
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Resultados por categoria
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Todos ({0} de {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Refer\u00EAncia de API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Refer\u00EAncia de API ({0} de {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Refer\u00EAncia API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Amostras
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Aplica\u00E7\u00F5es de demonstra\u00E7\u00E3o
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Recursos
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Comutar navega\u00E7\u00E3o
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Ferramentas Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Explorador de \u00EDcones
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documenta\u00E7\u00E3o
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Refer\u00EAncia API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Amostras
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Refer\u00EAncias externas
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Sem dados
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Resultados por categoria
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Tudo ({0} de {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Refer\u00EAncia API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Refer\u00EAncia API ({0} de {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Referin\u021B\u0103 API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Modele
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Aplica\u021Bii demo
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Resurse
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Comutare navigare
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Instrumente Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Iconul explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=Inspector UI5
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documenta\u0163ie
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Referin\u021B\u0103 API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Modele
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Referin\u021Be externe
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=F\u0103r\u0103 date
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Rezultate dup\u0103 categorie
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Tot ({0} din {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Referin\u021B\u0103 API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Referin\u021B\u0103 API ({0} din {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=\u0421\u0441\u044B\u043B\u043A\u0430 \u043D\u04
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u041F\u0440\u0438\u043C\u0435\u0440\u044B
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0414\u0435\u043C\u043E-\u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0420\u0435\u0441\u0443\u0440\u0441\u044B
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=\u0418\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u044B Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u041F\u0440\u043E\u0432\u043E\u0434\u043D\u0438\u043A \u0437\u043D\u0430\u0447\u043A\u043E\u0432
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=\u0421\u0441\u044B\u043B\u043A\u0430 \u043D\u0430 API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u041F\u0440\u0438\u043C\u0435\u0440\u044B
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0412\u043D\u0435\u0448\u043D\u0438\u0435 \u0441\u0441\u044B\u043B\u043A\u0438
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u044B \u043F\u043E \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0438
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0412\u0441\u0435 ({0} \u0438\u0437 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=\u0421\u0441\u044B\u043B\u043A\u0430 \u043D\u0430 API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=\u0421\u0441\u044B\u043B\u043A\u0430 \u043D\u0430 API ({0} \u0438\u0437 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Referenca API-ja
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Uzorci
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demo aplikacije
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Resursi
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Uklju\u010Di/isklju\u010Di navigaciju
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Alati aplikacije Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Istra\u017Eiva\u010D ikona
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentacija
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Referenca API-ja
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Uzorci
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Eksterne reference
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Nema podataka
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Rezultati po kategoriji
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Sve ({0} od {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Referenca API-ja ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Referenca API-ja({0} od {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Referencia API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Pr\u00EDklady
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Uk\u00E1\u017Ekov\u00E9 aplik\u00E1cie
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Zdroje
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Prepn\u00FA\u0165 navig\u00E1ciu
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=N\u00E1stroje Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Ikona Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokument\u00E1cia
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Referencia API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Pr\u00EDklady
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Extern\u00E9 referencie
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u017Diadne d\u00E1ta
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=V\u00FDsledky pod\u013Ea kateg\u00F3rie
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=V\u0161etky ({0} z {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Referencia API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Referencia API ({0} z {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API-referenca
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Vzorci
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demo aplikacije
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Viri
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Preklopi krmarjenje
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Orodja Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentacija
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API-referenca
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Vzorci
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Zunanji sklici
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Ni podatkov
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Rezultati po kategoriji
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Vse ({0} od {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API-referenca ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-referenca ({0} od {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=\u0420\u0435\u0444\u0435\u0440\u0435\u043D\u044
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u0423\u0437\u043E\u0440\u0446\u0438
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0414\u0435\u043C\u043E \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0420\u0435\u0441\u0443\u0440\u0441\u0438
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u0423\u043A\u0459\u0443\u0447\u0438/\u0438\u0441\u043A\u0459\u0443\u0447\u0438 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0443
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=\u0410\u043B\u0430\u0442\u0438 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0435 Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u0418\u0441\u0442\u0440\u0430\u0436\u0438\u0432\u0430\u0447 \u0438\u043A\u043E\u043D\u0430
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=\u0420\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430 API-\u0458\u0430
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u0423\u0437\u043E\u0440\u0446\u0438
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0415\u043A\u0441\u0442\u0435\u0440\u043D\u0435 \u0440\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0435
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u041D\u0435\u043C\u0430 \u043F\u043E\u0434\u0430\u0442\u0430\u043A\u0430
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0420\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438 \u043F\u043E \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0438\u0458\u0438
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0421\u0432\u0435 ({0} \u043E\u0434 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=\u0420\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430 API-\u0458\u0430 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=\u0420\u0435\u0444\u0435\u0440\u0435\u043D\u0446\u0430 API-\u0458\u0430({0} \u043E\u0434 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API-referens
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=Exempel
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demoappar
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Resurser
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=V\u00E4xla navigering
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori-verktyg
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dokumentation
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API-referens
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Exempel
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Externa referenser
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Inga data
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Resultat efter kategori
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=Alla ({0} av {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API-referens ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API-referens ({0} av {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=\u0E01\u0E32\u0E23\u0E2D\u0E49\u0E32\u0E07\u0E2
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0E41\u0E2D\u0E1E\u0E2A\u0E32\u0E18\u0E34\u0E15
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0E17\u0E23\u0E31\u0E1E\u0E22\u0E32\u0E01\u0E23
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u0E2A\u0E25\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E21\u0E37\u0E2D Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0E40\u0E2D\u0E01\u0E2A\u0E32\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=\u0E01\u0E32\u0E23\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07 API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u0E15\u0E31\u0E27\u0E2D\u0E22\u0E48\u0E32\u0E07
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0E01\u0E32\u0E23\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07\u0E20\u0E32\u0E22\u0E19\u0E2D\u0E01
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C\u0E15\u0E32\u0E21\u0E2B\u0E21\u0E27\u0E14
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 ({0} \u0E08\u0E32\u0E01 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=\u0E01\u0E32\u0E23\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07 API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=\u0E01\u0E32\u0E23\u0E2D\u0E49\u0E32\u0E07\u0E2D\u0E34\u0E07 API ({0} \u0E08\u0E32\u0E01 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API referans\u0131
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u00D6rnekler
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demo uygulamalar\u0131
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Kaynaklar
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=Gezintiyi de\u011Fi\u015Ftir
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori ara\u00E7lar\u0131
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Dok\u00FCmantasyon
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API referans\u0131
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u00D6rnekler
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Harici referanslar
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Veri yok
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=Kategoriye g\u00F6re sonu\u00E7lar
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=T\u00FCm\u00FC ({0} / {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API referans\u0131 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API referans\u0131 ({0} / {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u0417\u0440\u0430\u0437\u043A\u0438
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u0414\u0435\u043C\u043E\u043D\u0441\u0442\u0440\u0430\u0446\u0456\u0439\u043D\u0456 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0438
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u0420\u0435\u0441\u0443\u0440\u0441\u0438
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u041F\u0435\u0440\u0435\u043C\u043A\u043D\u0443\u0442\u0438 \u043F\u0430\u043D\u0435\u043B\u044C \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u0457
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=\u0406\u043D\u0441\u0442\u0440\u0443\u043C\u0435\u043D\u0442\u0438 Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u041F\u0440\u043E\u0432\u0456\u0434\u043D\u0438\u043A \u043F\u0456\u043A\u0442\u043E\u0433\u0440\u0430\u043C
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=\u0406\u043D\u0441\u043F\u0435\u043A\u0442\u043E\u0440 UI5
|
|
@@ -39,7 +40,7 @@ APP_INFORMATION_BTN_APPEARANCE_HCW=\u0412\u0438\u0441\u043E\u043A\u0430 \u043A\u
|
|
|
39
40
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=\u0410\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u043D\u043E (\u0437\u0430\u043B\u0435\u0436\u043D\u043E \u0432\u0456\u0434 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043E\u043A \u041E\u0421)
|
|
40
41
|
APP_INFORMATION_BTN_SITEMAP=\u041A\u0430\u0440\u0442\u0430 \u0441\u0430\u0439\u0442\u0443
|
|
41
42
|
APP_INFORMATION_BTN_COPYRIGHT=\u0410\u0432\u0442\u043E\u0440\u0441\u044C\u043A\u0435 \u043F\u0440\u0430\u0432\u043E
|
|
42
|
-
APP_INFORMATION_BTN_TRADEMARK=\u0422\u043E\u0440\u0433\u043E\u0432\u0430 \u043C\u0430\u0440\u043A\u0430
|
|
43
|
+
APP_INFORMATION_BTN_TRADEMARK=\u0422\u043E\u0440\u0433\u043E\u0432\u0435\u043B\u044C\u043D\u0430 \u043C\u0430\u0440\u043A\u0430
|
|
43
44
|
APP_INFORMATION_BTN_DISCLAIMER=\u0412\u0438\u043A\u043B\u044E\u0447\u0435\u043D\u043D\u044F \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0456
|
|
44
45
|
APP_INFORMATION_BTN_LICENSE=\u041B\u0456\u0446\u0435\u043D\u0437\u0456\u044F
|
|
45
46
|
APP_COOKIES_TEXT=\u041C\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0454\u043C\u043E \u0444\u0430\u0439\u043B\u0438 cookies \u0434\u043B\u044F \u043F\u043E\u043A\u0440\u0430\u0449\u0435\u043D\u043D\u044F \u0432\u0430\u0448\u043E\u0433\u043E \u0434\u043E\u0441\u0432\u0456\u0434\u0443 \u043D\u0430 \u043D\u0430\u0448\u043E\u043C\u0443 \u0441\u0430\u0439\u0442\u0456. \u041F\u0440\u043E\u0434\u043E\u0432\u0436\u0443\u044E\u0447\u0438 \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u0446\u0435\u0439 \u0432\u0435\u0431-\u0441\u0430\u0439\u0442, \u0432\u0438 \u043F\u043E\u0433\u043E\u0434\u0436\u0443\u0454\u0442\u0435\u0441\u044C \u0432\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u043E\u0432\u0443\u0432\u0430\u0442\u0438 \u043D\u0430\u0448\u0456 cookies.
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u0414\u043E\u043A\u0443\u043C\u0
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u0417\u0440\u0430\u0437\u043A\u0438
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u0417\u043E\u0432\u043D\u0456\u0448\u043D\u0456 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442\u0438 \u0437\u0430 \u043A\u0430\u0442\u0435\u0433\u043E\u0440\u0456\u0454\u044E
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u0412\u0441\u0456 ({0} \u0437 {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F API ({0} \u0437 {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=Tham chi\u00EA\u0301u API
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=M\u00E2\u0303u
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u01AF\u0301ng du\u0323ng Demo
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=Ta\u0300i nguy\u00EAn
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u0110\u1EA3o tr\u1EA1ng th\u00E1i \u0111i\u1EC1u h\u01B0\u1EDBng
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=C\u00F4ng c\u1EE5 Fiori
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Tr\u00ECnh kh\u00E1m ph\u00E1 bi\u1EC3u t\u01B0\u1EE3ng
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Ta\u0300i li\u00EA\u0323u
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=Tham chi\u00EA\u0301u API
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=M\u00E2\u0303u
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=Tham chi\u1EBFu b\u00EAn ngo\u00E0i
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=Kh\u00F4ng co\u0301 d\u01B0\u0303 li\u1EC7u
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=K\u00EA\u0301t qua\u0309 theo danh mu\u0323c
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=T\u00E2\u0301t ca\u0309 ({0} cu\u0309a {1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=Tham chi\u00EA\u0301u API ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=Tham chi\u00EA\u0301u API ({0} cu\u0309a {1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \u53C2\u8003
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u6837\u4F8B
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u6F14\u793A\u5E94\u7528\u7A0B\u5E8F
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u8D44\u6E90
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u5207\u6362\u5BFC\u822A
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \u5DE5\u5177
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=\u56FE\u6807\u6D4F\u89C8\u5668
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u6587\u6863
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u53C2\u8003
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u6837\u4F8B
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u5916\u90E8\u53C2\u8003
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u65E0\u6570\u636E
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u6309\u7C7B\u522B\u5212\u5206\u7684\u7ED3\u679C
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u5168\u90E8 ({0}/{1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API \u53C2\u8003 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \u53C2\u8003 ({0}/{1})
|
|
@@ -8,6 +8,7 @@ APP_TABHEADER_ITEM_API_REFERENCE=API \u53C3\u8003
|
|
|
8
8
|
APP_TABHEADER_ITEM_SAMPLES=\u7BC4\u4F8B
|
|
9
9
|
APP_TABHEADER_ITEM_DEMO_APPS=\u5C55\u793A\u61C9\u7528\u7A0B\u5F0F
|
|
10
10
|
APP_TABHEADER_ITEM_RESOURCES=\u8CC7\u6E90
|
|
11
|
+
APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP=\u5207\u63DB\u700F\u89BD
|
|
11
12
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori \u5DE5\u5177
|
|
12
13
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
13
14
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
@@ -330,6 +331,8 @@ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=\u7D00\u9304\u6587\u4EF6
|
|
|
330
331
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API \u53C3\u8003
|
|
331
332
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=\u7BC4\u4F8B
|
|
332
333
|
SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=\u5916\u90E8\u53C3\u8003
|
|
334
|
+
SEARCH_SUGGESTIONS_NO_RESULTS=\u7121\u8CC7\u6599
|
|
335
|
+
SEARCH_SUGGESTIONS_BY_CATEGORY_TITLE=\u5404\u7A2E\u985E\u7684\u7D50\u679C
|
|
333
336
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=\u5168\u90E8 ({0}/{1})
|
|
334
337
|
SEARCH_PAGE_API_SECTION_TITLE=API \u53C3\u8003 ({0})
|
|
335
338
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API \u53C3\u8003 ({0}/{1})
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<h2>Cookie Statement</h2>
|
|
3
|
-
<p>This Cookie Statement was updated on
|
|
3
|
+
<p>This Cookie Statement was updated on July 8, 2026.</p>
|
|
4
4
|
<p>This Cookie Statement describes how SAP (hereinafter also “We”, “Our”)
|
|
5
5
|
uses cookies and similar technologies to collect and store information when
|
|
6
6
|
you visit UI5 Demo Kit. SAP's Privacy Statement applies in
|
|
@@ -73,9 +73,8 @@
|
|
|
73
73
|
when applicable</li>
|
|
74
74
|
</ul>
|
|
75
75
|
<p>SAP differentiates between Required Cookies that are absolutely necessary
|
|
76
|
-
to enable technical core functionalities
|
|
77
|
-
analyze the site usage
|
|
78
|
-
relevant to your interests.</p>
|
|
76
|
+
to enable technical core functionalities and Functional Cookies that allow SAP to
|
|
77
|
+
analyze the site usage.</p>
|
|
79
78
|
<h3>Required Cookies</h3>
|
|
80
79
|
<table class="cookieList" border="0" cellspacing="0" cellpadding="0">
|
|
81
80
|
<thead class="tableHeader" style="transform: translateY(0px);">
|
|
@@ -109,6 +108,11 @@
|
|
|
109
108
|
<td valign="top">Facilitates account authentication</td>
|
|
110
109
|
<td valign="top">Session</td>
|
|
111
110
|
</tr>
|
|
111
|
+
<tr>
|
|
112
|
+
<td class="cookieNameColumn">botinfo_sap</td>
|
|
113
|
+
<td valign="top">Used by the system to recognize bots, ensuring a secure and efficient user experience</td>
|
|
114
|
+
<td valign="top">Session</td>
|
|
115
|
+
</tr>
|
|
112
116
|
<tr>
|
|
113
117
|
<td class="cookieNameColumn">notice_behavior</td>
|
|
114
118
|
<td valign="top">TrustArc sets this cookie to store the cookie preferences of visitors</td>
|
|
@@ -129,6 +133,11 @@
|
|
|
129
133
|
<td valign="top">Retains a TrustArc session ID to collect and record cookie consent decisions</td>
|
|
130
134
|
<td valign="top">30 min</td>
|
|
131
135
|
</tr>
|
|
136
|
+
<tr>
|
|
137
|
+
<td class="cookieNameColumn">optout_domains_pc</td>
|
|
138
|
+
<td valign="top">When the optout_domains_pc cookie is set, and the user switches to a subdomain with no consent or conflicting consent, the user's opt-out preference is respected across subdomains.</td>
|
|
139
|
+
<td valign="top">391 days</td>
|
|
140
|
+
</tr>
|
|
132
141
|
</tbody>
|
|
133
142
|
</table>
|
|
134
143
|
<h3>Functional Cookies</h3>
|
|
@@ -144,6 +153,11 @@
|
|
|
144
153
|
</tr>
|
|
145
154
|
</thead>
|
|
146
155
|
<tbody>
|
|
156
|
+
<tr>
|
|
157
|
+
<td class="cookieNameColumn">6suuid</td>
|
|
158
|
+
<td valign="top">6sense uses this cookie as a long-lived unique identifier of the user. It is either correlated to other 6sense identifiers or a unique value</td>
|
|
159
|
+
<td valign="top">1 year</td>
|
|
160
|
+
</tr>
|
|
147
161
|
<tr>
|
|
148
162
|
<td class="cookieNameColumn">_an_uid</td>
|
|
149
163
|
<td valign="top">6sense uses this cookie for collecting information on users' visits such as the total number of visits, average time spent on the website, and pages loaded</td>
|
|
@@ -159,6 +173,11 @@
|
|
|
159
173
|
<td valign="top">6sense uses this cookie for collecting information on the user's visit such as the number of visits, average time spent on the website, and the pages loaded for displaying targeted ads</td>
|
|
160
174
|
<td valign="top">1 year 1 month 4 days</td>
|
|
161
175
|
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<td class="cookieNameColumn">_gd_svisitor</td>
|
|
178
|
+
<td valign="top">6sense uses this cookie as a long-lived unique identifier of the user. It is either correlated to the 6suuid or a unique value</td>
|
|
179
|
+
<td valign="top">1 year</td>
|
|
180
|
+
</tr>
|
|
162
181
|
<tr>
|
|
163
182
|
<td class="cookieNameColumn">AMCV_<id>@AdobeOrg</td>
|
|
164
183
|
<td valign="top">Adobe Experience Cloud uses this cookie to retain the Experience Cloud visitor ID, also known as MID</td>
|
|
@@ -216,25 +235,16 @@
|
|
|
216
235
|
</tr>
|
|
217
236
|
</tbody>
|
|
218
237
|
</table>
|
|
219
|
-
<h3>
|
|
220
|
-
<
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<tbody>
|
|
232
|
-
<tr>
|
|
233
|
-
<td class="cookieNameColumn">receive-cookie-deprecation</td>
|
|
234
|
-
<td valign="top">Part of a Google Chrome experiment to identify if a user's browser is in specific test groups within Chrome’s Privacy Sandbox initiative. Websites must opt-in to use it. The cookie tracks group participation (e.g., "example_label_1") and it will be discontinued after the experiment.</td>
|
|
235
|
-
<td valign="top">Persistent</td>
|
|
236
|
-
</tr>
|
|
237
|
-
|
|
238
|
-
</tbody>
|
|
239
|
-
</table>
|
|
238
|
+
<h3>How can you manage and delete Cookies?</h3>
|
|
239
|
+
<p>SAP provides you with the option to adjust your
|
|
240
|
+
preferences for Functional Cookies when such cookies are placed
|
|
241
|
+
on your device. In such a case, you can access preferences at any time by
|
|
242
|
+
selecting the "Legal Information" icon > "Cookie Preferences" link in the header of the UI5 Demo Kit.</p>
|
|
243
|
+
<p>You can also block and delete cookies by
|
|
244
|
+
changing your browser settings. To manage cookies using your browser settings,
|
|
245
|
+
most browsers allow you to refuse or accept all cookies or only to accept
|
|
246
|
+
certain types of cookies. The process for the management and deletion of
|
|
247
|
+
cookies can be found in the help function integrated in your browser. If you
|
|
248
|
+
wish to limit the use of cookies, you may not be able to use all the
|
|
249
|
+
interactive functions.</p>
|
|
240
250
|
</div>
|