@openui5/sap.f 1.120.7 → 1.121.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 (152) hide show
  1. package/.reuse/dep5 +23 -21
  2. package/THIRDPARTY.txt +6 -43
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +5 -4
  6. package/src/sap/f/AvatarGroup.js +4 -4
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  8. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  9. package/src/sap/f/CalendarInCard.js +7 -5
  10. package/src/sap/f/CalendarInCardRenderer.js +6 -11
  11. package/src/sap/f/Card.js +1 -1
  12. package/src/sap/f/CardBase.js +6 -6
  13. package/src/sap/f/DynamicPage.js +35 -15
  14. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  15. package/src/sap/f/DynamicPageHeader.js +30 -16
  16. package/src/sap/f/DynamicPageTitle.js +10 -8
  17. package/src/sap/f/FlexibleColumnLayout.js +220 -90
  18. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutRenderer.js +7 -3
  20. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  21. package/src/sap/f/GridContainer.js +45 -46
  22. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  23. package/src/sap/f/GridContainerRenderer.js +19 -11
  24. package/src/sap/f/GridContainerSettings.js +2 -2
  25. package/src/sap/f/GridList.js +15 -4
  26. package/src/sap/f/GridListItem.js +1 -1
  27. package/src/sap/f/GridNavigationMatrix.js +3 -3
  28. package/src/sap/f/IllustratedMessage.js +1 -1
  29. package/src/sap/f/Illustration.js +1 -1
  30. package/src/sap/f/PlanningCalendarInCardLegend.js +4 -5
  31. package/src/sap/f/PlanningCalendarInCardLegendRenderer.js +4 -4
  32. package/src/sap/f/ProductSwitch.js +7 -7
  33. package/src/sap/f/ProductSwitchItem.js +1 -1
  34. package/src/sap/f/ProductSwitchRenderer.js +3 -3
  35. package/src/sap/f/SearchManager.js +4 -4
  36. package/src/sap/f/ShellBar.js +71 -10
  37. package/src/sap/f/ShellBarRenderer.js +3 -3
  38. package/src/sap/f/SidePanel.js +22 -11
  39. package/src/sap/f/SidePanelItem.js +1 -1
  40. package/src/sap/f/cards/BaseHeader.js +21 -9
  41. package/src/sap/f/cards/Header.js +1 -1
  42. package/src/sap/f/cards/NumericHeader.js +1 -1
  43. package/src/sap/f/cards/NumericIndicators.js +1 -1
  44. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  45. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  49. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  50. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  51. package/src/sap/f/cards/loading/PlaceholderBaseRenderer.js +2 -2
  52. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  53. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  54. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  55. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  56. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  57. package/src/sap/f/designtime/messagebundle_en_US_saprigi.properties +4 -4
  58. package/src/sap/f/dnd/GridDragOver.js +5 -5
  59. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  60. package/src/sap/f/library.js +23 -19
  61. package/src/sap/f/messagebundle.properties +4 -1
  62. package/src/sap/f/messagebundle_ar.properties +2 -0
  63. package/src/sap/f/messagebundle_bg.properties +2 -0
  64. package/src/sap/f/messagebundle_ca.properties +2 -0
  65. package/src/sap/f/messagebundle_cnr.properties +2 -0
  66. package/src/sap/f/messagebundle_cs.properties +2 -0
  67. package/src/sap/f/messagebundle_cy.properties +2 -0
  68. package/src/sap/f/messagebundle_da.properties +2 -0
  69. package/src/sap/f/messagebundle_de.properties +2 -0
  70. package/src/sap/f/messagebundle_el.properties +2 -0
  71. package/src/sap/f/messagebundle_en.properties +86 -1
  72. package/src/sap/f/messagebundle_en_GB.properties +2 -0
  73. package/src/sap/f/messagebundle_en_US_saprigi.properties +82 -80
  74. package/src/sap/f/messagebundle_es.properties +2 -0
  75. package/src/sap/f/messagebundle_es_MX.properties +2 -0
  76. package/src/sap/f/messagebundle_et.properties +2 -0
  77. package/src/sap/f/messagebundle_fi.properties +2 -0
  78. package/src/sap/f/messagebundle_fr.properties +2 -0
  79. package/src/sap/f/messagebundle_fr_CA.properties +2 -0
  80. package/src/sap/f/messagebundle_hi.properties +2 -0
  81. package/src/sap/f/messagebundle_hr.properties +2 -0
  82. package/src/sap/f/messagebundle_hu.properties +2 -0
  83. package/src/sap/f/messagebundle_id.properties +2 -0
  84. package/src/sap/f/messagebundle_it.properties +2 -0
  85. package/src/sap/f/messagebundle_iw.properties +2 -0
  86. package/src/sap/f/messagebundle_ja.properties +2 -0
  87. package/src/sap/f/messagebundle_kk.properties +2 -0
  88. package/src/sap/f/messagebundle_ko.properties +2 -0
  89. package/src/sap/f/messagebundle_lt.properties +2 -0
  90. package/src/sap/f/messagebundle_lv.properties +2 -0
  91. package/src/sap/f/messagebundle_mk.properties +2 -0
  92. package/src/sap/f/messagebundle_ms.properties +2 -0
  93. package/src/sap/f/messagebundle_nl.properties +2 -0
  94. package/src/sap/f/messagebundle_no.properties +2 -0
  95. package/src/sap/f/messagebundle_pl.properties +2 -0
  96. package/src/sap/f/messagebundle_pt.properties +2 -0
  97. package/src/sap/f/messagebundle_pt_PT.properties +2 -0
  98. package/src/sap/f/messagebundle_ro.properties +2 -0
  99. package/src/sap/f/messagebundle_ru.properties +2 -0
  100. package/src/sap/f/messagebundle_sh.properties +2 -0
  101. package/src/sap/f/messagebundle_sk.properties +2 -0
  102. package/src/sap/f/messagebundle_sl.properties +2 -0
  103. package/src/sap/f/messagebundle_sr.properties +2 -0
  104. package/src/sap/f/messagebundle_sv.properties +2 -0
  105. package/src/sap/f/messagebundle_th.properties +2 -0
  106. package/src/sap/f/messagebundle_tr.properties +2 -0
  107. package/src/sap/f/messagebundle_uk.properties +3 -1
  108. package/src/sap/f/messagebundle_vi.properties +2 -0
  109. package/src/sap/f/messagebundle_zh_CN.properties +2 -0
  110. package/src/sap/f/messagebundle_zh_TW.properties +2 -0
  111. package/src/sap/f/semantic/AddAction.js +1 -1
  112. package/src/sap/f/semantic/CloseAction.js +1 -1
  113. package/src/sap/f/semantic/CopyAction.js +1 -1
  114. package/src/sap/f/semantic/DeleteAction.js +1 -1
  115. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  116. package/src/sap/f/semantic/EditAction.js +1 -1
  117. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  118. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  119. package/src/sap/f/semantic/FlagAction.js +1 -1
  120. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  121. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  122. package/src/sap/f/semantic/MainAction.js +1 -1
  123. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  124. package/src/sap/f/semantic/NegativeAction.js +1 -1
  125. package/src/sap/f/semantic/PositiveAction.js +1 -1
  126. package/src/sap/f/semantic/PrintAction.js +1 -1
  127. package/src/sap/f/semantic/SemanticButton.js +1 -1
  128. package/src/sap/f/semantic/SemanticConfiguration.js +7 -8
  129. package/src/sap/f/semantic/SemanticControl.js +1 -1
  130. package/src/sap/f/semantic/SemanticFooter.js +2 -2
  131. package/src/sap/f/semantic/SemanticPage.js +19 -17
  132. package/src/sap/f/semantic/SemanticShareMenu.js +5 -2
  133. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  134. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  135. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  136. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  137. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  138. package/src/sap/f/shellBar/Accessibility.js +5 -5
  139. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  140. package/src/sap/f/shellBar/CoPilot.js +8 -7
  141. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  142. package/src/sap/f/shellBar/Factory.js +14 -8
  143. package/src/sap/f/shellBar/ResponsiveHandler.js +23 -6
  144. package/src/sap/f/shellBar/Search.js +20 -4
  145. package/src/sap/f/themes/base/Card.less +2 -2
  146. package/src/sap/f/themes/base/CardLoading.less +94 -5
  147. package/src/sap/f/themes/base/DynamicPage.less +1 -1
  148. package/src/sap/f/themes/base/DynamicPageHeader.less +1 -1
  149. package/src/sap/f/themes/base/DynamicPageTitle.less +1 -1
  150. package/src/sap/f/themes/base/GridContainer.less +6 -4
  151. package/src/sap/f/themes/base/ShellBar.less +32 -13
  152. package/LICENSES/BSD-2-Clause.txt +0 -22
