@openui5/sap.tnt 1.71.66 → 1.71.68

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 (53) hide show
  1. package/package.json +3 -3
  2. package/src/sap/tnt/.library +1 -1
  3. package/src/sap/tnt/InfoLabel.js +1 -1
  4. package/src/sap/tnt/NavigationList.js +1 -1
  5. package/src/sap/tnt/NavigationListItem.js +20 -14
  6. package/src/sap/tnt/NavigationListRenderer.js +5 -1
  7. package/src/sap/tnt/SideNavigation.js +5 -3
  8. package/src/sap/tnt/ToolHeader.js +1 -1
  9. package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
  10. package/src/sap/tnt/ToolPage.js +1 -1
  11. package/src/sap/tnt/library.js +2 -2
  12. package/src/sap/tnt/messagebundle.properties +7 -1
  13. package/src/sap/tnt/messagebundle_ar.properties +4 -0
  14. package/src/sap/tnt/messagebundle_bg.properties +4 -0
  15. package/src/sap/tnt/messagebundle_ca.properties +4 -0
  16. package/src/sap/tnt/messagebundle_cs.properties +4 -0
  17. package/src/sap/tnt/messagebundle_da.properties +4 -0
  18. package/src/sap/tnt/messagebundle_de.properties +4 -0
  19. package/src/sap/tnt/messagebundle_el.properties +4 -0
  20. package/src/sap/tnt/messagebundle_en.properties +4 -0
  21. package/src/sap/tnt/messagebundle_en_US_saptrc.properties +2 -6
  22. package/src/sap/tnt/messagebundle_es.properties +4 -0
  23. package/src/sap/tnt/messagebundle_et.properties +4 -0
  24. package/src/sap/tnt/messagebundle_fi.properties +4 -0
  25. package/src/sap/tnt/messagebundle_fr.properties +4 -0
  26. package/src/sap/tnt/messagebundle_hi.properties +4 -0
  27. package/src/sap/tnt/messagebundle_hr.properties +4 -0
  28. package/src/sap/tnt/messagebundle_hu.properties +4 -0
  29. package/src/sap/tnt/messagebundle_it.properties +4 -0
  30. package/src/sap/tnt/messagebundle_iw.properties +4 -0
  31. package/src/sap/tnt/messagebundle_ja.properties +4 -0
  32. package/src/sap/tnt/messagebundle_kk.properties +4 -0
  33. package/src/sap/tnt/messagebundle_ko.properties +4 -0
  34. package/src/sap/tnt/messagebundle_lt.properties +4 -0
  35. package/src/sap/tnt/messagebundle_lv.properties +4 -0
  36. package/src/sap/tnt/messagebundle_ms.properties +4 -0
  37. package/src/sap/tnt/messagebundle_nl.properties +4 -0
  38. package/src/sap/tnt/messagebundle_no.properties +4 -0
  39. package/src/sap/tnt/messagebundle_pl.properties +4 -0
  40. package/src/sap/tnt/messagebundle_pt.properties +4 -0
  41. package/src/sap/tnt/messagebundle_ro.properties +4 -0
  42. package/src/sap/tnt/messagebundle_ru.properties +4 -0
  43. package/src/sap/tnt/messagebundle_sh.properties +4 -0
  44. package/src/sap/tnt/messagebundle_sk.properties +4 -0
  45. package/src/sap/tnt/messagebundle_sl.properties +4 -0
  46. package/src/sap/tnt/messagebundle_sr.properties +4 -0
  47. package/src/sap/tnt/messagebundle_sv.properties +4 -0
  48. package/src/sap/tnt/messagebundle_th.properties +4 -0
  49. package/src/sap/tnt/messagebundle_tr.properties +4 -0
  50. package/src/sap/tnt/messagebundle_uk.properties +4 -0
  51. package/src/sap/tnt/messagebundle_vi.properties +4 -0
  52. package/src/sap/tnt/messagebundle_zh_CN.properties +4 -0
  53. package/src/sap/tnt/messagebundle_zh_TW.properties +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.71.66",
