@openui5/sap.ui.documentation 1.121.1 → 1.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/DemoKitCardHeader.js +70 -0
- package/src/sap/ui/documentation/library.js +3 -3
- package/src/sap/ui/documentation/messagebundle.properties +113 -82
- package/src/sap/ui/documentation/messagebundle_ar.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_bg.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_ca.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_cnr.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_cs.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_cy.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_da.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_de.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_el.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_en.properties +61 -429
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_es.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_et.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fi.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_hi.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_hr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_hu.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_id.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_it.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_iw.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ja.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_kk.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ko.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_lt.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_lv.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_mk.properties +65 -45
- package/src/sap/ui/documentation/messagebundle_ms.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_nl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_no.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pt.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_ro.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_ru.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sh.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_sk.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sl.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_sv.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_th.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_tr.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_uk.properties +62 -42
- package/src/sap/ui/documentation/messagebundle_vi.properties +63 -43
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +61 -41
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +61 -41
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +3 -3
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +15 -9
- package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +7 -2
- package/src/sap/ui/documentation/sdk/controller/Resources.controller.js +79 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +5 -3
- package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +10 -11
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +5 -4
- package/src/sap/ui/documentation/sdk/controller/util/{ToolsInfo.js → ResourcesInfo.js} +52 -44
- package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -0
- package/src/sap/ui/documentation/sdk/css/style.css +0 -73
- package/src/sap/ui/documentation/sdk/index.js +16 -4
- package/src/sap/ui/documentation/sdk/manifest.json +11 -4
- package/src/sap/ui/documentation/sdk/model/LiveEditorData.json +1 -1
- package/src/sap/ui/documentation/sdk/model/formatter.js +2 -2
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +6 -4
- package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +8 -7
- package/src/sap/ui/documentation/sdk/view/App.view.xml +5 -5
- package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +26 -26
- package/src/sap/ui/documentation/sdk/view/Resources.view.xml +725 -0
- package/src/sap/ui/documentation/sdk/view/Sitemap.view.xml +2 -2
- package/src/sap/ui/documentation/themes/base/DemoApps.less +149 -91
- package/src/sap/ui/documentation/themes/base/Resources.less +181 -0
- package/src/sap/ui/documentation/themes/base/library.source.less +2 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/DemoApps.less +15 -4
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/Resources.less +24 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/DemoApps.less +25 -11
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/Resources.less +44 -0
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/documentation/DemoAppsCardHeader.js +0 -62
- package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +0 -106
- package/src/sap/ui/documentation/sdk/images/Tools_M_and_L_cropped.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/Tools_S_cropped.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/demoAppsTeaser.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/AccessibilityGuide.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/BusinessApplicationStudio.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/CardExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/FioriTools.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/IconExplorer.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/SupportAssistant.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/ThemeDesigner.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/ThemeParameterToolbox.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/Tools_LiveEditor.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5EvoTooling.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5Inspector.jpg +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/UI5WebComponents.jpg +0 -0
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +0 -475
- /package/src/sap/ui/documentation/sdk/images/{DemoApps_intro_card.svg → intro_card_stripe.svg} +0 -0
|
@@ -1,815 +1,447 @@
|
|
|
1
|
-
#This is the resource bundle for the SAPUI5 sap.ui.documentation library
|
|
2
|
-
#
|
|
3
1
|
|
|
4
|
-
#XHED: Application header title text
|
|
5
2
|
APP_HEADER_TITLE=UI5 Demo Kit
|
|
6
|
-
#XALT: Application header logo alt text
|
|
7
3
|
APP_HEADER_LOGO_ALT=UI5 Logo
|
|
8
|
-
#XTXT: Application header search field placeholder text
|
|
9
4
|
APP_HEADER_SEARCH_FIELD_PLACEHOLDER=Search Anything
|
|
10
|
-
#XMIT: The menu item that navigates to the home page
|
|
11
5
|
APP_TABHEADER_ITEM_HOME=Home
|
|
12
|
-
#XMIT: The menu item that navigates to the 'Documentation' page
|
|
13
6
|
APP_TABHEADER_ITEM_DOCUMENTATION=Documentation
|
|
14
|
-
#XMIT: The menu item that navigates to the 'API Reference' page
|
|
15
7
|
APP_TABHEADER_ITEM_API_REFERENCE=API Reference
|
|
16
|
-
#XMIT: The menu item that navigates to the 'Samples' page
|
|
17
8
|
APP_TABHEADER_ITEM_SAMPLES=Samples
|
|
18
|
-
#XMIT: The menu item that navigates to the 'Demo Apps' page
|
|
19
9
|
APP_TABHEADER_ITEM_DEMO_APPS=Demo Apps
|
|
20
|
-
|
|
21
|
-
APP_TABHEADER_ITEM_TOOLS=Tools
|
|
22
|
-
#XMIT: The submenu item that navigates to the 'Fiori Tools' page
|
|
10
|
+
APP_TABHEADER_ITEM_RESOURCES=Resources
|
|
23
11
|
APP_TABHEADER_SUBITEM_FIORI_TOOLS=Fiori Tools
|
|
24
|
-
#XMIT: The submenu item that navigates to the 'Icon Explorer' page
|
|
25
12
|
APP_TABHEADER_SUBITEM_ICON_EXPLORER=Icon Explorer
|
|
26
|
-
#XMIT: The submenu item that navigates to the 'UI5 Inspector' page
|
|
27
13
|
APP_TABHEADER_SUBITEM_UI5_INSPECTOR=UI5 Inspector
|
|
28
|
-
#XMIT: The submenu item that navigates to the 'UI5 Tooling' page
|
|
29
14
|
APP_TABHEADER_SUBITEM_UI5_TOOLING=UI5 Tooling
|
|
30
|
-
#XBUT: The button that allows to change the current version
|
|
31
15
|
APP_CHANGE_VERSION_BTN=Change Version
|
|
32
|
-
#XTXT: Text for beta version
|
|
33
16
|
APP_VERSION_BETA_VERSION=Beta version
|
|
34
|
-
#XTXT: Text for released version
|
|
35
17
|
APP_VERSION_VERSION=Version
|
|
36
|
-
#XTXT: Text for version that is not for productive use
|
|
37
18
|
APP_VERSION_NOT_PRODUCTIVE=\u2013 not for productive use\!
|
|
38
|
-
#XTXT: Text for version which is in development progress
|
|
39
19
|
APP_VERSION_IN_PROGRESS=(in development)
|
|
40
|
-
#XTOL: Tooltip for the button that opens the 'Feedback' dialog
|
|
41
20
|
APP_FEEDBACK_BTN_TOOLTIP=Feedback
|
|
42
|
-
#XTOL: Tooltip for the button that opens the 'News' dialog
|
|
43
21
|
APP_NEWS_BTN_TOOLTIP=News
|
|
44
|
-
#XBUT: The button that dismisses all news from the news popover marking them old
|
|
45
22
|
APP_NEWS_DISMISS_ALL_BTN=Dismiss All News Items
|
|
46
|
-
#XBUT: The button that shows all news by opening the 'News' dedicated view
|
|
47
23
|
APP_NEWS_SHOW_ALL_BTN=Show All News
|
|
48
|
-
#XTXT: Text shown in the 'News' popover when there are no new news
|
|
49
24
|
APP_NEWS_NO_NEW_TEXT=No News
|
|
50
|
-
#XBUT: Text for button that closes
|
|
51
25
|
APP_SEARCH_FIELD_CLOSE=Close
|
|
52
|
-
#XTOL: Tooltip for the 'Settings' button that opens an additional menu
|
|
53
26
|
APP_INFORMATION_BTN_TOOLTIP=Settings
|
|
54
|
-
#XTOL: Tooltip for the 'Legal' button that opens an additional menu
|
|
55
27
|
APP_LEGAL_BTN_TOOLTIP=Legal Information
|
|
56
|
-
#XMIT: The menu item that opens the 'Give Feedback' dialog
|
|
57
28
|
APP_INFORMATION_BTN_FEEDBACK=Feedback
|
|
58
|
-
#XMIT: The menu item that opens the 'About' dialog
|
|
59
29
|
APP_INFORMATION_BTN_ABOUT=About
|
|
60
|
-
#XMIT: The menu item that navigates to the 'Legal Disclosure' page
|
|
61
30
|
APP_INFORMATION_BTN_LEGAL=Legal
|
|
62
|
-
#XMIT: The menu item that navigates to the 'SAP Privacy Statement' page
|
|
63
31
|
APP_INFORMATION_BTN_PRIVACY=Privacy
|
|
64
|
-
#XMIT: The menu item that navigates to the 'TERMS OF USE FOR SAP WEBSITES' page
|
|
65
32
|
APP_INFORMATION_BTN_TERMS_OF_USE=Terms of Use
|
|
66
|
-
#XMIT: The menu item that navigates to the Appearance options
|
|
67
33
|
APP_INFORMATION_BTN_APPEARANCE=Appearance
|
|
68
|
-
#XMIT: The menu item that selects the Appearance Light option
|
|
69
34
|
APP_INFORMATION_BTN_APPEARANCE_LIGHT=Light
|
|
70
|
-
#XMIT: The menu item that selects the Appearance Dark option
|
|
71
35
|
APP_INFORMATION_BTN_APPEARANCE_DARK=Dark
|
|
72
|
-
#XMIT: The menu item that selects the Appearance High Contrast Black option
|
|
73
36
|
APP_INFORMATION_BTN_APPEARANCE_HCB=High Contrast Black
|
|
74
|
-
#XMIT: The menu item that selects the Appearance High Contrast White option
|
|
75
37
|
APP_INFORMATION_BTN_APPEARANCE_HCW=High Contrast White
|
|
76
|
-
#XMIT: The menu item that selects the Appearance Auto option
|
|
77
38
|
APP_INFORMATION_BTN_APPEARANCE_AUTO=Auto (Depending on the OS Settings)
|
|
78
|
-
#XMIT: The menu item that navigates to the 'SITEMAP' page
|
|
79
39
|
APP_INFORMATION_BTN_SITEMAP=Sitemap
|
|
80
|
-
#XMIT: The menu item that navigates to the 'Copyright' page
|
|
81
40
|
APP_INFORMATION_BTN_COPYRIGHT=Copyright
|
|
82
|
-
#XMIT: The menu item that navigates to the 'Trademarks' page
|
|
83
41
|
APP_INFORMATION_BTN_TRADEMARK=Trademark
|
|
84
|
-
#XMIT: The menu item that navigates to the 'Disclaimer' page
|
|
85
42
|
APP_INFORMATION_BTN_DISCLAIMER=Disclaimer
|
|
86
|
-
#XMIT: The menu item that navigates to the 'License' page
|
|
87
43
|
APP_INFORMATION_BTN_LICENSE=License
|
|
88
|
-
#XTXT: The information note about cookies that were used in the application
|
|
89
44
|
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.
|
|
90
45
|
|
|
91
|
-
#XMIT: The menu item that opens the 'News' dialog
|
|
92
46
|
APP_INFORMATION_BTN_NEWS=News
|
|
93
|
-
#XMIT: The menu item that opens the 'Setting' submenu
|
|
94
47
|
APP_INFORMATION_BTN_SETTINGS=Settings
|
|
95
|
-
#XMIT: The menu item that opens the 'Polices' submenu
|
|
96
48
|
APP_INFORMATION_BTN_POLICIES=Policies
|
|
97
49
|
|
|
98
|
-
#XHED: New news Group title
|
|
99
50
|
NEWS_NEW_GROUP_TITLE=New
|
|
100
|
-
#XHED: Read/Old news Group title
|
|
101
51
|
NEWS_READ_GROUP_TITLE=Read
|
|
102
|
-
#XMIT: Text for button which marks all news as read/old
|
|
103
52
|
NEWS_BTN_MARK_AS_READ=Mark All as Read
|
|
104
|
-
#XMIT: Text for button which forwards the user to the page URL described in the link of the news item
|
|
105
53
|
NEWS_BTN_VISIT_LINK=Visit Link
|
|
106
|
-
#XHED: Title for the Message Page in case of news preparation failure
|
|
107
54
|
NEWS_PREP_FAILURE_TITLE=News could not be loaded
|
|
108
55
|
|
|
109
|
-
#XHED: The title of the 'Give Feedback' dialog
|
|
110
56
|
FEEDBACK_DIALOG_TITLE=Give Feedback
|
|
111
|
-
#XFLD: The label of the rating button in the 'Give Feedback' dialog
|
|
112
57
|
FEEDBACK_DIALOG_OVERALL=How is your overall experience?
|
|
113
|
-
#XFLD: The label of the textarea in the 'Give Feedback' dialog
|
|
114
58
|
FEEDBACK_DIALOG_MESSAGE=What would you like to tell us?
|
|
115
|
-
#XFLD: The placeholder of the textarea in the 'Give Feedback' dialog
|
|
116
59
|
FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER=You can share your feedback for the overall Demo Kit experience or for the specific page you are currently viewing.
|
|
117
|
-
#XCKL: The label that indicates that the feedback is linked to this page
|
|
118
60
|
FEEDBACK_DIALOG_RELATED=Feedback is related to the current page.
|
|
119
|
-
#XLNK: Text for the link that shows the context data
|
|
120
61
|
FEEDBACK_DIALOG_SHOW_DATA=Show Context Data
|
|
121
|
-
#XTX: Text note in the 'Give Feedback' dialog
|
|
122
62
|
FEEDBACK_DIALOG_DISCLAIMER=Your feedback is anonymous, we do not collect any personal data.
|
|
123
|
-
#XBUT: The button that sends the feedback and closes the dialog
|
|
124
63
|
FEEDBACK_DIALOG_BTN_SEND=Send
|
|
125
|
-
#XBUT: Text for cancel button
|
|
126
64
|
FEEDBACK_DIALOG_BTN_CANCEL=Cancel
|
|
127
|
-
#XTXT: Text for rating 5
|
|
128
65
|
FEEDBACK_DIALOG_STATUS_EXCELLENT=Excellent
|
|
129
|
-
#XTXT: Text for rating 4
|
|
130
66
|
FEEDBACK_DIALOG_STATUS_GOOD=Good
|
|
131
|
-
#XTXT: Text for rating 3
|
|
132
67
|
FEEDBACK_DIALOG_STATUS_AVERAGE=Average
|
|
133
|
-
#XTXT: Text for rating 2
|
|
134
68
|
FEEDBACK_DIALOG_STATUS_POOR=Poor
|
|
135
|
-
#XTXT: Text for rating 1
|
|
136
69
|
FEEDBACK_DIALOG_STATUS_VERY_POOR=Very Poor
|
|
137
|
-
#XHED: The title of the message box that is shown when the feedback has been sent successfully
|
|
138
70
|
FEEDBACK_DIALOG_TITLE_SUCCESS=Thank you\!
|
|
139
|
-
#XTX: Text note that is shown when the feedback has been sent successfully
|
|
140
71
|
FEEDBACK_DIALOG_TEXT_SUCCESS=Your feedback has been sent.
|
|
141
|
-
#XHED: The title of the message box that is shown when error occured while sending the feedback
|
|
142
72
|
FEEDBACK_DIALOG_TITLE_ERROR=Sorry\!
|
|
143
|
-
#XTX: Text note that is shown when error occured while sending the feedback
|
|
144
73
|
FEEDBACK_DIALOG_TEXT_ERROR=An error occurred sending your feedback\:\n
|
|
145
74
|
|
|
146
|
-
#XHED: The title of the UX survey popover (only shown when multiple surveys are available)
|
|
147
75
|
SURVEY_POPOVER_TITLE=Tell us what's on your mind.
|
|
148
|
-
#XHED: The title of the long, quarterly survey
|
|
149
76
|
SURVEY_POPOVER_LONG_SURVEY_TITLE=User Experience Survey
|
|
150
|
-
#XTXT: The text of the badge, informing the long survey is available
|
|
151
77
|
SURVEY_POPOVER_LONG_SURVEY_BADGE=NEW
|
|
152
|
-
#XTXT: The last date the long survey is avaiable
|
|
153
78
|
SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=Available until
|
|
154
|
-
#XTXT: The long survey description
|
|
155
79
|
SURVEY_POPOVER_LONG_SURVEY_DESC=Complete a five-minute survey and help us improve your product experience\! The survey will open in a new tab.
|
|
156
|
-
#XBUT: The button that opens the long survey
|
|
157
80
|
SURVEY_POPOVER_LONG_SURVEY_BTN=Take Survey
|
|
158
|
-
#XTOL: The tooltip of the long survey button
|
|
159
81
|
SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=External Link to Qualtrics User Experience Survey
|
|
160
|
-
#XHED: The title of the default survey
|
|
161
82
|
SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=Share Your Feedback
|
|
162
|
-
#XTXT: The default survey description
|
|
163
83
|
SURVEY_POPOVER_DEFAULT_SURVEY_DESC=Your opinion matters. Share your thoughts with us at any time\!
|
|
164
|
-
#XBUT: The button that opens the default survey
|
|
165
84
|
SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Give Feedback
|
|
166
|
-
#XBUT: The button that closes the survey popover on mobile
|
|
167
85
|
SURVEY_POPOVER_CLOSE_BTN=Close
|
|
168
86
|
|
|
169
|
-
#XHED: The home page title
|
|
170
87
|
WELCOME_BLOCK_1_TEXT_1=Discover New Enterprise Grade Horizons
|
|
171
|
-
#XBUT: Text for button
|
|
172
88
|
WELCOME_BLOCK_1_START_BTN=Get Started with UI5
|
|
173
|
-
#XBUT: Text for download button
|
|
174
89
|
WELCOME_BLOCK_1_DOWNLOAD_BTN=Download
|
|
175
|
-
#XHED: Group title
|
|
176
90
|
WELCOME_KEY_FEATURES=Key Features
|
|
177
|
-
#XHED: Group title
|
|
178
91
|
WELCOME_START_CODING=Start Coding
|
|
179
|
-
#XHED: Group title
|
|
180
92
|
WELCOME_CHOOSE_SCENARIO=Choose Your Scenario
|
|
181
|
-
#XHED: Group title
|
|
182
93
|
WELCOME_JOIN_COMMUNITY=Join the Community
|
|
183
|
-
#XHED: Block title
|
|
184
94
|
WELCOME_BLOCK_2_TITLE=Responsive Across Browsers and Devices
|
|
185
|
-
#XTXT: Block description
|
|
186
95
|
WELCOME_BLOCK_2_TEXT=No need to worry about device specifics\! UI5 apps run on smartphones, tablets, and desktops. The UI controls automatically adapt themselves to the capabilities of each device and make the most of the available real estate.
|
|
187
|
-
#XALT: Alternative text for image that shows responsiveness
|
|
188
96
|
WELCOME_BLOCK_2_IMG_ALT=Picture showing phone, desktop screen and tablet
|
|
189
|
-
#XHED: Block title
|
|
190
97
|
WELCOME_BLOCK_3_TITLE=Powerful Development Concepts
|
|
191
|
-
#XTXT: Block description
|
|
192
98
|
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\:
|
|
193
|
-
#XTXT: Block description
|
|
194
99
|
WELCOME_BLOCK_3_TEXT_2=Includes standards like MVC and various data-binding types
|
|
195
|
-
#XTXT: Block description
|
|
196
100
|
WELCOME_BLOCK_3_TEXT_3=Choice of different view formats (XML, HTML, JavaScript, JSON)
|
|
197
|
-
#XTXT: Block description
|
|
198
101
|
WELCOME_BLOCK_3_TEXT_4=Binding with OData, JSON, XML and other data formats
|
|
199
|
-
#XTXT: Block description
|
|
200
102
|
WELCOME_BLOCK_3_TEXT_5=Built-in support tool for exploring the object tree and binding status
|
|
201
|
-
#XTXT: Block description
|
|
202
103
|
WELCOME_BLOCK_3_TEXT_6=Translation and internationalization support
|
|
203
|
-
#XTXT: Block description
|
|
204
104
|
WELCOME_BLOCK_3_TEXT_7=Extensibility concepts at code and application level
|
|
205
|
-
#XHED: The title of a block
|
|
206
105
|
WELCOME_BLOCK_4_TITLE=Enterprise-Ready Web Toolkit
|
|
207
|
-
#XTXT: Block description
|
|
208
106
|
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 also successful in the open-source community beyond SAP? Here are some of the most important value addeds that UI5 delivers\:
|
|
209
|
-
#XTXT: Block description
|
|
210
107
|
WELCOME_BLOCK_4_TEXT_2=Translation and internationalization support
|
|
211
|
-
#XTXT: Block description
|
|
212
108
|
WELCOME_BLOCK_4_TEXT_3=Extensibility concepts at code and application level
|
|
213
|
-
#XTXT: Block description
|
|
214
109
|
WELCOME_BLOCK_4_TEXT_4=High Contrast theme to aid visually impaired users
|
|
215
|
-
#XTXT: Block description
|
|
216
110
|
WELCOME_BLOCK_4_TEXT_5=Easy to integrate into a consistent SAP ecosystem
|
|
217
|
-
#XTXT: Block description
|
|
218
111
|
WELCOME_BLOCK_4_TEXT_6=Flexible tools for any type of developer
|
|
219
|
-
#XTXT: Block description
|
|
220
112
|
WELCOME_BLOCK_4_TEXT_7=Benefit from new innovations while staying upgrade-compatible
|
|
221
|
-
#XTXT: Block description
|
|
222
113
|
WELCOME_BLOCK_4_TEXT_8=Unlimited usage in SAP and non-SAP technology stacks
|
|
223
|
-
#XHED: Block title
|
|
224
114
|
WELCOME_BLOCK_5_TITLE=Award-Winning SAP Fiori Design in Action
|
|
225
|
-
#XTXT: Block description
|
|
226
115
|
WELCOME_BLOCK_5_TEXT=UI5 applications benefit from a consistent design language and predefined UX patterns across all frontend features. Use a predefined theme or try our online theming tool to create a custom theme.
|
|
227
|
-
#XALT: Alternative text for image that shows Fiori design elements
|
|
228
116
|
WELCOME_BLOCK_5_IMG_ALT=Picture showing SAP Fiori design elements
|
|
229
|
-
#XHED: Block title
|
|
230
117
|
WELCOME_BLOCK_6_TITLE=Get Ready
|
|
231
|
-
#XTXT: Block description
|
|
232
118
|
WELCOME_BLOCK_6_TEXT_1=All you need to develop Web apps with UI5 is a development environment and a browser. For maximum convenience, you can use SAP Business Application Studio in the cloud. For maximum flexibility, you have the alternative choice of setting up your local development environment.
|
|
233
|
-
#XTXT: Block description. After the ":" there's an inline link with link text "Live Editor" which is not translatable.
|
|
234
119
|
WELCOME_BLOCK_6_TEXT_2=Try the first example here\:
|
|
235
|
-
#XHED: Block title
|
|
236
120
|
WELCOME_BLOCK_7_TITLE=UI5 Evolution
|
|
237
|
-
#XTXT: Block description
|
|
238
121
|
WELCOME_BLOCK_7_TEXT_1=UI5 evolution stands for fundamental improvements as part of an ongoing effort to advance SAPUI5, to enable applications to run faster, and code to become more modular. By embracing web standards, asynchronous loading, and emerging technologies, SAPUI5 continues to be a future-proof, enterprise-proven solution.
|
|
239
|
-
#XTXT: Block description
|
|
240
122
|
WELCOME_BLOCK_7_TEXT_2=We encourage developers to actively support and leverage the new capabilities.
|
|
241
|
-
#XALT: Alternative text for image that shows UI5 Evolution graph
|
|
242
123
|
WELCOME_BLOCK_7_ALT=The UI5 evolution is creating innovation, providing build tooling, modular core, open standards, and gaining high performance using asynchronous loading.
|
|
243
|
-
#XHED: The title of a block
|
|
244
124
|
WELCOME_BLOCK_8_TITLE=SAPUI5 on SAP BTP
|
|
245
|
-
#XTXT: Block description
|
|
246
125
|
WELCOME_BLOCK_8_TEXT_1=Sign up for the free SAP BTP trial account to test the platform and build cloud-based UI5 apps.
|
|
247
|
-
#XTXT: Block description
|
|
248
126
|
WELCOME_BLOCK_8_TEXT_2=Easy-to-use development environment with SAP Business Application Studio
|
|
249
|
-
#XTXT: Block description
|
|
250
127
|
WELCOME_BLOCK_8_TEXT_3=Free trial for development use
|
|
251
|
-
#XHED: Block title
|
|
252
128
|
WELCOME_BLOCK_9_TITLE=SAPUI5 (On-Premise)
|
|
253
|
-
#XTXT: Block description
|
|
254
129
|
WELCOME_BLOCK_9_TEXT_1=SAPUI5 is part of the user interface technologies in SAP HANA, NetWeaver ABAP, and Java systems.
|
|
255
|
-
#XTXT: Block description
|
|
256
130
|
WELCOME_BLOCK_9_TEXT_2=Ready to use for SAP customers
|
|
257
|
-
#XTXT: Block description
|
|
258
131
|
WELCOME_BLOCK_9_TEXT_3=Integrates with existing system landscapes
|
|
259
|
-
#XHED: Block title
|
|
260
132
|
WELCOME_BLOCK_10_TITLE=OpenUI5 - Free and Open Source
|
|
261
|
-
#XTXT: Block description
|
|
262
133
|
WELCOME_BLOCK_10_TEXT_1=Try the open source variant of UI5. It contains all core UI5 features and is available on GitHub under the Apache 2.0 license.
|
|
263
|
-
#XTXT: Block description
|
|
264
134
|
WELCOME_BLOCK_10_TEXT_2=Supported by the open source community
|
|
265
|
-
#XTXT: Block description
|
|
266
135
|
WELCOME_BLOCK_10_TEXT_3=Managed on GitHub - contributions welcome\!
|
|
267
|
-
#XHED: Block title
|
|
268
136
|
WELCOME_BLOCK_11_TITLE=UI5 on Content Delivery Network
|
|
269
|
-
#XTXT: Block description
|
|
270
137
|
WELCOME_BLOCK_11_TEXT_1=Develop and run UI5 apps with the flexibility of a robust CDN. Files are loaded from the location closest to the user for optimal performance.
|
|
271
|
-
#XTXT: Block description
|
|
272
138
|
WELCOME_BLOCK_11_TEXT_2=Multi-version CDN to maintain a custom lifecycle
|
|
273
|
-
#XTXT: Block description
|
|
274
139
|
WELCOME_BLOCK_11_TEXT_3=For any on-premise and cloud development scenario
|
|
275
|
-
#XHED: Block title
|
|
276
140
|
WELCOME_BLOCK_12_TITLE=SAP Community
|
|
277
|
-
#XHED: Block title
|
|
278
141
|
WELCOME_BLOCK_13_TITLE=Newsletter
|
|
279
|
-
#XHED: Video Block title
|
|
280
142
|
WELCOME_VIDEO_BLOCK_TITLE=What is SAPUI5?
|
|
281
143
|
|
|
282
144
|
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.
|
|
283
145
|
WELCOME_VIDEO_BLOCK_TEXT_2=In this video, you can grasp 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>.
|
|
284
146
|
|
|
285
|
-
#XHED: Documentation page title
|
|
286
147
|
TOPIC_DETAIL_INIT_DOCUMENTATION=Documentation
|
|
287
|
-
#XBUT: Text for download button
|
|
288
148
|
TOPIC_DETAIL_INIT_DOWNLOAD_BTN=Download
|
|
289
|
-
#XHED: Block title
|
|
290
149
|
TOPIC_DETAIL_INIT_BLOCK_1_TITLE=What's New?
|
|
291
|
-
#XTXT: Block description
|
|
292
150
|
TOPIC_DETAIL_INIT_BLOCK_1_TEXT=Find out about the new features in the latest UI5 versions
|
|
293
|
-
#XHED: Block title
|
|
294
151
|
TOPIC_DETAIL_INIT_BLOCK_2_TITLE=Read Me First
|
|
295
|
-
#XTXT: Block description
|
|
296
152
|
TOPIC_DETAIL_INIT_BLOCK_2_TEXT=Important information before you start using UI5 productively
|
|
297
|
-
#XHED: Block title
|
|
298
153
|
TOPIC_DETAIL_INIT_BLOCK_3_TITLE=Get Started
|
|
299
|
-
#XTXT: Block description
|
|
300
154
|
TOPIC_DETAIL_INIT_BLOCK_3_TEXT=Setup and tutorials
|
|
301
|
-
#XHED: Block title
|
|
302
155
|
TOPIC_DETAIL_INIT_BLOCK_4_TITLE=Developing Apps
|
|
303
|
-
#XTXT: Block description
|
|
304
156
|
TOPIC_DETAIL_INIT_BLOCK_4_TEXT=Best practices and what pitfalls you should look out for
|
|
305
|
-
#XHED: Block title
|
|
306
157
|
TOPIC_DETAIL_INIT_BLOCK_5_TITLE=Extending Apps
|
|
307
|
-
#XTXT: Block description
|
|
308
158
|
TOPIC_DETAIL_INIT_BLOCK_5_TEXT=Adapt apps to your specific requirements
|
|
309
|
-
#XHED: Block title
|
|
310
159
|
TOPIC_DETAIL_INIT_BLOCK_6_TITLE=Developing Controls
|
|
311
|
-
#XTXT: Block description
|
|
312
160
|
TOPIC_DETAIL_INIT_BLOCK_6_TEXT=Create custom controls or contribute to UI5
|
|
313
|
-
#XHED: Block title
|
|
314
161
|
TOPIC_DETAIL_INIT_BLOCK_7_TEXT=UI patterns and templates for commonly used application patterns
|
|
315
|
-
#XHED: Block title
|
|
316
162
|
TOPIC_DETAIL_INIT_BLOCK_8_TITLE=Analysis Path Framework
|
|
317
|
-
#XTXT: Block description
|
|
318
163
|
TOPIC_DETAIL_INIT_BLOCK_8_TEXT=Build and enhance interactive analytical web applications
|
|
319
|
-
#XHED: Block title
|
|
320
164
|
TOPIC_DETAIL_INIT_BLOCK_9_TITLE=Essentials
|
|
321
|
-
#XTXT: Block description
|
|
322
165
|
TOPIC_DETAIL_INIT_BLOCK_9_TEXT=Development concepts, such as MVC, data binding, and components
|
|
323
|
-
#XHED: Block title
|
|
324
166
|
TOPIC_DETAIL_INIT_BLOCK_10_TITLE=More About Controls
|
|
325
|
-
#XTXT: Block description
|
|
326
167
|
TOPIC_DETAIL_INIT_BLOCK_10_TEXT=Addition to the API Reference
|
|
327
168
|
|
|
328
|
-
#XBUT: Text for button that navigates back to search results
|
|
329
169
|
TOPIC_DETAIL_BACK_BTN=Back to Search Results
|
|
330
|
-
#XBUT: Text for button that allows to edit the page in GitHub
|
|
331
170
|
TOPIC_DETAIL_EDIT_GITHUB=Edit on GitHub
|
|
332
|
-
#XTOL: Tooltip for the 'Edit on Github' button
|
|
333
171
|
TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=Edit this page on GitHub
|
|
334
|
-
#XTOL: Tooltip for the fullscreen button
|
|
335
172
|
TOPIC_DETAIL_FULLSCREEN_TOOLTIP=Show this document in full screen mode
|
|
336
173
|
|
|
337
|
-
#XTXT: Placeholder for the filter field
|
|
338
174
|
TOPIC_MASTER_FILTER_PLACEHOLDER=Search
|
|
339
|
-
#XTOL: Tooltip for button that expands a list of items
|
|
340
175
|
TOPIC_MASTER_EXPAND_TOOLTIP=Expand All
|
|
341
|
-
#XTOL: Tooltip for button that collapses a list of items
|
|
342
176
|
TOPIC_MASTER_COLAPSE_TOOLTIP=Collapse All
|
|
343
|
-
#XTXT: Text that is displayed when there are no results from the search
|
|
344
177
|
TOPIC_MASTER_NO_DATA_TEXT=No data, please try with the global search
|
|
345
178
|
|
|
346
|
-
#XHED: Section title
|
|
347
179
|
ENTITY_ABOUT=About
|
|
348
|
-
#XHED: Section title
|
|
349
180
|
ENTITY_SAMPLES=Samples ({0})
|
|
350
|
-
#XTXT: The label that shows information about the API Reference page
|
|
351
181
|
ENITITY_API=API Reference\:
|
|
352
|
-
#XTXT: The label that shows information about the Documentation page
|
|
353
182
|
ENTITY_DOCUMENTATION=Documentation\:
|
|
354
|
-
#XTXT: The label that shows information about the UX Guidelines page
|
|
355
183
|
ENTITY_UX=UX Guidelines\:
|
|
356
|
-
#XTXT: The label that shows which is the extended control
|
|
357
184
|
ENTITY_EXTENDS=Extends\:
|
|
358
|
-
#XTXT: The label that shows application component
|
|
359
185
|
ENTITY_COMPONENT=Application Component
|
|
360
|
-
#XTXT: The label that shows release version
|
|
361
186
|
ENTITY_SINCE=Available Since
|
|
362
|
-
#XTXT: The label for sample category
|
|
363
187
|
ENTITY_CATEGORY=Category
|
|
364
|
-
#XTXT: The label for content density
|
|
365
188
|
ENTITY_DENSITY=Content Density
|
|
366
|
-
#XTXT: Text for deprecated controls
|
|
367
189
|
ENTITY_DEPRECATED=Deprecated
|
|
368
|
-
#XTOL: Tooltip for the fullscreen button
|
|
369
190
|
ENTITY_FULLSCREEN_TOOLTIP=Show this sample in full screen mode
|
|
370
|
-
#XBUT: Text for button that navigates back to search results
|
|
371
191
|
ENTITY_BACK_BTN=Back to Search Results
|
|
372
|
-
#XCOL: The sample name
|
|
373
192
|
ENTITY_TABLE_NAME=Name
|
|
374
|
-
#XCOL: The sample description
|
|
375
193
|
ENTITY_TABLE_DESCRIPTION=Description
|
|
376
194
|
|
|
377
|
-
#only descriptions are translated
|
|
378
|
-
#XHED: Group title
|
|
379
195
|
CONTROLS_PAGE_TITLE=Samples
|
|
380
|
-
#XHED: Group title
|
|
381
196
|
CONTROLS_PAGE_DESC=Explore and download code samples
|
|
382
|
-
#XHED: Group title
|
|
383
197
|
CONTROLS_FEATURED_CONTROLS=Featured Controls
|
|
384
|
-
#XHED: Group title
|
|
385
198
|
CONTROLS_LAYOUT_PAGES=Layout & Pages
|
|
386
|
-
#XTXT: Block description
|
|
387
199
|
CONTROLS_TEXT_1=User interaction
|
|
388
|
-
#XTXT: Block description
|
|
389
200
|
CONTROLS_TEXT_2=Various list structures
|
|
390
|
-
#XTXT: Block description
|
|
391
201
|
CONTROLS_TEXT_3=Simple or more powerful tables
|
|
392
|
-
#XTXT: Block description
|
|
393
202
|
CONTROLS_TEXT_4=Dialogs and popovers
|
|
394
|
-
#XTXT: Block description
|
|
395
203
|
CONTROLS_TEXT_5=Tiles for texts, images or charts, for instance
|
|
396
|
-
#XTXT: Block description
|
|
397
204
|
CONTROLS_TEXT_6=User notification
|
|
398
|
-
#XTXT: Block description
|
|
399
205
|
CONTROLS_TEXT_7=Toolbars and headers
|
|
400
|
-
#XTXT: Block description
|
|
401
206
|
CONTROLS_TEXT_8=Hierarchical data representation
|
|
402
|
-
#XTXT: Block description
|
|
403
207
|
CONTROLS_TEXT_9=Metadata-driven controls
|
|
404
|
-
#XTXT: Block description
|
|
405
208
|
CONTROLS_TEXT_10=Location visualization
|
|
406
|
-
#XTXT: Block description
|
|
407
209
|
CONTROLS_TEXT_11=Data visualization
|
|
408
|
-
#XTXT: Block description
|
|
409
210
|
CONTROLS_TEXT_12=Step-based interactions
|
|
410
|
-
#XTXT: Block description
|
|
411
211
|
CONTROLS_TEXT_13=Displaying, creating, or editing objects
|
|
412
|
-
#XTXT: Block description
|
|
413
212
|
CONTROLS_TEXT_14=Page with title, header, and content area
|
|
414
|
-
#XTXT: Block description
|
|
415
213
|
CONTROLS_TEXT_15=Page with up to 3 columns
|
|
416
|
-
#XTXT: Block description
|
|
417
214
|
CONTROLS_TEXT_16=Two-column layout
|
|
418
215
|
|
|
419
|
-
#XTXT: The placeholder for the filter field
|
|
420
216
|
CONTROLS_MASTER_FILTER_PLACERHOLDER=Search
|
|
421
|
-
#XTOL: Tooltip for the group and filter button
|
|
422
217
|
CONTROLS_MASTER_FILTER_BTN_TOOLTIP=Group / Filter
|
|
423
|
-
#XTXT: Text that is displayed when there are no results from the search
|
|
424
218
|
CONTROLS_MASTER_NO_DATA_TEXT=No data, please try with the global search.
|
|
425
219
|
|
|
426
|
-
#XTOL: Tooltip for the back-navigation button
|
|
427
220
|
CODE_BACK_BTN_TOOLTIP=Back to sample
|
|
428
|
-
#XTOL: Tooltip for the API Reference button
|
|
429
221
|
CODE_API_REFERENCE=API Reference
|
|
430
|
-
#XTOL: Tooltip for the download button
|
|
431
222
|
CODE_DOWNLOAD_BTN=Download
|
|
432
223
|
|
|
433
|
-
#XHED: The change version dialog title
|
|
434
224
|
CHANGE_VERSION_DIALOG_TITLE=Change Version
|
|
435
|
-
#XBUT: Text for close button of dialog
|
|
436
225
|
CHANGE_VERSION_DIALOG_CLOSE_BTN=Close
|
|
437
|
-
#XBUT: Text for close button of dialog
|
|
438
226
|
CHANGE_VERSION_DIALOG_APPLY_BTN=Apply
|
|
439
|
-
#XBUT: Text for close button of dialog
|
|
440
227
|
CHANGE_VERSION_DIALOG_LATEST_BTN=Latest
|
|
441
|
-
#XHED: The title of the dialog that configures the Samples page
|
|
442
228
|
APP_SETTINGS_DIALOG_TITLE=Settings
|
|
443
|
-
#XFLD: The label of the field that defines sample theme
|
|
444
229
|
APP_SETTINGS_DIALOG_THEME=Theme\:
|
|
445
|
-
#XFLD: The label of the field that defines the application language
|
|
446
230
|
APP_SETTINGS_DIALOG_LANGUAGE=Language
|
|
447
|
-
#XFLD: The label of the field that opens the cookie settings dialog
|
|
448
231
|
APP_SETTINGS_DIALOG_COOKIE_PREFERENCES=Cookie Preferences
|
|
449
|
-
#XTXT: The message strip of the field that defines the application language information
|
|
450
232
|
APP_SETTINGS_DIALOG_LANGUAGE_INFO=Keep in mind that the selected language applies only to the Demo Kit application user interface. The content provided in the application in the different sections, such as Documentation, API Reference, and Samples, is available only in English.
|
|
451
|
-
#XFLD: The label of the field that defines the sample content density
|
|
452
233
|
APP_SETTINGS_DIALOG_DENSITY=Content Density\:
|
|
453
|
-
#XLNK: Text for link for more information
|
|
454
234
|
APP_SETTINGS_DIALOG_READ_MORE=Read more about content densities
|
|
455
|
-
#XFLD: The label of the field that enables/disables right-to-left mode
|
|
456
235
|
APP_SETTINGS_DIALOG_RTL=Right-to-Left Mode\:
|
|
457
|
-
#XBUT: Text for the button that applies the configurations
|
|
458
236
|
APP_SETTINGS_DIALOG_OK_BTN=OK
|
|
459
|
-
#XBUT: Text for the button that discards the configurations
|
|
460
237
|
APP_SETTINGS_DIALOG_CANCEL_BTN=Cancel
|
|
461
238
|
|
|
462
|
-
#XHED: The title of the dialog for configuring the cookie settings
|
|
463
239
|
COOKIE_SETTINGS_DIALOG_TITLE=Your Cookie Settings
|
|
464
|
-
#XTXT: Title of the section about the required cookies used in the application
|
|
465
240
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=Required Cookies
|
|
466
|
-
#XTXT: Summary note that explains what are the required cookies in the application
|
|
467
241
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=These cookies are required to enable core site functionality.
|
|
468
|
-
#XTXT: Detailed note that explains why we use the required cookies in the application
|
|
469
242
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
470
|
-
#XTXT: Title of the section about the extra functional cookies used in the application
|
|
471
243
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=Functional Cookies
|
|
472
|
-
#XTXT: Summary note that explains what are the functional cookies in the application
|
|
473
244
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=These cookies are used to analyze site usage for the purpose of measuring and improving site performance.
|
|
474
|
-
#XTXT: Detailed note that explains why we use the functional cookies in the application
|
|
475
245
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=This site uses SAP Web Analytics to analyze how users use this site. The information generated (including a part of your IP address and a browser ID) will be transmitted to and stored by SAP on its servers. Cookies are used to identify your repeat visit and the origin page of your visit. We will use this information only for the purpose of evaluating website usage and compiling reports on website activity for website operators - and finally, to improve the site. If you would like to opt-in for SAP Web Analytics tracking, please specify your preference using the "On"/"Off" switch above. By opt-in, you consent to the processing of analytics data about you in the manner and for the purposes set out above.
|
|
476
|
-
#XTXT: Title of the panel that contains more detailed information
|
|
477
246
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=More Info
|
|
478
|
-
#XTXT: Title of the button to accept all cookies
|
|
479
247
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=Accept All
|
|
480
|
-
#XTXT: Title of the button to reject all cookies
|
|
481
248
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=Reject All
|
|
482
|
-
#XTXT: Title of the button to open the edit panel to edit cookie preferences
|
|
483
249
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=Set Preferences
|
|
484
|
-
#XTXT: Title of the button to save the edited cookie preferences
|
|
485
250
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Save Preferences
|
|
486
|
-
#XTXT: Title of the button to discard the edited cookie preferences
|
|
487
251
|
COOKIE_SETTINGS_DIALOG_CANCEL_BTN=Cancel
|
|
488
252
|
|
|
489
|
-
#XTXT: Text for empty page
|
|
490
253
|
EMPTY_TEXT=Empty
|
|
491
254
|
|
|
492
|
-
#XTXT: Text for downloads page
|
|
493
255
|
DOWNLOADS_TEXT=Downloads
|
|
494
256
|
|
|
495
|
-
#XHED: The 'Demo Apps' page title
|
|
496
257
|
DEMO_APPS_TITLE=Demo Apps
|
|
497
|
-
#XTXT: Subtitle for the 'Demo Apps' page (OpenUI5 version)
|
|
498
258
|
DEMO_APPS_SUBTITLE_OPENUI5=Lists the demo apps that show you how you can use the various features and controls of OpenUI5.
|
|
499
|
-
#XTXT: Subtitle for the 'Demo Apps' page (SAPUI5 version)
|
|
500
259
|
DEMO_APPS_SUBTITLE_SAPUI5=Lists the demo apps that show you how you can use the various features and controls of SAPUI5.
|
|
501
|
-
#XBUT: Text for read more button
|
|
502
260
|
DEMO_APPS_READ_MORE_BTN=Read More
|
|
503
|
-
#XHED: Group title
|
|
504
261
|
DEMO_APPS_DOWNLOAD_OVERVIEW=Downloads Overview
|
|
505
|
-
#XHED: Group title
|
|
506
262
|
DEMO_APPS_CATEGORY_SHOWCASE=UI5 Concepts in Real-Life Scenarios
|
|
507
|
-
#XHED: Group title
|
|
508
263
|
DEMO_APPS_CATEGORY_TUTORIAL=Demo Apps with Tutorials
|
|
509
|
-
#XHED: Group title
|
|
510
264
|
DEMO_APPS_CATEGORY_RTA=SAPUI5 Flexibility Demo Apps
|
|
511
|
-
#XHED: Group title
|
|
512
265
|
DEMO_APPS_CATEGORY_MISC=Miscellaneous Demo Apps
|
|
513
|
-
#XTXT: Text for application library
|
|
514
266
|
DEMO_APPS_LIBRARY=Control Library\:
|
|
515
267
|
|
|
516
|
-
#XHED: The legal disclaimer dialog title
|
|
517
268
|
LEGAL_DISCLAIMER_TITLE=Legal Disclaimer for Links
|
|
518
|
-
#XLGD: Text for legal disclaimer section
|
|
519
269
|
LEGAL_DISCLAIMER_LABEL_1=Links with the icon
|
|
520
|
-
#XTOL: Tooltip for the image that indicates an external link
|
|
521
270
|
LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP=Information published on non-SAP site
|
|
522
|
-
#XTXT: Text for legal disclaimer
|
|
523
271
|
LEGAL_DISCLAIMER_TEXT_1=You are entering a website that is not hosted by SAP. By using such links, you agree (unless expressly stated otherwise in your agreements with SAP) to this\:
|
|
524
|
-
#XTXT: Text for legal disclaimer
|
|
525
272
|
LEGAL_DISCLAIMER_TEXT_2=- The content of the linked-to site is not SAP documentation. You may not infer any product claims against SAP based on this information.
|
|
526
|
-
#XTXT: Text for legal disclaimer
|
|
527
273
|
LEGAL_DISCLAIMER_TEXT_3=- SAP does not agree or disagree with the content on the linked-to site, nor does SAP warrant the availability and correctness.
|
|
528
|
-
#XLGD: Text for legal disclaimer section
|
|
529
274
|
LEGAL_DISCLAIMER_LABEL_2=Links with the icon
|
|
530
|
-
#XTOL: Tooltip for the image that indicates an internal link
|
|
531
275
|
LEGAL_DISCLAIMER_INTERNAL_TOOLTIP=Information published on SAP site
|
|
532
|
-
#XTXT: Text for legal disclaimer
|
|
533
276
|
LEGAL_DISCLAIMER_TEXT_4=You are leaving the documentation for that particular SAP product or service and are entering a SAP-hosted website. By using such links, you agree that (unless expressly stated otherwise in your agreements with SAP) you may not infer any product claims against SAP based on this information.
|
|
534
277
|
|
|
535
|
-
#XLST: Category name
|
|
536
278
|
VIEW_SETTINGS_DIALOG_ITEM_1=Alphabetically
|
|
537
|
-
#XLST: Category name
|
|
538
279
|
VIEW_SETTINGS_DIALOG_ITEM_2=Category
|
|
539
|
-
#XLST: Category name
|
|
540
280
|
VIEW_SETTINGS_DIALOG_ITEM_3=Content Density
|
|
541
|
-
#XLST: Category name
|
|
542
281
|
VIEW_SETTINGS_DIALOG_ITEM_4=Namespace
|
|
543
|
-
#XLST: Category name
|
|
544
282
|
VIEW_SETTINGS_DIALOG_ITEM_5=Release
|
|
545
283
|
|
|
546
|
-
#XTOL: Tooltip for the back-navigation button
|
|
547
284
|
SAMPLE_BACK_BTN_TOOLTIP=Back to samples
|
|
548
|
-
#XTOL: Tooltip for the info button on samples
|
|
549
285
|
SAMPLE_INFO_TOOLTIP=Sample information
|
|
550
|
-
#XTOL: Tooltip for the info button on samples
|
|
551
286
|
SAMPLE_EDITED_TOOLTIP=Sample is edited
|
|
552
|
-
#XTOL: Tooltip for the info button on samples
|
|
553
287
|
SAMPLE_EDITED_WARNING=This sample has been edited. To reset all changes, press the "Reset all Changes" button when previewing the source code.
|
|
554
|
-
#XTOL: Tooltip for the API Reference button
|
|
555
288
|
SAMPLE_API_REFERENCE_BTN=API Reference
|
|
556
|
-
#XTOL: Tooltip for the button that shows previous sample
|
|
557
289
|
SAMPLE_PREV_BTN_TOOLTIP=Show previous sample
|
|
558
|
-
#XTOL: Tooltip for the button that shows next sample
|
|
559
290
|
SAMPLE_NEXT_BTN_TOOLTIP=Show next sample
|
|
560
|
-
#XTOL: Tooltip for the fullscreen button
|
|
561
291
|
SAMPLE_FULLSCREEN_BTN_TOOLTIP=Show this sample in full screen mode
|
|
562
|
-
#XTOL: Tooltip for the button that allows to adapt app runtime
|
|
563
292
|
SAMPLE_ADAPT_BTN_TOOLTIP=Adapt UI
|
|
564
|
-
#XTOL: Tooltip for the button that shows the code of the sample
|
|
565
293
|
SAMPLE_CODE_BTN_TOOLTIP=Show source code for this sample
|
|
566
|
-
#XTOL: Tooltip for the button that open the sample in new window
|
|
567
294
|
SAMPLE_NEW_TAB_BTN_TOOLTIP=Open in new tab
|
|
568
|
-
#XTOL: Tooltip for the download button
|
|
569
295
|
SAMPLE_DOWNLOAD_BTN_TOOLTIP=Download
|
|
570
|
-
#XBUT: Text for reset all changes button, when editing samples
|
|
571
296
|
SAMPLE_RESET_CHANGES=Reset all Changes
|
|
572
297
|
|
|
573
|
-
#XHED: The change log page title
|
|
574
298
|
RELEASE_NOTES_TITLE=Change Log
|
|
575
299
|
|
|
576
|
-
#XHED: The search page title that shows the search word
|
|
577
300
|
SEARCH_PAGE_TITLE=Search Results for "{0}"
|
|
578
|
-
#XHED: The search page description
|
|
579
301
|
SEARCH_PAGE_DESCRIPTION=Search results are displayed in categories.
|
|
580
|
-
#XMIT: The section title that shows how many items match the search criteria
|
|
581
302
|
SEARCH_PAGE_ALL_SECTION_TITLE=All ({0})
|
|
582
|
-
#XMIT: Title of search suggestion`s popover when results are from API reference
|
|
583
303
|
SEARCH_SUGGESTIONS_TITLE_API_REFERENCE=Top 10 Results from API Reference
|
|
584
|
-
#XMIT: Title of search suggestion`s popover when results are from Documentation
|
|
585
304
|
SEARCH_SUGGESTIONS_TITLE_DOCUMENTATION=Top 10 Results from Documentation
|
|
586
|
-
#XMIT: Title of search suggestion`s popover when results are from Samples
|
|
587
305
|
SEARCH_SUGGESTIONS_TITLE_SAMPLES=Top 10 Results from Samples
|
|
588
|
-
#XMIT: Title of search suggestion`s popover when results are from all other available section
|
|
589
306
|
SEARCH_SUGGESTIONS_TITLE_ALL=Top 10 Results from All
|
|
590
|
-
#XMIT: The section title when suggestions from all sections are shown
|
|
591
307
|
SEARCH_SUGGESTIONS_ALL_SECTION_TITLE=All
|
|
592
|
-
#XMIT: The link title in search suggestions that shows all search results
|
|
593
308
|
SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=See All
|
|
594
|
-
#XMIT: The link title in search suggestions that shows Documentation search results
|
|
595
309
|
SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=Documentation
|
|
596
|
-
#XMIT: The link title in search suggestions that shows Api Reference search results
|
|
597
310
|
SEARCH_SUGGESTIONS_API_SECTION_TITLE=API Reference
|
|
598
|
-
#XMIT: The link title in search suggestions that shows Samples search results
|
|
599
311
|
SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=Samples
|
|
600
|
-
#XHED: The table title that shows the search results
|
|
601
312
|
SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=All ({0} of {1})
|
|
602
|
-
#XMIT: The section title that shows how many items match the search criteria in this category
|
|
603
313
|
SEARCH_PAGE_API_SECTION_TITLE=API Reference ({0})
|
|
604
|
-
#XHED: The table title that shows the search results
|
|
605
314
|
SEARCH_PAGE_API_SECTION_TABLE_TITLE=API Reference ({0} of {1})
|
|
606
|
-
#XMIT: The section title that shows how many items match the search criteria in this category
|
|
607
315
|
SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=Documentation ({0})
|
|
608
|
-
#XMIT: The table title that shows the search results
|
|
609
316
|
SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Documentation ({0} of {1})
|
|
610
|
-
#XMIT: The section title that shows how many items match the search criteria in this category
|
|
611
317
|
SEARCH_PAGE_SAMPLES_SECTION_TITLE=Samples ({0})
|
|
612
|
-
#XHED: The table title that shows the search results
|
|
613
318
|
SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=Samples ({0} of {1})
|
|
614
319
|
|
|
615
|
-
#XHED: The release dialog title of each library
|
|
616
320
|
RELEASE_DIALOG_TITLE=Change log for\: {0}
|
|
617
|
-
#XBUT: Text for the close button of dialog
|
|
618
321
|
RELEASE_DIALOG_CLOSE_BTN=Close
|
|
619
|
-
#XTXT: Text that indicates no changes in library
|
|
620
322
|
RELEASE_DIALOG_NO_DATA_TEXT=No changes for this library.
|
|
621
323
|
|
|
622
|
-
#XHED: The framework 'About' information dialog title
|
|
623
324
|
ABOUT_DIALOG_TITLE=About
|
|
624
|
-
#XTXT: The About dialog heading
|
|
625
325
|
ABOUT_DIALOG_TEXT_1=UI5 Demo Kit - UI Development Toolkit for HTML5
|
|
626
|
-
#XTXT: Text for copyrights
|
|
627
326
|
ABOUT_DIALOG_TEXT_2=\u00A9 Copyright 2009-2024 SAP SE. All rights reserved.
|
|
628
|
-
#XTXT: Text for copyrights
|
|
629
327
|
ABOUT_DIALOG_TEXT_3=\u00A9 2009-2024 SAP SE or an SAP affiliate company.
|
|
630
|
-
#XTXT: Text for distrubution and its current version
|
|
631
328
|
ABOUT_DIALOG_TEXT_4={0} Version {1}
|
|
632
|
-
#XTXT: Text for OpenUI5 version
|
|
633
329
|
ABOUT_DIALOG_TEXT_5=Open UI5 Version {0}
|
|
634
|
-
#XTXT: Text
|
|
635
330
|
ABOUT_DIALOG_TEXT_6=This software includes the following library versions
|
|
636
|
-
#XLNK: Text for the link that navigates to more detailed information about version
|
|
637
331
|
ABOUT_DIALOG_LINK_1=Version Details
|
|
638
|
-
#XTXT: Text
|
|
639
332
|
ABOUT_DIALOG_TEXT_7=This software includes third-party open source software.
|
|
640
|
-
#XLNK: Text for the link that navigates to more detailed information about third-party software
|
|
641
333
|
ABOUT_DIALOG_TEXT_8=Included Third-Party Software
|
|
642
|
-
#XHED: The dialog title that displays version information
|
|
643
334
|
ABOUT_DIALOG_VERSION_TITLE=Version Details
|
|
644
|
-
#XTXT: The library version
|
|
645
335
|
ABOUT_DIALOG_VERSION=Version
|
|
646
|
-
#XTXT: The library description
|
|
647
336
|
ABOUT_DIALOG_DESCRIPTION=Description
|
|
648
|
-
#XTXT: The library change log
|
|
649
337
|
ABOUT_DIALOG_CHANGE_LOG=Change Log
|
|
650
|
-
#XLNK: The link that navigates to the dialog with detailed change log of the selected library
|
|
651
338
|
ABOUT_DIALOG_CHANGE_LOG_LINK=Change Log
|
|
652
|
-
#XTXT: The library component
|
|
653
339
|
ABOUT_DIALOG_COMPONENT=Component
|
|
654
|
-
#XBUT: The close button of the dialog
|
|
655
340
|
ABOUT_DIALOG_CLOSE_BTN=Close
|
|
656
|
-
#XHED: The dialog title that displays the included third-party software
|
|
657
341
|
ABOUT_DIALOG_THIRD_PARTY=Included Third-Party Software
|
|
658
342
|
|
|
659
|
-
#TLNK: Text for link
|
|
660
343
|
FOOTER_LEGAL_DISCOLURE=Legal Disclosure
|
|
661
|
-
#TLNK: Text for link
|
|
662
344
|
FOOTER_PRIVACY=Privacy
|
|
663
|
-
#TLNK: Text for link
|
|
664
345
|
FOOTER_TERMS=Terms of Use
|
|
665
|
-
#TLNK: Text for link
|
|
666
346
|
FOOTER_LICENSE=License
|
|
667
347
|
|
|
668
|
-
#XHED: The title for the 'not found' page
|
|
669
348
|
NOT_FOUND_TITLE=Not found
|
|
670
|
-
#XTXX: Text for the 'not found' page
|
|
671
349
|
NOT_FOULD_TEXT=The requested resource was not found.
|
|
672
350
|
|
|
673
|
-
#XTXX: Text for the 'not found' page when resource is removed
|
|
674
351
|
NOT_FOUND_REMOVED_TEXT=The requested UI5 version is outdated and has been removed.
|
|
675
|
-
#XTXX: Text for the 'not found' page when Demo Kit resource is removed
|
|
676
352
|
NOT_FOUND_DK_REMOVED_TEXT=The requested UI5 Demo Kit content has been removed.
|
|
677
|
-
#XTXX: Text for the 'not found' page when resource is not available
|
|
678
353
|
NOT_FOUND_UNAVAILABLE_TEXT=The requested resource is not available.
|
|
679
|
-
#XTXX: Text for the 'read more' button for the version not found page
|
|
680
354
|
VERSION_NOT_FOUND_READ_MORE=Read More
|
|
681
355
|
VERSION_NOT_FOUND_HOME_PAGE_BUTTON=Home Page
|
|
682
356
|
|
|
683
357
|
NOT_FOUND_SAMPLE_TITLE=Sample Not Found
|
|
684
358
|
NOT_FOUND_SAMPLE_TEXT=The requested sample does not exist for the selected UI5 version. Check the available samples here
|
|
685
359
|
|
|
686
|
-
#XTXX: Text for the 'sitemap' page
|
|
687
360
|
SITEMAP_TITLE=Sitemap
|
|
688
361
|
|
|
689
|
-
#XHED: The title of the live editor block
|
|
690
362
|
LIVE_EDITOR_TITLE=Live Editor
|
|
691
|
-
#XHED: The title of the live editor result block
|
|
692
363
|
LIVE_EDITOR_RESULT=Result
|
|
693
|
-
#XBUT: Text for preview button of live editor
|
|
694
364
|
LIVE_EDITOR_PREVIEW_BTN=Preview
|
|
695
|
-
#XCKL: Text for auto-preview checkbox of live editor
|
|
696
365
|
LIVE_EDITOR_LIVE_PREVIEW_TEXT=Auto-preview
|
|
697
366
|
|
|
698
|
-
#TLNK: Text for link
|
|
699
|
-
TOOLS_VIEW_DOC=View Documentation
|
|
700
|
-
#XALT: Alternative text for image that shows SAP Business Application Studio
|
|
701
|
-
TOOLS_CARD_1_IMG_ALT=Picture showing SAP Business Application Studio
|
|
702
|
-
#XTXT: SAP Business Application Studio description
|
|
703
|
-
TOOLS_CARD_1_TEXT=SAP Business Application Studio on SAP BTP, SAP's public cloud, is used to build modern UI apps for desktop and mobile devices with the latest SAPUI5 and SAP Fiori technologies.
|
|
704
|
-
#TLNK: Text for link
|
|
705
|
-
TOOLS_CARD_1_LINK_1=SAP Business Application Studio SDK
|
|
706
|
-
#XALT: Alternative text for image that shows SAP UI Theme Designer
|
|
707
|
-
TOOLS_CARD_2_IMG_ALT=Picture showing SAP UI Theme Designer
|
|
708
|
-
#XTXT: SAP UI Theme Designer description
|
|
709
|
-
TOOLS_CARD_2_TEXT=Use the UI theme designer to easily build corporate identity themes by editing one of the theme templates provided by SAP.
|
|
710
|
-
#XALT: Alternative text for image that shows SAP UI5 Tooling page
|
|
711
|
-
TOOLS_CARD_3_IMG_ALT=Picture showing SAP UI5 Tooling page
|
|
712
|
-
#XTXT: UI5 Tooling page description
|
|
713
|
-
TOOLS_CARD_3_TEXT=An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework, leveraging node.js and npm.
|
|
714
|
-
#TLNK: Text for link
|
|
715
|
-
TOOLS_CARD_3_LINK_1=Overview
|
|
716
|
-
#TLNK: Text for link
|
|
717
|
-
TOOLS_CARD_3_LINK_2=CLI Documentation
|
|
718
|
-
#XALT: Alternative text for image that shows SAP UI5 Inspector
|
|
719
|
-
TOOLS_CARD_4_IMG_ALT=Picture showing SAP UI5 Inspector
|
|
720
|
-
#XTXT: UI5 Inspector description
|
|
721
|
-
TOOLS_CARD_4_TEXT=With the UI5 Inspector, you can easily debug and support your OpenUI5 or SAPUI5-based apps.
|
|
722
|
-
#TLNK: Text for link
|
|
723
|
-
TOOLS_CARD_4_LINK_1=View Source Code
|
|
724
|
-
#XTXT: Text for Integration Cards description
|
|
725
|
-
TOOLS_CARD_5_TEXT=Integration cards are a new way to provide and consume widget-like cards for the home page or dashboard.
|
|
726
|
-
#TLNK: Text for link
|
|
727
|
-
TOOLS_CARD_5_LINK_1=Explore Samples
|
|
728
|
-
#XALT: Alternative text for image that shows Support Assistant
|
|
729
|
-
TOOLS_CARD_6_IMG_ALT=Picture showing Support Assistant in action
|
|
730
|
-
#XTXT: Support Assistant description
|
|
731
|
-
TOOLS_CARD_6_TEXT=The support assistant enables developers to check whether their apps are built according to SAPUI5 best practices and guidelines.
|
|
732
|
-
#XALT: Alternative text for image that shows SAP Icon Explorer
|
|
733
|
-
TOOLS_CARD_7_IMG_ALT=Picture showing SAP Icon Explorer
|
|
734
|
-
#XTXT: SAP Icon Explorer description
|
|
735
|
-
TOOLS_CARD_7_TEXT=Browse and use our large collection of icons in our icon fonts.
|
|
736
|
-
#TLNK: Text for link
|
|
737
|
-
TOOLS_CARD_7_LINK_1=Run Integration Tests
|
|
738
|
-
#TLNK: Text for link
|
|
739
|
-
TOOLS_CARD_7_LINK_2=Run Unit Tests
|
|
740
|
-
#XALT: Alternative text for image that shows Theme Parameter Toolbox
|
|
741
|
-
TOOLS_CARD_8_IMG_ALT=Picture showing Theme Parameter Toolbox
|
|
742
|
-
#XTXT: Theme Parameter Toolbox description
|
|
743
|
-
TOOLS_CARD_8_TEXT=Search, filter, and preview semantic theme parameters.
|
|
744
|
-
#XALT: Alternative text for image that shows Business Application Studio
|
|
745
|
-
TOOLS_CARD_9_IMG_ALT=Picture showing Business Application Studio
|
|
746
|
-
#XTXT: Business Application Studio description
|
|
747
|
-
TOOLS_CARD_9_TEXT=SAP Business Application Studio (the next generation of SAP Web IDE) is a modern development environment, tailored for efficient development of business applications for intelligent enterprises.
|
|
748
|
-
#XALT: Alternative text for image that shows UI5 Web Components
|
|
749
|
-
TOOLS_CARD_10_IMG_ALT=Picture showing UI5 Web Components
|
|
750
|
-
#XTXT: UI5 Web Components description
|
|
751
|
-
TOOLS_CARD_10_TEXT=UI5 Web Components are the new UI5 offering that provides you with a set of reusable UI elements with a minimal footprint for your static web sites or web applications based on any web framework.
|
|
752
|
-
#TLNK: Text for link
|
|
753
|
-
TOOLS_CARD_10_LINK_1=Get Started
|
|
754
|
-
#TLNK: Text for link
|
|
755
|
-
TOOLS_CARD_10_LINK_2=Open GitHub Project
|
|
756
|
-
#XTXT: Text for Accessibility Guide
|
|
757
|
-
TOOLS_CARD_11_TEXT=Gain the knowledge you need about accessibility
|
|
758
|
-
#XALT: Alternative text for image that shows SAP Fiori Tools
|
|
759
|
-
TOOLS_CARD_12_IMG_ALT=Picture showing SAP Fiori Tools
|
|
760
|
-
#XTXT: SAP Fiori Tools description
|
|
761
|
-
TOOLS_CARD_12_TEXT=SAP Fiori tools simplifies the creation of SAP Fiori elements applications by providing extensions for your SAP Business Application Studio and Visual Studio Code development environments.
|
|
762
|
-
#XTXT: LiveEditor Tools description
|
|
763
|
-
TOOLS_CARD_13_TEXT=Using Live Editor you can try out the APIs directly in your browser.
|
|
764
|
-
#XALT: Alternative text for image that shows LiveEditor
|
|
765
|
-
TOOLS_CARD_13_IMG_ALT=Picture showing Live Editor
|
|
766
|
-
#XTXT: Flexible Programming Model Explorer Tools description
|
|
767
|
-
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.
|
|
768
|
-
#XALT: Alternative text for image that shows Flexible Programming Model Explorer
|
|
769
|
-
TOOLS_CARD_14_IMG_ALT=Picture showing Flexible Programming Model Explorer
|
|
770
|
-
#XTXT: Accessibility Guide tools description
|
|
771
|
-
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.
|
|
772
|
-
#XALT: Alternative text for image that shows Accessibility Guide
|
|
773
|
-
TOOLS_CARD_15_IMG_ALT=Picture showing Accessibility Guide
|
|
774
|
-
#XTXT: Test Recorder tools description
|
|
775
|
-
TOOLS_CARD_16_TEXT=The Test Recorder is a tool that helps you to create UI5 integration tests by recording your actions in the browser.
|
|
776
|
-
#XALT: Alternative text for image that shows Test Recorder
|
|
777
|
-
TOOLS_CARD_16_IMG_ALT=Picture showing Test Recorder
|
|
778
|
-
#XTXT: Placeholder for filter field
|
|
779
367
|
API_MASTER_PLACEHOLDER=Search
|
|
780
|
-
#XTOL: Tooltip for the button that expands a list of items
|
|
781
368
|
API_MASTER_EXPAND_BTN_TOOLTIP=Expand All
|
|
782
|
-
#XTOL: Tooltip for the button that collapses a list of items
|
|
783
369
|
API_MASTER_COLLAPSE_BTN_TOOLTIP=Collapse All
|
|
784
|
-
#XCKL: The checkbox that includes deprecated entities to a list of items
|
|
785
370
|
API_MASTER_DEPRECATED_CB=Include deprecated
|
|
786
|
-
#XCKL: The checkbox that includes experimental entities to a list of items
|
|
787
371
|
API_MASTER_EXPERIMENTAL_CB=Include experimental
|
|
788
|
-
#XTXT: Text that is displayed when there are no results from the search
|
|
789
372
|
API_MASTER_NO_DATA_TEXT=No data, please try with the global search
|
|
790
|
-
#XTXT: Text for deprecated items
|
|
791
373
|
API_MASTER_DEPRECATED=Deprecated
|
|
792
|
-
#XTXT: Text for experimental items
|
|
793
374
|
API_MASTER_EXPERIMENTAL=Experimental
|
|
794
|
-
#XMIT: The list item that navigates to page with deprecated APIs
|
|
795
375
|
API_MASTER_DEPRECATED_APIS=Deprecated APIs
|
|
796
|
-
#XMIT: The list item that navigates to page with experimental APIs
|
|
797
376
|
API_MASTER_EXPERIMENTAL_APIS=Experimental APIs
|
|
798
|
-
#XMIT: The list item that navigates to page with sorted items by version
|
|
799
377
|
API_MASTER_INDEX_BY_VERSION=Index by Version
|
|
800
378
|
|
|
801
|
-
#XHED: The title of the page with sorted items by version
|
|
802
379
|
API_DETAIL_SINCE_TITLE=Index by Version
|
|
803
380
|
|
|
804
|
-
#XHED: The title of the page with experimental APIs
|
|
805
381
|
API_DETAIL_EXPERIMENTAL_TITLE=Index of Experimental APIs
|
|
806
382
|
|
|
807
|
-
#XHED: The title of the page with deprecated APIs
|
|
808
383
|
API_DETAIL_DEPRECATED_TITLE=Index of Deprecated APIs
|
|
809
|
-
#XTXT: The note about deprecated APIs
|
|
810
384
|
API_DETAIL_DEPRECATED_WARNING=For general information about deprecated features, please check the compatibility rules.
|
|
811
385
|
|
|
812
|
-
#XTXT: Text that shows from which version the feature exits
|
|
813
386
|
API_DETAIL_AS_OF_VERSION=As of {0}
|
|
814
|
-
#XTXT: Text for non-existing version
|
|
815
387
|
API_DETAIL_NA_VERSION=Version N/A
|
|
388
|
+
|
|
389
|
+
RESOURCES_INTRO_CARD_TITLE=Resources
|
|
390
|
+
RESOURCES_INTRO_CARD_SUBTITLE=This is your hub for selected UI5 resources to assist you on your development journey. Go ahead and explore, learn, and leverage them to get the most out of your UI5 projects\!
|
|
391
|
+
|
|
392
|
+
RESOURCES_ASIDE_CARD_TITLE=Overview A-Z
|
|
393
|
+
|
|
394
|
+
RESOURCES_CATEGORY_TITLE_FEATURED=Featured
|
|
395
|
+
RESOURCES_CARD_TITLE_ICON_EXPLORER=Icon Explorer
|
|
396
|
+
RESOURCES_CARD_DESC_ICON_EXPLORER=The right icons speak louder than words. Use our large collection of icons in our icon fonts to find the best ones for your app project.
|
|
397
|
+
RESOURCES_CARD_TITLE_ACC_GUIDE=Accessibility Guide
|
|
398
|
+
RESOURCES_CARD_DESC_ACC_GUIDE=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.
|
|
399
|
+
|
|
400
|
+
RESOURCES_CATEGORY_TITLE_DEV_TOOLS=Development Tools
|
|
401
|
+
RESOURCES_CARD_TITLE_TOOLING=UI5 Tooling
|
|
402
|
+
RESOURCES_CARD_DESC_TOOLING=UI5 Tooling is a state-of-the-art modular toolchain to develop UI5 projects by consuming UI5 via npm. It is an open-source, modular, configurable, and extensible CLI to efficiently develop apps, libraries, and reuse components with the UI5 framework.
|
|
403
|
+
RESOURCES_CARD_TITLE_FIORI_TOOLS=SAP Fiori Tools
|
|
404
|
+
RESOURCES_CARD_DESC_FIORI_TOOLS=SAP Fiori tools simplifiy the creation of SAP Fiori elements applications by providing extensions for your SAP Business Application Studio and Visual Studio Code development environments.
|
|
405
|
+
RESOURCES_CARD_TITLE_CARD_EXPLORER=Card Explorer
|
|
406
|
+
RESOURCES_CARD_DESC_CARD_EXPLORER=Integration cards are a great way to provide business content for users on widget-like cards on home pages or dashboards. The Card Explorer shows you everything you need to know to implement them.
|
|
407
|
+
RESOURCES_CARD_TITLE_FPM_EXPLORER=Flexible Programming Model Explorer
|
|
408
|
+
RESOURCES_CARD_DESC_FPM_EXPLORER=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.
|
|
409
|
+
RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=SAP Business Application Studio
|
|
410
|
+
RESOURCES_CARD_DESC_BUSINESS_APP_STUDIO=SAP Business Application Studio (BAS) is a modern cloud-based development environment, tailored for efficient development and extension of business applications for intelligent enterprises.
|
|
411
|
+
|
|
412
|
+
RESOURCES_CATEGORY_TITLE_CUSTOMISING=Customising
|
|
413
|
+
RESOURCES_CARD_TITLE_THEME_DESIGNER=UI Theme Designer
|
|
414
|
+
RESOURCES_CARD_DESC_THEME_DESIGNER=UI theme designer is a browser-based tool for theming and branding key SAP user interfaces. Use it to build your corporate identity themes quickly and easily by modifying theme templates provided by SAP.
|
|
415
|
+
RESOURCES_CARD_TITLE_THEME_PARAMETER_TOOLBOX=Theme Parameter Toolbox
|
|
416
|
+
RESOURCES_CARD_DESC_THEME_PARAMETER_TOOLBOX=With the theme parameter toolbox, you can search, filter, and preview semantic theme parameters. It covers current and past themes offered by SAP.
|
|
417
|
+
RESOURCES_CARD_TITLE_FLEXIBILITY=SAPUI5 Flexibility
|
|
418
|
+
RESOURCES_CARD_DESC_FLEXIBILITY=With SAPUI5 flexibility, developers, key users, and end users can shape the UI of SAPUI5 apps to provide a tailored user experience - without having to touch the source code.
|
|
419
|
+
|
|
420
|
+
RESOURCES_CATEGORY_TITLE_TROUBLESHOOTING=Troubleshooting
|
|
421
|
+
RESOURCES_CARD_TITLE_INSPECTOR=UI5 Inspector
|
|
422
|
+
RESOURCES_CARD_DESC_INSPECTOR=UI5 Inspector is an an open-source Chrome DevTools extension that you can use to easily debug and support your OpenUI5 or SAPUI5-based apps.
|
|
423
|
+
RESOURCES_CARD_TITLE_SUPPORT_ASSISTANT=Support Assistant
|
|
424
|
+
RESOURCES_CARD_DESC_SUPPORT_ASSISTANT=The support assistant enables developers to check whether their apps are built according to SAPUI5 best practices and guidelines.
|
|
425
|
+
|
|
426
|
+
RESOURCES_CATEGORY_TITLE_TESTING=Testing
|
|
427
|
+
RESOURCES_CARD_TITLE_TEST_RECORDER=Test Recorder
|
|
428
|
+
RESOURCES_CARD_DESC_TEST_RECORDER=The Test Recorder helps you to create UI5 integration and system tests by recording your actions in the browser.
|
|
429
|
+
RESOURCES_CARD_TITLE_WDI5=wdi5
|
|
430
|
+
RESOURCES_CARD_DESC_WDI5=wdi5 is a Webdriver.IO service that uses UI5's test API. It is designed to run cross-platform end-to-end tests on a SAPUI5 application with selectors that are compatible to OPA5.
|
|
431
|
+
|
|
432
|
+
RESOURCES_CARD_LINK_ICON_EXPLORER=Check out the Icon Explorer
|
|
433
|
+
RESOURCES_CARD_LINK_ACC_GUIDE=Check out the Accessibility Guide
|
|
434
|
+
RESOURCES_CARD_LINK_TOOLING=Check out UI5 Tooling on GitHub
|
|
435
|
+
RESOURCES_CARD_LINK_FIORI_TOOLS=Check out the SAP Fiori tools
|
|
436
|
+
RESOURCES_CARD_LINK_CARD_EXPLORER=Check out UI Integration with cards
|
|
437
|
+
RESOURCES_CARD_LINK_FPM_EXPLORER=Check out the FPM Explorer
|
|
438
|
+
RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=Check out BAS
|
|
439
|
+
RESOURCES_CARD_LINK_THEME_DESIGNER=Check out UI theme designer
|
|
440
|
+
RESOURCES_CARD_LINK_THEME_PARAMETER_TOOLBOX=Check out the toolbox
|
|
441
|
+
RESOURCES_CARD_LINK_FLEXIBILITY=Check out SAPUI5 flexibility
|
|
442
|
+
RESOURCES_CARD_LINK_INSPECTOR=Check out the UI5 Inspector
|
|
443
|
+
RESOURCES_CARD_LINK_SUPPORT_ASSISTANT=Check out the support assistant
|
|
444
|
+
RESOURCES_CARD_LINK_TEST_RECORDER=Check out the test recorder
|
|
445
|
+
RESOURCES_CARD_LINK_WDI5=Check out wdi5
|
|
446
|
+
|
|
447
|
+
RESOURCES_CARD_LINK_TOOLTIP=Open in new tab
|