@dhis2/analytics 4.5.70 → 4.5.72
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 +14 -0
- package/build/locales/nl/translations.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.5.72](https://github.com/dhis2/analytics/compare/v4.5.71...v4.5.72) (2023-06-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (4.x) ([d3e9ec1](https://github.com/dhis2/analytics/commit/d3e9ec1b5e3d5b74e81a5d89bde179f9b18a33c4))
|
|
7
|
+
|
|
8
|
+
## [4.5.71](https://github.com/dhis2/analytics/compare/v4.5.70...v4.5.71) (2023-06-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **translations:** sync translations from transifex (4.x) ([32c6fde](https://github.com/dhis2/analytics/commit/32c6fde5814281bc30ec3aa612760fee6ca5534e))
|
|
14
|
+
|
|
1
15
|
## [4.5.70](https://github.com/dhis2/analytics/compare/v4.5.69...v4.5.70) (2023-06-23)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"Last year": "Laatste jaar",
|
|
97
97
|
"Last 5 years": "Laatste 5 jaren",
|
|
98
98
|
"Days": "Dagen",
|
|
99
|
-
"Weeks": "",
|
|
99
|
+
"Weeks": "Weken",
|
|
100
100
|
"Bi-weeks": "",
|
|
101
101
|
"Months": "Maanden",
|
|
102
102
|
"Bi-months": "",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"Data elements": "Gegevenselementen",
|
|
122
122
|
"Select data element group": "",
|
|
123
123
|
"[ All data elements ]": "",
|
|
124
|
-
"Data sets": "",
|
|
124
|
+
"Data sets": "Gegevensreeksen",
|
|
125
125
|
"Select data sets": "",
|
|
126
126
|
"[ All metrics ]": "",
|
|
127
127
|
"Event data items": "Gebeurtenisgegevensitems",
|