3
+ "version": "1.71.68",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.71.66",
18
- "@openui5/sap.ui.core": "1.71.66"
17
+ "@openui5/sap.m": "1.71.68",
18
+ "@openui5/sap.ui.core": "1.71.68"
19
19
  }
20
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.71.66</version>
9
+ <version>1.71.68</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -48,7 +48,7 @@ sap.ui.define([
48
48
  * @extends sap.ui.core.Control
49
49
  *
50
50
  * @author SAP SE
51
- * @version 1.71.66
51
+ * @version 1.71.68
52
52
  *
53
53
  * @constructor
54
54
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.71.66
44
+ * @version 1.71.68
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.71.66
35
+ * @version 1.71.68
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -458,15 +458,19 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
458
458
  isNavListItemExpanded = this.getExpanded(),
459
459
  text = this.getText(),
460
460
  tooltip,
461
- ariaProps = {
462
- level: '1'
463
- };
461
+ ariaProps = {};
462
+
463
+ //checking if there are items level 2 in the NavigationListItem
464
+ //of yes - there is need of aria-expanded property
465
+ if (isListExpanded) {
466
+ if (!control.hasStyleClass("sapTntNavLIPopup")) {
467
+ ariaProps.level = '1';
468
+ }
464
469
 
465
- //checking if there are items level 2 in the NavigationListItem
466
- //of yes - there is need of aria-expanded property
467
- if (isListExpanded && this.getItems().length !== 0) {
470
+ if (this.getItems().length !== 0) {
468
471
  ariaProps.expanded = isNavListItemExpanded;
469
472
  }
473
+ }
470
474
 
471
475
  rm.openStart("div");
472
476
 
@@ -485,8 +489,8 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
485
489
  rm.attr("title", tooltip);
486
490
  }
487
491
 
488
- ariaProps.role = 'menuitem';
489
- if (!control.hasStyleClass("sapTntNavLIPopup")) {
492
+ ariaProps.role = 'menuitemradio';
493
+ if (!control.hasStyleClass("sapTntNavLIPopup") && this.getItems().length > 0) {
490
494
  ariaProps.haspopup = true;
491
495
  }
492
496
  } else {
@@ -573,7 +577,12 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
573
577
  */
574
578
  NavigationListItem.prototype.renderSecondLevelNavItem = function (rm, control) {
575
579
 
576
- var group = this.getParent();
580
+ var group = this.getParent(),
581
+ isInPopup = control.hasStyleClass("sapTntNavLIPopup"),
582
+ ariaProps = {
583
+ role: isInPopup ? 'menuitemradio' : 'treeitem',
584
+ level: !isInPopup ? '2' : undefined
585
+ };
577
586
 
578
587
  rm.openStart('li', this);
579
588
  rm.class("sapTntNavLIItem");
@@ -593,10 +602,7 @@ sap.ui.define(["./library", 'sap/ui/core/Core', "sap/ui/core/Item", 'sap/ui/core
593
602
  }
594
603
 
595
604
  // ARIA
596
- rm.accessibilityState({
597
- role: control.hasStyleClass("sapTntNavLIPopup") ? 'menuitem' : 'treeitem',
598
- level: '2'
599
- });
605
+ rm.accessibilityState(ariaProps);
600
606
 
601
607
  rm.openEnd();
602
608
 
@@ -64,6 +64,10 @@ sap.ui.define([],
64
64
  role = !expanded || control.hasStyleClass("sapTntNavLIPopup") ? 'menubar' : 'tree';
65
65
 
66
66
  rm.attr("role", role);
67
+
68
+ if (role === 'menubar') {
69
+ rm.attr("aria-orientation", "vertical");
70
+ }
67
71
  rm.openEnd();
68
72
 
69
73
  // Rendering visible groups
@@ -77,4 +81,4 @@ sap.ui.define([],
77
81
 
78
82
  return NavigationListRenderer;
79
83
 
80
- }, /* bExport= */ true);
84
+ }, /* bExport= */ true);
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.71.66
43
+ * @version 1.71.68
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -385,13 +385,14 @@ sap.ui.define([
385
385
  SideNavigation.prototype._getTopArrowControl = function () {
386
386
  var iconControl = this.getAggregation('_topArrowControl');
387
387
  var that = this;
388
+ var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle('sap.tnt');
388
389
 
389
390
  if (!iconControl) {
390
391
  iconControl = new Icon({
391
392
  src: 'sap-icon://navigation-up-arrow',
392
393
  noTabStop: true,
393
394
  useIconTooltip: false,
394
- tooltip: '',
395
+ tooltip: oLibraryResourceBundle.getText('SIDE_NAV_SCROLL_UP_TOOLTIP'),
395
396
  press: this._arrowPress.bind(that)
396
397
  }).addStyleClass('sapTntSideNavigationScrollIcon sapTntSideNavigationScrollIconUp');
397
398
  this.setAggregation("_topArrowControl", iconControl, true);
@@ -408,13 +409,14 @@ sap.ui.define([
408
409
  SideNavigation.prototype._getBottomArrowControl = function () {
409
410
  var iconControl = this.getAggregation('_bottomArrowControl');
410
411
  var that = this;
412
+ var oLibraryResourceBundle = sap.ui.getCore().getLibraryResourceBundle('sap.tnt');
411
413
 
412
414
  if (!iconControl) {
413
415
  iconControl = new Icon({
414
416
  src: 'sap-icon://navigation-down-arrow',
415
417
  noTabStop: true,
416
418
  useIconTooltip: false,
417
- tooltip: '',
419
+ tooltip: oLibraryResourceBundle.getText('SIDE_NAV_SCROLL_DOWN_TOOLTIP'),
418
420
  press: this._arrowPress.bind(that)
419
421
  }).addStyleClass('sapTntSideNavigationScrollIcon sapTntSideNavigationScrollIconDown');
420
422
 
@@ -126,7 +126,7 @@ sap.ui.define([
126
126
  * @implements sap.tnt.IToolHeader
127
127
  *
128
128
  * @author SAP SE
129
- * @version 1.71.66
129
+ * @version 1.71.68
130
130
  *
131
131
  * @constructor
132
132
  * @public
@@ -22,7 +22,7 @@ sap.ui.define(['./library', 'sap/ui/core/Control'],
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.71.66
25
+ * @version 1.71.68
26
26
  *
27
27
  * @constructor
28
28
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.71.66
34
+ * @version 1.71.68
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -17,14 +17,14 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
17
17
  * @namespace
18
18
  * @name sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.71.66
20
+ * @version 1.71.68
21
21
  * @public
22
22
  */
23
23
 
24
24
  // delegate further initialization of this library to the Core
25
25
  sap.ui.getCore().initLibrary({
26
26
  name : "sap.tnt",
27
- version: "1.71.66",
27
+ version: "1.71.68",
28
28
  dependencies : ["sap.ui.core", "sap.m"],
29
29
  designtime: "sap/tnt/designtime/library.designtime",
30
30
  types: [
@@ -6,4 +6,10 @@
6
6
  INFOLABEL_DEFAULT=Info Label
7
7
 
8
8
  #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=Empty Info Label
9
+ INFOLABEL_EMPTY=Empty Info Label
10
+
11
+ #XTOL: tooltip for the scroll up icon of SideNavigation
12
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Scroll up
13
+
14
+ #XTOL: tooltip for the scroll down icon of SideNavigation
15
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scroll down
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u062A\u0633\u0645\u064A\u0629 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A
4
4
 
5
5
  INFOLABEL_EMPTY=\u062A\u0633\u0645\u064A\u0629 \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0641\u0627\u0631\u063A\u0629
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u062A\u0645\u0631\u064A\u0631 \u0644\u0623\u0639\u0644\u0649
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u062A\u0645\u0631\u064A\u0631 \u0644\u0623\u0633\u0641\u0644
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u0435\u0442\u0438\u043A\u0435\u0442
4
4
 
5
5
  INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u0435\u043D \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u0435\u0442\u0438\u043A\u0435\u0442
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u0421\u043A\u0440\u043E\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430\u0433\u043E\u0440\u0435
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0421\u043A\u0440\u043E\u043B\u0438\u0440\u0430\u043D\u0435 \u043D\u0430\u0434\u043E\u043B\u0443
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etiqueta d'informaci\u00F3
4
4
 
5
5
  INFOLABEL_EMPTY=Etiqueta d'informaci\u00F3 buida
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Despla\u00E7ar amunt
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Despla\u00E7ar avall
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Informa\u010Dn\u00ED ozna\u010Den\u00ED
4
4
 
5
5
  INFOLABEL_EMPTY=Pr\u00E1zdn\u00E9 informa\u010Dn\u00ED ozna\u010Den\u00ED
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Scroll up
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scroll down
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Info.etiket
4
4
 
5
5
  INFOLABEL_EMPTY=Tom info.etiket
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Rul op
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Rul ned
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Info-Label
4
4
 
5
5
  INFOLABEL_EMPTY=Leeres Info-Label
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Scroll up
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scroll down
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
4
4
 
5
5
  INFOLABEL_EMPTY=\u039A\u03B5\u03BD\u03AE \u0395\u03C4\u03B9\u03BA\u03AD\u03C4\u03B1 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03B9\u03CE\u03BD
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u039A\u03CD\u03BB\u03B9\u03C3\u03B7 \u03A0\u03AC\u03BD\u03C9
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u039A\u03CD\u03BB\u03B9\u03C3\u03B7 \u039A\u03AC\u03C4\u03C9
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Info Label
4
4
 
5
5
  INFOLABEL_EMPTY=Empty Info Label
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Scroll up
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scroll down
@@ -1,9 +1,5 @@
1
- #This is the resource bundle for the SAPUI5 sap.tnt library
2
- #
3
1
 
4
2
 
5
- #XACT: ARIA Default control description
6
- INFOLABEL_DEFAULT=acYXVTn++ZbwHuhjAJayzQ_Info label
3
+ INFOLABEL_DEFAULT=epPSRQZdDtwGZG5M3WRj0Q_Info Label
7
4
 
8
- #XACT: ARIA control description when there is no text
9
- INFOLABEL_EMPTY=zbaGI0usx9mfiBVWE+PzMw_Empty info label
5
+ INFOLABEL_EMPTY=U+a72zueRxNCmbBXlZtO0Q_Empty Info Label
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etiqueta de informaci\u00F3n
4
4
 
5
5
  INFOLABEL_EMPTY=Etiqueta de informaci\u00F3n vac\u00EDa
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Desplazar hacia arriba
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Desplazar hacia abajo
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Teabesilt
4
4
 
5
5
  INFOLABEL_EMPTY=T\u00FChi teabesilt
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Keri \u00FCles
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Keri alla
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Infoetiketti
4
4
 
5
5
  INFOLABEL_EMPTY=Tyhj\u00E4 infoetiketti
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Vierit\u00E4 yl\u00F6sp\u00E4in
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Vierit\u00E4 alasp\u00E4in
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u00C9tiquette d'information
4
4
 
5
5
  INFOLABEL_EMPTY=\u00C9tiquette d'information vide
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Faire d\u00E9filer vers le haut
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Faire d\u00E9filer vers le bas
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
4
4
 
5
5
  INFOLABEL_EMPTY=\u0930\u093F\u0915\u094D\u0924 \u091C\u093E\u0928\u0915\u093E\u0930\u0940 \u0932\u0947\u092C\u0932
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u090A\u092A\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0928\u0940\u091A\u0947 \u0915\u0940 \u0913\u0930 \u0938\u094D\u0915\u094D\u0930\u0949\u0932 \u0915\u0930\u0947\u0902
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Oznaka informacija
4
4
 
5
5
  INFOLABEL_EMPTY=Prazna oznaka informacija
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Pomakni gore
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Pomakni dolje
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Inf\u00F3c\u00EDmke
4
4
 
5
5
  INFOLABEL_EMPTY=\u00DCres inf\u00F3c\u00EDmke
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=G\u00F6rget\u00E9s felfel\u00E9
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=G\u00F6rget\u00E9s lefel\u00E9
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etichetta informativa
4
4
 
5
5
  INFOLABEL_EMPTY=Etichetta informativa vuota
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Scorri in alto
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Scorri in basso
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2
4
4
 
5
5
  INFOLABEL_EMPTY=\u05EA\u05D5\u05D5\u05D9\u05EA \u05DE\u05D9\u05D3\u05E2 \u05E8\u05D9\u05E7\u05D4
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u05D2\u05DC\u05D5\u05DC \u05DC\u05DE\u05E2\u05DC\u05D4
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u05D2\u05DC\u05D5\u05DC \u05DC\u05DE\u05D8\u05D4
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u60C5\u5831\u30E9\u30D9\u30EB
4
4
 
5
5
  INFOLABEL_EMPTY=\u7A7A\u306E\u60C5\u5831\u30E9\u30D9\u30EB
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u4E0A\u306B\u30B9\u30AF\u30ED\u30FC\u30EB
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u4E0B\u306B\u30B9\u30AF\u30ED\u30FC\u30EB
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0410\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
4
4
 
5
5
  INFOLABEL_EMPTY=\u0411\u043E\u0441 \u0430\u049B\u043F\u0430\u0440\u0430\u0442\u0442\u044B\u049B \u0431\u0435\u043B\u0433\u0456
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u0416\u043E\u0493\u0430\u0440\u044B \u0430\u0439\u043D\u0430\u043B\u0434\u044B\u0440\u0443
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0422\u04E9\u043C\u0435\u043D \u0430\u0439\u043D\u0430\u043B\u0434\u044B\u0440\u0443
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\uC815\uBCF4 \uB808\uC774\uBE14
4
4
 
5
5
  INFOLABEL_EMPTY=\uBE44\uC5B4 \uC788\uB294 \uC815\uBCF4 \uB808\uC774\uBE14
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\uC704\uB85C \uC2A4\uD06C\uB864
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\uC544\uB798\uB85C \uC2A4\uD06C\uB864
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Informacin\u0117 etiket\u0117
4
4
 
5
5
  INFOLABEL_EMPTY=Tu\u0161\u010Dia informacin\u0117 etiket\u0117
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Slinkti auk\u0161tyn
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Slinkti \u017Eemyn
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Inform\u0101cijas eti\u0137ete
4
4
 
5
5
  INFOLABEL_EMPTY=Tuk\u0161a inform\u0101cijas eti\u0137ete
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Ritin\u0101t uz aug\u0161u
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Ritin\u0101t uz leju
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Label Maklumat
4
4
 
5
5
  INFOLABEL_EMPTY=Label Maklumat Kosong
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Skrol ke atas
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Skrol ke bawah
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Infolabel
4
4
 
5
5
  INFOLABEL_EMPTY=Leeg infolabel
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Omhoog bladeren
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Omlaag bladeren
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Infoetikett
4
4
 
5
5
  INFOLABEL_EMPTY=Tom infoetikett
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Rull opp
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Rull ned
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etykieta informacyjna
4
4
 
5
5
  INFOLABEL_EMPTY=Pusta etykieta informacyjna
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Przewijanie w g\u00F3r\u0119
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Przewijanie w d\u00F3\u0142
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etiqueta info
4
4
 
5
5
  INFOLABEL_EMPTY=Etiqueta info vazia
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Paginar para cima
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Paginar para baixo
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Etichet\u0103 informa\u021Bii
4
4
 
5
5
  INFOLABEL_EMPTY=Etichet\u0103 informa\u021Bii goal\u0103
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Defilare \u00EEn sus
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Defilare \u00EEn jos
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u044F \u043C\u0435\u0442\u043A\u0430
4
4
 
5
5
  INFOLABEL_EMPTY=\u041F\u0443\u0441\u0442\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u043E\u043D\u043D\u0430\u044F \u043C\u0435\u0442\u043A\u0430
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u044C \u0432\u0432\u0435\u0440\u0445
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Info oznaka
4
4
 
5
5
  INFOLABEL_EMPTY=Prazna info oznaka
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Pomeri nagore
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Pomeri nadole
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Ozna\u010Denie s inform\u00E1ciami
4
4
 
5
5
  INFOLABEL_EMPTY=Pr\u00E1zdne ozna\u010Denie s inform\u00E1ciami
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Rolova\u0165 nahor
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Rolova\u0165 nadol
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Infooznaka
4
4
 
5
5
  INFOLABEL_EMPTY=Prazna infooznaka
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Drsenje navzgor
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Drsenje navzdol
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0418\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
4
4
 
5
5
  INFOLABEL_EMPTY=\u041F\u0440\u0430\u0437\u043D\u0430 \u0438\u043D\u0444\u043E \u043E\u0437\u043D\u0430\u043A\u0430
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u043E\u043C\u0435\u0440\u0438 \u043D\u0430\u0433\u043E\u0440\u0435
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u043E\u043C\u0435\u0440\u0438 \u043D\u0430\u0434\u043E\u043B\u0435
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Infoetikett
4
4
 
5
5
  INFOLABEL_EMPTY=Tom infoetikett
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Rulla upp\u00E5t
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Rulla ned\u00E5t
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25
4
4
 
5
5
  INFOLABEL_EMPTY=\u0E1B\u0E49\u0E32\u0E22\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E27\u0E48\u0E32\u0E07\u0E40\u0E1B\u0E25\u0E48\u0E32
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E02\u0E36\u0E49\u0E19
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E25\u0E07
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Bilgi etiketi
4
4
 
5
5
  INFOLABEL_EMPTY=Bo\u015F bilgi etiketi
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Yukar\u0131 kayd\u0131r\u0131l\u0131r
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=A\u015Fa\u011F\u0131 kayd\u0131r\u0131l\u0131r
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u0406\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0439\u043D\u0430 \u043C\u0456\u0442\u043A\u0430
4
4
 
5
5
  INFOLABEL_EMPTY=\u041F\u043E\u0440\u043E\u0436\u043D\u044F \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u0439\u043D\u0430 \u043C\u0456\u0442\u043A\u0430
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u0432\u0435\u0440\u0445
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u041F\u0440\u043E\u043A\u0440\u0443\u0442\u0438\u0442\u0438 \u0432\u043D\u0438\u0437
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=Nha\u0303n th\u00F4ng tin
4
4
 
5
5
  INFOLABEL_EMPTY=Nha\u0303n th\u00F4ng tin tr\u00F4\u0301ng
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=Cu\u1ED9n l\u00EAn
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=Cu\u1ED9n xu\u1ED1ng
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u4FE1\u606F\u6807\u7B7E
4
4
 
5
5
  INFOLABEL_EMPTY=\u7A7A\u4FE1\u606F\u6807\u7B7E
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u5411\u4E0A\u6EDA\u52A8
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u5411\u4E0B\u6EDA\u52A8
@@ -3,3 +3,7 @@
3
3
  INFOLABEL_DEFAULT=\u8CC7\u8A0A\u6A19\u7C64
4
4
 
5
5
  INFOLABEL_EMPTY=\u8CC7\u8A0A\u6A19\u7C64\u7A7A\u767D
6
+
7
+ SIDE_NAV_SCROLL_UP_TOOLTIP=\u5411\u4E0A\u6372\u52D5
8
+
9
+ SIDE_NAV_SCROLL_DOWN_TOOLTIP=\u5411\u4E0B\u6372\u52D5