@openui5/sap.ui.documentation 1.131.0 → 1.132.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.
Files changed (182) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +2 -2
  4. package/src/sap/ui/documentation/BorrowedList.js +1 -1
  5. package/src/sap/ui/documentation/DemokitTreeItem.js +1 -1
  6. package/src/sap/ui/documentation/DemokitTreeItemRenderer.js +1 -1
  7. package/src/sap/ui/documentation/DivContainer.js +1 -1
  8. package/src/sap/ui/documentation/JSDocText.js +1 -1
  9. package/src/sap/ui/documentation/JSDocType.js +72 -0
  10. package/src/sap/ui/documentation/LightTable.js +1 -1
  11. package/src/sap/ui/documentation/ObjectPageSubSection.js +1 -1
  12. package/src/sap/ui/documentation/ParamText.js +1 -1
  13. package/src/sap/ui/documentation/Row.js +1 -1
  14. package/src/sap/ui/documentation/Search.js +1 -1
  15. package/src/sap/ui/documentation/TitleLink.js +1 -1
  16. package/src/sap/ui/documentation/WebPageTitleUtil.js +1 -1
  17. package/src/sap/ui/documentation/library.js +3 -3
  18. package/src/sap/ui/documentation/messagebundle.properties +11 -3
  19. package/src/sap/ui/documentation/messagebundle_ar.properties +6 -3
  20. package/src/sap/ui/documentation/messagebundle_bg.properties +6 -3
  21. package/src/sap/ui/documentation/messagebundle_ca.properties +6 -3
  22. package/src/sap/ui/documentation/messagebundle_cnr.properties +6 -3
  23. package/src/sap/ui/documentation/messagebundle_cs.properties +6 -3
  24. package/src/sap/ui/documentation/messagebundle_cy.properties +6 -3
  25. package/src/sap/ui/documentation/messagebundle_da.properties +6 -3
  26. package/src/sap/ui/documentation/messagebundle_de.properties +6 -3
  27. package/src/sap/ui/documentation/messagebundle_el.properties +6 -3
  28. package/src/sap/ui/documentation/messagebundle_en.properties +6 -3
  29. package/src/sap/ui/documentation/messagebundle_en_GB.properties +6 -3
  30. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +1 -0
  31. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +456 -452
  32. package/src/sap/ui/documentation/messagebundle_es.properties +6 -3
  33. package/src/sap/ui/documentation/messagebundle_es_MX.properties +6 -3
  34. package/src/sap/ui/documentation/messagebundle_et.properties +6 -3
  35. package/src/sap/ui/documentation/messagebundle_fi.properties +6 -3
  36. package/src/sap/ui/documentation/messagebundle_fr.properties +6 -3
  37. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +6 -3
  38. package/src/sap/ui/documentation/messagebundle_hi.properties +6 -3
  39. package/src/sap/ui/documentation/messagebundle_hr.properties +6 -3
  40. package/src/sap/ui/documentation/messagebundle_hu.properties +6 -3
  41. package/src/sap/ui/documentation/messagebundle_id.properties +8 -5
  42. package/src/sap/ui/documentation/messagebundle_it.properties +6 -3
  43. package/src/sap/ui/documentation/messagebundle_iw.properties +6 -3
  44. package/src/sap/ui/documentation/messagebundle_ja.properties +6 -3
  45. package/src/sap/ui/documentation/messagebundle_kk.properties +6 -3
  46. package/src/sap/ui/documentation/messagebundle_ko.properties +6 -3
  47. package/src/sap/ui/documentation/messagebundle_lt.properties +6 -3
  48. package/src/sap/ui/documentation/messagebundle_lv.properties +6 -3
  49. package/src/sap/ui/documentation/messagebundle_mk.properties +6 -3
  50. package/src/sap/ui/documentation/messagebundle_ms.properties +6 -3
  51. package/src/sap/ui/documentation/messagebundle_nl.properties +6 -3
  52. package/src/sap/ui/documentation/messagebundle_no.properties +6 -3
  53. package/src/sap/ui/documentation/messagebundle_pl.properties +6 -3
  54. package/src/sap/ui/documentation/messagebundle_pt.properties +6 -3
  55. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +6 -3
  56. package/src/sap/ui/documentation/messagebundle_ro.properties +6 -3
  57. package/src/sap/ui/documentation/messagebundle_ru.properties +6 -3
  58. package/src/sap/ui/documentation/messagebundle_sh.properties +6 -3
  59. package/src/sap/ui/documentation/messagebundle_sk.properties +6 -3
  60. package/src/sap/ui/documentation/messagebundle_sl.properties +6 -3
  61. package/src/sap/ui/documentation/messagebundle_sr.properties +6 -3
  62. package/src/sap/ui/documentation/messagebundle_sv.properties +6 -3
  63. package/src/sap/ui/documentation/messagebundle_th.properties +6 -3
  64. package/src/sap/ui/documentation/messagebundle_tr.properties +6 -3
  65. package/src/sap/ui/documentation/messagebundle_uk.properties +6 -3
  66. package/src/sap/ui/documentation/messagebundle_vi.properties +6 -3
  67. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +6 -3
  68. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +6 -3
  69. package/src/sap/ui/documentation/sdk/Component.js +26 -13
  70. package/src/sap/ui/documentation/sdk/blocks/IndexEntry.js +1 -1
  71. package/src/sap/ui/documentation/sdk/blocks/IndexEntryController.controller.js +1 -1
  72. package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
  73. package/src/sap/ui/documentation/sdk/controller/ApiDetailIndexDeprecatedExperimental.controller.js +1 -1
  74. package/src/sap/ui/documentation/sdk/controller/ApiDetailInitial.controller.js +1 -1
  75. package/src/sap/ui/documentation/sdk/controller/ApiMaster.controller.js +7 -5
  76. package/src/sap/ui/documentation/sdk/controller/App.controller.js +33 -32
  77. package/src/sap/ui/documentation/sdk/controller/BPSupport.controller.js +1 -1
  78. package/src/sap/ui/documentation/sdk/controller/BaseController.js +52 -9
  79. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
  80. package/src/sap/ui/documentation/sdk/controller/Controls.controller.js +1 -1
  81. package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +1 -1
  82. package/src/sap/ui/documentation/sdk/controller/DemoApps.controller.js +1 -1
  83. package/src/sap/ui/documentation/sdk/controller/Downloads.controller.js +1 -1
  84. package/src/sap/ui/documentation/sdk/controller/Entity.controller.js +1 -1
  85. package/src/sap/ui/documentation/sdk/controller/ErrorHandler.js +1 -1
  86. package/src/sap/ui/documentation/sdk/controller/Group.controller.js +1 -1
  87. package/src/sap/ui/documentation/sdk/controller/License.controller.js +1 -1
  88. package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +1 -1
  89. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +3 -3
  90. package/src/sap/ui/documentation/sdk/controller/News.controller.js +1 -1
  91. package/src/sap/ui/documentation/sdk/controller/NotFound.controller.js +1 -1
  92. package/src/sap/ui/documentation/sdk/controller/ReleaseNotes.controller.js +3 -2
  93. package/src/sap/ui/documentation/sdk/controller/Resources.controller.js +1 -1
  94. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
  95. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +1 -1
  96. package/src/sap/ui/documentation/sdk/controller/SampleNotFound.controller.js +1 -1
  97. package/src/sap/ui/documentation/sdk/controller/SearchPage.controller.js +8 -2
  98. package/src/sap/ui/documentation/sdk/controller/Sitemap.controller.js +1 -1
  99. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +1 -2
  100. package/src/sap/ui/documentation/sdk/controller/TermsOfUse.controller.js +1 -1
  101. package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +18 -33
  102. package/src/sap/ui/documentation/sdk/controller/TopicDetailInitial.controller.js +1 -1
  103. package/src/sap/ui/documentation/sdk/controller/TopicMaster.controller.js +5 -4
  104. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +1 -1
  105. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  106. package/src/sap/ui/documentation/sdk/controller/config/datatable.js +1 -1
  107. package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +1 -1
  108. package/src/sap/ui/documentation/sdk/controller/util/APIInfo.js +1 -1
  109. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +1 -1
  110. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  111. package/src/sap/ui/documentation/sdk/controller/util/CookiesConsentManager.js +332 -0
  112. package/src/sap/ui/documentation/sdk/controller/util/DataTable.js +1 -1
  113. package/src/sap/ui/documentation/sdk/controller/util/DataTableHelper.js +1 -1
  114. package/src/sap/ui/documentation/sdk/controller/util/DataTableUtil.js +1 -1
  115. package/src/sap/ui/documentation/sdk/controller/util/DocuInfo.js +14 -4
  116. package/src/sap/ui/documentation/sdk/controller/util/DocumentationLoader.js +37 -0
  117. package/src/sap/ui/documentation/sdk/controller/util/EntityInfo.js +1 -1
  118. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  119. package/src/sap/ui/documentation/sdk/controller/util/IndexWorker.js +11 -2
  120. package/src/sap/ui/documentation/sdk/controller/util/JSDocUtil.js +1 -1
  121. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +1 -1
  122. package/src/sap/ui/documentation/sdk/controller/util/ResourceDownloadUtil.js +1 -1
  123. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
  124. package/src/sap/ui/documentation/sdk/controller/util/ResponsiveImageMap.js +1 -1
  125. package/src/sap/ui/documentation/sdk/controller/util/SearchUtil.js +1 -1
  126. package/src/sap/ui/documentation/sdk/controller/util/SidyBySideImageMap.js +1 -1
  127. package/src/sap/ui/documentation/sdk/controller/util/ThemePicker.js +23 -9
  128. package/src/sap/ui/documentation/sdk/controller/util/Tooltip.js +1 -1
  129. package/src/sap/ui/documentation/sdk/controller/util/TreeUtil.js +35 -3
  130. package/src/sap/ui/documentation/sdk/controller/util/URLUtil.js +1 -1
  131. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +316 -0
  132. package/src/sap/ui/documentation/sdk/controller/util/XML2JSONUtils.js +1 -1
  133. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDown.js +1 -1
  134. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +1 -1
  135. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRange.js +1 -1
  136. package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterRangeRenderer.js +1 -1
  137. package/src/sap/ui/documentation/sdk/controller/util/overlay/Overlay.js +1 -1
  138. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Circle.js +1 -1
  139. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Polygon.js +1 -1
  140. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Rect.js +1 -1
  141. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/Shape.js +1 -1
  142. package/src/sap/ui/documentation/sdk/controller/util/overlay/shapes/ShapeFactory.js +1 -1
  143. package/src/sap/ui/documentation/sdk/controls/FileEditor.js +1 -1
  144. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +3 -3
  145. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/controller/CookieSettingsDialog.controller.js +1 -1
  146. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +10 -10
  147. package/src/sap/ui/documentation/sdk/css/style.css +4 -0
  148. package/src/sap/ui/documentation/sdk/index.js +1 -1
  149. package/src/sap/ui/documentation/sdk/manifest.json +59 -30
  150. package/src/sap/ui/documentation/sdk/model/ExploreSettingsModel.js +1 -1
  151. package/src/sap/ui/documentation/sdk/model/formatter.js +35 -1
  152. package/src/sap/ui/documentation/sdk/model/libraryData.js +1 -1
  153. package/src/sap/ui/documentation/sdk/model/models.js +1 -1
  154. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  155. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +52 -5
  156. package/src/sap/ui/documentation/sdk/util/FileUtils.js +1 -1
  157. package/src/sap/ui/documentation/sdk/util/LiveEditorOutput.js +1 -1
  158. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  159. package/src/sap/ui/documentation/sdk/util/ToggleFullScreenHandler.js +1 -1
  160. package/src/sap/ui/documentation/sdk/view/App.view.xml +4 -3
  161. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +6 -2
  162. package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +1 -0
  163. package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +9 -0
  164. package/src/sap/ui/documentation/sdk/view/SearchPage.view.xml +44 -0
  165. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +29 -51
  166. package/src/sap/ui/documentation/themes/base/JSDocType.less +20 -0
  167. package/src/sap/ui/documentation/themes/base/library.source.less +2 -1
  168. package/src/sap/ui/documentation/themes/sap_belize/library.source.less +1 -1
  169. package/src/sap/ui/documentation/themes/sap_belize_base/library.source.less +1 -1
  170. package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +1 -1
  171. package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +1 -1
  172. package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +1 -1
  173. package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +1 -1
  174. package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +1 -1
  175. package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +1 -1
  176. package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +1 -1
  177. package/src/sap/ui/documentation/themes/sap_horizon/Link.less +8 -2
  178. package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +1 -1
  179. package/src/sap/ui/documentation/themes/sap_horizon_dark/Link.less +8 -2
  180. package/src/sap/ui/documentation/themes/sap_horizon_dark/library.source.less +1 -1
  181. package/src/sap/ui/documentation/themes/sap_horizon_hcb/library.source.less +1 -1
  182. package/src/sap/ui/documentation/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -1,453 +1,457 @@
1
1
 
