@openui5/sap.ui.documentation 1.99.1 → 1.102.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/.eslintrc.json +17 -0
- package/THIRDPARTY.txt +5 -5
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/TitleLink.js +1 -2
- package/src/sap/ui/documentation/library.js +14 -18
- package/src/sap/ui/documentation/messagebundle.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_bg.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ca.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_cs.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_cy.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_da.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_de.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_el.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_en.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +43 -10
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_es.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_et.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_fi.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_fr.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_hi.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_hr.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_hu.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_id.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_it.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_iw.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ja.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_kk.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ko.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_lt.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_lv.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ms.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_nl.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_no.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_pl.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_pt.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ro.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ru.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_sh.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_sk.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_sl.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_sv.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_th.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_tr.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_uk.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_vi.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +16 -14
- package/src/sap/ui/documentation/sdk/Component.js +1 -5
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +7 -13
- package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -3
- package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +0 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +0 -2
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +11 -6
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +11 -15
- package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -2
- package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -2
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +181 -303
- package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +3 -4
- package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +4 -5
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +8 -9
- package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +3 -2
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +17 -19
- package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +2 -0
- package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +3 -3
- package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +3 -4
- package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +7 -6
- package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +5 -0
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +0 -2
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +2 -4
- package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -2
- package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
- package/src/sap/ui/documentation/sdk/index.html +196 -25
- package/src/sap/ui/documentation/sdk/model/formatter.js +1 -1
- package/src/sap/ui/documentation/sdk/model/libraryData.js +18 -4
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +8 -4
- package/src/sap/ui/documentation/sdk/util/Resources.js +5 -2
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +2 -2
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +19 -0
- package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +9 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +9 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +9 -0
package/.eslintrc.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"overrides": [
|
|
3
|
+
/*
|
|
4
|
+
* Productive code, sample and unit test code of sap.ui.documentation has been cleaned up.
|
|
5
|
+
* No more references to the global jQuery allowed
|
|
6
|
+
*/
|
|
7
|
+
{
|
|
8
|
+
"files": [
|
|
9
|
+
"src/**/*.js",
|
|
10
|
+
"test/sap/ui/documentation/sdk/**/*.js"
|
|
11
|
+
],
|
|
12
|
+
"globals": {
|
|
13
|
+
"jQuery": "off"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
package/THIRDPARTY.txt
CHANGED
|
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
|
|
|
400
400
|
|
|
401
401
|
Library: sap.ui.webc.common:
|
|
402
402
|
|
|
403
|
-
Component: UI5 Web Components, version: 1.
|
|
403
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
404
404
|
Copyright: SAP
|
|
405
405
|
License: Apache-2.0
|
|
406
406
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
|
411
411
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
412
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
413
413
|
|
|
414
|
-
Component: lit-html, version:
|
|
414
|
+
Component: lit-html, version: 2.0.1
|
|
415
415
|
Copyright: Google LLC
|
|
416
416
|
License: BSD-3-Clause
|
|
417
417
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
420
420
|
|
|
421
421
|
Library: sap.ui.webc.fiori:
|
|
422
422
|
|
|
423
|
-
Component: UI5 Web Components, version: 1.
|
|
423
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
424
424
|
Copyright: SAP
|
|
425
425
|
License: Apache-2.0
|
|
426
426
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
|
429
429
|
|
|
430
430
|
Library: sap.ui.webc.main:
|
|
431
431
|
|
|
432
|
-
Component: UI5 Web Components, version: 1.
|
|
432
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
433
433
|
Copyright: SAP
|
|
434
434
|
License: Apache-2.0
|
|
435
435
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -450,7 +450,7 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
452
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.39
|
|
454
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
455
|
License: Apache-2.0
|
|
456
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.documentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.102.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.102.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.102.0",
|
|
19
|
+
"@openui5/sap.ui.layout": "1.102.0",
|
|
20
|
+
"@openui5/themelib_sap_belize": "1.102.0",
|
|
21
|
+
"@openui5/themelib_sap_fiori_3": "1.102.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.102.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library for the Demokit 2.0.</documentation>
|
|
12
12
|
|
|
@@ -8,9 +8,8 @@ sap.ui.define([
|
|
|
8
8
|
"sap/ui/core/Renderer",
|
|
9
9
|
"sap/ui/util/defaultLinkTypes",
|
|
10
10
|
'sap/ui/Device',
|
|
11
|
-
'sap/m/Toolbar',
|
|
12
11
|
'sap/m/Title'
|
|
13
|
-
], function(coreLibrary, Renderer, defaultLinkTypes, Device,
|
|
12
|
+
], function(coreLibrary, Renderer, defaultLinkTypes, Device, Title) {
|
|
14
13
|
"use strict";
|
|
15
14
|
|
|
16
15
|
// shortcut for sap.ui.core.TitleLevel
|
|
@@ -12,18 +12,26 @@ sap.ui.define([
|
|
|
12
12
|
'sap/ui/core/util/LibraryInfo',
|
|
13
13
|
"sap/base/Log",
|
|
14
14
|
"sap/ui/documentation/sdk/util/Resources",
|
|
15
|
-
"sap/base/util/Version",
|
|
16
15
|
'sap/ui/core/library',
|
|
17
16
|
'sap/m/library'
|
|
18
17
|
], // library dependency
|
|
19
|
-
function(jQuery, LibraryInfo, Log, ResourcesUtil
|
|
18
|
+
function(jQuery, LibraryInfo, Log, ResourcesUtil) {
|
|
20
19
|
|
|
21
20
|
'use strict';
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
/**
|
|
23
|
+
* SAPUI5 library with controls specialized for administrative applications.
|
|
24
|
+
*
|
|
25
|
+
* @namespace
|
|
26
|
+
* @alias sap.ui.documentation
|
|
27
|
+
* @author SAP SE
|
|
28
|
+
* @version 1.102.0
|
|
29
|
+
* @since 1.48
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
var thisLibrary = sap.ui.getCore().initLibrary({
|
|
25
33
|
name : 'sap.ui.documentation',
|
|
26
|
-
version: '1.
|
|
34
|
+
version: '1.102.0',
|
|
27
35
|
dependencies : ['sap.ui.core','sap.m'],
|
|
28
36
|
types: [],
|
|
29
37
|
interfaces: [],
|
|
@@ -43,18 +51,6 @@ sap.ui.define([
|
|
|
43
51
|
]
|
|
44
52
|
});
|
|
45
53
|
|
|
46
|
-
/**
|
|
47
|
-
* SAPUI5 library with controls specialized for administrative applications.
|
|
48
|
-
*
|
|
49
|
-
* @namespace
|
|
50
|
-
* @name sap.ui.documentation
|
|
51
|
-
* @author SAP SE
|
|
52
|
-
* @version 1.99.1
|
|
53
|
-
* @since 1.48
|
|
54
|
-
* @public
|
|
55
|
-
*/
|
|
56
|
-
var thisLibrary = sap.ui.documentation;
|
|
57
|
-
|
|
58
54
|
var _libraryInfoSingleton;
|
|
59
55
|
|
|
60
56
|
var DocumentationLibraryInfo = LibraryInfo.extend("sap.ui.documentation.DocumentationLibraryInfo", {});
|
|
@@ -75,7 +71,7 @@ sap.ui.define([
|
|
|
75
71
|
};
|
|
76
72
|
|
|
77
73
|
thisLibrary._getAppInfo = function(fnCallback) {
|
|
78
|
-
var sUrl = sap.ui.
|
|
74
|
+
var sUrl = sap.ui.require.toUrl("sap-ui-version.json");
|
|
79
75
|
sUrl = ResourcesUtil.getResourceOriginPath(sUrl);
|
|
80
76
|
|
|
81
77
|
jQuery.ajax({
|
|
@@ -461,8 +461,6 @@ DEMO_APPS_CATEGORY_TUTORIAL = Demo Apps with Tutorials
|
|
|
461
461
|
#XHED: Group title
|
|
462
462
|
DEMO_APPS_CATEGORY_SHOWCASE = Showcase Apps
|
|
463
463
|
#XHED: Group title
|
|
464
|
-
DEMO_APPS_CATEGORY_TEMPLATE = Template Apps
|
|
465
|
-
#XHED: Group title
|
|
466
464
|
DEMO_APPS_CATEGORY_MISC = Miscellaneous Demo Apps
|
|
467
465
|
#XHED: Group title
|
|
468
466
|
DEMO_APPS_CATEGORY_RTA = SAPUI5 Flexibility Demo Apps
|
|
@@ -715,6 +713,10 @@ TOOLS_CARD_13_IMG_ALT = Picture showing Live Editor
|
|
|
715
713
|
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
714
|
#XALT: Alternative text for image that shows Flexible Programming Model Explorer
|
|
717
715
|
TOOLS_CARD_14_IMG_ALT = Picture showing Flexible Programming Model Explorer
|
|
716
|
+
#XTXT: Accessibility Guide tools description
|
|
717
|
+
TOOLS_CARD_15_TEXT = The Accessibility Guide provides in-depth information with examples about web accessibility. Whether you are a control or application developer, or a business user searching to know more about web accessibility in the SAPUI5 area.
|
|
718
|
+
#XALT: Alternative text for image that shows Accessibility Guide
|
|
719
|
+
TOOLS_CARD_15_IMG_ALT = Picture showing Accessibility Guide
|
|
718
720
|
#XXLF: Placeholder for filter field
|
|
719
721
|
API_MASTER_PLACEHOLDER = Filter
|
|
720
722
|
#XTOL: Tooltip for the button that expands a list of items
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=\u0642\u0645 \u0628\u062A\u0637\u0648\u064A\u0631 \u062A
|
|
|
112
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
|
|
113
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
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=\u0645\u0627 \u0647\u0648 SAPUI5\u061F
|
|
116
117
|
|
|
117
118
|
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.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=\u062A\u0646\u0632\u064A\u0644 \u062A\u0637\u062
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=\u0625\u0644\u063A\u0627\u0621
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062A\u0648\u0636\u064A\u062D\u064A \u0628\u0627\u0644\u0628\u0631\u0627\u0645\u062C \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u064A\u0629
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=\u0645\u0641\u0627\u0647\u064A\u0645 UI5 \u0641\u064A \u0633\u064A\u0646\u0627\u0631\u064A\u0648\u0647\u0627\u062A \u0627\u0644\u062D\u064A\u0627\u0629 \u0627\u0644\u0648\u0627\u0642\u0639\u064A\u0629
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0642\u0648\u0627\u0644\u0628
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0639\u0631\u0636 \u062A\u0648\u0636\u064A\u062D\u064A \u0645\u062A\u0646\u0648\u0639\u0629
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=\u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0639\u0631\u0636 \u062A\u0648\u0636\u064A\u062D\u064A \u0644\u0645\u0631\u0648\u0646\u0629 SAPUI5
|
|
243
243
|
DEMO_APPS_LIBRARY=\u0645\u0643\u062A\u0628\u0629 \u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u062D\u0643\u0645\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=\u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 Live Editor\
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=\u0635\u0648\u0631\u0629 \u062A\u064F\u0638\u0647\u0631 Live Editor
|
|
374
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
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
|
|
376
|
+
TOOLS_CARD_15_TEXT=\u064A\u0642\u062F\u0645 \u062F\u0644\u064A\u0644 \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062A\u0641\u0635\u064A\u0644\u064A\u0629 \u0645\u0639 \u0630\u0643\u0631 \u0623\u0645\u062B\u0644\u0629 \u0639\u0646 \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0648\u0635\u0648\u0644 \u0627\u0644\u0648\u064A\u0628 \u0633\u0648\u0627\u0621 \u0643\u0646\u062A \u0645\u0637\u0648\u0631 \u062A\u0637\u0628\u064A\u0642 \u0623\u0648 \u0639\u0646\u0635\u0631 \u062A\u062D\u0643\u0645 \u0623\u0648 \u0645\u0633\u062A\u062E\u062F\u0645 \u0623\u0639\u0645\u0627\u0644 \u064A\u0628\u062D\u062B \u0644\u062A\u0639\u0644\u0645 \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0644\u0648\u064A\u0628 \u0641\u064A \u0645\u0646\u0637\u0642\u0629 SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=\u062F\u0644\u064A\u0644 \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u0625\u0638\u0647\u0627\u0631 \u0635\u0648\u0631\u0629
|
|
376
378
|
API_MASTER_PLACEHOLDER=\u0639\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0643\u0644
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u0637\u064A \u0627\u0644\u0643\u0644
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=\u0420\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=\u041C\u041F\u0421 \u0441 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u043E \u0432\u0435\u0440\u0441\u0438\u0438 \u0437\u0430 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u0438 \u0436\u0438\u0437\u043D\u0435\u043D \u0446\u0438\u043A\u044A\u043B
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=\u0417\u0430 \u0432\u0441\u0435\u043A\u0438 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u0439 \u043D\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0430, \u043B\u043E\u043A\u0430\u043B\u0435\u043D \u0438\u043B\u0438 \u043D\u0430 \u043E\u0431\u043B\u0430\u043A
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=\u041A\u0430\u043A\u0432\u043E \u0435 SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 \u0435 HTML5 framework \u0437\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u0443\u0435\u0431 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0437\u0430 \u043E\u0446\u0435\u043D\u043A\u0438 \u043D\u0430 \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u044F\u0442\u0438\u044F \u0432\u044A\u0432 \u0432\u0441\u0438\u0447\u043A\u0438 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u0438, \u043F\u043E \u0435\u0444\u0438\u043A\u0430\u0441\u0435\u043D \u043D\u0430\u0447\u0438\u043D. \u0417\u0430\u043F\u043E\u0447\u043D\u0430\u043B\u0430 \u043F\u044A\u0440\u0432\u043E \u043A\u0430\u0442\u043E \u043C\u0430\u043B\u044A\u043A \u043F\u0440\u043E\u0435\u043A\u0442, \u0441\u0435\u0433\u0430 \u0435 \u0435\u0434\u043D\u0430 \u043E\u0442 \u043D\u0430\u0439-\u0443\u0441\u043F\u0435\u0448\u043D\u0438\u0442\u0435 \u0442\u0435\u0445\u043D\u043E\u043B\u043E\u0433\u0438\u0438 \u043D\u044F\u043A\u043E\u0433\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0438 \u043E\u0442 SAP.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=\u0418\u0437\u0442\u0435\u0433\u043B\u044F\u043D
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=\u041E\u0442\u043A\u0430\u0437
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=\u0414\u0435\u043C\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0441 \u0443\u0440\u043E\u0446\u0438
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5 \u043A\u043E\u043D\u0446\u0435\u043F\u0446\u0438\u0438 \u0432 \u0441\u0446\u0435\u043D\u0430\u0440\u0438\u0438 \u043E\u0442 \u0440\u0435\u0430\u043B\u043D\u0438\u044F \u0436\u0438\u0432\u043E\u0442
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0448\u0430\u0431\u043B\u043E\u043D\u0438
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=\u0420\u0430\u0437\u043D\u0438 \u0434\u0435\u043C\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility \u0434\u0435\u043C\u043E \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F
|
|
243
243
|
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\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=\u0427\u0440\u0435\u0437 \u0420\u0435\u0434\u0430\u043A\u0442
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435, \u043F\u043E\u043A\u0430\u0437\u0432\u0430\u0449\u043E \u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u0432 \u0440\u0435\u0430\u043B\u043D\u043E \u0432\u0440\u0435\u043C\u0435
|
|
374
374
|
TOOLS_CARD_14_TEXT=\u041C\u043E\u0434\u0435\u043B\u044A\u0442 \u043D\u0430 \u0433\u044A\u0432\u043A\u0430\u0432\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438\u0440\u0430\u043D\u0435 \u0443\u043B\u0435\u0441\u043D\u044F\u0432\u0430 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u0441\u043F\u043E\u0440\u0435\u0434 \u0412\u0430\u0448\u0438\u0442\u0435 \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u0438 \u043D\u0443\u0436\u0434\u0438, \u043A\u043E\u0433\u0430\u0442\u043E \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0435\u043B\u0435\u043C\u0435\u043D\u0442\u0438 SAP Fiori \u0437\u0430 OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435, \u043F\u043E\u043A\u0430\u0437\u0432\u0430\u0449\u043E \u043D\u0430\u0432\u0438\u0433\u0430\u0442\u043E\u0440 \u043D\u0430 \u043C\u043E\u0434\u0435\u043B \u043D\u0430 \u0433\u044A\u0432\u043A\u0430\u0432\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u0438\u0440\u0430\u043D\u0435
|
|
376
|
+
TOOLS_CARD_15_TEXT=\u0420\u044A\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E\u0442\u043E \u0437\u0430 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442 \u0434\u0430\u0432\u0430 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0441 \u043F\u0440\u0438\u043C\u0435\u0440\u0438 \u0437\u0430 \u0443\u0435\u0431 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442, \u043D\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043C\u043E \u0434\u0430\u043B\u0438 \u0441\u0442\u0435 \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u0447\u0438\u043A \u043D\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0438\u043B\u0438 \u043A\u043E\u043D\u0442\u0440\u043E\u043B, \u0438\u043B\u0438 \u0431\u0438\u0437\u043D\u0435\u0441 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B, \u043A\u043E\u0439\u0442\u043E \u0438\u0441\u043A\u0430 \u0434\u0430 \u043D\u0430\u0443\u0447\u0438 \u043F\u043E\u0432\u0435\u0447\u0435 \u0437\u0430 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442\u0442\u0430 \u0432 \u043E\u0431\u043B\u0430\u0441\u0442\u0442\u0430 SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=\u041A\u0430\u0440\u0442\u0438\u043D\u0430 \u043F\u043E\u043A\u0430\u0437\u0432\u0430\u0449\u0430 \u0440\u044A\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u0437\u0430 \u0434\u043E\u0441\u0442\u044A\u043F\u043D\u043E\u0441\u0442
|
|
376
378
|
API_MASTER_PLACEHOLDER=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Desenvolupeu i executeu aplicacions d\u2019UI5 amb la fl
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=CDN multiversi\u00F3 per mantenir un cicle de vida personalitzat
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=Per a qualsevol escenari de desenvolupament local i al n\u00FAvol
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=Qu\u00E8 \u00E9s SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 \u00E9s un concepte HTML5per crear aplicacions Web a nivell d\u2019empresa i multiplataforma de forma efica\u00E7. El que va comen\u00E7ar com a petit projecte, ara \u00E9s una de les tecnologies amb m\u00E9s \u00E8xit mai inventades per SAP.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Baixar aplicacions de demostraci\u00F3
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Cancel\u00B7lar
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Aplicacions de demostraci\u00F3 amb tutorials
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=Conceptes d'UI5 en escenaris reals
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Aplicacions model
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Altres aplicacions de demostraci\u00F3
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=Aplicacions de demostraci\u00F3 de flexibilitat SAPUI5
|
|
243
243
|
DEMO_APPS_LIBRARY=Biblioteca de control\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Amb l'Editor en directe podeu provar les APIs directament al
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Imatge que mostra l'Editor en directe
|
|
374
374
|
TOOLS_CARD_14_TEXT=El model de programaci\u00F3 flexible facilita configurar aplicacions per a les vostres necessitats particulars en utilitzar elements SAP Fiori per a Odata V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Figura que mostra Explorador de programaci\u00F3 flexible
|
|
376
|
+
TOOLS_CARD_15_TEXT=La guia d'accessibilitat proporciona informaci\u00F3 detallada amb exemples sobre l'accessibilitat web, ja sigui un desenvolupador d'aplicaci\u00F3 o control, o un usuari empresarial que cerca m\u00E9s informaci\u00F3 sobre l'accessibilitat web a l'\u00E0rea SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Imatge que mostra la guia d'accessibilitat
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filtrar
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Desplegar-ho tot
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Comprimir-ho tot
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=V\u00FDvoj a spu\u0161t\u011Bn\u00ED aplikac\u00ED UI5 s
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=V\u00EDcen\u00E1sobn\u00E1 verze CDN pro \u00FAdr\u017Ebu vlastn\u00EDho \u017Eivotn\u00EDho cyklu
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=Pro n\u011Bkter\u00E9 sc\u00E9n\u00E1\u0159e v\u00FDvoje on-premise a cloudu
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=Co je SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 je framework HTML5 pro efektivn\u00ED vytv\u00E1\u0159en\u00ED podnikov\u00FDch webov\u00FDch aplikac\u00ED pro v\u0161echny platformy. To, co za\u010Dalo jako mal\u00FD projekt, je nyn\u00ED jednou z nej\u00FAsp\u011B\u0161n\u011Bj\u0161\u00EDch technologi\u00ED vynalezen\u00FDch v SAP.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=St\u00E1hnout demonstra\u010Dn\u00ED aplikaci
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Zru\u0161it
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Demonstra\u010Dn\u00ED aplikace s v\u00FDukov\u00FDmi programy
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=Koncepty UI5 v re\u00E1ln\u00FDch sc\u00E9n\u00E1\u0159\u00EDch
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=P\u0159edlohov\u00E9 aplikace
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=R\u016Fzn\u00E9 demonstra\u010Dn\u00ED aplikace
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=Demonstra\u010Dn\u00ED aplikace flexibility SAPUI5
|
|
243
243
|
DEMO_APPS_LIBRARY=Knihovna ovl\u00E1dac\u00EDch prvk\u016F\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Pomoc\u00ED produktivn\u00EDho editoru m\u016F\u017Eete vyzko
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Obr\u00E1zek zobrazuj\u00EDc\u00ED produktivn\u00ED editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=Flexibiln\u00ED model programov\u00E1n\u00ED v\u00E1m usnad\u0148uje upravit aplikace podle va\u0161ich pot\u0159eb p\u0159i pou\u017E\u00EDv\u00E1n\u00ED prvk\u016F SAP Fiori pro OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Obr\u00E1zek zobrazuj\u00EDc\u00ED pr\u016Fzkumn\u00EDk flexibiln\u00EDho modelu programov\u00E1n\u00ED
|
|
376
|
+
TOOLS_CARD_15_TEXT=Pr\u016Fvodce p\u0159\u00EDstupnost\u00ED poskytuje hloubkov\u00E9 informace o p\u0159\u00EDstupnosti webu s p\u0159\u00EDklady, a\u0165 ji\u017E jste v\u00FDvoj\u00E1\u0159 \u0159\u00EDzen\u00ED nebo aplikace nebo podnikov\u00FD u\u017Eivatel, kter\u00FD se chce dozv\u011Bd\u011Bt v\u00EDce o p\u0159\u00EDstupnosti webu v oblasti SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Obr\u00E1zek zobrazuj\u00EDc\u00ED pr\u016Fvodce p\u0159\u00EDstupnost\u00ED
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filtrovat
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Rozbalit v\u0161e
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Sbalit v\u0161e
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Gallwch ddatblygu a rhedeg apiau UI5 gyda hyblygrwydd CD
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=CDN aml-fersiwn i gynnal cylch bywyd personol
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=Ar gyfer unrhyw senario datblygu cwmwl ar y system
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=Beth yw SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=Fframwaith HTML5 yw SAPUI5 ar gyfer creu rhaglenni gwe traws-blatfform, gradd menter mewn ffordd effeithlon. Dechreuodd fel prosiect bach ac mae bellach yn un o'r technolegau mwyaf llwyddiannus a ddyfeisiwyd gan SAP erioed.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Llwytho Apiau Demo i Lawr
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Canslo
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Apiau Demo gyda Thiwtorialau
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=Cysyniadau UI5 mewn Senarios Go Iawn
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Apiau Templed
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Apiau Demo Amrywiol
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=Apiau Demo Hyblygrwydd SAPUI5
|
|
243
243
|
DEMO_APPS_LIBRARY=Llyfrgell Rheolyddion\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Gan ddefnyddio\u2019r Golygydd Byw, gallwch roi cynnig ar yr
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Llun yn dangos Golygydd Byw
|
|
374
374
|
TOOLS_CARD_14_TEXT=Mae'r model rhaglennu hyblyg yn ei gwneud hi'n hawdd i chi deilwra rhaglenni i'ch anghenion penodol chi wrth ddefnyddio elfennau SAP Fiori ar gyfer OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Llun yn dangos Porwr Modelau Rhaglennu Hyblyg
|
|
376
|
+
TOOLS_CARD_15_TEXT=Mae'r Canllaw Hygyrchedd yn darparu gwybodaeth fanwl gydag enghreifftiau am hygyrchedd gwe, p'un a ydych yn rheolydd neu'n ddatblygwr cymhwysiad, neu'n ddefnyddiwr busnes sy'n chwilio i ddysgu mwy am hygyrchedd gwe yn ardal SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Llun yn dangos Canllaw Hygyrchedd
|
|
376
378
|
API_MASTER_PLACEHOLDER=Hidlydd
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Ehangu Pob Un
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Cwympo Pob Un
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Udvikl og k\u00F8r UI5-apps med fleksibiliteten fra et r
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN til vedligehold af brugerdefineret livscyklus
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=For ethvert On-Premise og Cloud-udviklingsscenario
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=Hvad er SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 er et HTML5-framework til oprettelse af professionelle webapplikationer p\u00E5 tv\u00E6rs af platforme p\u00E5 en effektiv m\u00E5de. Hvad der startede som et lille projekt, er nu en af de mest succesfulde teknologier, der nogensinde er blevet udviklet af SAP.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Download demoapps
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Afbryd
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Demoapps med tutorials
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5-koncepter i Real Life-scenarier
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Skabelonapps
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Diverse demoapps
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 flexibility-demoapps
|
|
243
243
|
DEMO_APPS_LIBRARY=Kontrolbibliotek\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Ved anvendelse af live-editor kan du du pr\u00F8ve API'erne d
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Billede, der viser live-editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=Den fleksible programmeringsmodel g\u00F8r det let for dig at skr\u00E6ddersy applikationer til dine egne s\u00E6rlige behov, n\u00E5r du anvender SAP Fiori-elementer for OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Billede, der viser den fleksible programmeringsmodel-explorer
|
|
376
|
+
TOOLS_CARD_15_TEXT=Tilg\u00E6ngelighedsguiden giver dig detaljerede informationer med eksempler om webtilg\u00E6ngelighed, uanset om du er en kontrol- eller en applikationsudvikler, eller en applikationsbruger, der gerne vil vide mere om webtilg\u00E6ngelighed p\u00E5 SAPUI5-omr\u00E5det.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Billede, der viser tilg\u00E6ngelighedsguiden
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filtrer
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Ekspander alt
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Komprimer alt
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Entwickeln Sie UI5-Apps und lassen Sie diese mit der Fle
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-CDN zur Pflege eines benutzerdefinierten Lebenszyklus
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=F\u00FCr alle On-Premise- und Cloud-Entwicklungsszenarien
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=Was ist SAPUI5?
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=SAPUI5 ist ein HTML5-Framework zum effizienten Anlegen von plattform\u00FCbergreifenden Webanwendungen f\u00FCr Unternehmen. Was als kleines Projekt begann, ist heute eine der erfolgreichsten Technologien, die jemals von SAP erfunden wurden.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Demo-Apps herunterladen
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Abbrechen
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Demo-Apps mit Anleitungen
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5-Konzepte in produktiven Szenarien
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Vorlage-Apps
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Sonstige Demo-Apps
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility Demo-Apps
|
|
243
243
|
DEMO_APPS_LIBRARY=Control-Library\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Mit dem Live-Editor k\u00F6nnen Sie die APIs direkt in Ihrem
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Bild zeigt den Live-Editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=Das flexible Programmiermodell macht es Ihnen einfach, Anwendungen auf Ihre eigenen bestimmten Bed\u00FCrfnisse zuzuschneiden, wenn Sie SAP Fiori Elements f\u00FCr OData V4 verwenden.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Bild zeigt den Flexible Programming Model Explorer (Explorer zum flexiblen Programmiermodell)
|
|
376
|
+
TOOLS_CARD_15_TEXT=Der Barrierefreiheitsleitfaden bietet Ihnen detaillierte Informationen mit Beispielen zur Web-Barrierefreiheit, egal ob Sie Control- oder Anwendungsentwickler sind oder Anwendungsbenutzer und mehr \u00FCber Barrierefreiheit im Web im Bereich SAPUI5 erfahren m\u00F6chten.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Bild zeigt den Barrierefreiheitsleitfaden
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filtern
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Alles expandieren
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Alles komprimieren
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=\u0391\u03BD\u03B1\u03C0\u03C4\u03CD\u03BE\u03C4\u03B5 \
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=CDN \u03BC\u03B5 \u03C0\u03BF\u03BB\u03BB\u03AD\u03C2 \u03B5\u03BA\u03B4\u03CC\u03C3\u03B5\u03B9\u03C2 \u03B3\u03B9\u03B1 \u03C3\u03C5\u03BD\u03C4\u03AE\u03C1\u03B7\u03C3\u03B7 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03BF\u03C3\u03BC\u03AD\u03BD\u03BF\u03C5 \u03BA\u03CD\u03BA\u03BB\u03BF\u03C5 \u03B6\u03C9\u03AE\u03C2
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=\u0393\u03B9\u03B1 \u03BF\u03C0\u03BF\u03B9\u03BF\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03C3\u03B5\u03BD\u03AC\u03C1\u03B9\u03BF \u03B1\u03BD\u03AC\u03C0\u03C4\u03C5\u03BE\u03B7\u03C2 on-premise \u03BA\u03B1\u03B9 cloud
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=\u03A4\u03B9 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C4\u03BF SAPUI5;
|
|
116
117
|
|
|
117
118
|
WELCOME_VIDEO_BLOCK_TEXT_1=\u03A4\u03BF SAPUI5 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03BD\u03B1 \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF HTML5 \u03B3\u03B9\u03B1 \u03C4\u03B7 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 cross-platform, \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03CE\u03BD \u03B9\u03C3\u03C4\u03BF\u03CD \u03B5\u03C0\u03B9\u03C7\u03B5\u03AF\u03C1\u03B7\u03C3\u03B7\u03C2 \u03BC\u03B5 \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03B5\u03C3\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC \u03C4\u03C1\u03CC\u03C0\u03BF. \u0391\u03C5\u03C4\u03CC \u03C0\u03BF\u03C5 \u03BE\u03B5\u03BA\u03AF\u03BD\u03B7\u03C3\u03B5 \u03C9\u03C2 \u03BC\u03B9\u03BA\u03C1\u03CC \u03AD\u03C1\u03B3\u03BF \u03C4\u03CE\u03C1\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03AF\u03B1 \u03B1\u03C0\u03CC \u03C4\u03B9\u03C2 \u03C0\u03B9\u03BF \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03B7\u03BC\u03AD\u03BD\u03B5\u03C2 \u03C4\u03B5\u03C7\u03BD\u03BF\u03BB\u03BF\u03B3\u03AF\u03B5\u03C2 \u03C0\u03BF\u03C5 \u03B1\u03BD\u03B1\u03BA\u03B1\u03BB\u03CD\u03C6\u03B8\u03B7\u03BA\u03B1\u03BD \u03C0\u03BF\u03C4\u03AD \u03B1\u03C0\u03CC \u03C4\u03B7 SAP.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=\u039B\u03AE\u03C8\u03B7 \u0395\u03C6\u03B1\u03C
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 Demo \u03BC\u03B5 \u03A0\u03C1\u03BF\u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u0395\u03BA\u03BC\u03AC\u03B8\u03B7\u03C3\u03B7\u03C2
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=\u0395\u03BD\u03BD\u03BF\u03B9\u03B5\u03C2 UI5 \u03C3\u03B5 \u03A0\u03C1\u03B1\u03B3\u03BC\u03B1\u03C4\u03B9\u03BA\u03AC \u03A3\u03B5\u03BD\u03AC\u03C1\u03B9\u03B1
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=\u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03A0\u03C1\u03BF\u03C4\u03CD\u03C0\u03BF\u03C5
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=\u0394\u03B9\u03AC\u03C6\u03BF\u03C1\u03B5\u03C2 \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 Demo
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=\u0395\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03B5\u03C2 \u0395\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 Demo SAPUI5
|
|
243
243
|
DEMO_APPS_LIBRARY=\u0392\u03B9\u03B2\u03BB\u03B9\u03BF\u03B8\u03AE\u03BA\u03B7 \u0395\u03BB\u03AD\u03B3\u03C7\u03BF\u03C5\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=\u03A7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF Live Editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=\u03A4\u03BF \u03BC\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF \u03B5\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03BF\u03C5 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD \u03C3\u03B1\u03C2 \u03B4\u03B9\u03B5\u03C5\u03BA\u03BF\u03BB\u03CD\u03BD\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03C3\u03B5\u03C4\u03B5 \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AD\u03C2 \u03C3\u03C4\u03B9\u03C2 \u03B4\u03B9\u03BA\u03AD\u03C2 \u03C3\u03B1\u03C2 \u03B1\u03BD\u03AC\u03B3\u03BA\u03B5\u03C2 \u03CC\u03C4\u03B1\u03BD \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B5 \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 SAP Fiori \u03B3\u03B9\u03B1 OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF Explorer \u03C4\u03BF\u03C5 \u039C\u03BF\u03BD\u03C4\u03AD\u03BB\u03BF\u03C5 \u0395\u03C5\u03AD\u03BB\u03B9\u03BA\u03C4\u03BF\u03C5 \u03A0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03BC\u03BF\u03CD
|
|
376
|
+
TOOLS_CARD_15_TEXT=\u039F \u039F\u03B4\u03B7\u03B3\u03CC\u03C2 \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2 \u03C0\u03B1\u03C1\u03AD\u03C7\u03B5\u03B9 \u03C0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2 \u03B5\u03B9\u03C2 \u03B2\u03AC\u03B8\u03BF\u03C2 \u03BC\u03B5 \u03C0\u03B1\u03C1\u03B1\u03B4\u03B5\u03AF\u03B3\u03BC\u03B1\u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03B7\u03BD \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03C4\u03C5\u03B1\u03BA\u03AE \u03C0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1, \u03B5\u03AF\u03C4\u03B5 \u03B5\u03AF\u03C4\u03B5 \u03C0\u03C1\u03BF\u03B3\u03C1\u03B1\u03BC\u03BC\u03B1\u03C4\u03B9\u03C3\u03C4\u03AE\u03C2 \u03B5\u03BB\u03AD\u03B3\u03C7\u03BF\u03C5 \u03AE \u03B5\u03C6\u03B1\u03C1\u03BC\u03BF\u03B3\u03AE\u03C2, \u03B5\u03AF\u03C4\u03B5 \u03B5\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03B7\u03BC\u03B1\u03C4\u03B9\u03BA\u03CC\u03C2 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2 \u03C0\u03BF\u03C5 \u03B1\u03BD\u03B1\u03B6\u03B7\u03C4\u03AC \u03BD\u03B1 \u03BC\u03AC\u03B8\u03B5\u03B9 \u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03B7 \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03C4\u03C5\u03B1\u03BA\u03AE \u03C0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1 \u03C3\u03C4\u03B7\u03BD \u03C0\u03B5\u03C1\u03B9\u03BF\u03C7\u03AE SAPUI5.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=\u0395\u03B9\u03BA\u03CC\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03AF\u03C7\u03BD\u03B5\u03B9 \u03C4\u03BF\u03BD \u039F\u03B4\u03B7\u03B3\u03CC \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2
|
|
376
378
|
API_MASTER_PLACEHOLDER=\u03A6\u03AF\u03BB\u03C4\u03C1\u03BF
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u039F\u03BB\u03C9\u03BD
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robus
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=What is SAPUI5?
|
|
116
117
|
|
|
117
118
|
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.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Download Demo Apps
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Cancel
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Demo Apps with Tutorials
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5 Concepts in Real-Life Scenarios
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Template Apps
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Miscellaneous Demo Apps
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility Demo Apps
|
|
243
243
|
DEMO_APPS_LIBRARY=Control Library\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your b
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=The flexible programming model makes it easy for you to tailor applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Picture showing Flexible Programming Model Explorer
|
|
376
|
+
TOOLS_CARD_15_TEXT=The Accessibility Guide provides in-depth information with examples about web accessibility, whether you are a control or application developer, or a business user searching to learn more about web accessibility in the SAPUI5 area.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Picture showing Accessibility Guide
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filter
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
|
|
@@ -112,6 +112,7 @@ WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robus
|
|
|
112
112
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
|
|
113
113
|
WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
|
|
114
114
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
115
|
+
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
115
116
|
WELCOME_VIDEO_BLOCK_TITLE=What is SAPUI5?
|
|
116
117
|
|
|
117
118
|
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.
|
|
@@ -237,7 +238,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=Download Demo Apps
|
|
|
237
238
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=Cancel
|
|
238
239
|
DEMO_APPS_CATEGORY_TUTORIAL=Demo Apps with Tutorials
|
|
239
240
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5 Concepts in Real-Life Scenarios
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=Template Apps
|
|
241
241
|
DEMO_APPS_CATEGORY_MISC=Miscellaneous Demo Apps
|
|
242
242
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility Demo Apps
|
|
243
243
|
DEMO_APPS_LIBRARY=Control Library\:
|
|
@@ -373,6 +373,8 @@ TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your b
|
|
|
373
373
|
TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
|
|
374
374
|
TOOLS_CARD_14_TEXT=The flexible programming model makes it easy for you to tailor applications to your own particular needs when using SAP Fiori elements for OData V4.
|
|
375
375
|
TOOLS_CARD_14_IMG_ALT=Picture showing Flexible Programming Model Explorer
|
|
376
|
+
TOOLS_CARD_15_TEXT=The Accessibility Guide provides in-depth information with examples about web accessibility, whether you are a control or application developer, or a business user searching to learn more about web accessibility in the SAPUI5 area.
|
|
377
|
+
TOOLS_CARD_15_IMG_ALT=Picture showing Accessibility Guide
|
|
376
378
|
API_MASTER_PLACEHOLDER=Filter
|
|
377
379
|
API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
|
|
378
380
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
|
|
@@ -237,7 +237,6 @@ DEMO_APPS_DOWNLOAD_DIALOG_TITLE=[[[\u010E\u014F\u0175\u014B\u013A\u014F\u0105\u0
|
|
|
237
237
|
DEMO_APPS_DOWNLOAD_DIALOG_CANCEL_BTN=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
238
238
|
DEMO_APPS_CATEGORY_TUTORIAL=[[[\u010E\u0113\u0271\u014F \u0100\u03C1\u03C1\u015F \u0175\u012F\u0163\u0125 \u0162\u0171\u0163\u014F\u0157\u012F\u0105\u013A\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
239
239
|
DEMO_APPS_CATEGORY_SHOWCASE=[[[\u015C\u0125\u014F\u0175\u010B\u0105\u015F\u0113 \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
240
|
-
DEMO_APPS_CATEGORY_TEMPLATE=[[[\u0162\u0113\u0271\u03C1\u013A\u0105\u0163\u0113 \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
241
240
|
DEMO_APPS_CATEGORY_MISC=[[[\u039C\u012F\u015F\u010B\u0113\u013A\u013A\u0105\u014B\u0113\u014F\u0171\u015F \u010E\u0113\u0271\u014F \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
242
241
|
DEMO_APPS_CATEGORY_RTA=[[[\u015C\u0100\u01A4\u016E\u012C5 \u0191\u013A\u0113\u03C7\u012F\u0183\u012F\u013A\u012F\u0163\u0177 \u010E\u0113\u0271\u014F \u0100\u03C1\u03C1\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
243
242
|
DEMO_APPS_LIBRARY=[[[\u0108\u014F\u014B\u0163\u0157\u014F\u013A \u013B\u012F\u0183\u0157\u0105\u0157\u0177\:\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
@@ -373,6 +372,8 @@ TOOLS_CARD_13_TEXT=[[[\u0174\u012F\u0163\u0125 \u013B\u012F\u028B\u0113 \u0114\u
|
|
|
373
372
|
TOOLS_CARD_13_IMG_ALT=[[[\u01A4\u012F\u010B\u0163\u0171\u0157\u0113 \u015F\u0125\u014F\u0175\u012F\u014B\u011F \u013B\u012F\u028B\u0113 \u0114\u018C\u012F\u0163\u014F\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
374
373
|
TOOLS_CARD_14_TEXT=[[[\u0162\u0125\u0113 \u0192\u013A\u0113\u03C7\u012F\u0183\u013A\u0113 \u03C1\u0157\u014F\u011F\u0157\u0105\u0271\u0271\u012F\u014B\u011F \u0271\u014F\u018C\u0113\u013A \u0271\u0105\u0137\u0113\u015F \u012F\u0163 \u0113\u0105\u015F\u0177 \u0192\u014F\u0157 \u0177\u014F\u0171 \u0163\u014F \u0113\u03C7\u0163\u0113\u014B\u018C \u0105\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B\u015F \u0163\u014F \u0177\u014F\u0171\u0157 \u014F\u0175\u014B \u03C1\u0105\u0157\u0163\u012F\u010B\u0171\u013A\u0105\u0157 \u014B\u0113\u0113\u018C\u015F \u0175\u0125\u0113\u014B \u0171\u015F\u012F\u014B\u011F \u015C\u0100\u01A4 \u0191\u012F\u014F\u0157\u012F \u0113\u013A\u0113\u0271\u0113\u014B\u0163\u015F \u0192\u014F\u0157 \u014E\u010E\u0105\u0163\u0105 \u01B24.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
375
374
|
TOOLS_CARD_14_IMG_ALT=[[[\u01A4\u012F\u010B\u0163\u0171\u0157\u0113 \u015F\u0125\u014F\u0175\u012F\u014B\u011F \u0191\u013A\u0113\u03C7\u012F\u0183\u013A\u0113 \u01A4\u0157\u014F\u011F\u0157\u0105\u0271\u0271\u012F\u014B\u011F \u039C\u014F\u018C\u0113\u013A \u0114\u03C7\u03C1\u013A\u014F\u0157\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
375
|
+
TOOLS_CARD_15_TEXT=[[[\u0162\u0125\u0113 \u0100\u010B\u010B\u0113\u015F\u015F\u012F\u0183\u012F\u013A\u012F\u0163\u0177 \u0122\u0171\u012F\u018C\u0113 \u03C1\u0157\u014F\u028B\u012F\u018C\u0113\u015F \u012F\u014B-\u018C\u0113\u03C1\u0163\u0125 \u012F\u014B\u0192\u014F\u0157\u0271\u0105\u0163\u012F\u014F\u014B \u0175\u012F\u0163\u0125 \u0113\u03C7\u0105\u0271\u03C1\u013A\u0113\u015F \u0105\u0183\u014F\u0171\u0163 \u0175\u0113\u0183 \u0105\u010B\u010B\u0113\u015F\u015F\u012F\u0183\u012F\u013A\u012F\u0163\u0177. \u0174\u0125\u0113\u0163\u0125\u0113\u0157 \u0177\u014F\u0171 \u0105\u0157\u0113 \u0105 \u010B\u014F\u014B\u0163\u0157\u014F\u013A \u014F\u0157 \u0105\u03C1\u03C1\u013A\u012F\u010B\u0105\u0163\u012F\u014F\u014B \u018C\u0113\u028B\u0113\u013A\u014F\u03C1\u0113\u0157, \u014F\u0157 \u0105 \u0183\u0171\u015F\u012F\u014B\u0113\u015F\u015F \u0171\u015F\u0113\u0157 \u015F\u0113\u0105\u0157\u010B\u0125\u012F\u014B\u011F \u0163\u014F \u0137\u014B\u014F\u0175 \u0271\u014F\u0157\u0113 \u0105\u0183\u014F\u0171\u0163 \u0175\u0113\u0183 \u0105\u010B\u010B\u0113\u015F\u015F\u012F\u0183\u012F\u013A\u012F\u0163\u0177 \u012F\u014B \u0163\u0125\u0113 \u015C\u0100\u01A4\u016E\u012C5 \u0105\u0157\u0113\u0105.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
376
|
+
TOOLS_CARD_15_IMG_ALT=[[[\u01A4\u012F\u010B\u0163\u0171\u0157\u0113 \u015F\u0125\u014F\u0175\u012F\u014B\u011F \u0100\u010B\u010B\u0113\u015F\u015F\u012F\u0183\u012F\u013A\u012F\u0163\u0177 \u0122\u0171\u012F\u018C\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
376
377
|
API_MASTER_PLACEHOLDER=[[[\u0191\u012F\u013A\u0163\u0113\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
377
378
|
API_MASTER_EXPAND_BTN_TOOLTIP=[[[\u0114\u03C7\u03C1\u0105\u014B\u018C \u0100\u013A\u013A\u2219\u2219\u2219\u2219]]]
|
|
378
379
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=[[[\u0108\u014F\u013A\u013A\u0105\u03C1\u015F\u0113 \u0100\u013A\u013A\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|