@dhis2/analytics 2.4.47 → 2.4.50
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [2.4.50](https://github.com/dhis2/analytics/compare/v2.4.49...v2.4.50) (2022-04-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (2.4.x) ([6997a68](https://github.com/dhis2/analytics/commit/6997a68d666d8cbe58dfd5ceb7903b8a51a4778d))
|
|
7
|
+
|
|
8
|
+
## [2.4.49](https://github.com/dhis2/analytics/compare/v2.4.48...v2.4.49) (2022-03-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **translations:** sync translations from transifex (2.4.x) ([741980f](https://github.com/dhis2/analytics/commit/741980faec093b0afc0e55574fffd4325aba1370))
|
|
14
|
+
|
|
15
|
+
## [2.4.48](https://github.com/dhis2/analytics/compare/v2.4.47...v2.4.48) (2022-03-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **translations:** sync translations from transifex (2.4.x) ([a7c2b39](https://github.com/dhis2/analytics/commit/a7c2b3977a3589f61253bf1b2705090b7fae2869))
|
|
21
|
+
|
|
1
22
|
## [2.4.47](https://github.com/dhis2/analytics/compare/v2.4.46...v2.4.47) (2022-02-15)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Data": "",
|
|
2
|
+
"Data": "Gegevens",
|
|
3
3
|
"Data Type": "",
|
|
4
|
-
"Totals": "",
|
|
5
|
-
"Details": "",
|
|
4
|
+
"Totals": "Totalen",
|
|
5
|
+
"Details": "Details",
|
|
6
6
|
"Detail": "",
|
|
7
7
|
"Search dimensions": "",
|
|
8
8
|
"Dimension recommended with selected data": "",
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"Selected Data": "",
|
|
11
11
|
"Deselect All": "",
|
|
12
12
|
"Select all": "",
|
|
13
|
-
"Organisation units": "",
|
|
13
|
+
"Organisation units": "Organisatieëenheden",
|
|
14
14
|
"Period": "Periode",
|
|
15
|
-
"Year": "",
|
|
15
|
+
"Year": "Jaar",
|
|
16
16
|
"Relative periods": "",
|
|
17
17
|
"Fixed periods": "",
|
|
18
|
-
"Period type": "",
|
|
18
|
+
"Period type": "Soort periode",
|
|
19
19
|
"January": "",
|
|
20
20
|
"February": "",
|
|
21
21
|
"March": "",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"Actual reports": "",
|
|
99
99
|
"Actual reports on time": "",
|
|
100
100
|
"Expected reports": "",
|
|
101
|
-
"Program": "",
|
|
101
|
+
"Program": "Programma",
|
|
102
102
|
"Indicators": "",
|
|
103
103
|
"Select indicator group": "",
|
|
104
104
|
"[ All groups ]": "",
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"Data sets": "",
|
|
109
109
|
"Select data sets": "",
|
|
110
110
|
"[ All metrics ]": "",
|
|
111
|
-
"Event data items": "",
|
|
111
|
+
"Event data items": "Gebeurtenisgegevensitems",
|
|
112
112
|
"Select a program": "",
|
|
113
|
-
"Program indicators": "",
|
|
113
|
+
"Program indicators": "Programmaindicators",
|
|
114
114
|
"Organisation Unit": "",
|
|
115
115
|
"{{dynamicOuNames}} and {{lastOuName}}": "",
|
|
116
116
|
"{{allDynamicOuNames}} levels": "",
|
|
117
117
|
"{{allDynamicOuNames}} groups": "",
|
|
118
118
|
"{{allDynamicOuNames}} levels in {{staticOuNames}}": "",
|
|
119
119
|
"{{allDynamicOuNames}} groups in {{staticOuNames}}": "",
|
|
120
|
-
"No data": ""
|
|
120
|
+
"No data": "Geen gegevens"
|
|
121
121
|
}
|