@openui5/sap.ui.documentation 1.96.23 → 1.96.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle_bg.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_da.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_de.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_el.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_en.properties +338 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_es.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_et.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_fi.properties +3 -3
- package/src/sap/ui/documentation/messagebundle_fr.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_hi.properties +3 -3
- package/src/sap/ui/documentation/messagebundle_hr.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_hu.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_id.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_ko.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_lt.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_mk.properties +367 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_no.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_pt.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_ru.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_sh.properties +37 -37
- package/src/sap/ui/documentation/messagebundle_sk.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_sr.properties +367 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +4 -4
- package/src/sap/ui/documentation/messagebundle_uk.properties +17 -17
- package/src/sap/ui/documentation/messagebundle_vi.properties +1 -1
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +12 -12
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en.properties +12 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_mk.properties +11 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_sr.properties +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.25",
|
|
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,10 +14,10 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.96.
|
|
18
|
-
"@openui5/sap.ui.core": "1.96.
|
|
19
|
-
"@openui5/sap.ui.layout": "1.96.
|
|
20
|
-
"@openui5/themelib_sap_belize": "1.96.
|
|
21
|
-
"@openui5/themelib_sap_fiori_3": "1.96.
|
|
17
|
+
"@openui5/sap.m": "1.96.25",
|
|
18
|
+
"@openui5/sap.ui.core": "1.96.25",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.96.25",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.96.25",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.96.25"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.96.
|
|
9
|
+
<version>1.96.25</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
// delegate further initialization of this library to the Core
|
|
24
24
|
sap.ui.getCore().initLibrary({
|
|
25
25
|
name : 'sap.ui.documentation',
|
|
26
|
-
version: '1.96.
|
|
26
|
+
version: '1.96.25',
|
|
27
27
|
dependencies : ['sap.ui.core','sap.m'],
|
|
28
28
|
types: [],
|
|
29
29
|
interfaces: [],
|
|
@@ -49,7 +49,7 @@ sap.ui.define([
|
|
|
49
49
|
* @namespace
|
|
50
50
|
* @name sap.ui.documentation
|
|
51
51
|
* @author SAP SE
|
|
52
|
-
* @version 1.96.
|
|
52
|
+
* @version 1.96.25
|
|
53
53
|
* @since 1.48
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
@@ -221,11 +221,11 @@ DEMO_APPS_CATEGORY_MISC=\u0420\u0430\u0437\u043D\u0438 \u0434\u0435\u043C\u043E
|
|
|
221
221
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility \u0434\u0435\u043C\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
222
222
|
DEMO_APPS_LIBRARY=\u0411\u0438\u0431\u043B\u0438\u043E\u0442\u0435\u043A\u0430 \u0441 \u0443\u043F\u0440\u0430\u0432\u043B\u044F\u0432\u0430\u0449\u0438 \u0444\u0443\u043D\u043A\u0446\u0438\u0438\:
|
|
223
223
|
|
|
224
|
-
LEGAL_DISCLAIMER_TITLE=\u041F\u0440\u0430\u0432\u043D\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u0437\u0430 \u043E\u0442\u043A\u0430\u0437 \u043E\u0442 \u043E\u0442\u0433\u043E\u0432\u043E\u0440\u043D\u043E\u0441\u0442 \u0437\u0430 \u0432\u0440\u044A\u0437\u043A\u0438
|
|
224
|
+
LEGAL_DISCLAIMER_TITLE=\u041F\u0440\u0430\u0432\u043D\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0438 \u0437\u0430 \u043E\u0442\u043A\u0430\u0437 \u043E\u0442 \u043E\u0442\u0433\u043E\u0432\u043E\u0440\u043D\u043E\u0441\u0442 \u0437\u0430 \u0432\u0440\u044A\u0437\u043A\u0438
|
|
225
225
|
LEGAL_DISCLAIMER_LABEL_1=\u0412\u0440\u044A\u0437\u043A\u0438 \u0441 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
226
226
|
LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u043D\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442, \u043A\u043E\u0439\u0442\u043E \u043D\u0435 \u0435 \u043D\u0430 SAP
|
|
227
227
|
LEGAL_DISCLAIMER_TEXT_1=\u0412\u043B\u0438\u0437\u0430\u0442\u0435 \u0432 \u0443\u0435\u0431\u0441\u0430\u0439\u0442, \u043D\u0430 \u043A\u043E\u0439\u0442\u043E SAP \u043D\u0435 \u0435 \u0445\u043E\u0441\u0442. \u0418\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u043A\u0438 \u0442\u0430\u043A\u0438\u0432\u0430 \u0432\u0440\u044A\u0437\u043A\u0438, \u0432\u0438\u0435 \u0441\u0435 \u0441\u044A\u0433\u043B\u0430\u0441\u044F\u0432\u0430\u0442\u0435 (\u043E\u0441\u0432\u0435\u043D \u0430\u043A\u043E \u043D\u0435 \u0435 \u0438\u0437\u0440\u0438\u0447\u043D\u043E \u0443\u0433\u043E\u0432\u043E\u0440\u0435\u043D\u043E \u0434\u0440\u0443\u0433\u043E \u0432\u044A\u0432 \u0432\u0430\u0448\u0438\u0442\u0435 \u0441\u043F\u043E\u0440\u0430\u0437\u0443\u043C\u0435\u043D\u0438\u044F \u0441\u044A\u0441 SAP) \u0441 \u0442\u043E\u0432\u0430\:
|
|
228
|
-
LEGAL_DISCLAIMER_TEXT_2
|
|
228
|
+
LEGAL_DISCLAIMER_TEXT_2=- \u0421\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E \u043D\u0430 \u0441\u0432\u044A\u0440\u0437\u0430\u043D\u0438\u044F \u0441\u0430\u0439\u0442 \u043D\u0435 \u0435 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u0430\u0446\u0438\u044F \u043D\u0430 SAP. \u041D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u043F\u0440\u0438\u043B\u0430\u0433\u0430\u0442\u0435 \u0440\u0435\u043A\u043B\u0430\u043C\u0430\u0446\u0438\u0438 \u043D\u0430 \u043F\u0440\u043E\u0434\u0443\u043A\u0442\u0438 \u0441\u0440\u0435\u0449\u0443 SAP \u043D\u0430 \u0431\u0430\u0437\u0430\u0442\u0430 \u043D\u0430 \u0442\u0430\u0437\u0438 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F.
|
|
229
229
|
LEGAL_DISCLAIMER_TEXT_3=- SAP \u043D\u0435 \u0438\u0437\u0440\u0430\u0437\u044F\u0432\u0430 \u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435 \u0438\u043B\u0438 \u043D\u0435\u0441\u044A\u0433\u043B\u0430\u0441\u0438\u0435 \u0441\u044A\u0441 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u043D\u0438\u0435\u0442\u043E \u043D\u0430 \u0441\u0432\u044A\u0440\u0437\u0430\u043D\u0438\u044F \u0441\u0430\u0439\u0442, \u043A\u0430\u043A\u0442\u043E \u0438 \u043D\u0435 \u0433\u0430\u0440\u0430\u043D\u0442\u0438\u0440\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u043E\u0441\u0442\u0442\u0430 \u0438 \u0442\u043E\u0447\u043D\u043E\u0441\u0442\u0442\u0430.
|
|
230
230
|
LEGAL_DISCLAIMER_LABEL_2=\u0412\u0440\u044A\u0437\u043A\u0438 \u0441 \u0438\u043A\u043E\u043D\u0430\u0442\u0430
|
|
231
231
|
LEGAL_DISCLAIMER_INTERNAL_TOOLTIP=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F, \u043F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u043D\u0430 \u043D\u0430 \u0441\u0430\u0439\u0442\u0430 \u043D\u0430 SAP
|
|
@@ -117,7 +117,7 @@ TOPIC_DETAIL_INIT_BLOCK_8_TEXT=Opbyg og udvid interaktive analytiske webapplikat
|
|
|
117
117
|
TOPIC_DETAIL_INIT_BLOCK_9_TITLE=Forretningsbaggrund
|
|
118
118
|
TOPIC_DETAIL_INIT_BLOCK_9_TEXT=Udviklingskoncepter, s\u00E5som MVC, databinding og komponenter
|
|
119
119
|
TOPIC_DETAIL_INIT_BLOCK_10_TITLE=Mere om kontroller
|
|
120
|
-
TOPIC_DETAIL_INIT_BLOCK_10_TEXT=Till\u00E6g til API-
|
|
120
|
+
TOPIC_DETAIL_INIT_BLOCK_10_TEXT=Till\u00E6g til API-referencen
|
|
121
121
|
|
|
122
122
|
TOPIC_DETAIL_BACK_BTN=Tilbage til s\u00F8geresultater
|
|
123
123
|
TOPIC_DETAIL_EDIT_GITHUB=Rediger p\u00E5 GitHub
|
|
@@ -27,7 +27,7 @@ APP_INFORMATION_BTN_COPYRIGHT=Copyright
|
|
|
27
27
|
APP_INFORMATION_BTN_TRADEMARK=Marke
|
|
28
28
|
APP_INFORMATION_BTN_DISCLAIMER=Ausschlussklausel
|
|
29
29
|
APP_INFORMATION_BTN_LICENSE=Lizenz
|
|
30
|
-
APP_COOKIES_TEXT=Wir verwenden Cookies, um Ihre Erfahrung auf unserer Website zu verbessern. Wenn Sie mit der Nutzung dieser Website fortfahren, stimmen Sie der Verwendung unserer Cookies zu.
|
|
30
|
+
APP_COOKIES_TEXT=Wir verwenden Cookies, um Ihre Erfahrung auf unserer Website zu verbessern. Wenn Sie mit der Nutzung dieser Website fortfahren, stimmen Sie der Verwendung unserer Cookies zu.
|
|
31
31
|
|
|
32
32
|
FEEDBACK_DIALOG_TITLE=Feedback abgeben
|
|
33
33
|
FEEDBACK_DIALOG_OVERALL=Wie ist Ihre allgemeine Erfahrung?
|
|
@@ -117,7 +117,7 @@ TOPIC_DETAIL_INIT_BLOCK_8_TEXT=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\
|
|
|
117
117
|
TOPIC_DETAIL_INIT_BLOCK_9_TITLE=\u0392\u03B1\u03C3\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1
|
|
118
118
|
TOPIC_DETAIL_INIT_BLOCK_9_TEXT=\u0388\u03BD\u03BD\u03BF\u03B9\u03B5\u03C2 \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2, \u03CC\u03C0\u03C9\u03C2 MVC, \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03BA\u03B1\u03B9 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC
|
|
119
119
|
TOPIC_DETAIL_INIT_BLOCK_10_TITLE=\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u0395\u03BB\u03AD\u03B3\u03C7\u03BF\u03C5\u03C2
|
|
120
|
-
TOPIC_DETAIL_INIT_BLOCK_10_TEXT=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C4\u03B7\u03BD \
|
|
120
|
+
TOPIC_DETAIL_INIT_BLOCK_10_TEXT=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u03C3\u03C4\u03B7\u03BD \u0391\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC API
|
|
121
121
|
|
|
122
122
|
TOPIC_DETAIL_BACK_BTN=\u03A0\u03AF\u03C3\u03C9 \u03C3\u03B5 \u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7\u03C2
|
|
123
123
|
TOPIC_DETAIL_EDIT_GITHUB=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03C3\u03B5 GitHub
|