@dhis2/analytics 4.5.69 → 4.5.71
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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.5.71](https://github.com/dhis2/analytics/compare/v4.5.70...v4.5.71) (2023-06-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (4.x) ([32c6fde](https://github.com/dhis2/analytics/commit/32c6fde5814281bc30ec3aa612760fee6ca5534e))
|
|
7
|
+
|
|
8
|
+
## [4.5.70](https://github.com/dhis2/analytics/compare/v4.5.69...v4.5.70) (2023-06-23)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **translations:** sync translations from transifex (4.x) ([07f8ab5](https://github.com/dhis2/analytics/commit/07f8ab50308ef6dd2c792b7797568624a4fe333d))
|
|
14
|
+
|
|
1
15
|
## [4.5.69](https://github.com/dhis2/analytics/compare/v4.5.68...v4.5.69) (2023-06-20)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"Series": "Reeks",
|
|
108
108
|
"Category": "Categorie",
|
|
109
109
|
"Filter": "Filter",
|
|
110
|
-
"Columns": "",
|
|
111
|
-
"Rows": "",
|
|
110
|
+
"Columns": "Kolommen",
|
|
111
|
+
"Rows": "Rijen",
|
|
112
112
|
"Reporting rate": "",
|
|
113
113
|
"Reporting rate on time": "",
|
|
114
114
|
"Actual reports": "",
|
|
@@ -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",
|