@sapui5/sap.suite.ui.microchart 1.120.2 → 1.120.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/microchart/.library +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/AreaMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/BulletMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/ColumnMicroChartLabel.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/ComparisonMicroChartData.js +1 -1
- package/src/sap/suite/ui/microchart/DeltaMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/HarveyBallMicroChartItem.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveBarChart.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveBarChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChart.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveDonutChartSegment.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveLineChart.js +1 -1
- package/src/sap/suite/ui/microchart/InteractiveLineChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartEmphasizedPoint.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartLine.js +1 -1
- package/src/sap/suite/ui/microchart/LineMicroChartPoint.js +1 -1
- package/src/sap/suite/ui/microchart/RadialMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChart.js +1 -1
- package/src/sap/suite/ui/microchart/StackedBarMicroChartBar.js +1 -1
- package/src/sap/suite/ui/microchart/library.js +2 -2
- package/src/sap/suite/ui/microchart/messagebundle_ca.properties +52 -0
- package/src/sap/suite/ui/microchart/messagebundle_cnr.properties +127 -0
- package/src/sap/suite/ui/microchart/messagebundle_en_US_saprigi.properties +127 -75
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ sap.ui.define(['./library', 'sap/ui/core/Element'],
|
|
|
17
17
|
* Displays or hides the labels for start and end dates, start and end values, and minimum and maximum values.
|
|
18
18
|
* @extends sap.ui.core.Element
|
|
19
19
|
*
|
|
20
|
-
* @version 1.120.
|
|
20
|
+
* @version 1.120.3
|
|
21
21
|
* @since 1.34
|
|
22
22
|
*
|
|
23
23
|
* @public
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
43
43
|
* @extends sap.ui.core.Control
|
|
44
44
|
*
|
|
45
|
-
* @version 1.120.
|
|
45
|
+
* @version 1.120.3
|
|
46
46
|
* @since 1.34
|
|
47
47
|
*
|
|
48
48
|
* @public
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
36
36
|
* @extends sap.ui.core.Control
|
|
37
37
|
*
|
|
38
|
-
* @version 1.120.
|
|
38
|
+
* @version 1.120.3
|
|
39
39
|
* @since 1.34
|
|
40
40
|
*
|
|
41
41
|
* @public
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* The InteractiveLineChart control belongs to a chart control group in the MicroChart library having a number of interactive features.
|
|
43
43
|
* @extends sap.ui.core.Control
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.120.
|
|
45
|
+
* @version 1.120.3
|
|
46
46
|
*
|
|
47
47
|
* @public
|
|
48
48
|
* @since 1.42.0
|
|
@@ -31,7 +31,7 @@ sap.ui.define([
|
|
|
31
31
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string.
|
|
32
32
|
* @extends sap.ui.core.Control
|
|
33
33
|
*
|
|
34
|
-
* @version 1.120.
|
|
34
|
+
* @version 1.120.3
|
|
35
35
|
* @since 1.48.0
|
|
36
36
|
*
|
|
37
37
|
* @public
|
|
@@ -21,7 +21,7 @@ sap.ui.define(["sap/m/library", "sap/suite/ui/microchart/LineMicroChartPoint"],
|
|
|
21
21
|
* Contains the emphasized point of the line micro chart.
|
|
22
22
|
* @extends sap.suite.ui.microchart.LineMicroChartPoint
|
|
23
23
|
*
|
|
24
|
-
* @version 1.120.
|
|
24
|
+
* @version 1.120.3
|
|
25
25
|
* @since 1.48.0
|
|
26
26
|
*
|
|
27
27
|
* @constructor
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* <br>Note: You can assign a custom tooltip for this microchart. The custom tooltip can be set using expression binding. When no custom tooltip is defined, the tooltip is generated automatically based on the logic described in {@link sap.ui.core.Element#getTooltip_AsString}. For a combination of a generated and a custom tooltip, use <code>((AltText))</code> inside of the tooltip string. The aggregated data of the microchart can also be customized.
|
|
33
33
|
* @extends sap.ui.core.Control
|
|
34
34
|
*
|
|
35
|
-
* @version 1.120.
|
|
35
|
+
* @version 1.120.3
|
|
36
36
|
* @since 1.44.0
|
|
37
37
|
*
|
|
38
38
|
* @public
|
|
@@ -22,12 +22,12 @@ sap.ui.define([
|
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.suite.ui.microchart
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.120.
|
|
25
|
+
* @version 1.120.3
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = CoreLib.init({
|
|
29
29
|
name: "sap.suite.ui.microchart",
|
|
30
|
-
version: "1.120.
|
|
30
|
+
version: "1.120.3",
|
|
31
31
|
// library dependencies
|
|
32
32
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
33
33
|
types: [
|
|
@@ -1,75 +1,127 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.suite.ui.microchart library
|
|
2
|
+
#
|
|
1
3
|
|
|
4
|
+
#XTOL: name of line micro chart used in aria label
|
|
2
5
|
LINEMICROCHART=Microgr\u00E0fic de l\u00EDnia
|
|
6
|
+
#XTOL: tooltip for start
|
|
3
7
|
LINEMICROCHART_START=Iniciar
|
|
8
|
+
#XTOL: tooltip for end
|
|
4
9
|
LINEMICROCHART_END=Finalitzar
|
|
5
10
|
|
|
11
|
+
#XTOL: name of area micro chart used in aria label
|
|
6
12
|
AREAMICROCHART=Microgr\u00E0fic d'\u00E0rea
|
|
13
|
+
#XTOL: tooltip for start
|
|
7
14
|
AREAMICROCHART_START=Iniciar
|
|
15
|
+
#XTOL: tooltip for end
|
|
8
16
|
AREAMICROCHART_END=Finalitzar
|
|
17
|
+
#XTOL: tooltip for minimal value
|
|
9
18
|
AREAMICROCHART_MINIMAL_VALUE=Valor m\u00EDnim
|
|
19
|
+
#XTOL: tooltip for maximal value
|
|
10
20
|
AREAMICROCHART_MAXIMAL_VALUE=Valor m\u00E0xim
|
|
21
|
+
#XTOL: tooltip for actual value
|
|
11
22
|
AREAMICROCHART_ACTUAL_VALUES=Valors reals
|
|
23
|
+
#XTOL: tooltip for target values
|
|
12
24
|
AREAMICROCHART_TARGET_VALUES=Valors de destinaci\u00F3
|
|
25
|
+
#XTOL: tooltip for line and its number
|
|
13
26
|
AREAMICROCHART_LINE=L\u00EDnia {0}
|
|
14
27
|
|
|
28
|
+
#XTOL: name of bullet micro chart used in aria label
|
|
15
29
|
BULLETMICROCHART=Microgr\u00E0fic de vinyetes
|
|
30
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
16
31
|
BULLETMICROCHART_DELTA_TOOLTIP=Delta {0} {1}
|
|
32
|
+
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
17
33
|
BULLETMICROCHART_ACTUAL_TOOLTIP=Real {0} {1}
|
|
34
|
+
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
18
35
|
BULLETMICROCHART_FORECAST_TOOLTIP=Previsi\u00F3 {0} {1}
|
|
36
|
+
#XTOL: tooltip for target value. 0 - value
|
|
19
37
|
BULLETMICROCHART_TARGET_TOOLTIP=Te\u00F2ric {0}
|
|
38
|
+
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
20
39
|
BULLETMICROCHART_THRESHOLD_TOOLTIP=Valor llindar {0} {1}
|
|
21
40
|
|
|
41
|
+
#XTOL: name of column micro chart used in aria label
|
|
22
42
|
COLUMNMICROCHART=Microgr\u00E0fic de columna
|
|
43
|
+
#XTOL: tooltip for start
|
|
23
44
|
COLUMNMICROCHART_START=Iniciar
|
|
45
|
+
#XTOL: tooltip for end
|
|
24
46
|
COLUMNMICROCHART_END=Finalitzar
|
|
25
47
|
|
|
48
|
+
#XTOL: name of comparison micro chart used in aria label
|
|
26
49
|
COMPARISONMICROCHART=Microgr\u00E0fic de comparaci\u00F3
|
|
27
50
|
|
|
51
|
+
#XTOL: name of delta micro chart used in aria label
|
|
28
52
|
DELTAMICROCHART=Microgr\u00E0fic delta
|
|
53
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
29
54
|
DELTAMICROCHART_DELTA_TOOLTIP=Delta {0} {1}
|
|
30
55
|
|
|
56
|
+
#XTOL: name of harvey ball micro chart used in aria label
|
|
31
57
|
HARVEYBALLMICROCHART=Microgr\u00E0fic Harvey Ball
|
|
58
|
+
#XTOL: tooltip for Total value
|
|
32
59
|
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=Total
|
|
33
60
|
|
|
61
|
+
#XFLD: text that will be read when tile cannot be loaded
|
|
34
62
|
INFOTILE_CANNOT_LOAD_TILE=No s'ha pogut carregar el mosaic
|
|
63
|
+
#XFLD: text that will be read while tile is loading
|
|
35
64
|
INFOTILE_LOADING=Es carreguen les dades...
|
|
36
65
|
|
|
66
|
+
#XTXT: text for critical color
|
|
37
67
|
SEMANTIC_COLOR_CRITICAL=Advert\u00E8ncia
|
|
68
|
+
#XTXT: text for good color
|
|
38
69
|
SEMANTIC_COLOR_GOOD=B\u00E9
|
|
70
|
+
#XTXT: text for neutral color
|
|
39
71
|
SEMANTIC_COLOR_NEUTRAL=Neutral
|
|
72
|
+
#XTXT: text for error color
|
|
40
73
|
SEMANTIC_COLOR_ERROR=Cr\u00EDtic
|
|
41
74
|
|
|
75
|
+
#XTXT: text rendered instead of control when there are no data
|
|
42
76
|
NO_DATA=No hi ha dades
|
|
77
|
+
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
43
78
|
IS_ACTIVE=est\u00E0 actiu
|
|
44
79
|
|
|
80
|
+
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
45
81
|
INTERACTIVECHART_NA=No disponible
|
|
46
82
|
|
|
83
|
+
#XTOL: name of radial micro chart used in aria label
|
|
47
84
|
RADIALMICROCHART=Microgr\u00E0fic radial
|
|
85
|
+
#XFLD: aria label text for RadialMicroChart
|
|
48
86
|
RADIALMICROCHART_ARIA_LABEL={0}%, estat {1}
|
|
87
|
+
#XFLD: text with percentage value for RadialMicroChart
|
|
49
88
|
RADIALMICROCHART_PERCENTAGE_TEXT={0}%
|
|
50
89
|
|
|
90
|
+
#XTOL: name of stacked bar micro chart used in aria label
|
|
51
91
|
STACKEDBARMICROCHART=Diagrama de barres de pila
|
|
52
92
|
|
|
93
|
+
#XACT: type of a UI control is an AreaMicroChart
|
|
53
94
|
ACC_CTR_TYPE_AREAMICROCHART=Visualitzaci\u00F3 del diagrama d\u2019\u00E0rea
|
|
54
95
|
|
|
96
|
+
#XACT: type of a UI control is a BulletMicroChart
|
|
55
97
|
ACC_CTR_TYPE_BULLETMICROCHART=Visualitzaci\u00F3 del diagrama de vinyetes
|
|
56
98
|
|
|
99
|
+
#XACT: type of a UI control is a ColumnMicroChart
|
|
57
100
|
ACC_CTR_TYPE_COLUMNMICROCHART=Visualitzaci\u00F3 del diagrama de columnes
|
|
58
101
|
|
|
102
|
+
#XACT: type of a UI control is a ComparisonMicroChart
|
|
59
103
|
ACC_CTR_TYPE_COMPARISONMICROCHART=Visualitzaci\u00F3 del diagrama de comparaci\u00F3
|
|
60
104
|
|
|
105
|
+
#XACT: type of a UI control is a DeltaMicroChart
|
|
61
106
|
ACC_CTR_TYPE_DELTAMICROCHART=Visualitzaci\u00F3 del diagrama delta
|
|
62
107
|
|
|
108
|
+
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
63
109
|
ACC_CTR_TYPE_HARVEYBALLMICROCHART=Visualitzaci\u00F3 del diagrama Harvey Ball
|
|
64
110
|
|
|
111
|
+
#XACT: type of a UI control is a LineMicroChart
|
|
65
112
|
ACC_CTR_TYPE_LINEMICROCHART=Visualitzaci\u00F3 del diagrama de l\u00EDnies
|
|
66
113
|
|
|
114
|
+
#XACT: type of a UI control is a RadialMicroChart
|
|
67
115
|
ACC_CTR_TYPE_RADIALMICROCHART=Visualitzaci\u00F3 del diagrama
|
|
68
116
|
|
|
117
|
+
#XACT: type of a UI control is a StackedBarMicroChart
|
|
69
118
|
ACC_CTR_TYPE_STACKEDBARMICROCHART=Visualitzaci\u00F3 del diagrama de barres de pila
|
|
70
119
|
|
|
120
|
+
#XACT: type of a UI control is a InteractiveBarChart
|
|
71
121
|
INTERACTIVEBARCHART=Diagrama de barres interactiu
|
|
72
122
|
|
|
123
|
+
#XACT: type of a UI control is a InteractiveDonutChart
|
|
73
124
|
INTERACTIVEDONUTCHART=Diagrama de d'anelles interactiu
|
|
74
125
|
|
|
126
|
+
#XACT: type of a UI control is a InteractiveLineChart
|
|
75
127
|
INTERACTIVELINECHART=Diagrama de l\u00EDnies interactiu
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.suite.ui.microchart library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XTOL: name of line micro chart used in aria label
|
|
5
|
+
LINEMICROCHART=Linijski mikro dijagram
|
|
6
|
+
#XTOL: tooltip for start
|
|
7
|
+
LINEMICROCHART_START=Pokreni
|
|
8
|
+
#XTOL: tooltip for end
|
|
9
|
+
LINEMICROCHART_END=Zavr\u0161i
|
|
10
|
+
|
|
11
|
+
#XTOL: name of area micro chart used in aria label
|
|
12
|
+
AREAMICROCHART=Povr\u0161inski mikro dijagram
|
|
13
|
+
#XTOL: tooltip for start
|
|
14
|
+
AREAMICROCHART_START=Pokreni
|
|
15
|
+
#XTOL: tooltip for end
|
|
16
|
+
AREAMICROCHART_END=Zavr\u0161i
|
|
17
|
+
#XTOL: tooltip for minimal value
|
|
18
|
+
AREAMICROCHART_MINIMAL_VALUE=Minimalna vrijednost
|
|
19
|
+
#XTOL: tooltip for maximal value
|
|
20
|
+
AREAMICROCHART_MAXIMAL_VALUE=Maksimalna vrijednost
|
|
21
|
+
#XTOL: tooltip for actual value
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=Stvarne vrijednosti
|
|
23
|
+
#XTOL: tooltip for target values
|
|
24
|
+
AREAMICROCHART_TARGET_VALUES=Ciljne vrijednosti
|
|
25
|
+
#XTOL: tooltip for line and its number
|
|
26
|
+
AREAMICROCHART_LINE=Linijski dijagram {0}
|
|
27
|
+
|
|
28
|
+
#XTOL: name of bullet micro chart used in aria label
|
|
29
|
+
BULLETMICROCHART=Mikro dijagram s grafi\u010Dkim oznakama
|
|
30
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
31
|
+
BULLETMICROCHART_DELTA_TOOLTIP=Delta {0} {1}
|
|
32
|
+
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
33
|
+
BULLETMICROCHART_ACTUAL_TOOLTIP=Stvarno {0} {1}
|
|
34
|
+
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
35
|
+
BULLETMICROCHART_FORECAST_TOOLTIP=Predvi\u0111eno {0} {1}
|
|
36
|
+
#XTOL: tooltip for target value. 0 - value
|
|
37
|
+
BULLETMICROCHART_TARGET_TOOLTIP=Ciljno {0}
|
|
38
|
+
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
39
|
+
BULLETMICROCHART_THRESHOLD_TOOLTIP=Grani\u010Dna vrijednost {0} {1}
|
|
40
|
+
|
|
41
|
+
#XTOL: name of column micro chart used in aria label
|
|
42
|
+
COLUMNMICROCHART=Stubi\u010Dasti mikro dijagram
|
|
43
|
+
#XTOL: tooltip for start
|
|
44
|
+
COLUMNMICROCHART_START=Pokreni
|
|
45
|
+
#XTOL: tooltip for end
|
|
46
|
+
COLUMNMICROCHART_END=Zavr\u0161i
|
|
47
|
+
|
|
48
|
+
#XTOL: name of comparison micro chart used in aria label
|
|
49
|
+
COMPARISONMICROCHART=Mikro dijagram pore\u0111enja
|
|
50
|
+
|
|
51
|
+
#XTOL: name of delta micro chart used in aria label
|
|
52
|
+
DELTAMICROCHART=Delta mikro dijagram
|
|
53
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
54
|
+
DELTAMICROCHART_DELTA_TOOLTIP=Delta {0} {1}
|
|
55
|
+
|
|
56
|
+
#XTOL: name of harvey ball micro chart used in aria label
|
|
57
|
+
HARVEYBALLMICROCHART=Harvey Ball mikro dijagram
|
|
58
|
+
#XTOL: tooltip for Total value
|
|
59
|
+
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=Ukupni iznos
|
|
60
|
+
|
|
61
|
+
#XFLD: text that will be read when tile cannot be loaded
|
|
62
|
+
INFOTILE_CANNOT_LOAD_TILE=Nije mogu\u0107e u\u010Ditati podekran
|
|
63
|
+
#XFLD: text that will be read while tile is loading
|
|
64
|
+
INFOTILE_LOADING=U\u010Ditavanje
|
|
65
|
+
|
|
66
|
+
#XTXT: text for critical color
|
|
67
|
+
SEMANTIC_COLOR_CRITICAL=Upozorenje
|
|
68
|
+
#XTXT: text for good color
|
|
69
|
+
SEMANTIC_COLOR_GOOD=Dobro
|
|
70
|
+
#XTXT: text for neutral color
|
|
71
|
+
SEMANTIC_COLOR_NEUTRAL=Neutralno
|
|
72
|
+
#XTXT: text for error color
|
|
73
|
+
SEMANTIC_COLOR_ERROR=Kriti\u010Dno
|
|
74
|
+
|
|
75
|
+
#XTXT: text rendered instead of control when there are no data
|
|
76
|
+
NO_DATA=Nema podataka
|
|
77
|
+
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
78
|
+
IS_ACTIVE=je aktivno
|
|
79
|
+
|
|
80
|
+
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
81
|
+
INTERACTIVECHART_NA=Nije relevantno
|
|
82
|
+
|
|
83
|
+
#XTOL: name of radial micro chart used in aria label
|
|
84
|
+
RADIALMICROCHART=Radijalni mikro dijagram
|
|
85
|
+
#XFLD: aria label text for RadialMicroChart
|
|
86
|
+
RADIALMICROCHART_ARIA_LABEL={0}%, status {1}
|
|
87
|
+
#XFLD: text with percentage value for RadialMicroChart
|
|
88
|
+
RADIALMICROCHART_PERCENTAGE_TEXT={0}%
|
|
89
|
+
|
|
90
|
+
#XTOL: name of stacked bar micro chart used in aria label
|
|
91
|
+
STACKEDBARMICROCHART=Naslagani trakasti dijagram
|
|
92
|
+
|
|
93
|
+
#XACT: type of a UI control is an AreaMicroChart
|
|
94
|
+
ACC_CTR_TYPE_AREAMICROCHART=Vizualizacija prostornog dijagrama
|
|
95
|
+
|
|
96
|
+
#XACT: type of a UI control is a BulletMicroChart
|
|
97
|
+
ACC_CTR_TYPE_BULLETMICROCHART=Vizualizacija dijagrama s grafi\u010Dkim oznakama
|
|
98
|
+
|
|
99
|
+
#XACT: type of a UI control is a ColumnMicroChart
|
|
100
|
+
ACC_CTR_TYPE_COLUMNMICROCHART=Vizualizacija stubi\u010Dastog dijagrama
|
|
101
|
+
|
|
102
|
+
#XACT: type of a UI control is a ComparisonMicroChart
|
|
103
|
+
ACC_CTR_TYPE_COMPARISONMICROCHART=Vizualizacija dijagrama pore\u0111enja
|
|
104
|
+
|
|
105
|
+
#XACT: type of a UI control is a DeltaMicroChart
|
|
106
|
+
ACC_CTR_TYPE_DELTAMICROCHART=Vizualizacija delta dijagrama
|
|
107
|
+
|
|
108
|
+
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
109
|
+
ACC_CTR_TYPE_HARVEYBALLMICROCHART=Vizualizacija Harvey Ball dijagrama
|
|
110
|
+
|
|
111
|
+
#XACT: type of a UI control is a LineMicroChart
|
|
112
|
+
ACC_CTR_TYPE_LINEMICROCHART=Vizualizacija linijskog dijagrama
|
|
113
|
+
|
|
114
|
+
#XACT: type of a UI control is a RadialMicroChart
|
|
115
|
+
ACC_CTR_TYPE_RADIALMICROCHART=Vizualizacija dijagrama
|
|
116
|
+
|
|
117
|
+
#XACT: type of a UI control is a StackedBarMicroChart
|
|
118
|
+
ACC_CTR_TYPE_STACKEDBARMICROCHART=Vizualizacija naslaganog trakastog dijagrama
|
|
119
|
+
|
|
120
|
+
#XACT: type of a UI control is a InteractiveBarChart
|
|
121
|
+
INTERACTIVEBARCHART=Interaktivni trakasti dijagram
|
|
122
|
+
|
|
123
|
+
#XACT: type of a UI control is a InteractiveDonutChart
|
|
124
|
+
INTERACTIVEDONUTCHART=Interaktivni prstenasti dijagram
|
|
125
|
+
|
|
126
|
+
#XACT: type of a UI control is a InteractiveLineChart
|
|
127
|
+
INTERACTIVELINECHART=Interaktivni linijski dijagram
|
|
@@ -1,75 +1,127 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
1
|
+
#This is the resource bundle for the sap.suite.ui.microchart library
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
#XTOL: name of line micro chart used in aria label
|
|
5
|
+
LINEMICROCHART=\u206A\u206A\u206A\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u206ALine Micro Chart\u206A\u206A
|
|
6
|
+
#XTOL: tooltip for start
|
|
7
|
+
LINEMICROCHART_START=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200C\u200C\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u206AStart\u206A\u206A
|
|
8
|
+
#XTOL: tooltip for end
|
|
9
|
+
LINEMICROCHART_END=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200D\u206AEnd\u206A\u206A
|
|
10
|
+
|
|
11
|
+
#XTOL: name of area micro chart used in aria label
|
|
12
|
+
AREAMICROCHART=\u206A\u206A\u206A\u200D\u200D\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u206AArea Micro Chart\u206A\u206A
|
|
13
|
+
#XTOL: tooltip for start
|
|
14
|
+
AREAMICROCHART_START=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u206AStart\u206A\u206A
|
|
15
|
+
#XTOL: tooltip for end
|
|
16
|
+
AREAMICROCHART_END=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200B\u206AEnd\u206A\u206A
|
|
17
|
+
#XTOL: tooltip for minimal value
|
|
18
|
+
AREAMICROCHART_MINIMAL_VALUE=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200C\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200C\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u206AMinimal value\u206A\u206A
|
|
19
|
+
#XTOL: tooltip for maximal value
|
|
20
|
+
AREAMICROCHART_MAXIMAL_VALUE=\u206A\u206A\u206A\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u206AMaximal value\u206A\u206A
|
|
21
|
+
#XTOL: tooltip for actual value
|
|
22
|
+
AREAMICROCHART_ACTUAL_VALUES=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200D\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u206AActual values\u206A\u206A
|
|
23
|
+
#XTOL: tooltip for target values
|
|
24
|
+
AREAMICROCHART_TARGET_VALUES=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u206ATarget values\u206A\u206A
|
|
25
|
+
#XTOL: tooltip for line and its number
|
|
26
|
+
AREAMICROCHART_LINE=\u206A\u206A\u206A\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200B\u200C\u200D\u206ALine \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
|
|
27
|
+
|
|
28
|
+
#XTOL: name of bullet micro chart used in aria label
|
|
29
|
+
BULLETMICROCHART=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u206ABullet Micro Chart\u206A\u206A
|
|
30
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
31
|
+
BULLETMICROCHART_DELTA_TOOLTIP=\u206A\u206A\u206A\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u206ADelta \u200B\u200B\u200B{0}\u200C\u200C\u200C \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
32
|
+
#XTOL: tooltip for actual value. 0 - value, 1 - semantic color
|
|
33
|
+
BULLETMICROCHART_ACTUAL_TOOLTIP=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200C\u200D\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200D\u200D\u200B\u206AActual \u200B\u200B\u200B{0}\u200C\u200C\u200C \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
34
|
+
#XTOL: tooltip for forecast value. 0 - value, 1 - semantic color
|
|
35
|
+
BULLETMICROCHART_FORECAST_TOOLTIP=\u206A\u206A\u206A\u200C\u200D\u200D\u200D\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u206AForecast \u200B\u200B\u200B{0}\u200C\u200C\u200C \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
36
|
+
#XTOL: tooltip for target value. 0 - value
|
|
37
|
+
BULLETMICROCHART_TARGET_TOOLTIP=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200D\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200C\u200D\u200C\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u200C\u206ATarget \u200B\u200B\u200B{0}\u200C\u200C\u200C\u206A\u206A
|
|
38
|
+
#XTOL: tooltip for threshold value. 0 - value, 1 - semantic color
|
|
39
|
+
BULLETMICROCHART_THRESHOLD_TOOLTIP=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u200D\u200B\u200D\u200C\u200D\u200D\u200D\u206AThreshold \u200B\u200B\u200B{0}\u200C\u200C\u200C \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
40
|
+
|
|
41
|
+
#XTOL: name of column micro chart used in aria label
|
|
42
|
+
COLUMNMICROCHART=\u206A\u206A\u206A\u200D\u200B\u200C\u200D\u200B\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200C\u200C\u206AColumn Micro Chart\u206A\u206A
|
|
43
|
+
#XTOL: tooltip for start
|
|
44
|
+
COLUMNMICROCHART_START=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200D\u206AStart\u206A\u206A
|
|
45
|
+
#XTOL: tooltip for end
|
|
46
|
+
COLUMNMICROCHART_END=\u206A\u206A\u206A\u200D\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u200C\u200D\u200C\u200C\u206AEnd\u206A\u206A
|
|
47
|
+
|
|
48
|
+
#XTOL: name of comparison micro chart used in aria label
|
|
49
|
+
COMPARISONMICROCHART=\u206A\u206A\u206A\u200C\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200B\u200C\u206AComparison Micro Chart\u206A\u206A
|
|
50
|
+
|
|
51
|
+
#XTOL: name of delta micro chart used in aria label
|
|
52
|
+
DELTAMICROCHART=\u206A\u206A\u206A\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200C\u200D\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200B\u200D\u200D\u200B\u200D\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200B\u200B\u200B\u200B\u200C\u206ADelta Micro Chart\u206A\u206A
|
|
53
|
+
#XTOL: tooltip for delta. 0 - value, 1 - semantic color
|
|
54
|
+
DELTAMICROCHART_DELTA_TOOLTIP=\u206A\u206A\u206A\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200C\u200D\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200B\u200D\u200C\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u206ADelta \u200B\u200B\u200B{0}\u200C\u200C\u200C \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
55
|
+
|
|
56
|
+
#XTOL: name of harvey ball micro chart used in aria label
|
|
57
|
+
HARVEYBALLMICROCHART=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u206AHarvey Ball Micro Chart\u206A\u206A
|
|
58
|
+
#XTOL: tooltip for Total value
|
|
59
|
+
HARVEYBALLMICROCHART_TOTAL_TOOLTIP=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200C\u206ATotal\u206A\u206A
|
|
60
|
+
|
|
61
|
+
#XFLD: text that will be read when tile cannot be loaded
|
|
62
|
+
INFOTILE_CANNOT_LOAD_TILE=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200B\u200D\u200C\u200D\u206ACannot load tile\u206A\u206A
|
|
63
|
+
#XFLD: text that will be read while tile is loading
|
|
64
|
+
INFOTILE_LOADING=\u206A\u206A\u206A\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200C\u200B\u200D\u200B\u200B\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200B\u200D\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200D\u200B\u200C\u200C\u200B\u206ALoading\u206A\u206A
|
|
65
|
+
|
|
66
|
+
#XTXT: text for critical color
|
|
67
|
+
SEMANTIC_COLOR_CRITICAL=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u206AWarning\u206A\u206A
|
|
68
|
+
#XTXT: text for good color
|
|
69
|
+
SEMANTIC_COLOR_GOOD=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200C\u200C\u200C\u200D\u200C\u200B\u200D\u200C\u200B\u206AGood\u206A\u206A
|
|
70
|
+
#XTXT: text for neutral color
|
|
71
|
+
SEMANTIC_COLOR_NEUTRAL=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200B\u200C\u200C\u200C\u200D\u200D\u206ANeutral\u206A\u206A
|
|
72
|
+
#XTXT: text for error color
|
|
73
|
+
SEMANTIC_COLOR_ERROR=\u206A\u206A\u206A\u200C\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u206ACritical\u206A\u206A
|
|
74
|
+
|
|
75
|
+
#XTXT: text rendered instead of control when there are no data
|
|
76
|
+
NO_DATA=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200D\u200D\u200B\u200D\u200D\u200D\u200B\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200B\u200D\u200D\u200D\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200C\u200B\u200B\u200C\u200C\u200B\u206ANo data\u206A\u206A
|
|
77
|
+
#XTXT: text used in aria-label to describe active (with tabindex 0) chart
|
|
78
|
+
IS_ACTIVE=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200B\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u206Ais active\u206A\u206A
|
|
79
|
+
|
|
80
|
+
#XFLD: Label text for not available values in InteractiveChart - if possible, use an abbreviation or short text in target languages
|
|
81
|
+
INTERACTIVECHART_NA=\u206A\u206A\u206A\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200D\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200C\u200B\u206AN/A\u206A\u206A
|
|
82
|
+
|
|
83
|
+
#XTOL: name of radial micro chart used in aria label
|
|
84
|
+
RADIALMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200B\u206ARadial Micro Chart\u206A\u206A
|
|
85
|
+
#XFLD: aria label text for RadialMicroChart
|
|
86
|
+
RADIALMICROCHART_ARIA_LABEL=\u206A\u206A\u206A\u200C\u200C\u200C\u200D\u200D\u200B\u200B\u200C\u200C\u200C\u200C\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200B\u200C\u200C\u200C\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200C\u200D\u200C\u200C\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C%, status \u200B\u200B\u200B{1}\u200C\u200C\u200C\u206A\u206A
|
|
87
|
+
#XFLD: text with percentage value for RadialMicroChart
|
|
88
|
+
RADIALMICROCHART_PERCENTAGE_TEXT=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200C\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200C\u200B\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C%\u206A\u206A
|
|
89
|
+
|
|
90
|
+
#XTOL: name of stacked bar micro chart used in aria label
|
|
91
|
+
STACKEDBARMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200C\u200D\u200B\u200D\u200C\u200C\u200D\u200B\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200D\u200D\u200B\u200D\u206AStacked Bar Chart\u206A\u206A
|
|
92
|
+
|
|
93
|
+
#XACT: type of a UI control is an AreaMicroChart
|
|
94
|
+
ACC_CTR_TYPE_AREAMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u200B\u200C\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200D\u200D\u200C\u200C\u200C\u206AArea Chart Visualization\u206A\u206A
|
|
95
|
+
|
|
96
|
+
#XACT: type of a UI control is a BulletMicroChart
|
|
97
|
+
ACC_CTR_TYPE_BULLETMICROCHART=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200B\u200C\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200C\u200D\u200B\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200B\u200D\u200C\u200B\u200B\u206ABullet Chart Visualization\u206A\u206A
|
|
98
|
+
|
|
99
|
+
#XACT: type of a UI control is a ColumnMicroChart
|
|
100
|
+
ACC_CTR_TYPE_COLUMNMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u200B\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200D\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u206AColumn Chart Visualization\u206A\u206A
|
|
101
|
+
|
|
102
|
+
#XACT: type of a UI control is a ComparisonMicroChart
|
|
103
|
+
ACC_CTR_TYPE_COMPARISONMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200B\u200B\u200C\u200B\u200C\u200B\u200B\u200B\u200B\u200D\u200D\u200D\u200B\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u206AComparison Chart Visualization\u206A\u206A
|
|
104
|
+
|
|
105
|
+
#XACT: type of a UI control is a DeltaMicroChart
|
|
106
|
+
ACC_CTR_TYPE_DELTAMICROCHART=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200B\u200C\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200D\u200B\u200B\u200C\u200B\u200C\u200B\u200D\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200B\u200C\u200C\u200B\u200D\u200B\u200C\u200C\u200C\u200C\u200D\u206ADelta Chart Visualization\u206A\u206A
|
|
107
|
+
|
|
108
|
+
#XACT: type of a UI control is a HarveyBallMicroChart
|
|
109
|
+
ACC_CTR_TYPE_HARVEYBALLMICROCHART=\u206A\u206A\u206A\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200B\u200D\u200D\u200B\u200C\u200C\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200C\u200C\u200B\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200C\u206AHarvey Ball Chart Visualization\u206A\u206A
|
|
110
|
+
|
|
111
|
+
#XACT: type of a UI control is a LineMicroChart
|
|
112
|
+
ACC_CTR_TYPE_LINEMICROCHART=\u206A\u206A\u206A\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200D\u200C\u200D\u200C\u200B\u200C\u200C\u200B\u200B\u200B\u200C\u200C\u200D\u200C\u200C\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200C\u200B\u200C\u200D\u200D\u206ALine Chart Visualization\u206A\u206A
|
|
113
|
+
|
|
114
|
+
#XACT: type of a UI control is a RadialMicroChart
|
|
115
|
+
ACC_CTR_TYPE_RADIALMICROCHART=\u206A\u206A\u206A\u200D\u200B\u200D\u200B\u200B\u200C\u200C\u200C\u200B\u200B\u200C\u200C\u200C\u200D\u200B\u200B\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200B\u206AChart Visualization\u206A\u206A
|
|
116
|
+
|
|
117
|
+
#XACT: type of a UI control is a StackedBarMicroChart
|
|
118
|
+
ACC_CTR_TYPE_STACKEDBARMICROCHART=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200B\u200B\u200B\u200D\u200D\u200C\u200C\u200C\u200C\u200C\u200C\u200B\u200D\u200C\u200C\u200B\u200C\u200B\u200C\u200B\u200B\u200D\u200D\u206AStacked Bar Chart Visualization\u206A\u206A
|
|
119
|
+
|
|
120
|
+
#XACT: type of a UI control is a InteractiveBarChart
|
|
121
|
+
INTERACTIVEBARCHART=\u206A\u206A\u206A\u200D\u200D\u200C\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200C\u200C\u200C\u200D\u200D\u200C\u200C\u206AInteractive Bar Chart\u206A\u206A
|
|
122
|
+
|
|
123
|
+
#XACT: type of a UI control is a InteractiveDonutChart
|
|
124
|
+
INTERACTIVEDONUTCHART=\u206A\u206A\u206A\u200C\u200D\u200C\u200B\u200B\u200D\u200B\u200B\u200D\u200B\u200C\u200C\u200D\u200C\u200B\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200B\u200D\u200D\u200C\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200C\u200C\u200B\u200C\u206AInteractive Donut Chart\u206A\u206A
|
|
125
|
+
|
|
126
|
+
#XACT: type of a UI control is a InteractiveLineChart
|
|
127
|
+
INTERACTIVELINECHART=\u206A\u206A\u206A\u200C\u200D\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200B\u200D\u200B\u200D\u200C\u200B\u200B\u200B\u200D\u200B\u200C\u200B\u200D\u200C\u200D\u200C\u200D\u200B\u200D\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u206AInteractive Line Chart\u206A\u206A
|