@openui5/sap.ui.documentation 1.132.0 → 1.133.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/.reuse/dep5 +2 -2
- package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
- package/THIRDPARTY.txt +54 -66
- 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 +3 -3
- package/src/sap/ui/documentation/messagebundle_ar.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cnr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +3 -2
- package/src/sap/ui/documentation/messagebundle_el.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_en.properties +3 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_es.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_mk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_vi.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +1 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +1 -0
- package/src/sap/ui/documentation/sdk/CookieStatement.html +240 -0
- package/src/sap/ui/documentation/sdk/PrivacyStatement.html +320 -0
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +22 -12
- package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +20 -67
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +22 -3
- package/src/sap/ui/documentation/sdk/controller/CookieStatement.controller.js +23 -0
- package/src/sap/ui/documentation/sdk/controller/PrivacyStatement.controller.js +23 -0
- package/src/sap/ui/documentation/sdk/controller/StaticResourceBaseController.js +52 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +34 -1
- package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +86 -31
- package/src/sap/ui/documentation/sdk/controller/util/LocaleHelper.js +86 -0
- package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +3 -1
- package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +38 -18
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +6 -6
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n.properties +6 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saprigi.properties +3 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/view/CookieSettingsDialog.fragment.xml +5 -5
- package/src/sap/ui/documentation/sdk/css/style.css +9 -0
- package/src/sap/ui/documentation/sdk/manifest.json +28 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/BPSupport.view.xml +3 -1
- package/src/sap/ui/documentation/sdk/view/CookieStatement.view.xml +10 -0
- package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +1 -2
- package/src/sap/ui/documentation/sdk/view/PrivacyStatement.view.xml +10 -0
- package/LICENSES/Unicode-DFS-2015.txt +0 -51
package/.reuse/dep5
CHANGED
|
@@ -235,8 +235,8 @@ License: Apache-2.0
|
|
|
235
235
|
Comment: these files belong to: Google-Caja JS HTML Sanitizer
|
|
236
236
|
|
|
237
237
|
Files: src/sap.ui.core/src/sap/ui/core/cldr/*
|
|
238
|
-
Copyright: 1991-
|
|
239
|
-
License: Unicode-
|
|
238
|
+
Copyright: 1991-2024 Unicode, Inc.
|
|
239
|
+
License: LicenseRef-Unicode-3.0
|
|
240
240
|
Comment: these files belong to: Unicode Common Locale Data Repository
|
|
241
241
|
|
|
242
242
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/*
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
UNICODE LICENSE V3
|
|
2
|
+
|
|
3
|
+
COPYRIGHT AND PERMISSION NOTICE
|
|
4
|
+
|
|
5
|
+
Copyright © 1991-2024 Unicode, Inc.
|
|
6
|
+
|
|
7
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
8
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
9
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
10
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
|
11
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
12
|
+
|
|
13
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
14
|
+
copy of data files and any associated documentation (the "Data Files") or
|
|
15
|
+
software and any associated documentation (the "Software") to deal in the
|
|
16
|
+
Data Files or Software without restriction, including without limitation
|
|
17
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
|
18
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
|
19
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
|
20
|
+
this copyright and permission notice appear with all copies of the Data
|
|
21
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
|
22
|
+
associated Documentation.
|
|
23
|
+
|
|
24
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
25
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
26
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
|
27
|
+
THIRD PARTY RIGHTS.
|
|
28
|
+
|
|
29
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
30
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
31
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
32
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
33
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
|
34
|
+
FILES OR SOFTWARE.
|
|
35
|
+
|
|
36
|
+
Except as contained in this notice, the name of a copyright holder shall
|
|
37
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
|
38
|
+
dealings in these Data Files or Software without prior written
|
|
39
|
+
authorization of the copyright holder.
|
package/THIRDPARTY.txt
CHANGED
|
@@ -187,10 +187,10 @@ License: Apache-2.0
|
|
|
187
187
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
188
188
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
189
189
|
|
|
190
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
191
|
-
Copyright: 1991-
|
|
192
|
-
License: Unicode-
|
|
193
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-
|
|
190
|
+
Component: Unicode Common Locale Data Repository, version: 46.1.0
|
|
191
|
+
Copyright: 1991-2024 Unicode, Inc.
|
|
192
|
+
License: LicenseRef-Unicode-3.0
|
|
193
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
194
194
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
|
|
195
195
|
|
|
196
196
|
Component: MobiScroll, version: 2.9.0
|
|
@@ -342,7 +342,7 @@ License: ISC
|
|
|
342
342
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
343
343
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
344
344
|
|
|
345
|
-
Component: Time Zone Database, version:
|
|
345
|
+
Component: Time Zone Database, version: 2024b
|
|
346
346
|
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
347
347
|
License: LicenseRef-tzdata-PublicDomain
|
|
348
348
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
@@ -966,6 +966,55 @@ END of license: LicenseRef-JSONinJSPublicDomain
|
|
|
966
966
|
=================================
|
|
967
967
|
|
|
968
968
|
|
|
969
|
+
=================================
|
|
970
|
+
BEGIN of license: LicenseRef-Unicode-3.0
|
|
971
|
+
=================================
|
|
972
|
+
|
|
973
|
+
UNICODE LICENSE V3
|
|
974
|
+
|
|
975
|
+
COPYRIGHT AND PERMISSION NOTICE
|
|
976
|
+
|
|
977
|
+
Copyright © 1991-2024 Unicode, Inc.
|
|
978
|
+
|
|
979
|
+
NOTICE TO USER: Carefully read the following legal agreement. BY
|
|
980
|
+
DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR
|
|
981
|
+
SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
982
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT
|
|
983
|
+
DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
984
|
+
|
|
985
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
986
|
+
copy of data files and any associated documentation (the "Data Files") or
|
|
987
|
+
software and any associated documentation (the "Software") to deal in the
|
|
988
|
+
Data Files or Software without restriction, including without limitation
|
|
989
|
+
the rights to use, copy, modify, merge, publish, distribute, and/or sell
|
|
990
|
+
copies of the Data Files or Software, and to permit persons to whom the
|
|
991
|
+
Data Files or Software are furnished to do so, provided that either (a)
|
|
992
|
+
this copyright and permission notice appear with all copies of the Data
|
|
993
|
+
Files or Software, or (b) this copyright and permission notice appear in
|
|
994
|
+
associated Documentation.
|
|
995
|
+
|
|
996
|
+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
997
|
+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
998
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
|
999
|
+
THIRD PARTY RIGHTS.
|
|
1000
|
+
|
|
1001
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
1002
|
+
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
1003
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
|
1004
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
|
1005
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA
|
|
1006
|
+
FILES OR SOFTWARE.
|
|
1007
|
+
|
|
1008
|
+
Except as contained in this notice, the name of a copyright holder shall
|
|
1009
|
+
not be used in advertising or otherwise to promote the sale, use or other
|
|
1010
|
+
dealings in these Data Files or Software without prior written
|
|
1011
|
+
authorization of the copyright holder.
|
|
1012
|
+
|
|
1013
|
+
=================================
|
|
1014
|
+
END of license: LicenseRef-Unicode-3.0
|
|
1015
|
+
=================================
|
|
1016
|
+
|
|
1017
|
+
|
|
969
1018
|
=================================
|
|
970
1019
|
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
|
971
1020
|
=================================
|
|
@@ -1009,64 +1058,3 @@ OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1009
1058
|
END of license: MIT
|
|
1010
1059
|
=================================
|
|
1011
1060
|
|
|
1012
|
-
|
|
1013
|
-
=================================
|
|
1014
|
-
BEGIN of license: Unicode-DFS-2015
|
|
1015
|
-
=================================
|
|
1016
|
-
|
|
1017
|
-
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
1018
|
-
|
|
1019
|
-
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
|
|
1020
|
-
http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
|
|
1021
|
-
Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
|
|
1022
|
-
Software includes any source code published in the Unicode Standard or under
|
|
1023
|
-
the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
|
|
1024
|
-
and http://www.unicode.org/cldr/data/.
|
|
1025
|
-
|
|
1026
|
-
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
|
|
1027
|
-
INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
|
|
1028
|
-
AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
|
|
1029
|
-
BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
|
|
1030
|
-
DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
|
|
1031
|
-
|
|
1032
|
-
COPYRIGHT AND PERMISSION NOTICE
|
|
1033
|
-
|
|
1034
|
-
Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
|
|
1035
|
-
the Terms of Use in http://www.unicode.org/copyright.html.
|
|
1036
|
-
|
|
1037
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1038
|
-
of the Unicode data files and any associated documentation (the "Data Files")
|
|
1039
|
-
or Unicode software and any associated documentation (the "Software") to deal
|
|
1040
|
-
in the Data Files or Software without restriction, including without limitation
|
|
1041
|
-
the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
|
|
1042
|
-
of the Data Files or Software, and to permit persons to whom the Data Files
|
|
1043
|
-
or Software are furnished to do so, provided that
|
|
1044
|
-
|
|
1045
|
-
(a) this copyright and permission notice appear with all copies of the Data
|
|
1046
|
-
Files or Software,
|
|
1047
|
-
|
|
1048
|
-
(b) this copyright and permission notice appear in associated documentation,
|
|
1049
|
-
and
|
|
1050
|
-
|
|
1051
|
-
(c) there is clear notice in each modified Data File or in the Software as
|
|
1052
|
-
well as in the documentation associated with the Data File(s) or Software
|
|
1053
|
-
that the data or software has been modified.
|
|
1054
|
-
|
|
1055
|
-
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
|
|
1056
|
-
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1057
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
|
1058
|
-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
|
|
1059
|
-
BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
|
|
1060
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
|
|
1061
|
-
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
1062
|
-
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
|
|
1063
|
-
|
|
1064
|
-
Except as contained in this notice, the name of a copyright holder shall not
|
|
1065
|
-
be used in advertising or otherwise to promote the sale, use or other dealings
|
|
1066
|
-
in these Data Files or Software without prior written authorization of the
|
|
1067
|
-
copyright holder.
|
|
1068
|
-
|
|
1069
|
-
=================================
|
|
1070
|
-
END of license: Unicode-DFS-2015
|
|
1071
|
-
=================================
|
|
1072
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.133.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.documentation",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.
|
|
22
|
-
"@openui5/themelib_sap_horizon": "1.
|
|
17
|
+
"@openui5/sap.m": "1.133.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.133.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.133.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.133.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.133.0",
|
|
22
|
+
"@openui5/themelib_sap_horizon": "1.133.0"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.133.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -25,14 +25,14 @@ sap.ui.define([
|
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.documentation
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.133.0
|
|
29
29
|
* @since 1.48
|
|
30
30
|
* @public
|
|
31
31
|
*/
|
|
32
32
|
var thisLibrary = Lib.init({
|
|
33
33
|
apiVersion: 2,
|
|
34
34
|
name : 'sap.ui.documentation',
|
|
35
|
-
version: '1.
|
|
35
|
+
version: '1.133.0',
|
|
36
36
|
dependencies : ['sap.ui.core','sap.m'],
|
|
37
37
|
types: [],
|
|
38
38
|
interfaces: [],
|
|
@@ -469,12 +469,12 @@ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE = Required Cookies
|
|
|
469
469
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY = These cookies are required to enable core site functionality.
|
|
470
470
|
#XTXT: Detailed note that explains why we use the required cookies in the application
|
|
471
471
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT = We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
472
|
-
#XTXT: Title of the section about the
|
|
472
|
+
#XTXT: Title of the section about the functional cookies used in the application
|
|
473
473
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE = Functional Cookies
|
|
474
474
|
#XTXT: Summary note that explains what are the functional cookies in the application
|
|
475
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY = These cookies are used to
|
|
475
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY = These cookies are used to keep your preferences for site appearance and display language.
|
|
476
476
|
#XTXT: Detailed note that explains why we use the functional cookies in the application
|
|
477
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT =
|
|
477
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT = To enhance your browsing experience, we use cookies to remember your preferences for the site\u0027s appearance (light or dark theme) and display language. These cookies ensure that your chosen settings are applied every time you visit or refresh the page, providing a consistent and personalized experience.
|
|
478
478
|
#XTXT: Title of the panel that contains more detailed information
|
|
479
479
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO = More Info
|
|
480
480
|
#XTXT: Title of the button to accept all cookies
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u0646\u0628\u0630\u0629
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u0642\u0627\u0646\u0648\u0646\u064A
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u062A\u0641\u0636\u064A\u0644\u0627\u062A \u0645\u0644\u0641 \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u0627\u0644\u0634\u0643\u0644
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0641\u0627\u062A\u062D
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u063A\u0627\u0645\u0642
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u041E\u0442\u043D\u043E\u0441\u043D\u043E
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u041F\u0440\u0430\u0432\u0435\u043D
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u041F\u043E\u0432\u0435\u0440\u0438\u0442\u0435\u043B\u043D\u043E\u0441\u0442
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u0423\u0441\u043B\u043E\u0432\u0438\u044F \u0437\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u041F\u0440\u0435\u0434\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438\u044F \u0437\u0430 \u0431\u0438\u0441\u043A\u0432\u0438\u0442\u043A\u0438\u0442\u0435
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u0418\u0437\u0433\u043B\u0435\u0434
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0421\u0432\u0435\u0442\u044A\u043B
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u0422\u044A\u043C\u0435\u043D
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Quant a
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacitat
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Condicions d'\u00FAs
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Prefer\u00E8ncies de galeta
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Aspecte
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Clar
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Fosc
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Informacije
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Pravni poslovi
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privatnost
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Uslovi upotrebe
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preference kola\u010Di\u0107a
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Izgled
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Svijetlo
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tamno
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=O aplikaci
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Pr\u00E1vn\u00ED informace
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Ochrana osobn\u00EDch \u00FAdaj\u016F
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Podm\u00EDnky pou\u017Eit\u00ED
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preference cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Vzhled
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Sv\u011Btl\u00FD
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tmav\u00FD
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Manylion
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Cyfreithiol
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Preifatrwydd
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Telerau Defnyddio
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Dewisiadau Cwcis
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Ymddangosiad
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Golau
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tywyll
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Om
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Juridisk
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Databeskyttelse
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Brugsvilk\u00E5r
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookie-pr\u00E6ferencer
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Udseende
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Lys
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=M\u00F8rk
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Info
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Rechtliche Hinweise
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Datenschutz
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Nutzungsbedingungen
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookie-Einstellungen
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Erscheinungsbild
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Hell
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Dunkel
|
|
@@ -241,8 +242,8 @@ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Erforderliche Cookies
|
|
|
241
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=Diese Cookies sind f\u00FCr die Kernfunktionalit\u00E4t der Website erforderlich.
|
|
242
243
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=Wir verwenden Cookies, um Ihr Erlebnis auf unserer Website zu verbessern. Wenn Sie mit der Nutzung dieser Website fortfahren, stimmen Sie der Verwendung unserer Cookies zu.
|
|
243
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Funktionale Cookies
|
|
244
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Diese Cookies werden
|
|
245
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=
|
|
245
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=Diese Cookies werden zum Beibehalten Ihrer Einstellungen f\u00FCr das Erscheinungsbild und die Anzeigesprache der Site verwendet.
|
|
246
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=Zur Verbesserung Ihrer Erfahrung auf dieser Website verwenden wir Cookies, die sich Ihre Einstellungen f\u00FCr das Erscheinungsbild (helles oder dunkles Theme) und die Anzeigesprache merken. Mit diesen Cookies stellen wir sicher, dass die Einstellungen, die Sie gew\u00E4hlt haben, bei jedem Besuch und jeder Aktualisierung der Seite angewandt werden, wodurch Sie eine konsistente und personalisierte Erfahrung haben.
|
|
246
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Weitere Informationen
|
|
247
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Alle akzeptieren
|
|
248
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Alle ablehnen
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u039D\u03CC\u03BC\u03B9\u03BC\u03BF
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u03A0\u03C1\u03BF\u03C3\u03C4\u03B1\u03C3\u03AF\u03B1 \u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03B9\u03BA\u03CE\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u039F\u03C1\u03BF\u03B9 \u03A7\u03C1\u03AE\u03C3\u03B7\u03C2
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u03A0\u03C1\u03BF\u03C4\u03B9\u03BC\u03AE\u03C3\u03B5\u03B9\u03C2 Cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u0395\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0391\u03BD\u03BF\u03B9\u03BA\u03C4\u03CC
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u03A3\u03BA\u03BF\u03CD\u03C1\u03BF
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=About
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Terms of Use
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookie Preferences
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Appearance
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Light
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Dark
|
|
@@ -241,8 +242,8 @@ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Required Cookies
|
|
|
241
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=These cookies are required to enable core site functionality.
|
|
242
243
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
243
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Functional Cookies
|
|
244
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=These cookies are used to
|
|
245
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=
|
|
245
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=These cookies are used to keep your preferences for site appearance and display language.
|
|
246
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=To enhance your browsing experience, we use cookies to remember your preferences for the site's appearance (light or dark theme) and display language. These cookies ensure that your chosen settings are applied every time you visit or refresh the page, providing a consistent and personalized experience.
|
|
246
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=More Info
|
|
247
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accept All
|
|
248
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Reject All
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=About
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Terms of Use
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookie Preferences
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Appearance
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Light
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Dark
|
|
@@ -242,8 +242,8 @@ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=\u206A\u206A\u206A\u200D\u200C\u20
|
|
|
242
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=\u206A\u206A\u206A\u200D\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u206AThese cookies are required to enable core site functionality.\u206A\u206A
|
|
243
243
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200C\u206AWe use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.\u206A\u206A
|
|
244
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u206AFunctional Cookies\u206A\u206A
|
|
245
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u206AThese cookies are used to
|
|
246
|
-
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200C\
|
|
245
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u206AThese cookies are used to keep your preferences for site appearance and display language.\u206A\u206A
|
|
246
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u206ATo enhance your browsing experience, we use cookies to remember your preferences for the site's appearance (light or dark theme) and display language. These cookies ensure that your chosen settings are applied every time you visit or refresh the page, providing a consistent and personalized experience.\u206A\u206A
|
|
247
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200C\u206AMore Info\u206A\u206A
|
|
248
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=\u206A\u206A\u206A\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u206AAccept All\u206A\u206A
|
|
249
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200B\u206AReject All\u206A\u206A
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Sobre
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacidad
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Condiciones de uso
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preferencias de cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Apariencia
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Clara
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Oscura
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Acerca de
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacidad
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Condiciones de uso
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preferencias de cookies
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Apariencia
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Clara
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Oscura
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Teave
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Juriidiline
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privaatsus
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Kasutustingimused
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=K\u00FCpsise-eelistused
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Ilme
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Hele
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tume
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Tietoja
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Oikeudellinen
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Tietosuoja
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=K\u00E4ytt\u00F6ehdot
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Ev\u00E4steasetukset
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Ulkoasu
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Vaalea
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tumma
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u00C0 propos
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Informations l\u00E9gales
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Confidentialit\u00E9
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Conditions d'utilisation
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Pr\u00E9f\u00E9rences en mati\u00E8re de cookies
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Aspect
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Clair
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Fonc\u00E9
|
|
@@ -137,7 +138,7 @@ WELCOME_BLOCK_11_TITLE=UI5 sur Content Delivery Network
|
|
|
137
138
|
WELCOME_BLOCK_11_TEXT_1=D\u00E9veloppez et ex\u00E9cutez des applications UI5 avec la flexibilit\u00E9 d'un CDN. Les fichiers sont charg\u00E9s depuis l'emplacement le plus proche pour une performance optimale.
|
|
138
139
|
WELCOME_BLOCK_11_TEXT_2=CDN multi-version pour g\u00E9rer un cycle de vie personnalis\u00E9
|
|
139
140
|
WELCOME_BLOCK_11_TEXT_3=Pour tous les sc\u00E9narios de d\u00E9veloppement on-premise et cloud
|
|
140
|
-
WELCOME_BLOCK_12_TITLE=
|
|
141
|
+
WELCOME_BLOCK_12_TITLE=SAP\u00A0Community
|
|
141
142
|
WELCOME_BLOCK_13_TITLE=Bulletin d'information
|
|
142
143
|
WELCOME_VIDEO_BLOCK_TITLE=Qu'est-ce que SAPUI5 ?
|
|
143
144
|
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u00C0 propos
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Informations l\u00E9gales
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Confidentialit\u00E9
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Conditions d'utilisation
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Pr\u00E9f\u00E9rences en mati\u00E8re de t\u00E9moins
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Apparence
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Clair
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Fonc\u00E9
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u0907\u0938\u0915\u0947 \u092C\u093E\u0930\u0947 \u09
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u0932\u0940\u0917\u0932
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0930\u094D\u0924\u0947\u0902
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u0915\u0941\u0915\u0940 \u0935\u0930\u0940\u092F\u0924\u093E\u090F\u0902
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u0926\u093F\u0916\u093E\u0935\u091F
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0932\u093E\u0907\u091F
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u0921\u093E\u0930\u094D\u0915
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=O
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Pravno
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privatnost
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Uvjeti upotrebe
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preference kola\u010Di\u0107a
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Izgled
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Svijetlo
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tamno
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=N\u00E9vjegy
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Jogi inf\u00F3
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Adatv\u00E9delem
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Haszn\u00E1lati felt\u00E9telek
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookie-be\u00E1ll\u00EDt\u00E1sok
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Megjelen\u00E9s
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Vil\u00E1gos
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=S\u00F6t\u00E9t
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Tentang
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privasi
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Syarat Penggunaan
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preferensi Cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Tampilan
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Terang
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Gelap
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Informazioni su
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legale
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Condizioni di utilizzo
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Preferenze cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Aspetto
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Chiaro
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Scuro
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u05E2\u05DC \u05D0\u05D5\u05D3\u05D5\u05EA
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u05DE\u05E9\u05E4\u05D8\u05D9
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u05E4\u05E8\u05D8\u05D9\u05D5\u05EA
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u05EA\u05E0\u05D0\u05D9 \u05E9\u05D9\u05DE\u05D5\u05E9
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u05D4\u05E2\u05D3\u05E4\u05D5\u05EA \u05E7\u05D5\u05D1\u05E6\u05D9 Cookie
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u05D4\u05D5\u05E4\u05E2\u05D4
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u05D1\u05D4\u05D9\u05E8
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u05DB\u05D4\u05D4
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u95A2\u9023\u60C5\u5831
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u6CD5\u5F8B
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u5229\u7528\u898F\u7D04
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u30AF\u30C3\u30AD\u30FC\u306E\u30D7\u30EA\u30D5\u30A1\u30EC\u30F3\u30B9
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u5916\u89B3
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u8584\u3044
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u6FC3\u3044
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u0410\u049B\u043F\u0430\u0440\u0430\u0442
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u0417\u0430\u04A3\u0434\u044B \u0430\u049B\u043F\u0430\u0440\u0430\u0442
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u049A\u04B1\u043F\u0438\u044F\u043B\u044B\u049B
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u041F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443 \u0448\u0430\u0440\u0442\u0442\u0430\u0440\u044B
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES="Cookie" \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u043B\u0435\u0440\u0456
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u041A\u04E9\u0440\u0456\u043D\u0456\u0441
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0410\u0448\u044B\u049B
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u049A\u043E\u044E
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\uC815\uBCF4
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\uBC95\uC801
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\uAC1C\uC778\uC815\uBCF4 \uBCF4\uD638 \uC815\uCC45
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\uC774\uC6A9 \uC57D\uAD00
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\uCFE0\uD0A4 \uAE30\uBCF8 \uC124\uC815
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\uBAA8\uC591
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\uBC1D\uAC8C
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\uC5B4\uB461\uAC8C
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Apie
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Teisinis
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privatumas
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Naudojimo s\u0105lygos
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Slapuk\u0173 nuostatos
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=I\u0161vaizda
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0160viesus
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tamsus
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Par
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Konfidencialit\u0101te
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Lieto\u0161anas nosac\u012Bjumi
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=S\u012Bkfailu preferences
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Izskats
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Gai\u0161s
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Tum\u0161s
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=\u0417\u0430
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=\u041F\u0440\u0430\u0432\u043D\u0438
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=\u041F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0441\u0442
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=\u0423\u0441\u043B\u043E\u0432\u0438 \u043D\u0430 \u043A\u043E\u0440\u0438\u0441\u0442\u0435\u045A\u0435
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=\u041F\u0440\u0435\u0442\u043F\u043E\u0447\u0438\u0442\u0430\u043D\u0438 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0438 \u0437\u0430 \u043A\u043E\u043B\u0430\u0447\u0438\u045A\u0430\u0442\u0430
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=\u0418\u0437\u0433\u043B\u0435\u0434
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=\u0421\u0432\u0435\u0442\u043B\u043E
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=\u0422\u0435\u043C\u043D\u043E
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Tentang
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Sah
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privasi
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Terma Penggunaan
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Keutamaan Kuki
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Penampilan
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Terang
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Gelap
|
|
@@ -30,6 +30,7 @@ APP_INFORMATION_BTN_ABOUT=Over
|
|
|
30
30
|
APP_INFORMATION_BTN_LEGAL=Juridisch
|
|
31
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
32
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Gebruiksvoorwaarden
|
|
33
|
+
APP_INFORMATION_BTN_COOKIE_PREFERENCES=Cookievoorkeuren
|
|
33
34
|
APP_INFORMATION_BTN_APPEARANCE=Uiterlijk
|
|
34
35
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Licht
|
|
35
36
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Donker
|