2
- APP_HEADER_TITLE=uzXPMLlKEKaz2zIOi9BaeQ_UI5 Demo Kit
3
- APP_HEADER_LOGO_ALT=aibwGwYO2FyQHvBrahi9tA_UI5 Logo
4
- APP_HEADER_SEARCH_FIELD_PLACEHOLDER=HQt+E/0Imjs4KrgTjLuJog_Search Anything
5
- APP_TABHEADER_ITEM_HOME=Xo6ajGLIP2lBBvkivd2xlw_Home
6
- APP_TABHEADER_ITEM_DOCUMENTATION=LjkH8qhz5rH5XbA0lPNm2w_Documentation
7
- APP_TABHEADER_ITEM_API_REFERENCE=drQZVeB5iKgH69r09/fEyg_API Reference
8
- APP_TABHEADER_ITEM_SAMPLES=AgvYOAs/vlwExMXnxQgsOg_Samples
9
- APP_TABHEADER_ITEM_DEMO_APPS=23htq/Ix9tZlie2UFqibqg_Demo Apps
10
- APP_TABHEADER_ITEM_RESOURCES=B3uh76nSRkpAEHSN1ISDpA_Resources
11
- APP_TABHEADER_SUBITEM_FIORI_TOOLS=xJBqu10++zQ+57ACQkDU3A_Fiori Tools
12
- APP_TABHEADER_SUBITEM_ICON_EXPLORER=4dR9Lz5d7eNsgBbGU6T4UA_Icon Explorer
13
- APP_TABHEADER_SUBITEM_UI5_INSPECTOR=ap68GXGhAogA+RYJAXKGWg_UI5 Inspector
14
- APP_TABHEADER_SUBITEM_UI5_TOOLING=InJbQfpFuuxAe9UWI0wrmw_UI5 Tooling
15
- APP_CHANGE_VERSION_BTN=bjhba3Sn1ci8HWUnhoy10A_Change Version
16
- APP_VERSION_BETA_VERSION=LrrXLhp2nNxLmEV4Rkkubw_Beta version
17
- APP_VERSION_VERSION=UghBFZE78KO/9jMbll1iPQ_Version
18
- APP_VERSION_NOT_PRODUCTIVE=9d8k5tibVfc+LaWejEL9Kw_\u2013 not for productive use\!
19
- APP_VERSION_IN_PROGRESS=d4NcOpRrvalvviSW+z6YHA_(in development)
20
- APP_FEEDBACK_BTN_TOOLTIP=g0szZoIM6VT9nF0kFj17ng_Feedback
21
- APP_NEWS_BTN_TOOLTIP=KhmEfbUOddOaany9scwpZw_News
22
- APP_NEWS_DISMISS_ALL_BTN=08agBEawmQUjqyDD/E/plA_Dismiss All News Items
23
- APP_NEWS_SHOW_ALL_BTN=HMJSlxzYFgprMRHoUGw91Q_Show All News
24
- APP_NEWS_NO_NEW_TEXT=OSqTLq7ee0cFc4/pneRzfA_No News
25
- APP_SEARCH_FIELD_CLOSE=eFU69BCJ0JJU5O6GvRK2Vg_Close
26
- APP_INFORMATION_BTN_TOOLTIP=3PyMQLiDgVCLLxNUWtUbuA_Settings
27
- APP_LEGAL_BTN_TOOLTIP=OTIf2rLkbAMlAAdFmXEUFA_Legal Information
28
- APP_INFORMATION_BTN_FEEDBACK=wz9R4p33yiDmBSMQWaWAbw_Feedback
29
- APP_INFORMATION_BTN_ABOUT=XlS7YSQiOZq2O0ES7uEKxQ_About
30
- APP_INFORMATION_BTN_LEGAL=nA5Ki8NeO1cW3/haXSKMOw_Legal
31
- APP_INFORMATION_BTN_PRIVACY=Z8nu4HB1y/lpzKpuuFHBnw_Privacy
32
- APP_INFORMATION_BTN_TERMS_OF_USE=nhIwDsQLH92HR26AevSMfQ_Terms of Use
33
- APP_INFORMATION_BTN_APPEARANCE=3uTZzcG0kmxFVOhP0wrn1Q_Appearance
34
- APP_INFORMATION_BTN_APPEARANCE_LIGHT=qaL1noHuD07N4QXDyRXY8g_Light
35
- APP_INFORMATION_BTN_APPEARANCE_DARK=arnO/GBFhndzyjp9RBlX4w_Dark
36
- APP_INFORMATION_BTN_APPEARANCE_HCB=LEc4sCIMGDql1bgu3scjUA_High Contrast Black
37
- APP_INFORMATION_BTN_APPEARANCE_HCW=IBRM8Ykc9ozf7RSB1pZkOA_High Contrast White
38
- APP_INFORMATION_BTN_APPEARANCE_AUTO=YA0y4Dmm3UYWhJhrdK6TBA_Auto (Depending on the OS Settings)
39
- APP_INFORMATION_BTN_SITEMAP=LY5UlL5QFRWrKVWE7h4kBA_Sitemap
40
- APP_INFORMATION_BTN_COPYRIGHT=WgmQsHbIqH/9IFvEatAa/g_Copyright
41
- APP_INFORMATION_BTN_TRADEMARK=vZTVoEcR2Vltjw/vIcRN5w_Trademark
42
- APP_INFORMATION_BTN_DISCLAIMER=QmxLyDacw5kmV30RDHLasw_Disclaimer
43
- APP_INFORMATION_BTN_LICENSE=Kpv9TTpG5E9RK6nJai5f8w_License
44
- APP_COOKIES_TEXT=MKpmDdq0KtVXfwLLRdT40Q_We use cookies to improve your experience on our site. By continuing to use this website, you consent to use our cookies.
45
-
46
- APP_INFORMATION_BTN_NEWS=dCI/AMyZV3POh1JVEeawpg_News
47
- APP_INFORMATION_BTN_SETTINGS=kb2WFbOOCjawmdvdew2U0g_Settings
48
- APP_INFORMATION_BTN_POLICIES=6ZH6B3Y5aANoJ2JL6OqisQ_Policies
49
-
50
- NEWS_NEW_GROUP_TITLE=dDFMhN1lpS/ldwwtBcc6VA_New
51
- NEWS_READ_GROUP_TITLE=cxDuYpXI6OpvJsEU3c8AJw_Read
52
- NEWS_BTN_MARK_AS_READ=+pGlRji9o2mDyFsZo7Pq9A_Mark All as Read
53
- NEWS_BTN_VISIT_LINK=yG6kdZN8piyuK02ESQq+9Q_Visit Link
54
- NEWS_PREP_FAILURE_TITLE=Rv6vqjludIl83GYsABwuFg_News could not be loaded
55
-
56
- FEEDBACK_DIALOG_TITLE=Wumz97lNtylLSrsU4l/5pw_Give Feedback
57
- FEEDBACK_DIALOG_OVERALL=D6pJR74cG6t6gT5QNw84Pg_How is your overall experience?
58
- FEEDBACK_DIALOG_MESSAGE=dXZZJuhSOP7kCX4L4V22kg_What would you like to tell us?
59
- FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER=q2+xQUUufW/Nq+5/ip3uOQ_You can share your feedback for the overall Demo Kit experience or for the specific page you are currently viewing.
60
- FEEDBACK_DIALOG_RELATED=JN1PhrrNf/9eXXZyg72j/g_Feedback is related to the current page.
61
- FEEDBACK_DIALOG_SHOW_DATA=JYTK25nyegBqc1xxP8rCPQ_Show Context Data
62
- FEEDBACK_DIALOG_DISCLAIMER=CJ4Mw2z0kSKf/KZSnUFEMA_Your feedback is anonymous, we do not collect any personal data.
63
- FEEDBACK_DIALOG_BTN_SEND=ISzz5sE5eKiUsDOoKV0Hrg_Send
64
- FEEDBACK_DIALOG_BTN_CANCEL=tRULeP61f6f2XTJrOKdsag_Cancel
65
- FEEDBACK_DIALOG_STATUS_EXCELLENT=LgT2JZLGc6TzJBfHaIBUyQ_Excellent
66
- FEEDBACK_DIALOG_STATUS_GOOD=lG5cQkeI6hgCSYD5qTmZDA_Good
67
- FEEDBACK_DIALOG_STATUS_AVERAGE=iFwomr5y5kPwjChGX0F5Lg_Average
68
- FEEDBACK_DIALOG_STATUS_POOR=NAEUcw7z25DfCh4FKYLASw_Poor
69
- FEEDBACK_DIALOG_STATUS_VERY_POOR=aihi9GW7/8WICAb47VfW+A_Very Poor
70
- FEEDBACK_DIALOG_TITLE_SUCCESS=hR0iCRMi5Ez/bNkXA4G91w_Thank you\!
71
- FEEDBACK_DIALOG_TEXT_SUCCESS=W3XZNKfB4SZMeHaN65AJfw_Your feedback has been sent.
72
- FEEDBACK_DIALOG_TITLE_ERROR=y6shKcj9UR9yedXb0H4OKQ_Sorry\!
73
- FEEDBACK_DIALOG_TEXT_ERROR=Fwcq1frvK7eNdG5GBc/pPg_An error occurred sending your feedback\:\n
74
-
75
- SURVEY_POPOVER_TITLE=hh2h8PTHP/wbsu6kr9Ixnw_Tell us what's on your mind.
76
- SURVEY_POPOVER_LONG_SURVEY_TITLE=QPkZfgIcGevaxVLVSNoJfw_User Experience Survey
77
- SURVEY_POPOVER_LONG_SURVEY_BADGE=IuH0ZTsdsV6hXZXKJD0XqA_NEW
78
- SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=/1ZDnUvO0T0uoxrBRRxiDg_Available until
79
- SURVEY_POPOVER_LONG_SURVEY_DESC=zoyJPpSNdy42SZ5YvMoE1g_Complete a five-minute survey and help us improve your product experience\! The survey will open in a new tab.
80
- SURVEY_POPOVER_LONG_SURVEY_BTN=ue0ocG2430+YznVAPNgxow_Take Survey
81
- SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=AyWXfiykqeJrQW8GTVeN3w_External Link to Qualtrics User Experience Survey
82
- SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=EjwOam7goaAbS/5MPtuagQ_Share Your Feedback
83
- SURVEY_POPOVER_DEFAULT_SURVEY_DESC=LB74GB+KYtJkyD9VyYOkcw_Your opinion matters. Share your thoughts with us at any time\!
84
- SURVEY_POPOVER_DEFAULT_SURVEY_BTN=VsrOAai7HzquKh8UsmV0UQ_Give Feedback
85
- SURVEY_POPOVER_CLOSE_BTN=J8+9fY6soGPb6+67iZKhXw_Close
86
-
87
- WELCOME_BLOCK_1_TEXT_1=O9K43LAB3Xw0JF4pNAo/0g_Discover New Enterprise Grade Horizons
88
- WELCOME_BLOCK_1_START_BTN=CCgZBBCeGIgFsnOIvsl6+w_Get Started with UI5
89
- WELCOME_BLOCK_1_DOWNLOAD_BTN=YdtOxOT61vrQHtszM/bUAQ_Download
90
- WELCOME_KEY_FEATURES=xdpBhrs1dKsHUDuG7W04lw_Key Features
91
- WELCOME_START_CODING=yBhq5HG8VYo7VicSX7HLzQ_Start Coding
92
- WELCOME_CHOOSE_SCENARIO=8Tu3bUl6kiqb5B4aBfc/zQ_Choose Your Scenario
93
- WELCOME_JOIN_COMMUNITY=LPlsUfH7IvLICGMfThJDbA_Join the Community
94
- WELCOME_BLOCK_2_TITLE=Rh70e3ypVHtA5PeC+0euLQ_Responsive Across Browsers and Devices
95
- WELCOME_BLOCK_2_TEXT=OS7jcfEUg5pfFskQxys9xw_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.
96
- WELCOME_BLOCK_2_IMG_ALT=da8DZbI/23sAUS4MmicZcA_Picture showing phone, desktop screen and tablet
97
- WELCOME_BLOCK_3_TITLE=1PVmUXRPhhc2Av3szIz2FQ_Powerful Development Concepts
98
- WELCOME_BLOCK_3_TEXT_1=m9HNRy/CgYbGwQ6X50irQA_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\:
99
- WELCOME_BLOCK_3_TEXT_2=nKPFuhoVfYp6DjNVt4Btfw_Includes standards like MVC and various data-binding types
100
- WELCOME_BLOCK_3_TEXT_3=t8egmtNMWb2CcdJBS9KxTg_Choice of different view formats (XML, HTML, JavaScript, JSON)
101
- WELCOME_BLOCK_3_TEXT_4=p+wN+9whKH8h5fcf1QuzEg_Binding with OData, JSON, XML and other data formats
102
- WELCOME_BLOCK_3_TEXT_5=SWbkw+BNz11TakNROBJZQw_Built-in support tool for exploring the object tree and binding status
103
- WELCOME_BLOCK_3_TEXT_6=YeiqpIw4OT96PqTYp9/XGg_Translation and internationalization support
104
- WELCOME_BLOCK_3_TEXT_7=8slobn0i/onmuugzWaAKng_Extensibility concepts at code and application level
105
- WELCOME_BLOCK_4_TITLE=mTtffaN9A649ari3VEtRgA_Enterprise-Ready Web Toolkit
106
- WELCOME_BLOCK_4_TEXT_1=SmAuafO/gnxgg7yagb4uQw_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\:
107
- WELCOME_BLOCK_4_TEXT_2=ZOTNfRkCWMCeiIQOnhU70Q_Translation and internationalization support
108
- WELCOME_BLOCK_4_TEXT_3=HcPCBrYjlmpUYWvcIOOZSg_Extensibility concepts at code and application level
109
- WELCOME_BLOCK_4_TEXT_4=9AeQIcrQtbHwSe59LGfSmA_High Contrast theme to aid visually impaired users
110
- WELCOME_BLOCK_4_TEXT_5=V6TkqxLQPMdhHk0WdSF2GA_Easy to integrate into a consistent SAP ecosystem
111
- WELCOME_BLOCK_4_TEXT_6=X/bnxiop8QnBZZ7MqXNC5A_Flexible tools for any type of developer
112
- WELCOME_BLOCK_4_TEXT_7=VX5qJVcqDnHXo+b7NS5BXA_Benefit from new innovations while staying upgrade-compatible
113
- WELCOME_BLOCK_4_TEXT_8=PCn4UQoywyP++6dqbSeXdg_Unlimited usage in SAP and non-SAP technology stacks
114
- WELCOME_BLOCK_5_TITLE=KCIjCAEL4UOzR0ecXqNM/A_Award-Winning SAP Fiori Design in Action
115
- WELCOME_BLOCK_5_TEXT=/f/X2WdZfrbYvEGpJv0oWA_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.
116
- WELCOME_BLOCK_5_IMG_ALT=kvAaCZQ0UUvrtyAdxStjZA_Picture showing SAP Fiori design elements
117
- WELCOME_BLOCK_6_TITLE=NQd8OlMxnlK8xLoTdE3GrQ_Get Ready
118
- WELCOME_BLOCK_6_TEXT_1=0VW8mbR+cqAGeBbYETfvcg_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.
119
- WELCOME_BLOCK_6_TEXT_2=8BWNx42V7G88VJXkHhj/kg_Try the first example here\:
120
- WELCOME_BLOCK_7_TITLE=8Q/XUp/HsR6ky2cErU727Q_UI5 Evolution
121
- WELCOME_BLOCK_7_TEXT_1=Nai87WRu5wug7bh+MeWFxQ_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.
122
- WELCOME_BLOCK_7_TEXT_2=mAYajIm4WSEy6K5K2Zn1/g_We encourage developers to actively support and leverage the new capabilities.
123
- WELCOME_BLOCK_7_ALT=UNa7AcpWkxhDUqzuZqQQDA_The UI5 evolution is creating innovation, providing build tooling, modular core, open standards, and gaining high performance using asynchronous loading.
124
- WELCOME_BLOCK_8_TITLE=JjVG66RIIEkZ3Py7HCtwug_SAPUI5 on SAP BTP
125
- WELCOME_BLOCK_8_TEXT_1=b3Pz8+EEHhG9/0I4Hq9jYQ_Sign up for the free SAP BTP trial account to test the platform and build cloud-based UI5 apps.
126
- WELCOME_BLOCK_8_TEXT_2=aAe20pq6pauClBKEoXxgpw_Easy-to-use development environment with SAP Business Application Studio
127
- WELCOME_BLOCK_8_TEXT_3=UNSITjWp5LhTESnvonkp7Q_Free trial for development use
128
- WELCOME_BLOCK_9_TITLE=oDk3Z1tdp4ZoOZZFuYFeKQ_SAPUI5 (On-Premise)
129
- WELCOME_BLOCK_9_TEXT_1=WfNZ0+VDuQj8lyIZ57Bcgw_SAPUI5 is part of the user interface technologies in SAP HANA, NetWeaver ABAP, and Java systems.
130
- WELCOME_BLOCK_9_TEXT_2=WFeTbAjSmod0/ufecIc7mA_Ready to use for SAP customers
131
- WELCOME_BLOCK_9_TEXT_3=RlLlL3mh6FBL+3ohuyScrA_Integrates with existing system landscapes
132
- WELCOME_BLOCK_10_TITLE=kSpf9r2OhczaE1TUBE+M7g_OpenUI5 - Free and Open Source
133
- WELCOME_BLOCK_10_TEXT_1=vCs2kaLal8P+Pzp6SGyOCg_Try the open source variant of UI5. It contains all core UI5 features and is available on GitHub under the Apache 2.0 license.
134
- WELCOME_BLOCK_10_TEXT_2=buz4oexFByKvYxhfQaRvxA_Supported by the open source community
135
- WELCOME_BLOCK_10_TEXT_3=slocNqtwdHvu2tTsDrztXw_Managed on GitHub - contributions welcome\!
136
- WELCOME_BLOCK_11_TITLE=xVs1XVVEhkcA/AKG/Jva+A_UI5 on Content Delivery Network
137
- WELCOME_BLOCK_11_TEXT_1=2EUbxfIwZUdw/E+mVKOuHA_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.
138
- WELCOME_BLOCK_11_TEXT_2=KmgEIizraHVOnCoo2Yhb8g_Multi-version CDN to maintain a custom lifecycle
139
- WELCOME_BLOCK_11_TEXT_3=28oHb/cjUvn7owL3w0AXgg_For any on-premise and cloud development scenario
140
- WELCOME_BLOCK_12_TITLE=0+ee4O8qVru96zZSt+sl7g_SAP Community
141
- WELCOME_BLOCK_13_TITLE=4dJDcTQ3LpW6Nqk2agEuvQ_Newsletter
142
- WELCOME_VIDEO_BLOCK_TITLE=aQTxGN4zTIu/TisfFsM/sw_What is SAPUI5?
143
-
144
- WELCOME_VIDEO_BLOCK_TEXT_1=kz+X4v2Bmwv50DvjNW9Qsw_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.
145
- WELCOME_VIDEO_BLOCK_TEXT_2=9m/ZakspH8MmceWKqInDww_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>.
146
-
147
- TOPIC_DETAIL_INIT_DOCUMENTATION=M0Te5m0rOeZDbuEw/XC4qQ_Documentation
148
- TOPIC_DETAIL_INIT_DOWNLOAD_BTN=r+pUsbRbkMwhu75afXjNVg_Download
149
- TOPIC_DETAIL_INIT_BLOCK_1_TITLE=GxIwF8rF/ULt1qUdoYuSdQ_What's New?
150
- TOPIC_DETAIL_INIT_BLOCK_1_TEXT=GH1HKiBYObDcfQ9wyIU4+Q_Find out about the new features in the latest UI5 versions
151
- TOPIC_DETAIL_INIT_BLOCK_2_TITLE=XwcCy7QrPni4mlrMFfYchw_Read Me First
152
- TOPIC_DETAIL_INIT_BLOCK_2_TEXT=xjS5jwSMXixwu5f1GRCOew_Important information before you start using UI5 productively
153
- TOPIC_DETAIL_INIT_BLOCK_3_TITLE=bwSjfQmqR2HRvaODsyhCMw_Get Started
154
- TOPIC_DETAIL_INIT_BLOCK_3_TEXT=YisI7hXEDQMf69R3EqOitA_Setup and tutorials
155
- TOPIC_DETAIL_INIT_BLOCK_4_TITLE=vbgk7XzBfZWdntrdT5Iykw_Developing Apps
156
- TOPIC_DETAIL_INIT_BLOCK_4_TEXT=oXPCI9gPzz0gStCQE0bqJA_Best practices and what pitfalls you should look out for
157
- TOPIC_DETAIL_INIT_BLOCK_5_TITLE=lWuilVwouzp6Ufxi+S5wmQ_Extending Apps
158
- TOPIC_DETAIL_INIT_BLOCK_5_TEXT=brQ+mD5l7zDlu4+1ztcUNg_Adapt apps to your specific requirements
159
- TOPIC_DETAIL_INIT_BLOCK_6_TITLE=qeEoVk6KDJ/8u3uObkxgoA_Developing Controls
160
- TOPIC_DETAIL_INIT_BLOCK_6_TEXT=5P2F+YcbDk5mJ5gAuzDcJQ_Create custom controls or contribute to UI5
161
- TOPIC_DETAIL_INIT_BLOCK_7_TEXT=66STkO+Ss/Ot52Wb/ANYEw_UI patterns and templates for commonly used application patterns
162
- TOPIC_DETAIL_INIT_BLOCK_8_TITLE=DOsBNBsH/wg5M9otIV5bJg_Analysis Path Framework
163
- TOPIC_DETAIL_INIT_BLOCK_8_TEXT=DwsxNzPyCbvzXajWh3BHDg_Build and enhance interactive analytical web applications
164
- TOPIC_DETAIL_INIT_BLOCK_9_TITLE=EMrh4mRDWh3eJKuNqzuf/w_Essentials
165
- TOPIC_DETAIL_INIT_BLOCK_9_TEXT=GJ/6bvNtRcGFmJWqKXkjow_Development concepts, such as MVC, data binding, and components
166
- TOPIC_DETAIL_INIT_BLOCK_10_TITLE=iamAxtEa/GSLXwxlt3UQsg_More About Controls
167
- TOPIC_DETAIL_INIT_BLOCK_10_TEXT=1sn0B0hHcrbh4QWnsJE5Ig_Addition to the API Reference
168
-
169
- TOPIC_DETAIL_BACK_BTN=F7R1SL2jxwaQzNaJjrqlKA_Back to Search Results
170
- TOPIC_DETAIL_EDIT_GITHUB=3KkIqLgLc05o1+2BNVTqnQ_Edit on GitHub
171
- TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=CyHnmPP/H69861QL1X7Feg_Edit this page on GitHub
172
- TOPIC_DETAIL_FULLSCREEN_TOOLTIP=NStkvJ5fN207B/OHExgdkA_Show this document in full screen mode
173
-
174
- TOPIC_MASTER_FILTER_PLACEHOLDER=nF9Sx9bSAfnzqwJhBzyzWw_Search
175
- TOPIC_MASTER_EXPAND_TOOLTIP=eGZFdcCWd0O4DGkKfB2xMw_Expand All
176
- TOPIC_MASTER_COLAPSE_TOOLTIP=V7weDDkKhcOzJLBPIdwzjw_Collapse All
177
- TOPIC_MASTER_NO_DATA_TEXT=vb4E+EC3kOqXLc5qgkiw0A_No data, please try with the global search
178
-
179
- ENTITY_ABOUT=d8OxthLjOVyFme2u7owSOw_About
180
- ENTITY_SAMPLES=RSQbxDgs0CHhK5jCe3LZPw_Samples ({0})
181
- ENITITY_API=h3GRVNutdZbfM85E+n99jA_API Reference\:
182
- ENTITY_DOCUMENTATION=9u3Wpnyamb+WXFtMoHmvsw_Documentation\:
183
- ENTITY_UX=3uok7Htn9od3ZSZ0gd3sbg_UX Guidelines\:
184
- ENTITY_EXTENDS=ADxRefzkVb8TZqJ1dgAWcA_Extends\:
185
- ENTITY_COMPONENT=6bzeHUgV1wpGSmSF1j2pxg_Application Component
186
- ENTITY_SINCE=0zBC3X7rp4vXRppS8Re/qw_Available Since
187
- ENTITY_CATEGORY=PGAJzRkbh/3a4VE3l8bILg_Category
188
- ENTITY_DENSITY=nKsJ8kFbVziTD7CWGu9iSg_Content Density
189
- ENTITY_DEPRECATED=qKUwLOOBsDiyx1EaPgNk3Q_Deprecated
190
- ENTITY_FULLSCREEN_TOOLTIP=aM88ZPLsTBxCa53vBvOxjA_Show this sample in full screen mode
191
- ENTITY_BACK_BTN=Lhqa0YKb1rdgsk85Q97X9w_Back to Search Results
192
- ENTITY_TABLE_NAME=xvacbLgwQVw7xGtT9lpoHA_Name
193
- ENTITY_TABLE_DESCRIPTION=1Y2u6Aizyb6+h6QQgPe5Gg_Description
194
-
195
- CONTROLS_PAGE_TITLE=Lc5fBGa2k8s2dynlWFgD9A_Samples
196
- CONTROLS_PAGE_DESC=wa8DbmOoFK9hP6CnJgfhjQ_Explore and download code samples
197
- CONTROLS_FEATURED_CONTROLS=FyTdV0pwqGDsaVMr4hpx3Q_Featured Controls
198
- CONTROLS_LAYOUT_PAGES=NLPxAqwUxus/rQNzXbli4Q_Layout & Pages
199
- CONTROLS_TEXT_1=l5utabAgeORGosjICPCO2Q_User interaction
200
- CONTROLS_TEXT_2=wNxdJTYhiML1FS7aP1jgNA_Various list structures
201
- CONTROLS_TEXT_3=W3A//eL16M+l1L8AnhRReA_Simple or more powerful tables
202
- CONTROLS_TEXT_4=ck/vKOXjiqzoXM4zvUHGag_Dialogs and popovers
203
- CONTROLS_TEXT_5=fPjHyRM8Ah5TNhy6G2K0Yw_Tiles for texts, images or charts, for instance
204
- CONTROLS_TEXT_6=1HiQgt8HrfJyQG/nveMfXQ_User notification
205
- CONTROLS_TEXT_7=eJGE1//oY9exFfTOiraP1w_Toolbars and headers
206
- CONTROLS_TEXT_8=dRcf9306gxNe4PMmUWHytw_Hierarchical data representation
207
- CONTROLS_TEXT_9=0Uq7CaJORommAZbuVt28gQ_Metadata-driven controls
208
- CONTROLS_TEXT_10=pfa06XrAkR20skbtV2YYYg_Location visualization
209
- CONTROLS_TEXT_11=rXSw9AeMAyOSbDnrMVLGfg_Data visualization
210
- CONTROLS_TEXT_12=+3JKV9sT6DgWaAhCeSp9CQ_Step-based interactions
211
- CONTROLS_TEXT_13=Nj6Pi4XYfhwW1Z2/qAAGSQ_Displaying, creating, or editing objects
212
- CONTROLS_TEXT_14=2BQIKb7xbuve17WJTeorgw_Page with title, header, and content area
213
- CONTROLS_TEXT_15=u7DuhJ+3Wl5a7HfxGW1SOw_Page with up to 3 columns
214
- CONTROLS_TEXT_16=PR5VnPdfYPQs154I+3vEaA_Two-column layout
215
-
216
- CONTROLS_MASTER_FILTER_PLACERHOLDER=4w89JyF/NIdSwAiX4ZrQZg_Search
217
- CONTROLS_MASTER_FILTER_BTN_TOOLTIP=NoSHhUTwpfEBsBW4WbbDmw_Group / Filter
218
- CONTROLS_MASTER_NO_DATA_TEXT=POu0FQ4ozVz9d2lto4J/jw_No data, please try with the global search.
219
-
220
- CODE_BACK_BTN_TOOLTIP=+QPlzb+/g3KBnglEsjTZag_Back to sample
221
- CODE_API_REFERENCE=mU5EUs1kWYb0sFPiWOLJBQ_API Reference
222
- CODE_DOWNLOAD_BTN=3xEsLDq2OcwuRvBpT7ozbw_Download
223
-
224
- CHANGE_VERSION_DIALOG_TITLE=C8IGXUx21vrNHikb8VTD+A_Change Version
225
- CHANGE_VERSION_DIALOG_CLOSE_BTN=3TLjjKVlFVceZ1RGNKiVVw_Close
226
- CHANGE_VERSION_DIALOG_APPLY_BTN=V14XTNt9/X71z/4GcXS83A_Apply
227
- CHANGE_VERSION_DIALOG_LATEST_BTN=AIefQg6MtHXlc+a7pzyB8A_Latest
228
- APP_SETTINGS_DIALOG_TITLE=GVO5GDx3xuzLsdgy7qoeGg_Settings
229
- APP_SETTINGS_DIALOG_THEME=aUjUZ9kBfgcTUsNMsFMHWg_Theme\:
230
- APP_SETTINGS_DIALOG_LANGUAGE=ENU32a01UXKnF68PkcBwQg_Language
231
- APP_SETTINGS_DIALOG_COOKIE_PREFERENCES=7PSnqUrclwGTBLDVDzhh4g_Cookie Preferences
232
- APP_SETTINGS_DIALOG_LANGUAGE_INFO=kMIFIwmuorlEVCCjVfun2w_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.
233
- APP_SETTINGS_DIALOG_DENSITY=pJCz84ncUfFHPmB2wPnEhg_Content Density\:
234
- APP_SETTINGS_DIALOG_READ_MORE=kTMzSGtsHQBJZToOYdFGwQ_Read more about content densities
235
- APP_SETTINGS_DIALOG_RTL=CstPc9ebDu2hyYb1ccVd7A_Right-to-Left Mode\:
236
- APP_SETTINGS_DIALOG_OK_BTN=LsKEAN7YLcmiLL2vn3xADg_OK
237
- APP_SETTINGS_DIALOG_CANCEL_BTN=ChDB4bQPVYGi0T6PrSRMBg_Cancel
238
-
239
- COOKIE_SETTINGS_DIALOG_TITLE=slPoh8gtOsa/fE9h8UrRQQ_Your Cookie Settings
240
- COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=2qT55PeJsdG0tq8HwMDvqw_Required Cookies
241
- COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=aIdmHvm/67kLU+h6TainDg_These cookies are required to enable core site functionality.
242
- COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=q5xDfAUiuMAuDPh4CaHvzA_We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
243
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=gR8XmDuEFth7nsxeBdv/Ig_Functional Cookies
244
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=0NRx7EY9YmCtb3yoQdHndg_These cookies are used to analyze site usage for the purpose of measuring and improving site performance.
245
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=Ay388He2rACRR0jjsjkW6w_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.
246
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=WQvkgUPO5vAw0Gh2CWe1kw_More Info
247
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=VYMdIWp6IripLm0xe1zq2w_Accept All
248
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=11lLFdSkF14UitL/sPm6xA_Reject All
249
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=m4CzWY7QLuTlRuuwvZqyQA_Set Preferences
250
- COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=WGQtIR9+oIZSNm+wcFo44Q_Save Preferences
251
- COOKIE_SETTINGS_DIALOG_CANCEL_BTN=kzFtX7cktKv/X0nRVEMqLw_Cancel
252
-
253
- EMPTY_TEXT=WbAS9GdqkCYABCG9z45wBw_Empty
254
-
255
- DOWNLOADS_TEXT=pGVfiUXsWTGmMTXCM3Y+6g_Downloads
256
-
257
- DEMO_APPS_TITLE=HZc8V3DkGX3RLVEXByKFjw_Demo Apps
258
- DEMO_APPS_SUBTITLE_OPENUI5=koTewlXG6jxTb/cMkQpENA_Lists the demo apps that show you how you can use the various features and controls of OpenUI5.
259
- DEMO_APPS_SUBTITLE_SAPUI5=pMpQ2doUisQt3FGo31AMlQ_Lists the demo apps that show you how you can use the various features and controls of SAPUI5.
260
- DEMO_APPS_READ_MORE_BTN=PoKJY+Ii5cFCyQjdLvEcWQ_Read More
261
- DEMO_APPS_DOWNLOAD_OVERVIEW=EHwRDd8adZ6pRAuQmWJBNA_Downloads Overview
262
- DEMO_APPS_CATEGORY_SHOWCASE=Hxu70ctrdZWDmZcMM5sNmg_UI5 Concepts in Real-Life Scenarios
263
- DEMO_APPS_CATEGORY_TUTORIAL=gz+CVP4601n9PxW8L9ECNg_Demo Apps with Tutorials
264
- DEMO_APPS_CATEGORY_RTA=7d/zeR5IJ5cNA/UkBQ2t1g_SAPUI5 Flexibility Demo Apps
265
- DEMO_APPS_CATEGORY_MISC=Hnm4Rc9Q20Y2aCi1Cl12+w_Miscellaneous Demo Apps
266
- DEMO_APPS_LIBRARY=tq1E2UoBTNVftk1mA8NjIw_Control Library\:
267
- DEMO_APPS_CARD_LINK=nWsQceoItVe8qwNKRagIFg_Open App
268
-
269
- LEGAL_DISCLAIMER_TITLE=/g40vNfQ9c8QI07m5Bs0kw_Legal Disclaimer for Links
270
- LEGAL_DISCLAIMER_LABEL_1=GFAPoy/7vVfxAATEjz3hIA_Links with the icon
271
- LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP=yczjoxUE+RW9hlcyNT7fEA_Information published on non-SAP site
272
- LEGAL_DISCLAIMER_TEXT_1=iwj9iZOPd6NJ22/x6GQ9eg_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\:
273
- LEGAL_DISCLAIMER_TEXT_2=MUD/F0eQ4saMAEveDzCPNw_- The content of the linked-to site is not SAP documentation. You may not infer any product claims against SAP based on this information.
274
- LEGAL_DISCLAIMER_TEXT_3=mj9s8rtnK+5viLuF5JIXDw_- SAP does not agree or disagree with the content on the linked-to site, nor does SAP warrant the availability and correctness.
275
- LEGAL_DISCLAIMER_LABEL_2=rPQ/PlOK/GEERnH/dfsmLw_Links with the icon
276
- LEGAL_DISCLAIMER_INTERNAL_TOOLTIP=5cg3UUXzOqTCfzwNfGB8/A_Information published on SAP site
277
- LEGAL_DISCLAIMER_TEXT_4=/9LcqbFWq/ZsTBmoSFlzpQ_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.
278
-
279
- VIEW_SETTINGS_DIALOG_ITEM_1=fsdgk0MUG9myRgxXwkrzsw_Alphabetically
280
- VIEW_SETTINGS_DIALOG_ITEM_2=GUbIaJDS+kdAEwFsbgKPrg_Category
281
- VIEW_SETTINGS_DIALOG_ITEM_3=yX6H+abw1h8dhUYwoBtQ5Q_Content Density
282
- VIEW_SETTINGS_DIALOG_ITEM_4=XQP8Ty9miUHqKxdtA2JqxQ_Namespace
283
- VIEW_SETTINGS_DIALOG_ITEM_5=loHTxS4OG9YMMYM1X++EpA_Release
284
-
285
- SAMPLE_BACK_BTN_TOOLTIP=gWnPnPIxc/TDLwKiI3N7yQ_Back to samples
286
- SAMPLE_INFO_TOOLTIP=n6t+ySo4gGWwP94F6gDL2Q_Sample information
287
- SAMPLE_EDITED_TOOLTIP=LPsOkH436j15bA0AG+ePzw_Sample is edited
288
- SAMPLE_EDITED_WARNING=fr/KrB1B53hgV+N0mHsBBQ_This sample has been edited. To reset all changes, press the "Reset all Changes" button when previewing the source code.
289
- SAMPLE_API_REFERENCE_BTN=0ACMK1yi/M3ZQd2/HSa81Q_API Reference
290
- SAMPLE_PREV_BTN_TOOLTIP=BsOYKxFpvmxW2vYDjPnABg_Show previous sample
291
- SAMPLE_NEXT_BTN_TOOLTIP=OTsr9lk1vMaFLbPPO+bMDw_Show next sample
292
- SAMPLE_FULLSCREEN_BTN_TOOLTIP=Y/vHe4gbDyatd425LMWxIw_Show this sample in full screen mode
293
- SAMPLE_ADAPT_BTN_TOOLTIP=IwynFXoLVhvIBS0Q5HLQDw_Adapt UI
294
- SAMPLE_CODE_BTN_TOOLTIP=nj8yYOy4uwP6OJc5CX0Nlg_Show source code for this sample
295
- SAMPLE_NEW_TAB_BTN_TOOLTIP=5V4mZquH924lxmyGC53+1w_Open in new tab
296
- SAMPLE_DOWNLOAD_BTN_TOOLTIP=VxRn5dNb10H5TtMqd5eQGg_Download
297
- SAMPLE_RESET_CHANGES=gJJ79uiwXGVbLZFpsP2ZKg_Reset all Changes
298
-
299
- RELEASE_NOTES_TITLE=gKqY3lyGISw01T0NexyJPg_Change Log
300
-
301
- SEARCH_PAGE_TITLE=7KNVn4sBg1hc/MZ7mZ2hAQ_Search Results for "{0}"
302
- SEARCH_PAGE_DESCRIPTION=dpVQbmuJrlp3pMyxju1ruQ_Search results are displayed in categories.
303
- SEARCH_PAGE_ALL_SECTION_TITLE=YENm7qhJOUvgZhz1Fc04Cw_All ({0})
304
- SEARCH_SUGGESTIONS_TITLE_API_REFERENCE=1mezAqkRSCwYyF5/qwnJ+A_Top 10 Results from API Reference
305
- SEARCH_SUGGESTIONS_TITLE_DOCUMENTATION=ZukdI9/Dg+jDwE+1F4r7dA_Top 10 Results from Documentation
306
- SEARCH_SUGGESTIONS_TITLE_SAMPLES=7M5MsYmpKlhiMjYE0wXvrw_Top 10 Results from Samples
307
- SEARCH_SUGGESTIONS_TITLE_ALL=qGC6JNmG6Mzq3aq3djcf4w_Top 10 Results from All
308
- SEARCH_SUGGESTIONS_ALL_SECTION_TITLE=ZyLgIjt3/DyoNoRtB4rpBQ_All
309
- SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=RE02+H9TruTbLVlZxB8HRw_See All
310
- SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=hEEPxwVtmf+WQE1NvnA6Ow_Documentation
311
- SEARCH_SUGGESTIONS_API_SECTION_TITLE=LfPM1AOXkTdnrAYcZs4Jxg_API Reference
312
- SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=EzfZl6X/lWnY8Y7AODdnBg_Samples
313
- SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=wN9KP0AW8eVCcu4XJbqtBw_All ({0} of {1})
314
- SEARCH_PAGE_API_SECTION_TITLE=vw8QvtthwGz1pChW5gdhfw_API Reference ({0})
315
- SEARCH_PAGE_API_SECTION_TABLE_TITLE=SevJjR3TG0GpY6xhfF4EPw_API Reference ({0} of {1})
316
- SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=DLAunHjC0mDkz3ynHHA8sw_Documentation ({0})
317
- SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=uHfOxjvqP2nzKhbVxDjhPA_Documentation ({0} of {1})
318
- SEARCH_PAGE_SAMPLES_SECTION_TITLE=iFJgrjCH0hp4SecNPYtXOg_Samples ({0})
319
- SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=cplWGjmnCr53AnN3pnXv7g_Samples ({0} of {1})
320
-
321
- RELEASE_DIALOG_TITLE=QdZEnoGyW8nEnV/zaC+YaA_Change log for\: {0}
322
- RELEASE_DIALOG_CLOSE_BTN=HaSJzF1B6f8PHTfbrJDFxg_Close
323
- RELEASE_DIALOG_NO_DATA_TEXT=FhW0NwutPPjZBOlm3amJuw_No changes for this library.
324
-
325
- ABOUT_DIALOG_TITLE=geVyJwPzzvEv9SLOCTrc9g_About
326
- ABOUT_DIALOG_TEXT_1=nOAIuZBAUMbvrjWO8OA4XA_UI5 Demo Kit - UI Development Toolkit for HTML5
327
- ABOUT_DIALOG_TEXT_2=zINyAFdvfWQ/G8Lv9E1lkQ_\u00A9 Copyright 2009-2024 SAP SE. All rights reserved.
328
- ABOUT_DIALOG_TEXT_3=LIYgFai1f5VrC5NP+59C2g_\u00A9 2009-2024 SAP SE or an SAP affiliate company.
329
- ABOUT_DIALOG_TEXT_4=aCSuLTDdAT9379r9m1iQ9Q_{0} Version {1}
330
- ABOUT_DIALOG_TEXT_5=pu3nNp8PiwEhViRZhmRACQ_Open UI5 Version {0}
331
- ABOUT_DIALOG_TEXT_6=QVQMmG+KWTVKha0NHRL8Eg_This software includes the following library versions
332
- ABOUT_DIALOG_LINK_1=LXxSdvb6peyL2aBj4jMZKw_Version Details
333
- ABOUT_DIALOG_TEXT_7=aGKQhnVXyFCBygmPxtuhwA_This software includes third-party open source software.
334
- ABOUT_DIALOG_TEXT_8=o0VbynRDoVOD9TiZWWc7gg_Included Third-Party Software
335
- ABOUT_DIALOG_VERSION_TITLE=/TaeUyP5KyOSG99H5U3q0g_Version Details
336
- ABOUT_DIALOG_VERSION=RkAPT+a4LWA/QK994l2jXQ_Version
337
- ABOUT_DIALOG_DESCRIPTION=LwPHyPEYjBPxVEk6DVUPPw_Description
338
- ABOUT_DIALOG_CHANGE_LOG=uzdHgCsddB/Ms99gVfQk4A_Change Log
339
- ABOUT_DIALOG_CHANGE_LOG_LINK=6C7vlxs8v/j4YRQB8LQzfQ_Change Log
340
- ABOUT_DIALOG_COMPONENT=y2TtKDg3gVSLHN0sesPShQ_Component
341
- ABOUT_DIALOG_CLOSE_BTN=IUz8hARtb0W0Zjk7lWnCzw_Close
342
- ABOUT_DIALOG_THIRD_PARTY=SuAj/slQJAHZOVbSCLy6Ng_Included Third-Party Software
343
-
344
- FOOTER_LEGAL_DISCOLURE=xcjS+x4OmXG3NceybmwaoQ_Legal Disclosure
345
- FOOTER_PRIVACY=B3d1+rhcnpjY1GqERdwt1g_Privacy
346
- FOOTER_TERMS=XSF+TipjZBM6xiZYQLGkEQ_Terms of Use
347
- FOOTER_LICENSE=JamVpjRARI5OS3ZIgWGV5A_License
348
-
349
- NOT_FOUND_TITLE=aCHRc4sdzHZ5b/QpvNhKRg_Not found
350
- NOT_FOULD_TEXT=STgLOCjzZ3fG60wwWqiwiQ_The requested resource was not found.
351
- NOT_FOUND_BACK=JaE0eD7sOSQcbGl402rYcA_Back
352
-
353
- NOT_FOUND_REMOVED_TEXT=7PDFFp5jWnf3ydA3YSERQQ_The requested UI5 version is outdated and has been removed.
354
- NOT_FOUND_DK_REMOVED_TEXT=Q8EdtzGelZiLtx0ilAnqZQ_The requested UI5 Demo Kit content has been removed.
355
- NOT_FOUND_UNAVAILABLE_TEXT=nDPdmEctibo3TGDWgRI3Ww_The requested resource is not available.
356
- VERSION_NOT_FOUND_READ_MORE=dmCB/u6Id3emvFznlYW4ng_Read More
357
- VERSION_NOT_FOUND_HOME_PAGE_BUTTON=IbbTvE0Y0iq3FuhSaDdPpg_Home Page
358
-
359
- NOT_FOUND_SAMPLE_TITLE=EHESEYgdLvidJ93uNwMRcg_Sample Not Found
360
- NOT_FOUND_SAMPLE_TEXT=XqnPL6LL1cOzm+4QajG3mA_The requested sample does not exist for the selected UI5 version. Check the available samples here
361
- NOT_FOUND_SAMPLE_NAV_TO_SAMPLES=2x59TkZThQYcc0kgR6d9rA_Samples Page
362
-
363
- SITEMAP_TITLE=1I/VsXP7GG0fltNR8ntcJg_Sitemap
364
-
365
- LIVE_EDITOR_TITLE=YVFTDGZRd3NKQtFzmOMaxA_Live Editor
366
- LIVE_EDITOR_RESULT=vlCsUc3mzdY6dqKvy0UWDg_Result
367
- LIVE_EDITOR_PREVIEW_BTN=WUHBpv7G2JMNvma9HbPhIw_Preview
368
- LIVE_EDITOR_LIVE_PREVIEW_TEXT=16IgmBtPkCpEM5ya49uE6Q_Auto-preview
369
-
370
- API_MASTER_PLACEHOLDER=5CsJiFSmCGSndeY+R+jETA_Search
371
- API_MASTER_EXPAND_BTN_TOOLTIP=amrDC+kdlQUNj5KLNKjR+w_Expand All
372
- API_MASTER_COLLAPSE_BTN_TOOLTIP=im2kFtSgyI9IylFNzguYww_Collapse All
373
- API_MASTER_DEPRECATED_CB=nHjjNPWvOVF9H0s45ygSsw_Include deprecated
374
- API_MASTER_EXPERIMENTAL_CB=ViWaUIcfwRsoLv808NXh8A_Include experimental
375
- API_MASTER_NO_DATA_TEXT=5qiKzLJ0+Ual4ltf1a+MPA_No data, please try with the global search
376
- API_MASTER_DEPRECATED=e9iuCPP1UvyQ2NpI1+xfMw_Deprecated
377
- API_MASTER_EXPERIMENTAL=ty02oBaWM4OIfCbABJxIfw_Experimental
378
- API_MASTER_DEPRECATED_APIS=gYs9hPofdujCzNYz+uLlew_Deprecated APIs
379
- API_MASTER_EXPERIMENTAL_APIS=/sBQSLzl/tRphnGDMhbVdA_Experimental APIs
380
- API_MASTER_INDEX_BY_VERSION=5vQyjBtdpynoF8IFpuwQCQ_Index by Version
381
-
382
- API_DETAIL_SINCE_TITLE=OTAMifOlQYtK0mGKcdVgKw_Index by Version
383
-
384
- API_DETAIL_EXPERIMENTAL_TITLE=q2CityoLDpCTMnW2edgmPw_Index of Experimental APIs
385
-
386
- API_DETAIL_DEPRECATED_TITLE=zTcbEGZhj81lDogQDG25FA_Index of Deprecated APIs
387
- API_DETAIL_DEPRECATED_WARNING=MlKqbw5w+XYYCG0S1e+iyQ_For general information about deprecated features, please check the compatibility rules.
388
-
389
- API_DETAIL_AS_OF_VERSION=Mjtkplx41/WC04fAhN5TBg_As of {0}
390
- API_DETAIL_NA_VERSION=ray0aZCeUZdOClqiBoM2qQ_Version N/A
391
-
392
- RESOURCES_INTRO_CARD_TITLE=N5R4pCDMmwanLRrM8g0zew_Resources
393
- RESOURCES_INTRO_CARD_SUBTITLE=biBwKuH/Zmi4YW/IsFKAOA_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\!
394
-
395
- RESOURCES_ASIDE_CARD_TITLE=lkMa9mpRNA4qS62zIty23w_Overview A-Z
396
-
397
- RESOURCES_CATEGORY_TITLE_FEATURED=TcqSWl/qosXSPhGsqk/mOA_Featured
398
- RESOURCES_CARD_TITLE_ICON_EXPLORER=mhwgE+KoEQYypqzGIIJgsQ_Icon Explorer
399
- RESOURCES_CARD_DESC_ICON_EXPLORER=avg3I3UeL+yMFwvm4DtCQg_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.
400
- RESOURCES_CARD_TITLE_ACC_GUIDE=vGymGv4jw1/9ifhikeC71g_Accessibility Guide
401
- RESOURCES_CARD_DESC_ACC_GUIDE=9w+t0GU8k7CzJ0cw1CSlaw_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.
402
-
403
- RESOURCES_CATEGORY_TITLE_DEV_TOOLS=1UMjI2EyS0iUQx+MdNjK4w_Development Tools
404
- RESOURCES_CARD_TITLE_TOOLING=TonaQubg08lYk+2zQw051A_UI5 Tooling
405
- RESOURCES_CARD_DESC_TOOLING=IttuHCWLIm6VQqz1TwhPWg_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.
406
- RESOURCES_CARD_TITLE_FIORI_TOOLS=d+mcup5iv9yI20pj+r8OiQ_SAP Fiori Tools
407
- RESOURCES_CARD_DESC_FIORI_TOOLS=ZCv+28F1DAGuG5pPP55p5Q_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.
408
- RESOURCES_CARD_TITLE_CARD_EXPLORER=JxDglowFR50DWw1m+QU4lA_Card Explorer
409
- RESOURCES_CARD_DESC_CARD_EXPLORER=tHk8RGylbZSTdyRffGsKKQ_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.
410
- RESOURCES_CARD_TITLE_LINTER=xyuRrL6HkvEmE1YDa99+gQ_UI5 linter
411
- RESOURCES_CARD_DESC_LINTER=L3KzbTDg3e6fx+jgvBdamA_UI5 linter is a static code analysis tool for UI5 projects. It checks JavaScript, XML, JSON, and other files in your project, and reports findings. It helps you follow best practices in your UI5 projects and to adapt them to new UI5 major versions.
412
- RESOURCES_CARD_TITLE_FPM_EXPLORER=gBYA3DLn/iMPBczUWME8dA_Flexible Programming Model Explorer
413
- RESOURCES_CARD_DESC_FPM_EXPLORER=atBusaVWf0nP69HQNly75g_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.
414
- RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=w06/ZqqAg6/p2ZQH1J+w/A_SAP Business Application Studio
415
- RESOURCES_CARD_DESC_BUSINESS_APP_STUDIO=3AuP5il2hS4nbTNfuVlCTg_SAP Business Application Studio (BAS) is a modern cloud-based development environment, tailored for efficient development and extension of business applications for intelligent enterprises.
416
-
417
- RESOURCES_CATEGORY_TITLE_CUSTOMISING=DG4Fofj+NAxODQigsQZ2jQ_Customising
418
- RESOURCES_CARD_TITLE_THEME_DESIGNER=WARywdpB0tVKWnkzNgnC8g_UI Theme Designer
419
- RESOURCES_CARD_DESC_THEME_DESIGNER=ClT+9M3ykE9yoQ2HYW5laQ_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.
420
- RESOURCES_CARD_TITLE_THEME_PARAMETER_TOOLBOX=GDYbn8hSz4M881uQWzQinw_Theme Parameter Toolbox
421
- RESOURCES_CARD_DESC_THEME_PARAMETER_TOOLBOX=O78wdY03I5zjPsYktrBYjA_With the theme parameter toolbox, you can search, filter, and preview semantic theme parameters. It covers current and past themes offered by SAP.
422
- RESOURCES_CARD_TITLE_FLEXIBILITY=4CpyPuYJdtHTAYBKSHJG8A_SAPUI5 Flexibility
423
- RESOURCES_CARD_DESC_FLEXIBILITY=0bwjGNQGLt4psBYxZ12ZBQ_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.
424
-
425
- RESOURCES_CATEGORY_TITLE_TROUBLESHOOTING=GNYN0PjocLa7pVKF+bluEQ_Troubleshooting
426
- RESOURCES_CARD_TITLE_INSPECTOR=BmrhQ0pphLhTqcss8ae3GQ_UI5 Inspector
427
- RESOURCES_CARD_DESC_INSPECTOR=oJHtXlhzfCOMXhnZVloNQA_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.
428
- RESOURCES_CARD_TITLE_SUPPORT_ASSISTANT=1ZSB/q8tKb/VdF28Xau1cA_Support Assistant
429
- RESOURCES_CARD_DESC_SUPPORT_ASSISTANT=PR3EzxbXKuiKRlyAPLF4Zw_The support assistant enables developers to check whether their apps are built according to SAPUI5 best practices and guidelines.
430
-
431
- RESOURCES_CATEGORY_TITLE_TESTING=BIToj4+aqrNeA73OGMRaUQ_Testing
432
- RESOURCES_CARD_TITLE_TEST_RECORDER=6hC1CalH3CvxKwhczPGFxw_Test Recorder
433
- RESOURCES_CARD_DESC_TEST_RECORDER=pC6C66KeRzyMBtW9XeqmXA_The Test Recorder helps you to create UI5 integration and system tests by recording your actions in the browser.
434
- RESOURCES_CARD_TITLE_WDI5=nZeGz6c4zoS71lLJxBv8hQ_wdi5
435
- RESOURCES_CARD_DESC_WDI5=tIPmqKquGKpeW31mkmGpRQ_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.
436
-
437
- RESOURCES_CARD_LINK_ICON_EXPLORER=9WZWOPJwEtdPtwcGj13XSw_Check out the Icon Explorer
438
- RESOURCES_CARD_LINK_ACC_GUIDE=mWCvaCpB7I37akiEsIrYzQ_Check out the Accessibility Guide
439
- RESOURCES_CARD_LINK_TOOLING=rZtwbpxhj3CVLLktlIYAfA_Check out UI5 Tooling
440
- RESOURCES_CARD_LINK_FIORI_TOOLS=lmKHSAa0CZLMx77EBAEZhw_Check out the SAP Fiori tools
441
- RESOURCES_CARD_LINK_CARD_EXPLORER=bvrErDZC3JGs52fLTEeUQw_Check out UI Integration with cards
442
- RESOURCES_CARD_LINK_LINTER=JJtcx+oDgkF85xqPh/LqmA_Check out UI5 linter
443
- RESOURCES_CARD_LINK_FPM_EXPLORER=IDn2GlvBx0hZccH5NIPbHw_Check out the FPM Explorer
444
- RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=MC0DHrSegMNOnKkjWPYutg_Check out BAS
445
- RESOURCES_CARD_LINK_THEME_DESIGNER=RbKiwOY4ZsKUQPd1BWMWSg_Check out UI theme designer
446
- RESOURCES_CARD_LINK_THEME_PARAMETER_TOOLBOX=CgfKB47FE91rx7LfmjK15A_Check out the toolbox
447
- RESOURCES_CARD_LINK_FLEXIBILITY=1MlIie6B1wKRkIOa4T2COg_Check out SAPUI5 flexibility
448
- RESOURCES_CARD_LINK_INSPECTOR=nbavmJ044lxofw/IcXtULA_Check out the UI5 Inspector
449
- RESOURCES_CARD_LINK_SUPPORT_ASSISTANT=gxcLKJ8pkIfSWXQn8lqKKw_Check out the support assistant
450
- RESOURCES_CARD_LINK_TEST_RECORDER=gnQBkzBVF88Au4dTZQj4sA_Check out the test recorder
451
- RESOURCES_CARD_LINK_WDI5=s7mcO4AW5Pu5zPZcAHKwFQ_Check out wdi5
452
-
453
- RESOURCES_CARD_LINK_TOOLTIP=ZNyIcQUPjV3klTDTAL27hQ_Open in new tab
2
+ APP_HEADER_TITLE=TilSCzujzfMRanOzIpzBVA_UI5 Demo Kit
3
+ APP_HEADER_LOGO_ALT=7GHpJ/T0omKhGDVJURhIqw_UI5 Logo
4
+ APP_HEADER_SEARCH_FIELD_PLACEHOLDER=/GI9bfbai2sf5l8TVi9Ajg_Search Anything
5
+ APP_TABHEADER_ITEM_HOME=oouaM9yAqLUztLc8xpA/bQ_Home
6
+ APP_TABHEADER_ITEM_DOCUMENTATION=DcFdzwUGNdWV7Iiw0bKyjg_Documentation
7
+ APP_TABHEADER_ITEM_API_REFERENCE=jQShzMflkOs2dxViWIApCg_API Reference
8
+ APP_TABHEADER_ITEM_SAMPLES=eoNViTUYIol8AhF5bQV1Og_Samples
9
+ APP_TABHEADER_ITEM_DEMO_APPS=3EhIG2BJzYkT6I8DJSf5kw_Demo Apps
10
+ APP_TABHEADER_ITEM_RESOURCES=tlxzNwrxDQnYmHfXgHEmyQ_Resources
11
+ APP_TABHEADER_SUBITEM_FIORI_TOOLS=EJpQsymc2/0hfk9GVHMKBw_Fiori Tools
12
+ APP_TABHEADER_SUBITEM_ICON_EXPLORER=GmV5/JBPWBe9DDLse3RSjQ_Icon Explorer
13
+ APP_TABHEADER_SUBITEM_UI5_INSPECTOR=4bEND12sUPkn/DUtjQjkDw_UI5 Inspector
14
+ APP_TABHEADER_SUBITEM_UI5_TOOLING=2NvPbJOnHXDc9T/6bbO7TQ_UI5 Tooling
15
+ APP_CHANGE_VERSION_BTN=uCAhbIt5O1rHR8gIJVkKcA_Change Version
16
+ APP_VERSION_BETA_VERSION=4G1huH01B+IDH3B6OmEaEw_Beta version
17
+ APP_VERSION_VERSION=aZAPRO7wxNfgejlJElDLWA_Version
18
+ APP_VERSION_NOT_PRODUCTIVE=TR5fUS/ThtSoBBjVvuhkbA_\u2013 not for productive use\!
19
+ APP_VERSION_IN_PROGRESS=ViUpuvvzmM6TWSguY/O0Jg_(in development)
20
+ APP_FEEDBACK_BTN_TOOLTIP=hz7s81CVI8pmFEKhXOmvtg_Feedback
21
+ APP_NEWS_BTN_TOOLTIP=cQf+uI0P9x2d+N2DSYJXFg_News
22
+ APP_NEWS_DISMISS_ALL_BTN=6vGvtGC9nbkDfXF5BN+TzQ_Dismiss All News Items
23
+ APP_NEWS_SHOW_ALL_BTN=tBm7zrnyC77T5uwoPai/PQ_Show All News
24
+ APP_NEWS_NO_NEW_TEXT=tdyl/IT5+KL8IaR9PboG3A_No News
25
+ APP_SEARCH_FIELD_CLOSE=E72Wt6uviJkQmVfsomtZAw_Close
26
+ APP_INFORMATION_BTN_TOOLTIP=+KQH/fXW4YDazg9r269e0g_Settings
27
+ APP_LEGAL_BTN_TOOLTIP=i7wUAusNkI8C7BfNLgzU0Q_Legal Information
28
+ APP_INFORMATION_BTN_FEEDBACK=IZe1v6ZWYZ7pt0O47iPJ+Q_Feedback
29
+ APP_INFORMATION_BTN_ABOUT=KfCa3+jYEg1vtc55tA9eFQ_About
30
+ APP_INFORMATION_BTN_LEGAL=X24QVJIbExaYVuETXB8fNQ_Legal
31
+ APP_INFORMATION_BTN_PRIVACY=6B2eTfAIe9KC6YJHnznG4Q_Privacy
32
+ APP_INFORMATION_BTN_TERMS_OF_USE=zAZsTZDEmEPRe7mVg8CoSQ_Terms of Use
33
+ APP_INFORMATION_BTN_APPEARANCE=aHbYXyan0dQPcV+56EtI6w_Appearance
34
+ APP_INFORMATION_BTN_APPEARANCE_LIGHT=aWPqg8Trz1fPB8jD33J2ug_Light
35
+ APP_INFORMATION_BTN_APPEARANCE_DARK=9VfXX3B3i7EPs9Ba7b/ujg_Dark
36
+ APP_INFORMATION_BTN_APPEARANCE_HCB=nyD8Wt9//FQTI3UwdYtjCQ_High Contrast Black
37
+ APP_INFORMATION_BTN_APPEARANCE_HCW=q4cSZc9TmEz8pNsuFE6R9g_High Contrast White
38
+ APP_INFORMATION_BTN_APPEARANCE_AUTO=g2b+0at2ZCrqbUPrA1Pc1g_Auto (Depending on the OS Settings)
39
+ APP_INFORMATION_BTN_SITEMAP=XgOOGGbYX622W2RjjXRVHg_Sitemap
40
+ APP_INFORMATION_BTN_COPYRIGHT=cJds/hwCrSuxl4CS+rOxhQ_Copyright
41
+ APP_INFORMATION_BTN_TRADEMARK=MaqPzO7SCMQ1YQs7W5x2mw_Trademark
42
+ APP_INFORMATION_BTN_DISCLAIMER=ccNB6lDDKfo6zdktXhcaZA_Disclaimer
43
+ APP_INFORMATION_BTN_LICENSE=jv+yChfj8uKFUBFXWQeDpA_License
44
+ APP_COOKIES_TEXT=pN8W7i3Aaw9sieHEC3alXg_We use cookies to improve your experience on our site. By continuing to use this website, you consent to use our cookies.
45
+
46
+ APP_INFORMATION_BTN_NEWS=ryDpNQKpICemCffHP95+yw_News
47
+ APP_INFORMATION_BTN_SETTINGS=xOZzsohaLyhnLV8ZxzIf7A_Settings
48
+ APP_INFORMATION_BTN_POLICIES=d3bRHmHsnk566Zq+eTlW/w_Policies
49
+
50
+ NEWS_NEW_GROUP_TITLE=r9Lfe2t+7AZ4GyTID6vvsg_New
51
+ NEWS_READ_GROUP_TITLE=C33d0G5b64undmaCxJZqCg_Read
52
+ NEWS_BTN_MARK_AS_READ=XdmebHbvz1bLJxdKNUaYbQ_Mark All as Read
53
+ NEWS_BTN_VISIT_LINK=pq705SQv18VjHsu7XQJeyQ_Visit Link
54
+ NEWS_PREP_FAILURE_TITLE=EaYIEgc6QC9tH2h3RD2/Qw_News could not be loaded
55
+
56
+ FEEDBACK_DIALOG_TITLE=+12T87WV9sXRuiglWedXVg_Give Feedback
57
+ FEEDBACK_DIALOG_OVERALL=a49ygCDamSxxypL07xrHnw_How is your overall experience?
58
+ FEEDBACK_DIALOG_MESSAGE=sW570xng/8rl9UQdxuf4Dg_What would you like to tell us?
59
+ FEEDBACK_DIALOG_MESSAGE_PLACEHOLDER=Ogaao7yukByPRImQJHaN0g_You can share your feedback for the overall Demo Kit experience or for the specific page you are currently viewing.
60
+ FEEDBACK_DIALOG_RELATED=tYeuX7zOGyndPGXIs6q2/g_Feedback is related to the current page.
61
+ FEEDBACK_DIALOG_SHOW_DATA=rVRSDoQd+gDsRtaPPK8SfA_Show Context Data
62
+ FEEDBACK_DIALOG_DISCLAIMER=+HQfSz8SNmENaa6Vb2ZH7g_Your feedback is anonymous, we do not collect any personal data.
63
+ FEEDBACK_DIALOG_BTN_SEND=9gNb63gNhfZyPDuwSreWpg_Send
64
+ FEEDBACK_DIALOG_BTN_CANCEL=WmLgkCLk4moNG+WjwpEnKg_Cancel
65
+ FEEDBACK_DIALOG_STATUS_EXCELLENT=YRUHzowv6CWybxdK69ac6w_Excellent
66
+ FEEDBACK_DIALOG_STATUS_GOOD=lB9YtZWDhpdiVsA6KdWHlA_Good
67
+ FEEDBACK_DIALOG_STATUS_AVERAGE=uDsfPHuYzKAMEkCHsrEWZw_Average
68
+ FEEDBACK_DIALOG_STATUS_POOR=BTbMtF1eXAKO2nTWK9yaog_Poor
69
+ FEEDBACK_DIALOG_STATUS_VERY_POOR=5C+y1L7LHB/bag5+WNItww_Very Poor
70
+ FEEDBACK_DIALOG_TITLE_SUCCESS=IHr6vKNX0Hv4xl/Dlxl8/w_Thank you\!
71
+ FEEDBACK_DIALOG_TEXT_SUCCESS=etaZEDgHiFzmawKO/a5wEA_Your feedback has been sent.
72
+ FEEDBACK_DIALOG_TITLE_ERROR=YXtPfW2LYAH7IAaW0ONoJw_Sorry\!
73
+ FEEDBACK_DIALOG_TEXT_ERROR=EfSBQvMrtQpHfskDqYOB8g_An error occurred sending your feedback\:\n
74
+
75
+ SURVEY_POPOVER_TITLE=QAoZfU/U9GhF4M/+4uPqWg_Tell us what's on your mind.
76
+ SURVEY_POPOVER_LONG_SURVEY_TITLE=ZiHhAdCLgJKYDtqbJSrdzg_User Experience Survey
77
+ SURVEY_POPOVER_LONG_SURVEY_BADGE=SPgNFL+Lv2lYE2TAv8CdOA_NEW
78
+ SURVEY_POPOVER_LONG_SURVEY_AVAILABILITY=3JCi/UhC+81+W0dvBkqMvw_Available until
79
+ SURVEY_POPOVER_LONG_SURVEY_DESC=SnMg2e/jWADVeibM5Ib+RQ_Complete a five-minute survey and help us improve your product experience\! The survey will open in a new tab.
80
+ SURVEY_POPOVER_LONG_SURVEY_BTN=vxH2JS5AiuFGV1zGNnx+eg_Take Survey
81
+ SURVEY_POPOVER_LONG_SURVEY_BTN_TOOLTIP=RdeCitkHT/KTnwFYufYD3Q_External Link to Qualtrics User Experience Survey
82
+ SURVEY_POPOVER_DEFAULT_SURVEY_TITLE=NkL6iwLY6/WHm0g30o07+Q_Share Your Feedback
83
+ SURVEY_POPOVER_DEFAULT_SURVEY_DESC=OfnZlQ7g+/ToATDBnM8QAg_Your opinion matters. Share your thoughts with us at any time\!
84
+ SURVEY_POPOVER_DEFAULT_SURVEY_BTN=Evl/kWN87FfjWVsyKi5JgQ_Give Feedback
85
+ SURVEY_POPOVER_CLOSE_BTN=uGA9bDbLQosN7ame81oPgg_Close
86
+
87
+ WELCOME_BLOCK_1_TEXT_1=+IKGTGmNJwqWGTUiqiEOfw_Discover New Enterprise Grade Horizons
88
+ WELCOME_BLOCK_1_START_BTN=yevkqsEaZ0I44Ypie143yA_Get Started with UI5
89
+ WELCOME_BLOCK_1_DOWNLOAD_BTN=N+fQy/S5/B/rFZgZcSiunQ_Download
90
+ WELCOME_KEY_FEATURES=fhTrvwSzuDGIuU0Q0q5J4g_Key Features
91
+ WELCOME_START_CODING=q0S0g9u8fLgZYEV1rgzxAA_Start Coding
92
+ WELCOME_CHOOSE_SCENARIO=z5SkOxLMIX8HXwLkHS5c8g_Choose Your Scenario
93
+ WELCOME_JOIN_COMMUNITY=XAFKKsZ5YWfNwT1eZDnVoA_Join the Community
94
+ WELCOME_BLOCK_2_TITLE=4Fj8bxqzPtG0pRazZO/EnQ_Responsive Across Browsers and Devices
95
+ WELCOME_BLOCK_2_TEXT=dC8z4TPkLUBXLo/Y6d5t9A_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.
96
+ WELCOME_BLOCK_2_IMG_ALT=uT4lasAsSuKZ4/NRB6Llgg_Picture showing phone, desktop screen and tablet
97
+ WELCOME_BLOCK_3_TITLE=ywCxoQ2oVYOdzot1ecY8XQ_Powerful Development Concepts
98
+ WELCOME_BLOCK_3_TEXT_1=pJetaQcEWz0C68TKhrK0QA_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\:
99
+ WELCOME_BLOCK_3_TEXT_2=22ft0OXQ6TW5FrnealxVpA_Includes standards like MVC and various data-binding types
100
+ WELCOME_BLOCK_3_TEXT_3=WOpZq3igw6kxCMSXuqRh0g_Choice of different view formats (XML, HTML, JavaScript, JSON)
101
+ WELCOME_BLOCK_3_TEXT_4=d7UrTkcvROCsYOasLd35+w_Binding with OData, JSON, XML and other data formats
102
+ WELCOME_BLOCK_3_TEXT_5=CL7W3zgW1AMTAjYyZU9yLg_Built-in support tool for exploring the object tree and binding status
103
+ WELCOME_BLOCK_3_TEXT_6=9kUsI2YPzBRWzo5sRMvywg_Translation and internationalization support
104
+ WELCOME_BLOCK_3_TEXT_7=376LJ+xHa0IQwITAXTVRcg_Extensibility concepts at code and application level
105
+ WELCOME_BLOCK_4_TITLE=m3dNECMsx0Vdd2Al5rjGjg_Enterprise-Ready Web Toolkit
106
+ WELCOME_BLOCK_4_TEXT_1=kiGVPR8zoSm0XMixy3fGNg_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\:
107
+ WELCOME_BLOCK_4_TEXT_2=cQEhk5+jnhGTb8HGeFVx+A_Translation and internationalization support
108
+ WELCOME_BLOCK_4_TEXT_3=C6B2h6BliVDDXJAg/HQmiw_Extensibility concepts at code and application level
109
+ WELCOME_BLOCK_4_TEXT_4=HdA++mwCvbF1f29L8pSY5Q_High Contrast theme to aid visually impaired users
110
+ WELCOME_BLOCK_4_TEXT_5=XNcwi94QpmCWIv2jSRAtcg_Easy to integrate into a consistent SAP ecosystem
111
+ WELCOME_BLOCK_4_TEXT_6=5GbgH0oKZ0l44JjZoTeZVg_Flexible tools for any type of developer
112
+ WELCOME_BLOCK_4_TEXT_7=aTW30kK8ik2IvhAHJiVmew_Benefit from new innovations while staying upgrade-compatible
113
+ WELCOME_BLOCK_4_TEXT_8=XEPdpWinjvj5ly4r0GgIyg_Unlimited usage in SAP and non-SAP technology stacks
114
+ WELCOME_BLOCK_5_TITLE=fXWFTcSpY9b9sdSuNDhJcQ_Award-Winning SAP Fiori Design in Action
115
+ WELCOME_BLOCK_5_TEXT=fw5QoG7g477rDWrTPMxIHA_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.
116
+ WELCOME_BLOCK_5_IMG_ALT=pVnAsXDYKw2P388ElX4VrA_Picture showing SAP Fiori design elements
117
+ WELCOME_BLOCK_6_TITLE=4xv99lWqDuGXrFw7se8eCw_Get Ready
118
+ WELCOME_BLOCK_6_TEXT_1=qaOXeaZClqdS2RLZo8hvSg_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.
119
+ WELCOME_BLOCK_6_TEXT_2=X4g5L2VuBH1ZeDBiZqr0qA_Try the first example here\:
120
+ WELCOME_BLOCK_7_TITLE=WyeBJaSsjxXDKyc6lUkv4Q_UI5 Evolution
121
+ WELCOME_BLOCK_7_TEXT_1=OojdU52kG/OMhH3wTzF4MQ_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.
122
+ WELCOME_BLOCK_7_TEXT_2=lqtPo+wX8hKuBw9aEldjtA_We encourage developers to actively support and leverage the new capabilities.
123
+ WELCOME_BLOCK_7_ALT=J9V+okGiA2dRLgW8uFz8mg_The UI5 evolution is creating innovation, providing build tooling, modular core, open standards, and gaining high performance using asynchronous loading.
124
+ WELCOME_BLOCK_8_TITLE=TKHW12Nv7gpuybDnRGRuqg_SAPUI5 on SAP BTP
125
+ WELCOME_BLOCK_8_TEXT_1=oGbeLrprA/zGtMhI8p1+cA_Sign up for the free SAP BTP trial account to test the platform and build cloud-based UI5 apps.
126
+ WELCOME_BLOCK_8_TEXT_2=Mn5rpW89SgpkrRN5nmHBPA_Easy-to-use development environment with SAP Business Application Studio
127
+ WELCOME_BLOCK_8_TEXT_3=gR0BsFZ5rnddZPrOG8Egtw_Free trial for development use
128
+ WELCOME_BLOCK_9_TITLE=nfLLRoGZzPhIkMLavJrXXw_SAPUI5 (On-Premise)
129
+ WELCOME_BLOCK_9_TEXT_1=Gr03OX2YlDnmvRC2JzFeqw_SAPUI5 is part of the user interface technologies in SAP HANA, NetWeaver ABAP, and Java systems.
130
+ WELCOME_BLOCK_9_TEXT_2=hGZliSnHRTS6Bkscyc1zBg_Ready to use for SAP customers
131
+ WELCOME_BLOCK_9_TEXT_3=3OHyLI0BVFXpgyH42zPAHw_Integrates with existing system landscapes
132
+ WELCOME_BLOCK_10_TITLE=grCFl/5ePMk5TjR2uuc8bQ_OpenUI5 - Free and Open Source
133
+ WELCOME_BLOCK_10_TEXT_1=6C+EPkv1P8CIyxZEPi88SQ_Try the open source variant of UI5. It contains all core UI5 features and is available on GitHub under the Apache 2.0 license.
134
+ WELCOME_BLOCK_10_TEXT_2=tKZeNsmYhkZ3rGwNrLao/A_Supported by the open source community
135
+ WELCOME_BLOCK_10_TEXT_3=u7mHzLURFFX8JYTE2lqcAg_Managed on GitHub - contributions welcome\!
136
+ WELCOME_BLOCK_11_TITLE=k4UwXEd7VunKUluwl4jh5Q_UI5 on Content Delivery Network
137
+ WELCOME_BLOCK_11_TEXT_1=auNDfwoqsMTx1aKkuPy0eA_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.
138
+ WELCOME_BLOCK_11_TEXT_2=McLNPG+niQs4teJhRGskcA_Multi-version CDN to maintain a custom lifecycle
139
+ WELCOME_BLOCK_11_TEXT_3=shwY6/mM0wIbTNPJTTdLlA_For any on-premise and cloud development scenario
140
+ WELCOME_BLOCK_12_TITLE=gjJmsaVwADu2ghCPPwnbkw_SAP Community
141
+ WELCOME_BLOCK_13_TITLE=lA0aDKu7C0ktsCYoBDCUoA_Newsletter
142
+ WELCOME_VIDEO_BLOCK_TITLE=DENS6KBxjQ/kijzs8y33lg_What is SAPUI5?
143
+
144
+ WELCOME_VIDEO_BLOCK_TEXT_1=0AbmySwto8P1BDTVXO8eXQ_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.
145
+ WELCOME_VIDEO_BLOCK_TEXT_2=zLYT+ogPgBqM2/RRIJ4MJQ_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>.
146
+
147
+ TOPIC_DETAIL_INIT_DOCUMENTATION=npGcc2HcfDJcBS8mQa5eWg_Documentation
148
+ TOPIC_DETAIL_INIT_DOWNLOAD_BTN=q41fMDq2GKxA9fss6yUC+Q_Download
149
+ TOPIC_DETAIL_INIT_BLOCK_1_TITLE=3u6vY+81E77l5raDms6F0w_What's New?
150
+ TOPIC_DETAIL_INIT_BLOCK_1_TEXT=6NOwEs1V6KFg6ry51tRiag_Find out about the new features in the latest UI5 versions
151
+ TOPIC_DETAIL_INIT_BLOCK_2_TITLE=pXlHKTv6/cOXTxgX8X7a1g_Read Me First
152
+ TOPIC_DETAIL_INIT_BLOCK_2_TEXT=aaQdzyeOgySPCxfF+dA2DA_Important information before you start using UI5 productively
153
+ TOPIC_DETAIL_INIT_BLOCK_3_TITLE=mbs8GzZpmjpSbkYJ4ippaA_Get Started
154
+ TOPIC_DETAIL_INIT_BLOCK_3_TEXT=wPrcyBTCKpu63+ThvhoLJw_Setup and tutorials
155
+ TOPIC_DETAIL_INIT_BLOCK_4_TITLE=21DQzKY7u9rQN5WWMzelRw_Developing Apps
156
+ TOPIC_DETAIL_INIT_BLOCK_4_TEXT=RpDJdQ7as/B3E0/ZPnNLMg_Best practices and what pitfalls you should look out for
157
+ TOPIC_DETAIL_INIT_BLOCK_5_TITLE=e0Gxz5Z32gNyz1oBQOuc1A_Extending Apps
158
+ TOPIC_DETAIL_INIT_BLOCK_5_TEXT=e7uit8SQs03jk0PQ3BX5SQ_Adapt apps to your specific requirements
159
+ TOPIC_DETAIL_INIT_BLOCK_6_TITLE=e+fgU3CBGrp4nvqx99PuDA_Developing Controls
160
+ TOPIC_DETAIL_INIT_BLOCK_6_TEXT=rwKNpCv/S2SKlVZNrzUgIw_Create custom controls or contribute to UI5
161
+ TOPIC_DETAIL_INIT_BLOCK_7_TEXT=R42iXUFqR540Z+aIqS7yKQ_UI patterns and templates for commonly used application patterns
162
+ TOPIC_DETAIL_INIT_BLOCK_8_TITLE=nr5lHgqRdB6yCGzk03PK+Q_Analysis Path Framework
163
+ TOPIC_DETAIL_INIT_BLOCK_8_TEXT=+xEjaeDxmdM/SIjsLAfAFw_Build and enhance interactive analytical web applications
164
+ TOPIC_DETAIL_INIT_BLOCK_9_TITLE=7GTQZVKGiTao4sSiq7ZCsg_Essentials
165
+ TOPIC_DETAIL_INIT_BLOCK_9_TEXT=FtO59p0fPwkKtJV7YsoPJw_Development concepts, such as MVC, data binding, and components
166
+ TOPIC_DETAIL_INIT_BLOCK_10_TITLE=Ln1b2OWfgJTxSTSDxzaQ2w_More About Controls
167
+ TOPIC_DETAIL_INIT_BLOCK_10_TEXT=QiZOjGLMDMu8oWqZGGQTaQ_Addition to the API Reference
168
+
169
+ TOPIC_DETAIL_BACK_BTN=LYsa1F9u5SK88661u2cBcg_Back to Search Results
170
+ TOPIC_DETAIL_EDIT_GITHUB=OA7LF0TojjjbRurxATOAqA_Edit on GitHub
171
+ TOPIC_DETAIL_EDIT_GITHUB_TOOLTIP=FiKHKcqkqoS5k0em4Q04YQ_Edit this page on GitHub
172
+ TOPIC_DETAIL_FULLSCREEN_TOOLTIP=J/yNYMpQPdt1fhlQszCjeA_Show this document in full screen mode
173
+
174
+ TOPIC_MASTER_FILTER_PLACEHOLDER=OG3JoGuKFupcQuL1zuLK2g_Filter
175
+ TOPIC_MASTER_EXPAND_TOOLTIP=o5uynAvTx3wamUsVZAZHOQ_Expand All
176
+ TOPIC_MASTER_COLAPSE_TOOLTIP=cXIUV/KsrUOfslqzx3/OMA_Collapse All
177
+ TOPIC_MASTER_NO_DATA_TEXT=hgh9MROm0dd5Xi5dEUdTJQ_No data, please try with the global search
178
+
179
+ ENTITY_ABOUT=RS9cb3jJCzPc+qCepuQ7ng_About
180
+ ENTITY_SAMPLES=CYBpFSJss9FjAYkaZ1/ztw_Samples ({0})
181
+ ENITITY_API=9nvnL2TFqjBwHhYC0Y4amQ_API Reference\:
182
+ ENTITY_DOCUMENTATION=xfNZGioj9JDprBZnBrnWZA_Documentation\:
183
+ ENTITY_UX=H0tNRjHR1f+eJ8wcYLlSYA_UX Guidelines\:
184
+ ENTITY_EXTENDS=e0qFiSM8hgkKRHQ7e1T3Ow_Extends\:
185
+ ENTITY_COMPONENT=5PTircaUVre1Iump2y9K2Q_Application Component
186
+ ENTITY_SINCE=z6CFVP1C6LGNkw8TU3C4Iw_Available Since
187
+ ENTITY_CATEGORY=6Fd+B1YDyaH928DTCi7D+g_Category
188
+ ENTITY_DENSITY=BUYBxWKZXa2dWZ3FQFLPZQ_Content Density
189
+ ENTITY_DEPRECATED=qLOrgk11aA/Wkk3+BHt1nA_Deprecated
190
+ ENTITY_FULLSCREEN_TOOLTIP=gMCUHHgaODEplRsDsYfgpg_Show this sample in full screen mode
191
+ ENTITY_BACK_BTN=Zv+MVqguDUqWVBDs9x9KRg_Back to Search Results
192
+ ENTITY_TABLE_NAME=uz/hkm32W4ow1ZFWigFJ/A_Name
193
+ ENTITY_TABLE_DESCRIPTION=NLyQ3jzrVqs6FympaxCt0A_Description
194
+
195
+ CONTROLS_PAGE_TITLE=3XlGTh54+Kyy2NXj75gzNQ_Samples
196
+ CONTROLS_PAGE_DESC=MTy09P94Czr61PYlBKEqxQ_Explore and download code samples
197
+ CONTROLS_FEATURED_CONTROLS=BPQ7d1alUxXaevcuKVPLMg_Featured Controls
198
+ CONTROLS_LAYOUT_PAGES=mWtzfY2A7EUY5LpRSg1AOQ_Layout & Pages
199
+ CONTROLS_TEXT_1=4rq1/yakR4JeSESnvVSikg_User interaction
200
+ CONTROLS_TEXT_2=9h6X1Wt7nIjtwk4mOaX1aw_Various list structures
201
+ CONTROLS_TEXT_3=8DrXWPdB+6FhyuLnwIsWGA_Simple or more powerful tables
202
+ CONTROLS_TEXT_4=l7DKx6jYWYtZLAb1tHFccA_Dialogs and popovers
203
+ CONTROLS_TEXT_5=pLNP+5rXscm+OYY/YXGcQA_Tiles for texts, images or charts, for instance
204
+ CONTROLS_TEXT_6=whSjEo7t1zgfPANaBQLeWQ_User notification
205
+ CONTROLS_TEXT_7=CoWBW6wZYjXffHNHhV4SQg_Toolbars and headers
206
+ CONTROLS_TEXT_8=FmKbqMUWI+kuN7XnRdpbKg_Hierarchical data representation
207
+ CONTROLS_TEXT_9=3nOYNVUbuCQi9azSfPbJig_Metadata-driven controls
208
+ CONTROLS_TEXT_10=s6zzw6oVCw9CGR+NOt2/bg_Location visualization
209
+ CONTROLS_TEXT_11=VkVjwZqz6V9XfHCCKi4S6A_Data visualization
210
+ CONTROLS_TEXT_12=42yZ9GT+/jWVqCFSHIwAQg_Step-based interactions
211
+ CONTROLS_TEXT_13=qGJKfWxUfnUXSwpiIlaKXA_Displaying, creating, or editing objects
212
+ CONTROLS_TEXT_14=oY5ce3MMY5oLnPU0i8bGSQ_Page with title, header, and content area
213
+ CONTROLS_TEXT_15=3tyNGB/dfJAnxnXwuxd5EA_Page with up to 3 columns
214
+ CONTROLS_TEXT_16=16SlSeH4bZ3sINMRezo8lg_Two-column layout
215
+
216
+ CONTROLS_MASTER_FILTER_PLACERHOLDER=rzAujL8oSJPwqNkmgQ+gCg_Filter
217
+ CONTROLS_MASTER_FILTER_BTN_TOOLTIP=B9Gy47njdGh4hmaCLVqTSQ_Group / Filter
218
+ CONTROLS_MASTER_NO_DATA_TEXT=Y41XhIJGpcHGjPLxHiRMbg_No data, please try with the global search.
219
+
220
+ CODE_BACK_BTN_TOOLTIP=E+6rNjSdvDkCO0TaXQzCFQ_Back to sample
221
+ CODE_API_REFERENCE=mSRaRG1+di7oz0wLBkfuwg_API Reference
222
+ CODE_DOWNLOAD_BTN=vzxl+jaQLsnakYDgGxTE/Q_Download
223
+
224
+ CHANGE_VERSION_DIALOG_TITLE=sXgfIUMyn451TaXkgQ9s0A_Change Version
225
+ CHANGE_VERSION_DIALOG_CLOSE_BTN=F6aOkrRdqY/upunA/bwfkw_Close
226
+ CHANGE_VERSION_DIALOG_APPLY_BTN=bmbydDgZpZXuQA48aEIN0A_Apply
227
+ CHANGE_VERSION_DIALOG_LATEST_BTN=vD33USt1lJXZf1nVi9h0kg_Latest
228
+ APP_SETTINGS_DIALOG_TITLE=IQPF8Rn4OoUojQOE/jPZlA_Settings
229
+ APP_SETTINGS_DIALOG_THEME=Xh4bwc0xaaVTqOyffo5w0w_Theme\:
230
+ APP_SETTINGS_DIALOG_LANGUAGE=uaSRLMujrB4W5KYoyqvKjQ_Language
231
+ APP_SETTINGS_DIALOG_COOKIE_PREFERENCES=yy8nVqzIxcFDn7bnZa7sFA_Cookie Preferences
232
+ APP_SETTINGS_DIALOG_LANGUAGE_INFO=X5Eqw238bRqMUD/5lR5pfg_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.
233
+ APP_SETTINGS_DIALOG_DENSITY=VHHhaeaf5RFxYkOLBjNHkw_Content Density\:
234
+ APP_SETTINGS_DIALOG_READ_MORE=/crJk/oswDrwQxVj29Ocnw_Read more about content densities
235
+ APP_SETTINGS_DIALOG_RTL=fCdyLJB9Ne/jHFLCq+HpkQ_Right-to-Left Mode\:
236
+ APP_SETTINGS_DIALOG_OK_BTN=JakQ8yPftkBsAOwa8UBAsg_OK
237
+ APP_SETTINGS_DIALOG_CANCEL_BTN=sY3O3YIW0zD5uLOiJPEpDw_Cancel
238
+
239
+ COOKIE_SETTINGS_DIALOG_TITLE=zJtUdo5E3YPyMWYiw7Pdrw_Your Cookie Settings
240
+ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=1nk+KOG6B/CNBrw4YslN4A_Required Cookies
241
+ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=k/SNg8G8qAvVUqi39LB8Hw_These cookies are required to enable core site functionality.
242
+ COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=uxFS1LixHT6PTQHuxCWndQ_We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
243
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=v+/NKTxXMO8YsfI14rU9jg_Functional Cookies
244
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=/WmnNpr/8GZdjhX47jX6nA_These cookies are used to analyze site usage for the purpose of measuring and improving site performance.
245
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=6qpSZ01Uoc6q+suX/x0CPA_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.
246
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=P9IJz7fyU+TNR/anpRv0hQ_More Info
247
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=i23PH3lU0iEbFfOYmS7Ecg_Accept All
248
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=t5DkTGtx/6+O+XCU3ASFhQ_Reject All
249
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SET_PREFERENCES=ccnCoumdUCYQZ8npfUDn2A_Set Preferences
250
+ COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SAVE_PREFERENCES=Qgu6EmEpnepiHud73cRWBw_Save Preferences
251
+ COOKIE_SETTINGS_DIALOG_CANCEL_BTN=ZgUjWW0LKtE5HlaZhTSx4A_Cancel
252
+
253
+ EMPTY_TEXT=0Tp5INNIMCunSM7HsZ4cNw_Empty
254
+
255
+ DOWNLOADS_TEXT=ByvnQaD7AZPXi7geQeCu9Q_Downloads
256
+
257
+ DEMO_APPS_TITLE=0uZ0t0MnepPltjMASy2n+g_Demo Apps
258
+ DEMO_APPS_SUBTITLE_OPENUI5=YrseWElMqCPDGMviFPuuMQ_Lists the demo apps that show you how you can use the various features and controls of OpenUI5.
259
+ DEMO_APPS_SUBTITLE_SAPUI5=rS56lP0RmO2VttuYo8NvJA_Lists the demo apps that show you how you can use the various features and controls of SAPUI5.
260
+ DEMO_APPS_READ_MORE_BTN=87k9UEDjlZU8Z6O2/1mnUA_Read More
261
+ DEMO_APPS_DOWNLOAD_OVERVIEW=wsWRzSuimfFFicY5SEZBwA_Downloads Overview
262
+ DEMO_APPS_CATEGORY_SHOWCASE=+/imX5yHx91BuR/t57jyOg_UI5 Concepts in Real-Life Scenarios
263
+ DEMO_APPS_CATEGORY_TUTORIAL=FJeG/DldJ0aWpdLq72FNyA_Demo Apps with Tutorials
264
+ DEMO_APPS_CATEGORY_RTA=umU/xaswGZxe6RkmsKr65Q_SAPUI5 Flexibility Demo Apps
265
+ DEMO_APPS_CATEGORY_MISC=bLONMl6Zif4w+bbGt4mYOA_Miscellaneous Demo Apps
266
+ DEMO_APPS_LIBRARY=3hNw3UE2nLF8WsM0fc6P9Q_Control Library\:
267
+ DEMO_APPS_CARD_LINK=n5MQqVzxeiJLyip1HpDVQA_Open App
268
+ DEMO_APPS_CARD_DOWNLOAD_LINK=otX1YzomsmoikZEiv5ynQQ_Download App
269
+
270
+ LEGAL_DISCLAIMER_TITLE=friNPQwWsr6a4xHBgr7f+g_Legal Disclaimer for Links
271
+ LEGAL_DISCLAIMER_LABEL_1=gLAJqfAU4xN6C79jsWFolw_Links with the icon
272
+ LEGAL_DISCLAIMER_EXTERNAL_TOOLTIP=Hnueq2KU6MPEjV7F5NMY0Q_Information published on non-SAP site
273
+ LEGAL_DISCLAIMER_TEXT_1=clCyhfGgGMVca8O31Ib6Jg_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\:
274
+ LEGAL_DISCLAIMER_TEXT_2=jPCivTRUjwrGkwqWo3KeKA_- The content of the linked-to site is not SAP documentation. You may not infer any product claims against SAP based on this information.
275
+ LEGAL_DISCLAIMER_TEXT_3=2+RsSqp/ZfH2ggHNsHntDA_- SAP does not agree or disagree with the content on the linked-to site, nor does SAP warrant the availability and correctness.
276
+ LEGAL_DISCLAIMER_LABEL_2=kpJYPhpjTxTl5oUqSgDl+Q_Links with the icon
277
+ LEGAL_DISCLAIMER_INTERNAL_TOOLTIP=Q1soBC+XCuldkYKBmbv1KQ_Information published on SAP site
278
+ LEGAL_DISCLAIMER_TEXT_4=YViZt+U51PTRoexetbi/nQ_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.
279
+
280
+ VIEW_SETTINGS_DIALOG_ITEM_1=kRF+xievtj2wtFf48Tt4xw_Alphabetically
281
+ VIEW_SETTINGS_DIALOG_ITEM_2=ob7Eu1dNG9Ph+LqaiMPghg_Category
282
+ VIEW_SETTINGS_DIALOG_ITEM_3=TbjIVKuLUg0XQn0jHmK1sQ_Content Density
283
+ VIEW_SETTINGS_DIALOG_ITEM_4=dhvgdBFwzON619/ya0X7CA_Namespace
284
+ VIEW_SETTINGS_DIALOG_ITEM_5=SpkXMc8hQGOJfgCAQ4z+Jg_Release
285
+
286
+ SAMPLE_BACK_BTN_TOOLTIP=/34Os/hNUurLEzmryOa4uw_Back to samples
287
+ SAMPLE_INFO_TOOLTIP=kCmXNl9AbgiwNpngPFGiXQ_Sample information
288
+ SAMPLE_EDITED_TOOLTIP=8DRMFk9XBKLMrT+W+SpGlQ_Sample is edited
289
+ SAMPLE_EDITED_WARNING=FMsBGe73KDQg67rp2ThFng_This sample has been edited. To reset all changes, press the "Reset all Changes" button when previewing the source code.
290
+ SAMPLE_API_REFERENCE_BTN=r69hzg9wNDf4B7W6OS0AJQ_API Reference
291
+ SAMPLE_PREV_BTN_TOOLTIP=T5v70CiCVbA7GgrSXpdP4Q_Show previous sample
292
+ SAMPLE_NEXT_BTN_TOOLTIP=wfeFr1NLNa+jhmZAFi+BOQ_Show next sample
293
+ SAMPLE_FULLSCREEN_BTN_TOOLTIP=t+8fBe5rICURgjyHmJ3pTg_Show this sample in full screen mode
294
+ SAMPLE_ADAPT_BTN_TOOLTIP=eY+sHWODZSOK4v75X651VQ_Adapt UI
295
+ SAMPLE_CODE_BTN_TOOLTIP=jIdHh74nTJeKCwRKTKAlhA_Show source code for this sample
296
+ SAMPLE_NEW_TAB_BTN_TOOLTIP=D9HaUCH97eBHQAoZ7vJXMw_Open in new tab
297
+ SAMPLE_DOWNLOAD_BTN_TOOLTIP=exFiw0pTBigi5JrSTvRCuA_Download
298
+ SAMPLE_RESET_CHANGES=WOAGyDX71LyNV0GI0iM/Tg_Reset all Changes
299
+
300
+ RELEASE_NOTES_TITLE=3gOZ/ETuthxd8d7mUFF67w_Change Log
301
+
302
+ SEARCH_PAGE_TITLE=JAlyv5adrDbimdJ7iegEKw_Search Results for "{0}"
303
+ SEARCH_PAGE_DESCRIPTION=x4uDjOauXddhKNmnOk1p2g_Search results are displayed in categories.
304
+ SEARCH_PAGE_ALL_SECTION_TITLE=R4oOiZASZOPKSAtrLf151g_All ({0})
305
+ SEARCH_SUGGESTIONS_TITLE_API_REFERENCE=AsOCPQUidFWVnHN2fBvb/Q_Top 10 Results from API Reference
306
+ SEARCH_SUGGESTIONS_TITLE_DOCUMENTATION=ReVv5y6DtSZM6tfTM/+3kg_Top 10 Results from Documentation
307
+ SEARCH_SUGGESTIONS_TITLE_SAMPLES=6uqxWzuVfyTnTLllndqa+A_Top 10 Results from Samples
308
+ SEARCH_SUGGESTIONS_TITLE_ALL=fqiUzjSPWMboK7Lcv2cT6A_Top 10 Results from All
309
+ SEARCH_SUGGESTIONS_ALL_SECTION_TITLE=ywNQawZkVXKqcnUeVkywjg_All
310
+ SEARCH_SUGGESTIONS_SEE_ALL_SECTION_TITLE=S/m2EfVrj9dVSS2DtW8d9g_See All
311
+ SEARCH_SUGGESTIONS_DOCUMENTATION_SECTION_TITLE=q9/IGrdM9bmt2qz25RbthA_Documentation
312
+ SEARCH_SUGGESTIONS_API_SECTION_TITLE=n8fZwJken1WnF1Fkt6KrnQ_API Reference
313
+ SEARCH_SUGGESTIONS_SAMPLES_SECTION_TITLE=WAk3OGpjhHUFQx68FFR7ew_Samples
314
+ SEARCH_SUGGESTIONS_EXTERNAL_SECTION_TITLE=iVEK2zfxCsFLyMfV0c9QFQ_External References
315
+ SEARCH_PAGE_ALL_SECTION_TABLE_TITLE=SKkEavjdqx0bn3E/gd/I1A_All ({0} of {1})
316
+ SEARCH_PAGE_API_SECTION_TITLE=7fP1HqCm1F0MEwg8FKE+yg_API Reference ({0})
317
+ SEARCH_PAGE_API_SECTION_TABLE_TITLE=rUGMLNqwhuI4uW689Scfxw_API Reference ({0} of {1})
318
+ SEARCH_PAGE_DOCUMENTATION_SECTION_TITLE=RCXQJKz2H9bYmlyQ16agSA_Documentation ({0})
319
+ SEARCH_PAGE_DOCUMENTATION_SECTION_TABLE_TITLE=Ey+omLcf5q++ydUK84cOlg_Documentation ({0} of {1})
320
+ SEARCH_PAGE_SAMPLES_SECTION_TITLE=bQ41OCiE90fZEIWytFSFBA_Samples ({0})
321
+ SEARCH_PAGE_SAMPLES_SECTION_TABLE_TITLE=7d1JtVwpsbw1/nPDzDtbMg_Samples ({0} of {1})
322
+ SEARCH_PAGE_EXTERNAL_SECTION_TITLE=dGHOgadeCBc63MYxSMBoqA_External References ({0})
323
+ SEARCH_PAGE_EXTERNAL_SECTION_TABLE_TITLE=xp+uiLbQM8NU3Sgqzi0P0A_External References ({0} of {1})
324
+
325
+ RELEASE_DIALOG_TITLE=1VAZ10hde3RLubyjhOY7hw_Change log for\: {0}
326
+ RELEASE_DIALOG_CLOSE_BTN=HROozCUffT0YTrrd+EFZtg_Close
327
+ RELEASE_DIALOG_NO_DATA_TEXT=m+6vVajBgv3O6L9xiPoJFw_No changes for this library.
328
+
329
+ ABOUT_DIALOG_TITLE=6PoYkNorPkfqD1PKD9M2ow_About
330
+ ABOUT_DIALOG_TEXT_1=ltIilRKu3tI/G4tRXSrfJw_UI5 Demo Kit - UI Development Toolkit for HTML5
331
+ ABOUT_DIALOG_TEXT_2=TaOG2TEMbSsMFyeIIM3pLQ_\u00A9 Copyright 2009-2024 SAP SE. All rights reserved.
332
+ ABOUT_DIALOG_TEXT_3=MHYAd1GiTPyOZy+A+ddkEQ_\u00A9 2009-2024 SAP SE or an SAP affiliate company.
333
+ ABOUT_DIALOG_TEXT_4=9DfCgzbJAQRqMI3KIW9BNQ_{0} Version {1}
334
+ ABOUT_DIALOG_TEXT_5=O2s+HdszE1XL2/pczyOaKQ_Open UI5 Version {0}
335
+ ABOUT_DIALOG_TEXT_6=efp7kYBLS23JQ/E3RCpgKA_This software includes the following library versions
336
+ ABOUT_DIALOG_LINK_1=cOD6yZo3VTxR3/7An3n+QA_Version Details
337
+ ABOUT_DIALOG_TEXT_7=rOox0Ek9SLXRuv1gfm2tZg_This software includes third-party open source software.
338
+ ABOUT_DIALOG_TEXT_8=6TgSZa16jukclzEpWYN89A_Included Third-Party Software
339
+ ABOUT_DIALOG_VERSION_TITLE=Pxmi/IVLEcwrjsTsFLMCvQ_Version Details
340
+ ABOUT_DIALOG_VERSION=tEYB+5aJ5x5bESGJ2ickKw_Version
341
+ ABOUT_DIALOG_DESCRIPTION=4n96lnogqpUxHuErepUOOA_Description
342
+ ABOUT_DIALOG_CHANGE_LOG=mFc/QaIoXSFlY0yGz++bfg_Change Log
343
+ ABOUT_DIALOG_CHANGE_LOG_LINK=tq9DA4aAstRRegcQGk3fUQ_Change Log
344
+ ABOUT_DIALOG_COMPONENT=v2HlLxeC5U89AGifBicABA_Component
345
+ ABOUT_DIALOG_CLOSE_BTN=OPM1WsjVh17E7jFiI4LhVg_Close
346
+ ABOUT_DIALOG_THIRD_PARTY=TU7WKzu/UM48c9FYTOG3mA_Included Third-Party Software
347
+
348
+ FOOTER_LEGAL_DISCOLURE=VtLIbCOh03/NBbNC1uNiuA_Legal Disclosure
349
+ FOOTER_PRIVACY=mzJU6HfbK3KrE3DUxP11Lw_Privacy
350
+ FOOTER_TERMS=+xhZRduE6q/KAtZfywCHrA_Terms of Use
351
+ FOOTER_LICENSE=82/Nf/lJ17IWOUxpiZNpvw_License
352
+
353
+ NOT_FOUND_TITLE=7E9047oUS+jv9Tc2jAHbxg_Not found
354
+ NOT_FOULD_TEXT=HMTTjXCFD7CXYg1vpey2aQ_The requested resource was not found.
355
+ NOT_FOUND_BACK=jQEUFQpjRMCGwtTX1/JRhA_Back
356
+
357
+ NOT_FOUND_REMOVED_TEXT=nWqXaXIFRFv+uvSkIlEg+w_The requested UI5 version is outdated and has been removed.
358
+ NOT_FOUND_DK_REMOVED_TEXT=q6GmD90bnz6OtPf8SMDLhw_The requested UI5 Demo Kit content has been removed.
359
+ NOT_FOUND_UNAVAILABLE_TEXT=+620YlmDKtwC1p5gf+xz1A_The requested resource is not available.
360
+ VERSION_NOT_FOUND_READ_MORE=j9o7stT6O7uz3XVR5VWRqw_Read More
361
+ VERSION_NOT_FOUND_HOME_PAGE_BUTTON=BNbvtZAlmwDQZFzDeYi6tg_Home Page
362
+
363
+ NOT_FOUND_SAMPLE_TITLE=lno4RxClUOq6iYfnGNIVWg_Sample Not Found
364
+ NOT_FOUND_SAMPLE_TEXT=mfa5me1rpQAmBg0S6BfpFw_The requested sample does not exist for the selected UI5 version. Check the available samples here
365
+ NOT_FOUND_SAMPLE_NAV_TO_SAMPLES=NAJf7wmxwCW5u0xoX+g7wA_Samples Page
366
+
367
+ SITEMAP_TITLE=ZCxBGgmTa+jDUIWAiDx3rw_Sitemap
368
+
369
+ LIVE_EDITOR_TITLE=IMqhCJqEMSsX9qnfY08VZw_Live Editor
370
+ LIVE_EDITOR_RESULT=HpCENo4NpKKos7ZtMQbWJw_Result
371
+ LIVE_EDITOR_PREVIEW_BTN=gRurT1HTGjD7D8puh+3zqg_Preview
372
+ LIVE_EDITOR_LIVE_PREVIEW_TEXT=pNgTXLKFgk8fR9mFfv5lFw_Auto-preview
373
+
374
+ API_MASTER_PLACEHOLDER=oA+w6EMhvfmDsok1gcNKVw_Filter
375
+ API_MASTER_EXPAND_BTN_TOOLTIP=K+hPTxT3SAAk9axs1shVqQ_Expand All
376
+ API_MASTER_COLLAPSE_BTN_TOOLTIP=8mFaWBAfudI/rkXcbrFTEg_Collapse All
377
+ API_MASTER_DEPRECATED_CB=tuqeXAuyq7H7jdMiMKsKTw_Include deprecated
378
+ API_MASTER_EXPERIMENTAL_CB=tD4mP7PajMPdAfAzXf2zsw_Include experimental
379
+ API_MASTER_NO_DATA_TEXT=jEJMMptIad0aTM0IeispoA_No data, please try with the global search
380
+ API_MASTER_DEPRECATED=dBOul2bbccGNS06zZC6GjA_Deprecated
381
+ API_MASTER_EXPERIMENTAL=a0b52TueEZK6N7fSzj/JrA_Experimental
382
+ API_MASTER_DEPRECATED_APIS=VpyH0Q+SC7lU60A4YSJwmg_Deprecated APIs
383
+ API_MASTER_EXPERIMENTAL_APIS=WhZBj3DLd9NuzjT0coVzSw_Experimental APIs
384
+ API_MASTER_INDEX_BY_VERSION=2NXXX8xqbJs15IXDGLk6fA_Index by Version
385
+
386
+ API_DETAIL_SINCE_TITLE=iojtbnmKegfHLyvtW5by7Q_Index by Version
387
+
388
+ API_DETAIL_EXPERIMENTAL_TITLE=Za3jEtk3MZLW8e3gIEWvdA_Index of Experimental APIs
389
+
390
+ API_DETAIL_DEPRECATED_TITLE=AWaz4T/jmw61JWlSKgx2Kg_Index of Deprecated APIs
391
+ API_DETAIL_DEPRECATED_WARNING=x5huDWHNclbfpIvwZ1gKpQ_For general information about deprecated features, please check the compatibility rules.
392
+
393
+ API_DETAIL_AS_OF_VERSION=rqG5tn79G1yw+x0s8RQxjQ_As of {0}
394
+ API_DETAIL_NA_VERSION=nwoPgW7eSFpdlB0Z4YCEzQ_Version N/A
395
+
396
+ RESOURCES_INTRO_CARD_TITLE=exJnJbnFfYDUojSsVG6VEg_Resources
397
+ RESOURCES_INTRO_CARD_SUBTITLE=M+atIlJ+XJuDI9iRXf9OKA_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\!
398
+
399
+ RESOURCES_ASIDE_CARD_TITLE=9r4gddt/Dqr1KRwxKW3wVA_Overview A-Z
400
+
401
+ RESOURCES_CATEGORY_TITLE_FEATURED=EP80v4PmsIR7fAHa7pMTJw_Featured
402
+ RESOURCES_CARD_TITLE_ICON_EXPLORER=iMxyMeRMWTVBKkdGhiJa0A_Icon Explorer
403
+ RESOURCES_CARD_DESC_ICON_EXPLORER=73UZmJGXBG9jr4CUgMWBMQ_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.
404
+ RESOURCES_CARD_TITLE_ACC_GUIDE=dphbPtelkgf12c+tAMM2Rg_Accessibility Guide
405
+ RESOURCES_CARD_DESC_ACC_GUIDE=m1A2qC6Ty8nRyX21RflKGg_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.
406
+
407
+ RESOURCES_CATEGORY_TITLE_DEV_TOOLS=ECeMsrddZX/dNtRlOhrOwg_Development Tools
408
+ RESOURCES_CARD_TITLE_TOOLING=sTLCn3NSircJ32b40ABDSA_UI5 Tooling
409
+ RESOURCES_CARD_DESC_TOOLING=256iCm9X4umdXd5kc6/n9g_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.
410
+ RESOURCES_CARD_TITLE_FIORI_TOOLS=aGGYL7/plC1n6yQOjVyTdw_SAP Fiori Tools
411
+ RESOURCES_CARD_DESC_FIORI_TOOLS=fzkn5fdziQ5f1KnaXCwo4Q_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.
412
+ RESOURCES_CARD_TITLE_CARD_EXPLORER=v4ylubgTinsURwuETPHqCA_Card Explorer
413
+ RESOURCES_CARD_DESC_CARD_EXPLORER=fUS4sJPY2sMpgGyuWC677g_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.
414
+ RESOURCES_CARD_TITLE_LINTER=N7dASuncacdUrwhy7UDMYA_UI5 linter
415
+ RESOURCES_CARD_DESC_LINTER=RXcka7apHKG5I65fDMdQ2g_UI5 linter is a static code analysis tool for UI5 projects. It checks JavaScript, XML, JSON, and other files in your project, and reports findings. It helps you follow best practices in your UI5 projects and to adapt them to new UI5 major versions.
416
+ RESOURCES_CARD_TITLE_FPM_EXPLORER=/jYx2NDC84WTPEXDi9YJRw_Flexible Programming Model Explorer
417
+ RESOURCES_CARD_DESC_FPM_EXPLORER=m17kfrf4zv0UAXobMsO1xQ_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.
418
+ RESOURCES_CARD_TITLE_BUSINESS_APP_STUDIO=jm7hqyGk28GcCZETdH8NhQ_SAP Business Application Studio
419
+ RESOURCES_CARD_DESC_BUSINESS_APP_STUDIO=jhz/EmWGcb3dp2WhpcjVVA_SAP Business Application Studio (BAS) is a modern cloud-based development environment, tailored for efficient development and extension of business applications for intelligent enterprises.
420
+
421
+ RESOURCES_CATEGORY_TITLE_CUSTOMISING=yLwIE1Hy8/hmAML0H1CuxA_Customizing
422
+ RESOURCES_CARD_TITLE_THEME_DESIGNER=rDUOgO1Hd2n0WLyHf+SesA_UI Theme Designer
423
+ RESOURCES_CARD_DESC_THEME_DESIGNER=9e5KAWFOqdflMVJ92D07gw_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.
424
+ RESOURCES_CARD_TITLE_THEME_PARAMETER_TOOLBOX=SXMAFr9Enizz4w5ogmfGBA_Theme Parameter Toolbox
425
+ RESOURCES_CARD_DESC_THEME_PARAMETER_TOOLBOX=GIqplpR2BteGKUTNTsPbtw_With the theme parameter toolbox, you can search, filter, and preview semantic theme parameters. It covers current and past themes offered by SAP.
426
+ RESOURCES_CARD_TITLE_FLEXIBILITY=uWU+Ma3ToukwPpzMu5Gmdw_SAPUI5 Flexibility
427
+ RESOURCES_CARD_DESC_FLEXIBILITY=edbRMWqJtW4yIABBiYwtFw_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.
428
+
429
+ RESOURCES_CATEGORY_TITLE_TROUBLESHOOTING=JzF+RP2mmYPxi4khPneKag_Troubleshooting
430
+ RESOURCES_CARD_TITLE_INSPECTOR=zfMxR6aifJukg76SEjH5hw_UI5 Inspector
431
+ RESOURCES_CARD_DESC_INSPECTOR=Y5faVIVbIR109f31CpGkgg_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.
432
+ RESOURCES_CARD_TITLE_SUPPORT_ASSISTANT=6ckAQ467YilqTdcRAWldRQ_Support Assistant
433
+ RESOURCES_CARD_DESC_SUPPORT_ASSISTANT=HJQe/ofYsTc2LvEW+lMcuw_The support assistant enables developers to check whether their apps are built according to SAPUI5 best practices and guidelines.
434
+
435
+ RESOURCES_CATEGORY_TITLE_TESTING=oGdzAqItPnKtdOaQxPWkJA_Testing
436
+ RESOURCES_CARD_TITLE_TEST_RECORDER=JBcEAa0J+1Amqa2sm+rPfQ_Test Recorder
437
+ RESOURCES_CARD_DESC_TEST_RECORDER=UgdZnOfYtezCbVelhUBKJQ_The Test Recorder helps you to create UI5 integration and system tests by recording your actions in the browser.
438
+ RESOURCES_CARD_TITLE_WDI5=0QVV/wglO4KhonLHdql5pA_wdi5
439
+ RESOURCES_CARD_DESC_WDI5=HgBhr+hfdjED2jCim5bxHQ_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.
440
+
441
+ RESOURCES_CARD_LINK_ICON_EXPLORER=T8QpqTSTvUTAo5CtJJCaxw_Check out the Icon Explorer
442
+ RESOURCES_CARD_LINK_ACC_GUIDE=FIdqZkdLgoWAL8UsbxV7jw_Check out the Accessibility Guide
443
+ RESOURCES_CARD_LINK_TOOLING=p84evBkJftdmn++EJMGFag_Check out UI5 Tooling
444
+ RESOURCES_CARD_LINK_FIORI_TOOLS=HF/iMdUHt1mc/VBpjx9avg_Check out the SAP Fiori tools
445
+ RESOURCES_CARD_LINK_CARD_EXPLORER=kQ+KyfAAuo8F+W1paeOYlQ_Check out UI Integration with cards
446
+ RESOURCES_CARD_LINK_LINTER=OqSKfSlHfDXBondp0E3o8w_Check out UI5 linter
447
+ RESOURCES_CARD_LINK_FPM_EXPLORER=md3mccPKax1MdR/zfb3ijA_Check out the FPM Explorer
448
+ RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO=NLWJFFOxUi/5CYaUUs55zA_Check out BAS
449
+ RESOURCES_CARD_LINK_THEME_DESIGNER=Ay6tLyEECTyOsCqkGyWNnQ_Check out UI theme designer
450
+ RESOURCES_CARD_LINK_THEME_PARAMETER_TOOLBOX=7t/2CuU/gf+iaDhquwcaaw_Check out the toolbox
451
+ RESOURCES_CARD_LINK_FLEXIBILITY=OJueSBYMuTzQCNDfex1+Pw_Check out SAPUI5 flexibility
452
+ RESOURCES_CARD_LINK_INSPECTOR=K4wwBNC9Rw4YmS+1qysN/Q_Check out the UI5 Inspector
453
+ RESOURCES_CARD_LINK_SUPPORT_ASSISTANT=MVh4HqyfIm+/G1rHH8s6UQ_Check out the support assistant
454
+ RESOURCES_CARD_LINK_TEST_RECORDER=N18l4zYqYdJWcCFAiraimw_Check out the test recorder
455
+ RESOURCES_CARD_LINK_WDI5=kvMKFsy1O3q29yii3eIM9A_Check out wdi5
456
+
457
+ RESOURCES_CARD_LINK_TOOLTIP=mUPfUZuAXHPxtY/HuPrApA_Open in new tab