@openui5/sap.ui.documentation 1.96.5 → 1.99.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 +26 -31
- package/THIRDPARTY.txt +15 -21
- 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.properties +56 -10
- package/src/sap/ui/documentation/messagebundle_ar.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_bg.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ca.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cs.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_cy.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_da.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_de.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_el.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_en.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +4 -9
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +35 -9
- package/src/sap/ui/documentation/messagebundle_es.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +34 -8
- package/src/sap/ui/documentation/messagebundle_et.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fi.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_fr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_hu.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_id.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_it.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_iw.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ja.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_kk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ko.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_lv.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_ms.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_nl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_no.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_pl.properties +31 -5
- package/src/sap/ui/documentation/messagebundle_pt.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ro.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_ru.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sh.properties +33 -7
- package/src/sap/ui/documentation/messagebundle_sk.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sl.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_sv.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_th.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_tr.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_uk.properties +47 -21
- package/src/sap/ui/documentation/messagebundle_vi.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +32 -6
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +32 -6
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +78 -2
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +6 -5
- package/src/sap/ui/documentation/sdk/controller/News.controller.js +77 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +246 -25
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +7 -7
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +106 -0
- package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +40 -0
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +16 -0
- package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +188 -0
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -1
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +7 -1
- package/src/sap/ui/documentation/sdk/css/style.css +42 -2
- package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/manifest.json +16 -0
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +3 -1
- package/src/sap/ui/documentation/sdk/view/App.view.xml +18 -0
- package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +1 -2
- package/src/sap/ui/documentation/sdk/view/News.view.xml +68 -0
- package/src/sap/ui/documentation/sdk/view/NewsPopover.fragment.xml +51 -0
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +5 -1
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +23 -25
- package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +44 -0
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +90 -8
- package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +1 -0
- package/src/sap/ui/documentation/themes/base/Documentation.less +1 -7
- package/ui5.yaml +4 -1
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
|
|
|
60
60
|
|
|
61
61
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
62
62
|
Copyright:
|
|
63
|
-
2009-
|
|
63
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
64
64
|
Spencer Tipping
|
|
65
65
|
License: Apache-2.0 and MIT
|
|
66
66
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
|
|
|
75
75
|
|
|
76
76
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
77
77
|
Copyright:
|
|
78
|
-
2009-
|
|
78
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
79
79
|
OpenJS Foundation and other contributors
|
|
80
80
|
License: Apache-2.0 and MIT
|
|
81
81
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
82
82
|
|
|
83
83
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
84
84
|
Copyright:
|
|
85
|
-
2009-
|
|
85
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
86
86
|
OpenJS Foundation and other contributors
|
|
87
87
|
License: Apache-2.0 and MIT
|
|
88
88
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
89
89
|
|
|
90
90
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
91
91
|
Copyright:
|
|
92
|
-
2009-
|
|
92
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
93
93
|
OpenJS Foundation and other contributors
|
|
94
94
|
License: Apache-2.0 and MIT
|
|
95
95
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
96
96
|
|
|
97
97
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
98
98
|
Copyright:
|
|
99
|
-
2009-
|
|
99
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
100
100
|
2011, John Resig
|
|
101
101
|
License: Apache-2.0 and MIT
|
|
102
102
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
103
103
|
|
|
104
104
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
105
105
|
Copyright:
|
|
106
|
-
2009-
|
|
106
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
107
107
|
2014 jQuery Foundation and other contributors
|
|
108
108
|
License: Apache-2.0 and MIT
|
|
109
109
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
115
115
|
|
|
116
116
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
117
117
|
Copyright:
|
|
118
|
-
2009-
|
|
118
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
119
119
|
2014 jQuery Foundation and other contributors
|
|
120
120
|
License: Apache-2.0 and MIT
|
|
121
121
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
122
122
|
|
|
123
123
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
124
124
|
Copyright:
|
|
125
|
-
2009-
|
|
125
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
126
126
|
2014 jQuery Foundation and other contributors
|
|
127
127
|
License: Apache-2.0 and MIT
|
|
128
128
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
149
149
|
|
|
150
150
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
151
151
|
Copyright:
|
|
152
|
-
2009-
|
|
152
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
153
153
|
2012 Wei-Ko Kao
|
|
154
154
|
License: Apache-2.0 and MIT
|
|
155
155
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
|
|
|
281
281
|
|
|
282
282
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
283
283
|
Copyright:
|
|
284
|
-
2009-
|
|
284
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
285
285
|
Douglas Crockford
|
|
286
286
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
287
287
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
288
288
|
|
|
289
289
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
290
290
|
Copyright:
|
|
291
|
-
2009-
|
|
291
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
292
292
|
2010 Douglas Crockford
|
|
293
293
|
License: Apache-2.0
|
|
294
294
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
322
322
|
|
|
323
323
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
324
324
|
Copyright:
|
|
325
|
-
2009-
|
|
325
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
326
326
|
Behrang Norouzinia
|
|
327
327
|
License: Apache-2.0 and MIT
|
|
328
328
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
|
|
|
334
334
|
|
|
335
335
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
Copyright:
|
|
337
|
-
2009-
|
|
337
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
338
338
|
Isaac Z. Schlueter and Contributors
|
|
339
339
|
License: Apache-2.0 and ISC
|
|
340
340
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
|
|
|
370
370
|
|
|
371
371
|
# Library: sap.ui.integration:
|
|
372
372
|
|
|
373
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
373
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
374
374
|
Copyright: SAP
|
|
375
375
|
License: Apache-2.0
|
|
376
376
|
Comment: these files belong to: UI5 Web Components
|
|
377
377
|
|
|
378
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
379
|
-
Copyright: 2015 The Polymer Authors
|
|
380
|
-
License: BSD-3-Clause
|
|
381
|
-
Comment: these files belong to: Webcomponentsjs
|
|
382
|
-
|
|
383
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
384
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
385
|
-
License: Unicode-DFS-2015
|
|
386
|
-
Comment: these files belong to: Unicode Common Locale Data Repository
|
|
387
|
-
|
|
388
378
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
389
379
|
Copyright: 2017 Microsoft
|
|
390
380
|
License: MIT
|
|
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
|
|
|
395
385
|
License: MIT
|
|
396
386
|
Comment: these files belong to: Adaptive Cards Templating
|
|
397
387
|
|
|
388
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
389
|
+
Copyright: Microsoft
|
|
390
|
+
License: MIT
|
|
391
|
+
Comment: these files belong to: Adaptive Expressions
|
|
392
|
+
|
|
398
393
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
399
394
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
400
395
|
License: MIT
|
|
401
396
|
Comment: these files belong to: Markdown-it
|
|
402
397
|
|
|
403
|
-
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
404
|
-
Copyright:
|
|
398
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
399
|
+
Copyright: 2020 Jeremy Danyow
|
|
405
400
|
License: MIT
|
|
406
|
-
Comment: these files belong to:
|
|
401
|
+
Comment: these files belong to: @cfworker/json-schema
|
|
407
402
|
|
|
408
403
|
|
|
409
404
|
# Library: sap.ui.mdc:
|
|
410
405
|
|
|
411
406
|
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
412
407
|
Copyright:
|
|
413
|
-
2009-
|
|
408
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
414
409
|
2015 unnikked
|
|
415
410
|
License: Apache-2.0 and MIT
|
|
416
411
|
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
@@ -418,7 +413,7 @@ Comment: these files contain content from SAP and BooleanExpressionEvaluator: Bo
|
|
|
418
413
|
|
|
419
414
|
# Library: sap.ui.webc.common:
|
|
420
415
|
|
|
421
|
-
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/
|
|
416
|
+
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
422
417
|
Copyright: SAP
|
|
423
418
|
License: Apache-2.0
|
|
424
419
|
Comment: these files belong to: UI5 Web Components
|
|
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
|
|
|
454
449
|
|
|
455
450
|
Files: lib/jsdoc/ui5/plugin.js
|
|
456
451
|
Copyright:
|
|
457
|
-
2009-
|
|
452
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
458
453
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
459
454
|
License: Apache-2.0
|
|
460
455
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
351
351
|
|
|
352
352
|
Library: sap.ui.integration:
|
|
353
353
|
|
|
354
|
-
Component: UI5 Web Components, version: 1.0.
|
|
354
|
+
Component: UI5 Web Components, version: 1.0.1
|
|
355
355
|
Copyright: SAP
|
|
356
356
|
License: Apache-2.0
|
|
357
357
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
358
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
359
|
-
src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
|
|
360
|
-
|
|
361
|
-
Component: Webcomponentsjs, version: 1.0.2
|
|
362
|
-
Copyright: 2015 The Polymer Authors
|
|
363
|
-
License: BSD-3-Clause
|
|
364
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
365
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
366
|
-
|
|
367
|
-
Component: Unicode Common Locale Data Repository
|
|
368
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
369
|
-
License: Unicode-DFS-2015
|
|
370
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
371
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
358
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
372
359
|
|
|
373
360
|
Component: Adaptive Cards, version: 2.9.0
|
|
374
361
|
Copyright: 2017 Microsoft
|
|
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
377
364
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
|
|
378
365
|
src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
379
366
|
|
|
380
|
-
Component: Adaptive Cards Templating, version:
|
|
367
|
+
Component: Adaptive Cards Templating, version: 2.2.0
|
|
381
368
|
Copyright: 2017 Microsoft
|
|
382
369
|
License: MIT
|
|
383
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
384
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
|
|
385
372
|
|
|
386
|
-
Component:
|
|
373
|
+
Component: Adaptive Expressions, version: 4.15.0
|
|
374
|
+
Copyright: Microsoft
|
|
375
|
+
License: MIT
|
|
376
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
377
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
378
|
+
|
|
379
|
+
Component: Markdown-it, version: 12.2.0
|
|
387
380
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
388
381
|
License: MIT
|
|
389
382
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
390
383
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
391
384
|
|
|
392
|
-
Component:
|
|
393
|
-
Copyright:
|
|
385
|
+
Component: @cfworker/json-schema, version: 1.6.8
|
|
386
|
+
Copyright: 2020 Jeremy Danyow
|
|
394
387
|
License: MIT
|
|
395
388
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
-
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
389
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
397
390
|
|
|
398
391
|
|
|
399
392
|
Library: sap.ui.mdc:
|
|
@@ -412,10 +405,11 @@ Copyright: SAP
|
|
|
412
405
|
License: Apache-2.0
|
|
413
406
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
414
407
|
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
415
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/
|
|
408
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
|
|
416
409
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
|
|
417
410
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
|
|
418
411
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
419
413
|
|
|
420
414
|
Component: lit-html, version: 1.4.1
|
|
421
415
|
Copyright: Google LLC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.99.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,10 +14,10 @@
|
|
|
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.
|
|
17
|
+
"@openui5/sap.m": "1.99.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.99.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.99.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.99.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.99.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.99.0</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.
|
|
26
|
+
version: '1.99.0',
|
|
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.
|
|
52
|
+
* @version 1.99.0
|
|
53
53
|
* @since 1.48
|
|
54
54
|
* @public
|
|
55
55
|
*/
|
|
@@ -25,6 +25,14 @@ APP_VERSION_NOT_PRODUCTIVE = \u2013 not for productive use!
|
|
|
25
25
|
APP_VERSION_IN_PROGRESS = - development in progress!
|
|
26
26
|
#XTOL: Tooltip for the button that opens the 'Give Feedback' dialog
|
|
27
27
|
APP_FEEDBACK_BTN_TOOLTIP = Give Feedback
|
|
28
|
+
#XTOL: Tooltip for the button that opens the 'News' dialog
|
|
29
|
+
APP_NEWS_BTN_TOOLTIP = News
|
|
30
|
+
#XBUT: The button that dismisses all news from the news popover marking them old
|
|
31
|
+
APP_NEWS_DISMISS_ALL_BTN = Dismiss all news
|
|
32
|
+
#XBUT: The button that shows all news by opening the 'News' dedicated view
|
|
33
|
+
APP_NEWS_SHOW_ALL_BTN = Show all news
|
|
34
|
+
#XTXT: Text shown in the 'News' popover when there are no new news
|
|
35
|
+
APP_NEWS_NO_NEW_TEXT = No news
|
|
28
36
|
#XBUT: Text for button that closes
|
|
29
37
|
APP_SEARCH_FIELD_CLOSE = Close
|
|
30
38
|
#XTOL: Tooltip for the 'More Information' button that opens an additional menu
|
|
@@ -60,6 +68,17 @@ APP_INFORMATION_BTN_LICENSE = License
|
|
|
60
68
|
#XTXT: The information note about cookies that were used in the application
|
|
61
69
|
APP_COOKIES_TEXT = We use cookies to improve your experience on our site. By continuing to use this website, you consent to use our cookies.
|
|
62
70
|
|
|
71
|
+
#XHED: New news Group title
|
|
72
|
+
NEWS_NEW_GROUP_TITLE = New
|
|
73
|
+
#XHED: Read/Old news Group title
|
|
74
|
+
NEWS_READ_GROUP_TITLE = Read
|
|
75
|
+
#XMIT: Text for button which marks all news as read/old
|
|
76
|
+
NEWS_BTN_MARK_AS_READ = Mark all as Read
|
|
77
|
+
#XMIT: Text for button which forwards the user to the page URL described in the link of the news item
|
|
78
|
+
NEWS_BTN_VISIT_LINK = Visit Link
|
|
79
|
+
#XHED: Title for the Message Page in case of news preparation failure
|
|
80
|
+
NEWS_PREP_FAILURE_TITLE = News could not be loaded
|
|
81
|
+
|
|
63
82
|
#XHED: The title of the 'Give Feedback' dialog
|
|
64
83
|
FEEDBACK_DIALOG_TITLE = Give Feedback
|
|
65
84
|
#XFLD: The label of the rating button in the 'Give Feedback' dialog
|
|
@@ -120,25 +139,37 @@ WELCOME_BLOCK_2_IMG_ALT = Picture showing phone, desktop screen and tablet
|
|
|
120
139
|
#XHED: Block title
|
|
121
140
|
WELCOME_BLOCK_3_TITLE = Powerful Development Concepts
|
|
122
141
|
#XTXT: Block description
|
|
123
|
-
WELCOME_BLOCK_3_TEXT_1 = The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes
|
|
142
|
+
WELCOME_BLOCK_3_TEXT_1 = UI5 was created by professionals for modern developers to build state of the art web applications. It comes with all features needed to cover most current application requirements. The UI5 core offers a solid foundation that simplifies your work by managing many aspects of modern development behind the scenes:
|
|
124
143
|
#XTXT: Block description
|
|
125
144
|
WELCOME_BLOCK_3_TEXT_2 = Includes standards like MVC and various data-binding types
|
|
126
145
|
#XTXT: Block description
|
|
127
|
-
WELCOME_BLOCK_3_TEXT_3 =
|
|
146
|
+
WELCOME_BLOCK_3_TEXT_3 = Choice between different view formats (XML, HTML, JavaScript, JSON)
|
|
128
147
|
#XTXT: Block description
|
|
129
148
|
WELCOME_BLOCK_3_TEXT_4 = Binding with OData, JSON, XML and other data formats
|
|
130
149
|
#XTXT: Block description
|
|
131
150
|
WELCOME_BLOCK_3_TEXT_5 = Built-in support tool for exploring the object tree and binding status
|
|
151
|
+
#XTXT: Block description
|
|
152
|
+
WELCOME_BLOCK_3_TEXT_6 = Translation and internationalization support
|
|
153
|
+
#XTXT: Block description
|
|
154
|
+
WELCOME_BLOCK_3_TEXT_7 = Extensibility concepts at code and application level
|
|
132
155
|
#XHED: The title of a block
|
|
133
156
|
WELCOME_BLOCK_4_TITLE = Enterprise-Ready Web Toolkit
|
|
134
157
|
#XTXT: Block description
|
|
135
|
-
WELCOME_BLOCK_4_TEXT_1 =
|
|
158
|
+
WELCOME_BLOCK_4_TEXT_1 = Why is UI5 used by all major SAP products as well as by many customers and partners? And why is it even successful in the open-source community beyond any SAP context? Here are some of the most important value adds that UI5 delivers:
|
|
159
|
+
#XTXT: Block description
|
|
160
|
+
WELCOME_BLOCK_4_TEXT_2 = Consistent UX across solutions
|
|
161
|
+
#XTXT: Block description
|
|
162
|
+
WELCOME_BLOCK_4_TEXT_3 = Use on all browsers, platforms, and devices
|
|
136
163
|
#XTXT: Block description
|
|
137
|
-
|
|
164
|
+
WELCOME_BLOCK_4_TEXT_4 = Hundreds of enterprise UI elements
|
|
138
165
|
#XTXT: Block description
|
|
139
|
-
|
|
166
|
+
WELCOME_BLOCK_4_TEXT_5 = Easy to integrate into a consistent SAP ecosystem
|
|
140
167
|
#XTXT: Block description
|
|
141
|
-
|
|
168
|
+
WELCOME_BLOCK_4_TEXT_6 = Flexible tools for any type of developer
|
|
169
|
+
#XTXT: Block description
|
|
170
|
+
WELCOME_BLOCK_4_TEXT_7 = Benefit from new innovations while staying upgrade-compatible
|
|
171
|
+
#XTXT: Block description
|
|
172
|
+
WELCOME_BLOCK_4_TEXT_8 = Unlimited usage in SAP and non-SAP technology stacks
|
|
142
173
|
#XHED: Block title
|
|
143
174
|
WELCOME_BLOCK_5_TITLE = Award-Winning SAP Fiori Design in Action
|
|
144
175
|
#XTXT: Block description
|
|
@@ -193,6 +224,11 @@ WELCOME_BLOCK_11_TEXT_2 = Multi-version CDN to maintain a custom lifecycle
|
|
|
193
224
|
WELCOME_BLOCK_11_TEXT_3 = For any on-premise and cloud development scenario
|
|
194
225
|
#XHED: Block title
|
|
195
226
|
WELCOME_BLOCK_12_TITLE = SAP Community
|
|
227
|
+
#XHED: Video Block title
|
|
228
|
+
WELCOME_VIDEO_BLOCK_TITLE = What is SAPUI5?
|
|
229
|
+
|
|
230
|
+
WELCOME_VIDEO_BLOCK_TEXT_1 = SAPUI5 is an HTML5 framework for creating cross-platform, enterprise-grade web applications in an efficient way. What started as a small project is now one of the most successful technologies ever invented by SAP.
|
|
231
|
+
WELCOME_VIDEO_BLOCK_TEXT_2 = In this video, you can watch through the value of SAPUI5 in 110 seconds. On our SAP Community page, you can deep dive into more details of our leading UI technologies <a href='https://community.sap.com/topics/ui5'>here</a>.
|
|
196
232
|
|
|
197
233
|
#XHED: Documentation page title
|
|
198
234
|
TOPIC_DETAIL_INIT_DOCUMENTATION = Documentation
|
|
@@ -538,9 +574,9 @@ ABOUT_DIALOG_TITLE = About
|
|
|
538
574
|
#XTXT: The About dialog heading
|
|
539
575
|
ABOUT_DIALOG_TEXT_1 = UI5 Demo Kit - UI Development Toolkit for HTML5
|
|
540
576
|
#XTXT: Text for copyrights
|
|
541
|
-
ABOUT_DIALOG_TEXT_2 = \u00a9 Copyright 2009-
|
|
577
|
+
ABOUT_DIALOG_TEXT_2 = \u00a9 Copyright 2009-2022 SAP SE. All rights reserved.
|
|
542
578
|
#XTXT: Text for copyrights
|
|
543
|
-
ABOUT_DIALOG_TEXT_3 = \u00a9 2009-
|
|
579
|
+
ABOUT_DIALOG_TEXT_3 = \u00a9 2009-2022 SAP SE or an SAP affiliate company.
|
|
544
580
|
#XTXT: Text for distrubution and its current version
|
|
545
581
|
ABOUT_DIALOG_TEXT_4 = {0} Version {1}
|
|
546
582
|
#XTXT: Text for OpenUI5 version
|
|
@@ -584,6 +620,14 @@ NOT_FOUND_TITLE = Not Found
|
|
|
584
620
|
#XTXX: Text for the 'not found' page
|
|
585
621
|
NOT_FOULD_TEXT = The requested resource was not found
|
|
586
622
|
|
|
623
|
+
#XTXX: Text for the 'not found' page when resource is removed
|
|
624
|
+
NOT_FOUND_REMOVED_TEXT=The requested UI5 version is outdated and has been removed.
|
|
625
|
+
#XTXX: Text for the 'not found' page when resource is not available
|
|
626
|
+
NOT_FOUND_UNAVAILABLE_TEXT=The requested resource is not available.
|
|
627
|
+
#XTXX: Text for the 'read more' button for the version not found page
|
|
628
|
+
VERSION_NOT_FOUND_READ_MORE=Read more
|
|
629
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Home Page
|
|
630
|
+
|
|
587
631
|
NOT_FOUND_SAMPLE_TITLE = Sample Not Found
|
|
588
632
|
NOT_FOUND_SAMPLE_TEXT = The requested sample does not exist for the selected UI5 version. Check the available samples here
|
|
589
633
|
|
|
@@ -611,8 +655,6 @@ TOOLS_CARD_1_LINK_1 = SAP Business Application Studio SDK
|
|
|
611
655
|
TOOLS_CARD_2_IMG_ALT = Picture showing SAP UI Theme Designer
|
|
612
656
|
#XTXT: SAP UI Theme Designer description
|
|
613
657
|
TOOLS_CARD_2_TEXT = Use the UI theme designer to easily build corporate identity themes by modifying one of theme templates provided by SAP.
|
|
614
|
-
#TLNK: Text for link
|
|
615
|
-
TOOLS_CARD_2_LINK_1 = Community
|
|
616
658
|
#XALT: Alternative text for image that shows SAP UI5 Tooling page
|
|
617
659
|
TOOLS_CARD_3_IMG_ALT = Picture showing SAP UI5 Tooling page
|
|
618
660
|
#XTXT: UI5 Tooling page description
|
|
@@ -669,6 +711,10 @@ TOOLS_CARD_12_TEXT = SAP Fiori tools simplifies the creation of SAP Fiori elemen
|
|
|
669
711
|
TOOLS_CARD_13_TEXT = With Live Editor you can try out the APIs directly in your browser.
|
|
670
712
|
#XALT: Alternative text for image that shows LiveEditor
|
|
671
713
|
TOOLS_CARD_13_IMG_ALT = Picture showing Live Editor
|
|
714
|
+
#XTXT: Flexible Programming Model Explorer Tools description
|
|
715
|
+
TOOLS_CARD_14_TEXT = The flexible programming model makes it easy for you to extend applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
716
|
+
#XALT: Alternative text for image that shows Flexible Programming Model Explorer
|
|
717
|
+
TOOLS_CARD_14_IMG_ALT = Picture showing Flexible Programming Model Explorer
|
|
672
718
|
#XXLF: Placeholder for filter field
|
|
673
719
|
API_MASTER_PLACEHOLDER = Filter
|
|
674
720
|
#XTOL: Tooltip for the button that expands a list of items
|
|
@@ -11,6 +11,10 @@ APP_VERSION_VERSION=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
|
|
|
11
11
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 \u0644\u064A\u0633 \u0644\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0625\u0646\u062A\u0627\u062C\u064A\!
|
|
12
12
|
APP_VERSION_IN_PROGRESS=- \u0627\u0644\u062A\u0637\u0648\u064A\u0631 \u0642\u064A\u062F \u0627\u0644\u062A\u0646\u0641\u064A\u0630.
|
|
13
13
|
APP_FEEDBACK_BTN_TOOLTIP=\u0625\u0639\u0637\u0627\u0621 \u062A\u0639\u0644\u064A\u0642\u0627\u062A
|
|
14
|
+
APP_NEWS_BTN_TOOLTIP=\u0627\u0644\u0623\u062E\u0628\u0627\u0631
|
|
15
|
+
APP_NEWS_DISMISS_ALL_BTN=\u0631\u0641\u0636 \u0643\u0644 \u0628\u0646\u0648\u062F \u0627\u0644\u0623\u062E\u0628\u0627\u0631
|
|
16
|
+
APP_NEWS_SHOW_ALL_BTN=\u0625\u0638\u0647\u0627\u0631 \u0643\u0644 \u0627\u0644\u0623\u062E\u0628\u0627\u0631
|
|
17
|
+
APP_NEWS_NO_NEW_TEXT=\u062F\u0648\u0646 \u0623\u062E\u0628\u0627\u0631
|
|
14
18
|
APP_SEARCH_FIELD_CLOSE=\u0625\u063A\u0644\u0627\u0642
|
|
15
19
|
APP_INFORMATION_BTN_TOOLTIP=\u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A
|
|
16
20
|
APP_INFORMATION_BTN_FEEDBACK=\u062A\u0639\u0644\u064A\u0642\u0627\u062A
|
|
@@ -29,6 +33,12 @@ APP_INFORMATION_BTN_DISCLAIMER=\u0625\u062E\u0644\u0627\u0621 \u0627\u0644\u0645
|
|
|
29
33
|
APP_INFORMATION_BTN_LICENSE=\u0627\u0644\u062A\u0631\u062E\u064A\u0635
|
|
30
34
|
APP_COOKIES_TEXT=\u0646\u062D\u0646 \u0646\u0633\u062A\u062E\u062F\u0645 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0644\u062A\u062D\u0633\u064A\u0646 \u062A\u062C\u0631\u0628\u062A\u0643 \u0639\u0644\u0649 \u0645\u0648\u0642\u0639\u0646\u0627. \u0645\u0646 \u062E\u0644\u0627\u0644 \u0627\u0644\u0627\u0633\u062A\u0645\u0631\u0627\u0631 \u0641\u064A \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0648\u0642\u0639 \u0627\u0644\u0648\u064A\u0628 \u0647\u0630\u0627\u060C \u0625\u0646\u0643 \u062A\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0646\u0627.
|
|
31
35
|
|
|
36
|
+
NEWS_NEW_GROUP_TITLE=\u062C\u062F\u064A\u062F
|
|
37
|
+
NEWS_READ_GROUP_TITLE=\u0642\u0631\u0627\u0621\u0629
|
|
38
|
+
NEWS_BTN_MARK_AS_READ=\u0648\u0636\u0639 \u0639\u0644\u0627\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u062C\u0645\u064A\u0639 \u0643\u0645\u0642\u0631\u0648\u0621
|
|
39
|
+
NEWS_BTN_VISIT_LINK=\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u0632\u064A\u0627\u0631\u0629
|
|
40
|
+
NEWS_PREP_FAILURE_TITLE=\u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0623\u062E\u0628\u0627\u0631
|
|
41
|
+
|
|
32
42
|
FEEDBACK_DIALOG_TITLE=\u0625\u0639\u0637\u0627\u0621 \u062A\u0639\u0644\u064A\u0642\u0627\u062A
|
|
33
43
|
FEEDBACK_DIALOG_OVERALL=\u0643\u064A\u0641 \u0647\u064A \u062A\u062C\u0631\u0628\u062A\u0643 \u0627\u0644\u0625\u062C\u0645\u0627\u0644\u064A\u0629\u061F
|
|
34
44
|
FEEDBACK_DIALOG_MESSAGE=\u0645\u0627\u0630\u0627 \u062A\u0631\u064A\u062F \u0623\u0646 \u062A\u062E\u0628\u0631\u0646\u0627\u061F
|
|
@@ -59,16 +69,22 @@ WELCOME_BLOCK_2_TITLE=\u0627\u0633\u062A\u062C\u0627\u0628\u0629 \u0639\u0628\u0
|
|
|
59
69
|
WELCOME_BLOCK_2_TEXT=\u0644\u0627 \u062F\u0627\u0639\u064A \u0644\u0644\u0642\u0644\u0642 \u0628\u0634\u0623\u0646 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u062C\u0647\u0627\u0632\! \u062A\u0639\u0645\u0644 \u062A\u0637\u0628\u064A\u0642\u0627\u062A UI5 \u0639\u0644\u0649 \u0627\u0644\u0647\u0648\u0627\u062A\u0641 \u0627\u0644\u0630\u0643\u064A\u0629 \u0648\u0627\u0644\u0623\u062C\u0647\u0632\u0629 \u0627\u0644\u0644\u0648\u062D\u064A\u0629 \u0648\u0623\u062C\u0647\u0632\u0629 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628. \u062A\u0639\u0645\u0644 \u0639\u0646\u0627\u0635\u0631 \u062A\u062D\u0643\u0645 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0639\u0644\u0649 \u062A\u0647\u064A\u0626\u0629 \u0646\u0641\u0633\u0647\u0627 \u0645\u0639 \u0625\u0645\u0643\u0627\u0646\u0627\u062A \u0643\u0644 \u062C\u0647\u0627\u0632 \u0648\u062A\u062D\u0642\u064A\u0642 \u0623\u0642\u0635\u0649 \u0627\u0633\u062A\u0641\u0627\u062F\u0629 \u0645\u0646 \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u062A\u0648\u0641\u0631\u0629.
|
|
60
70
|
WELCOME_BLOCK_2_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u0638\u0647\u0631 \u0627\u0644\u0647\u0627\u062A\u0641 \u0648\u0634\u0627\u0634\u0629 \u0633\u0637\u062D \u0627\u0644\u0645\u0643\u062A\u0628 \u0648\u0627\u0644\u062C\u0647\u0627\u0632 \u0627\u0644\u0644\u0648\u062D\u064A
|
|
61
71
|
WELCOME_BLOCK_3_TITLE=\u0645\u0641\u0627\u0647\u064A\u0645 \u0627\u0644\u062A\u0637\u0648\u064A\u0631 \u0627\u0644\u0642\u0648\u064A\u0629
|
|
62
|
-
WELCOME_BLOCK_3_TEXT_1=\
|
|
72
|
+
WELCOME_BLOCK_3_TEXT_1=\u062A\u0645 \u0625\u0646\u0634\u0627\u0621 UI5 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u062D\u062A\u0631\u0641\u064A\u0646 \u0644\u0644\u0645\u0637\u0648\u0631\u064A\u0646 \u0627\u0644\u062D\u062F\u064A\u062B\u064A\u0646 \u0644\u0628\u0646\u0627\u0621 \u0623\u062D\u062F\u062B \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0648\u064A\u0628. \u064A\u0623\u062A\u064A \u0628\u062C\u0645\u064A\u0639 \u0627\u0644\u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0644\u0627\u0632\u0645\u0629 \u0644\u062A\u063A\u0637\u064A\u0629 \u0645\u0639\u0638\u0645 \u0645\u062A\u0637\u0644\u0628\u0627\u062A \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0627\u0644\u062D\u0627\u0644\u064A\u0629. \u064A\u0648\u0641\u0631 \u0645\u0631\u0643\u0632 UI5 \u0623\u0633\u0627\u0633\u064B\u0627 \u0645\u062A\u064A\u0646\u064B\u0627 \u064A\u0628\u0633\u0637 \u0639\u0645\u0644\u0643 \u0645\u0646 \u062E\u0644\u0627\u0644 \u0625\u062F\u0627\u0631\u0629 \u0639\u062F\u064A\u062F \u0645\u0646 \u062C\u0648\u0627\u0646\u0628 \u0627\u0644\u062A\u0637\u0648\u064A\u0631 \u0627\u0644\u062D\u062F\u064A\u062B \u062E\u0644\u0641 \u0627\u0644\u0643\u0648\u0627\u0644\u064A\u0633.
|
|
63
73
|
WELCOME_BLOCK_3_TEXT_2=\u064A\u062A\u0636\u0645\u0646 \u0645\u0639\u0627\u064A\u064A\u0631 \u0645\u062B\u0644 MVC \u0648\u0623\u0646\u0648\u0627\u0639 \u0645\u062E\u062A\u0644\u0641\u0629 \u0645\u0646 \u0631\u0628\u0637 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A
|
|
64
|
-
WELCOME_BLOCK_3_TEXT_3=\u0627\u062E\u062A\u064A\u0627\u0631 \
|
|
74
|
+
WELCOME_BLOCK_3_TEXT_3=\u0627\u062E\u062A\u064A\u0627\u0631 \u062A\u0646\u0633\u064A\u0642\u0627\u062A \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u062E\u062A\u0644\u0641\u0629 ((XML\u060C HTML\u060C JavaScript\u060C JSON)
|
|
65
75
|
WELCOME_BLOCK_3_TEXT_4=\u0627\u0644\u0631\u0628\u0637 \u0645\u0639 OData\u060C \u0648JSON\u060C \u0648XML \u0648\u062A\u0646\u0633\u064A\u0642\u0627\u062A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0623\u062E\u0631\u0649
|
|
66
76
|
WELCOME_BLOCK_3_TEXT_5=\u0623\u062F\u0627\u0629 \u0627\u0644\u062F\u0639\u0645 \u0627\u0644\u0645\u0636\u0645\u0651\u0646 \u0644\u0627\u0633\u062A\u0643\u0634\u0627\u0641 \u062D\u0627\u0644\u0629 \u0627\u0644\u0631\u0628\u0637 \u0648\u0634\u062C\u0631\u0629 \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A
|
|
77
|
+
WELCOME_BLOCK_3_TEXT_6=\u062F\u0639\u0645 \u0627\u0644\u062A\u062F\u0648\u064A\u0644 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629
|
|
78
|
+
WELCOME_BLOCK_3_TEXT_7=\u0645\u0641\u0627\u0647\u064A\u0645 \u0627\u0644\u0642\u0627\u0628\u0644\u064A\u0629 \u0644\u0644\u062A\u0648\u0633\u0639\u0629 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629
|
|
67
79
|
WELCOME_BLOCK_4_TITLE=\u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u062F\u0648\u0627\u062A \u0648\u064A\u0628 \u062C\u0627\u0647\u0632\u0629 \u0644\u0644\u0645\u0624\u0633\u0633\u0629
|
|
68
|
-
WELCOME_BLOCK_4_TEXT_1=\
|
|
80
|
+
WELCOME_BLOCK_4_TEXT_1=\u0644\u0645\u0627\u0630\u0627 \u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 UI5 \u0628\u0648\u0627\u0633\u0637\u0629 \u062C\u0645\u064A\u0639 \u0645\u0646\u062A\u062C\u0627\u062A SAP \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0648\u0643\u0630\u0644\u0643 \u0645\u0646 \u0642\u0650\u0628\u0644 \u0639\u062F\u064A\u062F \u0645\u0646 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0648\u0627\u0644\u0634\u0631\u0643\u0627\u0621\u061F \u0648\u0644\u0645\u0627\u0630\u0627 \u0647\u0648 \u0646\u0627\u062C\u062D \u0623\u064A\u0636\u064B\u0627 \u0641\u064A \u0627\u0644\u0645\u062C\u062A\u0645\u0639 \u0627\u0644\u0645\u0641\u062A\u0648\u062D \u0627\u0644\u0645\u0635\u0627\u062F\u0631 \u062E\u0627\u0631\u062C SAP\u061F \u0641\u064A\u0645\u0627 \u064A\u0644\u064A \u0628\u0639\u0636 \u0623\u0647\u0645 \u0627\u0644\u0642\u064A\u0645 \u0627\u0644\u0645\u0636\u0627\u0641\u0629 \u0627\u0644\u062A\u064A \u062A\u0642\u062F\u0645\u0647\u0627 UI5\:
|
|
69
81
|
WELCOME_BLOCK_4_TEXT_2=\u062F\u0639\u0645 \u0627\u0644\u062A\u062F\u0648\u064A\u0644 \u0648\u0627\u0644\u062A\u0631\u062C\u0645\u0629
|
|
70
82
|
WELCOME_BLOCK_4_TEXT_3=\u0645\u0641\u0627\u0647\u064A\u0645 \u0627\u0644\u0642\u0627\u0628\u0644\u064A\u0629 \u0644\u0644\u062A\u0648\u0633\u0639\u0629 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u062A\u0637\u0628\u064A\u0642 \u0648\u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u0628\u0631\u0645\u062C\u064A\u0629
|
|
71
83
|
WELCOME_BLOCK_4_TEXT_4=\u0646\u0633\u0642 \u0639\u0627\u0644\u064A \u0627\u0644\u062A\u0628\u0627\u064A\u0646 \u0644\u0645\u0633\u0627\u0639\u062F\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u0636\u0639\u0627\u0641 \u0627\u0644\u0628\u0635\u0631
|
|
84
|
+
WELCOME_BLOCK_4_TEXT_5=\u0633\u0647\u0648\u0644\u0629 \u0627\u0644\u0627\u0646\u062F\u0645\u0627\u062C \u0641\u064A \u0646\u0638\u0627\u0645 SAP \u0627\u0644\u0628\u064A\u0626\u064A \u0627\u0644\u0645\u062A\u0633\u0642
|
|
85
|
+
WELCOME_BLOCK_4_TEXT_6=\u0623\u062F\u0648\u0627\u062A \u0645\u0631\u0646\u0629 \u0644\u0623\u064A \u0646\u0648\u0639 \u0645\u0646 \u0627\u0644\u0645\u0637\u0648\u0631\u064A\u0646
|
|
86
|
+
WELCOME_BLOCK_4_TEXT_7=\u0627\u0644\u0627\u0633\u062A\u0641\u0627\u062F\u0629 \u0645\u0646 \u0627\u0644\u0627\u0628\u062A\u0643\u0627\u0631\u0627\u062A \u0627\u0644\u062C\u062F\u064A\u062F\u0629 \u0645\u0639 \u0627\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u062A\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u062A\u0631\u0642\u064A\u0629
|
|
87
|
+
WELCOME_BLOCK_4_TEXT_8=\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u063A\u064A\u0631 \u0645\u062D\u062F\u0648\u062F \u0641\u064A \u062A\u062C\u0645\u0639\u0627\u062A SAP technology \u0648\u063A\u064A\u0631 SAP
|
|
72
88
|
WELCOME_BLOCK_5_TITLE=\u062A\u0635\u0645\u064A\u0645 SAP Fiori \u0627\u0644\u062D\u0627\u0626\u0632 \u0639\u0644\u0649 \u062C\u0648\u0627\u0626\u0632 \u0641\u064A \u0627\u0644\u0639\u0645\u0644
|
|
73
89
|
WELCOME_BLOCK_5_TEXT=\u062A\u0633\u062A\u0641\u064A\u062F \u062A\u0637\u0628\u064A\u0642\u0627\u062A UI5 \u0645\u0646 \u0644\u063A\u0629 \u062A\u0635\u0645\u064A\u0645 \u0645\u062A\u0633\u0642\u0629 \u0648\u0623\u0646\u0645\u0627\u0637 \u062A\u062C\u0631\u0628\u0629 \u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u062D\u062F\u062F\u0629 \u0645\u0633\u0628\u0642\u064B\u0627 \u0639\u0628\u0631 \u062C\u0645\u064A\u0639 \u0645\u064A\u0632\u0627\u062A \u0627\u0644\u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0623\u0645\u0627\u0645\u064A\u0629. \u0627\u0633\u062A\u062E\u062F\u0645 \u0646\u0633\u0642\u064B\u0627 \u0645\u062D\u062F\u062F\u064B\u0627 \u0645\u0633\u0628\u0642\u064B\u0627 \u0623\u0648 \u062D\u0627\u0648\u0644 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0623\u062F\u0627\u0629 \u0636\u0628\u0637 \u0627\u0644\u0646\u0633\u0642 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0646\u0627 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062A\u0631\u0646\u062A \u0644\u0625\u0646\u0634\u0627\u0621 \u0646\u0633\u0642 \u0645\u062E\u0635\u0635.
|
|
74
90
|
WELCOME_BLOCK_5_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u0648\u0636\u062D \u0639\u0646\u0627\u0635\u0631 \u062A\u0635\u0645\u064A\u0645 SAP Fiori
|
|
@@ -96,6 +112,10 @@ WELCOME_BLOCK_11_TEXT_1=\u0642\u0645 \u0628\u062A\u0637\u0648\u064A\u0631 \u062A
|
|
|
96
112
|
WELCOME_BLOCK_11_TEXT_2=CDN \u0645\u062A\u0639\u062F\u062F \u0627\u0644\u0625\u0635\u062F\u0627\u0631\u0627\u062A \u0644\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u062F\u0648\u0631\u0629 \u062D\u064A\u0627\u0629 \u0645\u062E\u0635\u0635\u0629
|
|
97
113
|
WELCOME_BLOCK_11_TEXT_3=\u0644\u0623\u064A \u0633\u064A\u0646\u0627\u0631\u064A\u0648 \u062A\u0637\u0648\u064A\u0631 \u0633\u062D\u0627\u0628\u064A \u0648\u062F\u0627\u062E\u0644 \u0627\u0644\u0645\u0624\u0633\u0633\u0629
|
|
98
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_VIDEO_BLOCK_TITLE=\u0645\u0627 \u0647\u0648 SAPUI5\u061F
|
|
116
|
+
|
|
117
|
+
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 \u0647\u0648 \u0625\u0637\u0627\u0631 \u0639\u0645\u0644 HTML5 \u0644\u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0648\u064A\u0628 \u0639\u0628\u0631 \u0627\u0644\u0623\u0646\u0638\u0645\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064A\u0629 \u0639\u0644\u0649 \u0645\u0633\u062A\u0648\u0649 \u0627\u0644\u0645\u0624\u0633\u0633\u0629 \u0628\u0637\u0631\u064A\u0642\u0629 \u0641\u0639\u0627\u0644\u0629. \u0645\u0627 \u0628\u062F\u0623 \u0643\u0645\u0634\u0631\u0648\u0639 \u0635\u063A\u064A\u0631 \u0647\u0648 \u0627\u0644\u0622\u0646 \u0623\u062D\u062F \u0623\u0646\u062C\u062D \u0627\u0644\u062A\u0642\u0646\u064A\u0627\u062A \u0627\u0644\u062A\u064A \u0627\u062E\u062A\u0631\u0639\u062A\u0647\u0627 SAP \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642.
|
|
118
|
+
WELCOME_VIDEO_BLOCK_TEXT_2=\u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0641\u064A\u062F\u064A\u0648\u060C \u064A\u0645\u0643\u0646\u0643 \u0641\u0647\u0645 \u0642\u064A\u0645\u0629 SAPUI5 \u0641\u064A 110 \u062B\u0627\u0646\u064A\u0629. \u0641\u064A \u0635\u0641\u062D\u0629 SAP Community \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0646\u0627\u060C \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u062A\u0639\u0645\u0642 \u0641\u064A \u0645\u0632\u064A\u062F \u0645\u0646 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u062D\u0648\u0644 \u062A\u0642\u0646\u064A\u0627\u062A \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629 \u0644\u062F\u064A\u0646\u0627 <a href\="https\://community.sap.com/topics/ui5">\u0647\u0646\u0627</a>.
|
|
99
119
|
|
|
100
120
|
TOPIC_DETAIL_INIT_DOCUMENTATION=\u0627\u0644\u0648\u062B\u0627\u0626\u0642
|
|
101
121
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=\u062A\u0646\u0632\u064A\u0644
|
|
@@ -277,8 +297,8 @@ RELEASE_DIALOG_NO_DATA_TEXT=\u0644\u0645 \u064A\u062A\u0645 \u0625\u062C\u0631\u
|
|
|
277
297
|
|
|
278
298
|
ABOUT_DIALOG_TITLE=\u0646\u0628\u0630\u0629
|
|
279
299
|
ABOUT_DIALOG_TEXT_1=\u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u062F\u0648\u0627\u062A \u0627\u0644\u0639\u0631\u0648\u0636 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A\u0629 \u0644\u0640 UI5 - \u0645\u062C\u0645\u0648\u0639\u0629 \u0623\u062F\u0648\u0627\u062A \u062A\u0637\u0648\u064A\u0631 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0640 HTML5
|
|
280
|
-
ABOUT_DIALOG_TEXT_2=\u00A9 \u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0644\u0634\u0631\u0643\u0629 2009-
|
|
281
|
-
ABOUT_DIALOG_TEXT_3=\u00A9 2009-
|
|
300
|
+
ABOUT_DIALOG_TEXT_2=\u00A9 \u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0644\u0634\u0631\u0643\u0629 2009-2022 SAP SE. \u062C\u0645\u064A\u0639 \u0627\u0644\u062D\u0642\u0648\u0642 \u0645\u062D\u0641\u0648\u0638\u0629.
|
|
301
|
+
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2022 \u0644\u0634\u0631\u0643\u0629 SAP SE \u0623\u0648 \u0623\u064A\u0629 \u0634\u0631\u0643\u0629 \u062A\u0627\u0628\u0639\u0629 \u0644\u0634\u0631\u0643\u0629 SAP.
|
|
282
302
|
ABOUT_DIALOG_TEXT_4={0} \u0627\u0644\u0625\u0635\u062F\u0627\u0631 {1}
|
|
283
303
|
ABOUT_DIALOG_TEXT_5=\u0641\u062A\u062D \u0625\u0635\u062F\u0627\u0631 UI5 {0}
|
|
284
304
|
ABOUT_DIALOG_TEXT_6=\u064A\u062A\u0636\u0645\u0646 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u0646\u0627\u0645\u062C \u0625\u0635\u062F\u0627\u0631\u0627\u062A \u0627\u0644\u0645\u0643\u062A\u0628\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629
|
|
@@ -302,6 +322,11 @@ FOOTER_LICENSE=\u0627\u0644\u062A\u0631\u062E\u064A\u0635
|
|
|
302
322
|
NOT_FOUND_TITLE=\u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F
|
|
303
323
|
NOT_FOULD_TEXT=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0648\u0631\u062F \u0627\u0644\u0645\u0637\u0644\u0648\u0628.
|
|
304
324
|
|
|
325
|
+
NOT_FOUND_REMOVED_TEXT=\u0625\u0635\u062F\u0627\u0631 UI5 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u0642\u062F\u064A\u0645 \u0648\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647.
|
|
326
|
+
NOT_FOUND_UNAVAILABLE_TEXT=\u0627\u0644\u0645\u0648\u0631\u062F \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631.
|
|
327
|
+
VERSION_NOT_FOUND_READ_MORE=\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0632\u064A\u062F
|
|
328
|
+
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629
|
|
329
|
+
|
|
305
330
|
NOT_FOUND_SAMPLE_TITLE=\u0627\u0644\u0639\u064A\u0646\u0629 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629
|
|
306
331
|
NOT_FOUND_SAMPLE_TEXT=\u0627\u0644\u0639\u064A\u0646\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u0629 \u0644\u0625\u0635\u062F\u0627\u0631 UI5 \u0627\u0644\u0645\u062D\u062F\u062F. \u0627\u0641\u062D\u0635 \u0627\u0644\u0639\u064A\u0646\u0627\u062A \u0627\u0644\u0645\u062A\u0648\u0641\u0631\u0629 \u0647\u0646\u0627
|
|
307
332
|
|
|
@@ -318,7 +343,6 @@ TOOLS_CARD_1_TEXT=\u064A\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645
|
|
|
318
343
|
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
319
344
|
TOOLS_CARD_2_IMG_ALT=\u062A\u0638\u0647\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 SAP UI Theme Designer
|
|
320
345
|
TOOLS_CARD_2_TEXT=\u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0635\u0645\u0645 \u0646\u064F\u0633\u0642 \u0648\u0627\u062C\u0647\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0628\u0646\u0627\u0621 \u0646\u064F\u0633\u0642 \u0647\u0648\u064A\u0629 \u0627\u0644\u0634\u0631\u0643\u0629 \u0628\u0633\u0647\u0648\u0644\u0629 \u0639\u0646 \u0637\u0631\u064A\u0642 \u062A\u062D\u0631\u064A\u0631 \u0623\u062D\u062F \u0642\u0648\u0627\u0644\u0628 \u0627\u0644\u0646\u064F\u0633\u0642 \u0627\u0644\u0645\u0642\u062F\u0645\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 SAP.
|
|
321
|
-
TOOLS_CARD_2_LINK_1=\u0627\u0644\u0645\u062C\u062A\u0645\u0639
|
|
322
346
|
TOOLS_CARD_3_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u0638\u0647\u0631 \u0635\u0641\u062D\u0629 \u0623\u062F\u0648\u0627\u062A SAP UI5
|
|
323
347
|
TOOLS_CARD_3_TEXT=\u0633\u0644\u0633\u0644\u0629 \u0623\u062F\u0648\u0627\u062A \u0645\u0641\u062A\u0648\u062D\u0629 \u0648\u0645\u0639\u064A\u0627\u0631\u064A\u0629 \u0644\u062A\u0637\u0648\u064A\u0631 \u0623\u062D\u062F\u062B \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0629 \u0625\u0644\u0649 \u0625\u0637\u0627\u0631 \u0639\u0645\u0644 UI5\u060C \u0648\u0627\u0644\u0627\u0633\u062A\u0641\u0627\u062F\u0629 \u0645\u0646 node.js \u0648npm.
|
|
324
348
|
TOOLS_CARD_3_LINK_1=\u0646\u0638\u0631\u0629 \u0639\u0627\u0645\u0629
|
|
@@ -347,6 +371,8 @@ TOOLS_CARD_12_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u0639\u0631\u0636 \u0623\u
|
|
|
347
371
|
TOOLS_CARD_12_TEXT=\u062A\u0639\u0645\u0644 \u0623\u062F\u0648\u0627\u062A SAP Fiori \u0639\u0644\u0649 \u062A\u0628\u0633\u064A\u0637 \u0625\u0646\u0634\u0627\u0621 \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0639\u0646\u0627\u0635\u0631 SAP Fiori \u0645\u0646 \u062E\u0644\u0627\u0644 \u062A\u0648\u0641\u064A\u0631 \u0645\u0644\u062D\u0642\u0627\u062A \u0644\u0628\u064A\u0626\u062A\u064A \u0627\u0644\u062A\u0637\u0648\u064A\u0631 \u0641\u064A SAP Business Application Studio \u0648Visual Studio Code.
|
|
348
372
|
TOOLS_CARD_13_TEXT=\u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 Live Editor\u060C \u064A\u0645\u0643\u0646\u0643 \u062A\u062C\u0631\u0628\u0629 \u0648\u0627\u062C\u0647\u0627\u062A \u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0645\u0628\u0627\u0634\u0631\u0629 \u0641\u064A \u0645\u0633\u062A\u0639\u0631\u0636\u0643.
|
|
349
373
|
TOOLS_CARD_13_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u064F\u0638\u0647\u0631 Live Editor
|
|
374
|
+
TOOLS_CARD_14_TEXT=\u064A\u0633\u0647\u0644 \u0644\u0643 \u0646\u0645\u0648\u0630\u062C \u0627\u0644\u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u0645\u0631\u0646 \u062A\u0635\u0645\u064A\u0645 \u0627\u0644\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0648\u0641\u0642\u064B\u0627 \u0644\u0627\u062D\u062A\u064A\u0627\u062C\u0627\u062A\u0643 \u0627\u0644\u062E\u0627\u0635\u0629 \u0639\u0646\u062F \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0639\u0646\u0627\u0635\u0631 SAP Fiori \u0644\u0644\u0625\u0635\u062F\u0627\u0631 \u0627\u0644\u0631\u0627\u0628\u0639 \u0645\u0646 OData.
|
|
375
|
+
TOOLS_CARD_14_IMG_ALT=\u062A\u0638\u0647\u0631 \u0627\u0644\u0635\u0648\u0631\u0629 \u0645\u0633\u062A\u0639\u0631\u0636 \u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u0645\u0631\u0646\u0629
|
|
350
376
|
API_MASTER_PLACEHOLDER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
|
|
351
377
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644
|
|
352
378
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u0637\u064A \u0627\u0644\u0643\u0644
|