@@ -5,20 +5,20 @@
5
5
  */
6
6
 
7
7
  sap.ui.define([
8
+ "sap/base/i18n/Localization",
8
9
  "sap/ui/base/Object",
9
10
  "sap/ui/thirdparty/jquery",
10
11
  "sap/base/Log",
11
- "sap/ui/core/Configuration",
12
12
  "sap/ui/core/Element"
13
13
  ],
14
- function(BaseObject, jQuery, Log, Configuration, Element) {
14
+ function(Localization, BaseObject, jQuery, Log, Element) {
15
15
  "use strict";
16
16
 
17
17
  /**
18
18
  * Handles dragging of a control over a given grid container.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.120.7
21
+ * @version 1.121.0
22
22
  *
23
23
  * @extends sap.ui.base.Object
24
24
  *
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * @param {sap.ui.core.Control} oDragControl The control which is dragged
70
70
  * @param {sap.ui.core.Control} oDropContainer The drop container
71
71
  * @param {string} sTargetAggregation The name of the target aggregation inside the drop container
72
- * @param {sap.ui.core.DragSession} oCoreDragSession
72
+ * @param {sap.ui.core.dnd.DragSession} oCoreDragSession
73
73
  * @returns {this} Self for method chaining
74
74
  */
75
75
  GridDragOver.prototype.setCurrentContext = function (oDragControl, oDropContainer, sTargetAggregation, oCoreDragSession) {
@@ -605,7 +605,7 @@ sap.ui.define([
605
605
  // note: this method can be improved, currently it handles most of the cases, but not all of them
606
606
 
607
607
  // try around
608
- var bIsRtl = Configuration.getRTL(),
608
+ var bIsRtl = Localization.getRTL(),
609
609
  iIsRtlModifier = bIsRtl ? -1 : 1,
610
610
  iStepX = 80 * iIsRtlModifier, // px
611
611
  iStepY = 20, // px
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.dnd.DropInfo
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.120.7
40
+ * @version 1.121.0
41
41
  *
42
42
  * @public
43
43
  * @experimental Since 1.68 This class is experimental. The API may change.
@@ -36,13 +36,13 @@ sap.ui.define(["sap/ui/base/DataType",
36
36
  * @namespace
37
37
  * @alias sap.f
38
38
  * @author SAP SE
39
- * @version 1.120.7
39
+ * @version 1.121.0
40
40
  * @since 1.44
41
41
  * @public
42
42
  */
43
43
  var thisLib = sap.ui.getCore().initLibrary({
44
44
  name : "sap.f",
45
- version: "1.120.7",
45
+ version: "1.121.0",
46
46
  dependencies : ["sap.ui.core", "sap.m", "sap.ui.layout"],
47
47
  designtime: "sap/f/designtime/library.designtime",
48
48
  interfaces: [
@@ -188,13 +188,17 @@ sap.ui.define(["sap/ui/base/DataType",
188
188
  /**
189
189
  * Layouts, representing the number of columns to be displayed and their relative widths for a {@link sap.f.FlexibleColumnLayout} control.
190
190
  *
191
- * Each layout has a predefined ratio for the three columns, depending on device size. Based on the device and layout, some columns are hidden.
191
+ * Each layout has a default predefined ratio for the three columns, depending on device size. Based on the device and layout, some columns are hidden.
192
192
  * For more information, refer to the ratios (in %) for each value, listed below: (dash "-" means non-accessible columns).
193
193
  *
194
- * <b>Note:</b> Please note that on a phone device, due to the limited screen size, only one column can be displayed at a time.
194
+ * <b>Notes:</b>
195
+ * <ul>
196
+ * <li>The user is allowed to customize the default ratio by dragging the column separators to resize the columns. The user preferences are then internally saved (in browser localStorage) and automatically re-applied whenever the user re-visits the same layout. </li>
197
+ * <li>Please note that on a phone device, due to the limited screen size, only one column can be displayed at a time.
195
198
  * For all two-column layouts, this column is the <code>Mid</code> column, and for all three-column layouts - the <code>End</code> column,
196
199
  * even though the respective column may be hidden on desktop and tablet for that particular layout. Therefore some of the names
197
- * (such as <code>ThreeColumnsMidExpandedEndHidden</code> for example) are representative of the desktop scenario only.
200
+ * (such as <code>ThreeColumnsMidExpandedEndHidden</code> for example) are representative of the desktop scenario only. </li>
201
+ * </ul>
198
202
  *
199
203
  * For more information, see {@link topic:3b9f760da5b64adf8db7f95247879086 Types of Layout} in the documentation.
200
204
  *
@@ -218,9 +222,9 @@ sap.ui.define(["sap/ui/base/DataType",
218
222
  OneColumn: "OneColumn",
219
223
 
220
224
  /**
221
- * Desktop: 67/33/- Begin (expanded) and Mid columns are displayed
225
+ * Desktop: default ratio is 67/33/- Begin (expanded) and Mid columns are displayed
222
226
  *
223
- * Tablet: 67/33/- Begin (expanded) and Mid columns are displayed
227
+ * Tablet: default ratio is 67/33/- Begin (expanded) and Mid columns are displayed
224
228
  *
225
229
  * Phone: -/100/- only the Mid column is displayed
226
230
  *
@@ -231,9 +235,9 @@ sap.ui.define(["sap/ui/base/DataType",
231
235
  TwoColumnsBeginExpanded: "TwoColumnsBeginExpanded",
232
236
 
233
237
  /**
234
- * Desktop: 33/67/- Begin and Mid (expanded) columns are displayed
238
+ * Desktop: default ratio is 33/67/- Begin and Mid (expanded) columns are displayed
235
239
  *
236
- * Tablet: 33/67/- Begin and Mid (expanded) columns are displayed
240
+ * Tablet: default ratio is 33/67/- Begin and Mid (expanded) columns are displayed
237
241
  *
238
242
  * Phone: -/100/- only the Mid column is displayed
239
243
  *
@@ -257,9 +261,9 @@ sap.ui.define(["sap/ui/base/DataType",
257
261
  MidColumnFullScreen: "MidColumnFullScreen",
258
262
 
259
263
  /**
260
- * Desktop: 25/50/25 Begin, Mid (expanded) and End columns are displayed
264
+ * Desktop: default ratio is 25/50/25 Begin, Mid (expanded) and End columns are displayed
261
265
  *
262
- * Tablet: 0/67/33 Mid (expanded) and End columns are displayed, Begin is accessible by a layout arrow
266
+ * Tablet: default ratio is 0/67/33 Mid (expanded) and End columns are displayed, Begin is accessible by dragging its adjacent column separator to expand the column.
263
267
  *
264
268
  * Phone: -/-/100 only the End column is displayed
265
269
  *
@@ -270,9 +274,9 @@ sap.ui.define(["sap/ui/base/DataType",
270
274
  ThreeColumnsMidExpanded: "ThreeColumnsMidExpanded",
271
275
 
272
276
  /**
273
- * Desktop: 25/25/50 Begin, Mid and End (expanded) columns are displayed
277
+ * Desktop: default ratio is 25/25/50 Begin, Mid and End (expanded) columns are displayed
274
278
  *
275
- * Tablet: 0/33/67 Mid and End (expanded) columns are displayed, Begin is accessible by layout arrows
279
+ * Tablet: default ratio is 0/33/67 Mid and End (expanded) columns are displayed, Begin is accessible by dragging the column separator to expand the column
276
280
  *
277
281
  * Phone: -/-/100 (only the End column is displayed)
278
282
  *
@@ -283,28 +287,28 @@ sap.ui.define(["sap/ui/base/DataType",
283
287
  ThreeColumnsEndExpanded: "ThreeColumnsEndExpanded",
284
288
 
285
289
  /**
286
- * Desktop: 33/67/0 Begin and Mid (expanded) columns are displayed, End is accessible by a layout arrow
290
+ * Desktop: default ratio is 33/67/0 Begin and Mid (expanded) columns are displayed, End is accessible by dragging the column-separator to expand the column.
287
291
  *
288
- * Tablet: 33/67/0 Begin and Mid (expanded) columns are displayed, End is accessible by a layout arrow
292
+ * Tablet: default ratio is 33/67/0 Begin and Mid (expanded) columns are displayed, End is accessible by dragging the column-separator to expand the column.
289
293
  *
290
294
  * Phone: -/-/100 only the End column is displayed
291
295
  *
292
296
  * Use to display the master and detail pages when the user should focus on the detail.
293
- * The detail-detail is still loaded and easily accessible with a layout arrow.
297
+ * The detail-detail is still loaded and easily accessible upon dragging the column-separator to expand the column.
294
298
  *
295
299
  * @public
296
300
  */
297
301
  ThreeColumnsMidExpandedEndHidden: "ThreeColumnsMidExpandedEndHidden",
298
302
 
299
303
  /**
300
- * Desktop: 67/33/0 Begin (expanded) and Mid columns are displayed, End is accessible by layout arrows
304
+ * Desktop: default ratio is 67/33/0 Begin (expanded) and Mid columns are displayed, End is accessible by dragging the column separators
301
305
  *
302
- * Tablet: 67/33/0 Begin (expanded) and Mid columns are displayed, End is accessible by layout arrows
306
+ * Tablet: default ratio is 67/33/0 Begin (expanded) and Mid columns are displayed, End is accessible by dragging the column separators
303
307
  *
304
308
  * Phone: -/-/100 only the End column is displayed
305
309
  *
306
310
  * Use to display the master and detail pages when the user should focus on the master.
307
- * The detail-detail is still loaded and easily accessible with layout arrows.
311
+ * The detail-detail is still loaded and easily accessible by dragging the column separators.
308
312
  *
309
313
  * @public
310
314
  */
@@ -1,6 +1,9 @@
1
1
  #This is the resource bundle for the SAPUI5 sap.f library
2
2
  #__ldi.translation.uuid=9ee60520-c773-11e6-9598-0800200c9a66
3
3
 
4
+ #XTXT: Text indicating the current moment for the dateTimestamp in the Header
5
+ CARD_HEADER_DATETIMESTAMP_NOW=now
6
+
4
7
  #XACT: ARIA announcement for the DynamicPage`s roledescription attribute
5
8
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamic Page
6
9
 
@@ -152,7 +155,7 @@ SHELLBAR_CONTAINER_LABEL=Shell Bar
152
155
  SHELLBAR_LOGO_TOOLTIP=Logo
153
156
 
154
157
  #XTOL: ShellBar CoPilot tooltip
155
- SHELLBAR_COPILOT_TOOLTIP=CoPilot
158
+ SHELLBAR_COPILOT_TOOLTIP=Joule
156
159
 
157
160
  #XTOL: ShellBar Search button tooltip
158
161
  SHELLBAR_SEARCH_TOOLTIP=Search
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=\u0627\u0644\u0622\u0646
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0635\u0641\u062D\u0629 \u062F\u064A\u0646\u0627\u0645\u064A\u0643\u064A\u0629
3
5
 
4
6
  EXPANDED_HEADER=\u0645\u0642\u062F\u0645\u0629 \u0645\u0648\u0633\u0639\u0629
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=\u0421\u0435\u0433\u0430
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0414\u0438\u043D\u0430\u043C\u0438\u0447\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430
3
5
 
4
6
  EXPANDED_HEADER=\u0420\u0430\u0437\u0448\u0438\u0440\u0435\u043D\u0430 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u0430 \u043E\u0431\u043B\u0430\u0441\u0442
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Ara
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=P\u00E0gina din\u00E0mica
3
5
 
4
6
  EXPANDED_HEADER=Cap\u00E7alera desplegada
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Sada
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dinami\u010Dka stranica
3
5
 
4
6
  EXPANDED_HEADER=Pro\u0161ireno zaglavlje
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Nyn\u00ED
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamick\u00E1 str\u00E1nka
3
5
 
4
6
  EXPANDED_HEADER=Rozbalen\u00E1 hlavi\u010Dka
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Nawr
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Tudalen Ddynamig
3
5
 
4
6
  EXPANDED_HEADER=Pennyn wedi'i ehangu
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Nu
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamisk side
3
5
 
4
6
  EXPANDED_HEADER=Ekspanderet top
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Jetzt
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamische Seite
3
5
 
4
6
  EXPANDED_HEADER=Expandierter Kopfbereich
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=\u03A4\u03CE\u03C1\u03B1
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=\u0394\u03C5\u03BD\u03B1\u03BC\u03B9\u03BA\u03AE \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1
3
5
 
4
6
  EXPANDED_HEADER=\u0395\u03BA\u03C4\u03B5\u03C4\u03B1\u03BC\u03AD\u03BD\u03B7 \u03BA\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1
@@ -1,161 +1,246 @@
1
+ #This is the resource bundle for the SAPUI5 sap.f library
2
+ #
1
3
 
4
+ #XTXT: Text indicating the current moment for the dateTimestamp in the Header
5
+ CARD_HEADER_DATETIMESTAMP_NOW=now
6
+
7
+ #XACT: ARIA announcement for the DynamicPage`s roledescription attribute
2
8
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamic Page
3
9
 
10
+ #XACT: ARIA announcement for the DynamicPageHeader Area Expanded state
4
11
  EXPANDED_HEADER=Expanded header
5
12
 
13
+ #XACT: ARIA announcement for the DynamicPageHeader Area Snapped state
6
14
  SNAPPED_HEADER=Snapped header
7
15
 
16
+ #XACT: ARIA announcement for the Pin Button of the DynamicPageHeader Area when it is not pressed
8
17
  PIN_HEADER=Pin Header
9
18
 
19
+ #XACT: ARIA announcement for the DynamicPageHeader Area when it is without title
10
20
  DEFAULT_HEADER_TEXT=Header
11
21
 
22
+ #XACT: ARIA announcement for the Title of the DynamicPageHeader Area when it is pressed
12
23
  TOGGLE_HEADER=Toggle header
13
24
 
25
+ #XACT: ARIA announcement for the Avatar default tooltip
14
26
  AVATAR_TOOLTIP=Avatar
15
27
 
28
+ #XACT: ARIA announcement for the AvatarGroup Popup
16
29
  AVATARGROUP_POPUP=Has popup type dialog
17
30
 
31
+ #XACT: ARIA announcement for the number of Avatars (displayed and hidden)
18
32
  AVATARGROUP_NUMBER_OF_AVATARS=Conjoined avatars, {0} avatars displayed, {1} avatars hidden, activate for complete list
19
33
 
34
+ #XTOL: Tooltip on the button to allow to scroll back
20
35
  FCL_BEGIN_COLUMN_REGION_TEXT=First column
21
36
 
37
+ #XTOL: Tooltip on the button to allow to scroll back
22
38
  FCL_MID_COLUMN_REGION_TEXT=Middle column
23
39
 
40
+ #XTOL: Tooltip on the button to allow to scroll back
24
41
  FCL_END_COLUMN_REGION_TEXT=Last column
25
42
 
43
+ #XTOL: Announced text when expand/collapse button is pressed
26
44
  FCL_FIRST_COLUMN_EXPANDED_MESSAGE=First column expanded
27
45
 
46
+ #XTOL: Announced text when expand/collapse button is pressed
28
47
  FCL_MIDDLE_COLUMN_EXPANDED_MESSAGE=Middle column expanded
29
48
 
49
+ #XTOL: Announced text when expand/collapse button is pressed
30
50
  FCL_LAST_COLUMN_EXPANDED_MESSAGE=Last column expanded
31
51
 
52
+ #XTOL: Tooltip for FCL column-separators
32
53
  FCL_SEPARATOR_MOVE=Press ARROW keys to move
33
54
 
55
+ #XTOL: Tooltip on the button that collapses the header area
34
56
  COLLAPSE_HEADER_BUTTON_TOOLTIP=Collapse Header
35
57
 
58
+ #XTOL: Tooltip on the button that expands the header area
36
59
  EXPAND_HEADER_BUTTON_TOOLTIP=Expand Header
37
60
 
61
+ #XACT: ARIA announcement for the DynamicPageHeader`s roledescription attribute
38
62
  SEMANTIC_PAGE_ROLE_DESCRIPTION=Semantic Page
39
63
 
64
+ #XBUT: sap.f.semantic.SemanticControl Edit button text
40
65
  SEMANTIC_CONTROL_EDIT=Edit
41
66
 
67
+ #XBUT: sap.f.semantic.SemanticControl Add button text
42
68
  SEMANTIC_CONTROL_ADD=Add
43
69
 
70
+ #XBUT: sap.f.semantic.SemanticControl Delete button text
44
71
  SEMANTIC_CONTROL_DELETE=Delete
45
72
 
73
+ #XBUT: sap.f.semantic.SemanticControl Save button text
46
74
  SEMANTIC_CONTROL_SAVE=Save
47
75
 
76
+ #XBUT: sap.f.semantic.SemanticControl Copy button text
48
77
  SEMANTIC_CONTROL_COPY=Copy
49
78
 
79
+ #XBUT: sap.f.semantic.SemanticControl Cancel button text
50
80
  SEMANTIC_CONTROL_CANCEL=Cancel
51
81
 
82
+ #XBUT: sap.f.semantic.SemanticControl "Action" Accept button text
52
83
  SEMANTIC_CONTROL_ACCEPT=Accept
53
84
 
85
+ #XBUT: sap.f.semantic.SemanticControl "Action" Reject button text
54
86
  SEMANTIC_CONTROL_REJECT=Reject
55
87
 
88
+ #XBUT: sap.f.semantic.SemanticControl Flag button text
56
89
  SEMANTIC_CONTROL_FLAG=Flag
57
90
 
91
+ #XBUT: sap.f.semantic.SemanticControl Favorite button text
58
92
  SEMANTIC_CONTROL_FAVORITE=Favorite
59
93
 
94
+ #XBUT: sap.f.semantic.SemanticControl Send E-Mail button text
60
95
  SEMANTIC_CONTROL_SEND_EMAIL=Send E-Mail
61
96
 
97
+ #XBUT: sap.f.semantic.SemanticControl Discuss in SAP Work Zone button text
62
98
  SEMANTIC_CONTROL_DISCUSS_IN_WORK_ZONE=Discuss in SAP Work Zone
63
99
 
100
+ #XBUT: sap.f.semantic.SemanticControl Share on SAP Work Zone button text
64
101
  SEMANTIC_CONTROL_SHARE_ON_WORK_ZONE=Share on SAP Work Zone
65
102
 
103
+ #XBUT: sap.f.semantic.SemanticControl Send Message button text
66
104
  SEMANTIC_CONTROL_SEND_MESSAGE=Send Message
67
105
 
106
+ #XBUT: sap.f.semantic.SemanticControl Print button text
68
107
  SEMANTIC_CONTROL_PRINT=Print
69
108
 
109
+ #XBUT: sap.f.semantic.SemanticControl Message indicator button text
70
110
  SEMANTIC_CONTROL_MESSAGES_INDICATOR=Messages
71
111
 
112
+ #XBUT: sap.f.semantic.SemanticControl "Action" Share button text
72
113
  SEMANTIC_CONTROL_ACTION_SHARE=Share
73
114
 
115
+ #XTOL: sap.f.semantic.SemanticControl "Action" Share button shortcut hint
74
116
  SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT=Ctrl+Shift+S
75
117
 
118
+ #XTOL: sap.f.semantic.SemanticControl "Action" Share button shortcut hint on macOS
76
119
  SEMANTIC_CONTROL_ACTION_SHARE_SHORTCUT_MAC=Cmd+Shift+S
77
120
 
121
+ #XBUT: sap.f.semantic.SemanticControl "Action" FullScreen button text
78
122
  SEMANTIC_CONTROL_FULL_SCREEN=Full Screen
79
123
 
124
+ #XBUT: sap.f.semantic.SemanticControl "Action" ExitFullScreen button text
80
125
  SEMANTIC_CONTROL_EXIT_FULL_SCREEN=Exit Full Screen Mode
81
126
 
127
+ #XBUT: sap.f.semantic.SemanticControl "Action" Close button text
82
128
  SEMANTIC_CONTROL_CLOSE=Close
83
129
 
130
+ #XACT ARIA announcement (aria-roledescription) for an sap.f.Card
84
131
  ARIA_ROLEDESCRIPTION_CARD=Card
85
132
 
133
+ #XACT: ARIA announcement (aria-roledescription) for the header of an sap.f.Card when the header is not interactable
86
134
  ARIA_ROLEDESCRIPTION_CARD_HEADER=Card Header
87
135
 
136
+ #XACT: ARIA announcement (aria-roledescription) for the header of an sap.f.Card when the header is interactable
88
137
  ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=Interactive Card Header
89
138
 
139
+ #XACT: sap.f.Card "Card Content" aria-label text
90
140
  ARIA_LABEL_CARD_CONTENT=Card Content
91
141
 
142
+ #XACT: ARIA announcement (aria-labelledby) for internal actions and navigation actions toolbar aggregations inside sap.f.DynamicPage / sap.f.SemanticPage
92
143
  ARIA_LABEL_TOOLBAR_HEADER_ACTIONS=Header actions
93
144
 
145
+ #XACT: ARIA announcement (aria-labelledby) for internal footer actions toolbar aggregation inside sap.f.DynamicPage / sap.f.SemanticPage
94
146
  ARIA_LABEL_TOOLBAR_FOOTER_ACTIONS=Footer actions
95
147
 
148
+ #XACT: sap.f.Card "Avatar" text
96
149
  ARIA_HEADER_AVATAR_TEXT=Avatar
97
150
 
151
+ #XACT: ARIA announcement of the ShellBar container
98
152
  SHELLBAR_CONTAINER_LABEL=Shell Bar
99
153
 
154
+ #XTOL: ShellBar logo tooltip
100
155
  SHELLBAR_LOGO_TOOLTIP=Logo
101
156
 
102
- SHELLBAR_COPILOT_TOOLTIP=CoPilot
157
+ #XTOL: ShellBar CoPilot tooltip
158
+ SHELLBAR_COPILOT_TOOLTIP=Joule
103
159
 
160
+ #XTOL: ShellBar Search button tooltip
104
161
  SHELLBAR_SEARCH_TOOLTIP=Search
105
162
 
163
+ #XTOL: ShellBar Notifications button tooltip
106
164
  SHELLBAR_NOTIFICATIONS_TOOLTIP=Notifications
107
165
 
166
+ #XTOL: ShellBar Profile button tooltip
108
167
  SHELLBAR_PROFILE_TOOLTIP=Profile
109
168
 
169
+ #XTOL: ShellBar Products button tooltip
110
170
  SHELLBAR_PRODUCTS_TOOLTIP=My Products
111
171
 
172
+ #XTOL: ShellBar Back button tooltip
112
173
  SHELLBAR_BACK_TOOLTIP=Navigate Back
113
174
 
175
+ #XTOL: ShellBar Menu button tooltip
114
176
  SHELLBAR_MENU_TOOLTIP=Menu
115
177
 
178
+ #XACT: ARIA announcement of ProductSwitch container
116
179
  PRODUCTSWITCH_CONTAINER_LABEL=Products
117
180
 
181
+ #XACT: ARIA announcement of GridContainer item keyshortcuts
118
182
  GRIDCONTAINER_ITEM_KEYSHORTCUTS=Press TAB to enter item
119
183
 
184
+ #XACT: ARIA announcement of GridContainer roledescription
120
185
  GRIDCONTAINER_ROLEDESCRIPTION=Item List
121
186
 
187
+ #XACT CalendarInCard header navigation announcement
122
188
  CALENDAR_NAVIGATION=Calendar Navigation
123
189
 
190
+ #XBUT: Today button of CalendarInCard control
124
191
  CALENDAR_TODAY=Today
125
192
 
193
+ #XACT CalendarInCard header Today button announcement
126
194
  CALENDAR_NAVIGATE_TO_TODAY=Navigate to the current day
127
195
 
196
+ #XACT CalendarInCard header's datepicker accessibility announcement
128
197
  CALENDAR_SELECT_RANGE=Select range
129
198
 
199
+ #XBUT Cancel button text in the Calendar
130
200
  CALENDAR_CANCEL=Cancel
131
201
 
202
+ #XACT Arrow left button text in the navigation in the Calendar
132
203
  CALENDAR_BTN_PREV=Previous
133
204
 
205
+ #XACT Arrow right button text in the navigation in the Calendar
134
206
  CALENDAR_BTN_NEXT=Next
135
207
 
208
+ #XACT More button text in the Calendar Legend
136
209
  CALENDAR_LEGEND_MORE=More
137
210
 
211
+ #XBUT: sap.f.SidePanel Close button text
138
212
  SIDEPANEL_CLOSE_BUTTON_TEXT=Close
139
213
 
214
+ #XBUT: sap.f.SidePanel Expand/Collapse button 'Expand' text
140
215
  SIDEPANEL_EXPAND_BUTTON_TEXT=Expand
141
216
 
217
+ #XBUT: sap.f.SidePanel Expand/Collapse button 'Collapse' text
142
218
  SIDEPANEL_COLLAPSE_BUTTON_TEXT=Collapse
143
219
 
220
+ #XBUT: sap.f.SidePanel 'More Actions' text
144
221
  SIDEPANEL_MORE_ACTIONS_TEXT=More Actions
145
222
 
223
+ #XBUT: sap.f.SidePanel 'Show Less' text
146
224
  SIDEPANEL_SHOW_LESS_TEXT=Show Less
147
225
 
226
+ #XACT: sap.f.SidePanel "Side Panel Content" aria-label text
148
227
  SIDEPANEL_CONTENT_ARIA_LABEL=Side Panel Content
149
228
 
229
+ #XACT: sap.f.SidePanel "Selected" announcement text
150
230
  SIDEPANEL_NAV_ITEM_SELECTED=Selected
151
231
 
232
+ #XACT: sap.f.SidePanel Default aria-label text for the side panel
152
233
  SIDEPANEL_DEFAULT_ARIA_LABEL=Side Panel
153
234
 
235
+ #XMIT: sap.f.SidePanel context menu minimum width menu item text
154
236
  SIDEPANEL_CONTEXTMENU_MINIMUM_WIDTH=Collapse to Minimum Width
155
237
 
238
+ #XMIT: sap.f.SidePanel context menu default width menu item text
156
239
  SIDEPANEL_CONTEXTMENU_DEFAULT_WIDTH=Reset to Default Width
157
240
 
241
+ #XMIT: sap.f.SidePanel context menu maximum width menu item text
158
242
  SIDEPANEL_CONTEXTMENU_MAXIMUM_WIDTH=Expand to Maximum Width
159
243
 
244
+ #XACT: sap.f.SidePanel "Selected" announcement text
160
245
  SIDEPANEL_RESIZE_SPLITTER_TITLE=Resize Side Panel
161
246
 
@@ -1,4 +1,6 @@
1
1
 
2
+ CARD_HEADER_DATETIMESTAMP_NOW=Now
3
+
2
4
  DYNAMIC_PAGE_ROLE_DESCRIPTION=Dynamic Page
3
5
 
4
6
  EXPANDED_HEADER=Expanded header