@dhis2/analytics 4.5.67 → 4.5.69

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,17 @@
1
+ ## [4.5.69](https://github.com/dhis2/analytics/compare/v4.5.68...v4.5.69) (2023-06-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([1dc35e1](https://github.com/dhis2/analytics/commit/1dc35e16b65ed42e384df884421646879e49ac84))
7
+
8
+ ## [4.5.68](https://github.com/dhis2/analytics/compare/v4.5.67...v4.5.68) (2023-06-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (4.x) ([c4d1412](https://github.com/dhis2/analytics/commit/c4d141250c1a08f0c9984a5ceb33b704a22c25b9))
14
+
1
15
  ## [4.5.67](https://github.com/dhis2/analytics/compare/v4.5.66...v4.5.67) (2023-06-18)
2
16
 
3
17
 
@@ -122,7 +122,7 @@
122
122
  "Select data element group": "Seleccionar grupo de elementos de datos",
123
123
  "[ All data elements ]": "",
124
124
  "Data sets": "Sets de datos",
125
- "Select data sets": "",
125
+ "Select data sets": "Seleccionar sets de datos",
126
126
  "[ All metrics ]": "",
127
127
  "Event data items": "Datos de eventos",
128
128
  "Select a program": "Seleccionar un programa",
@@ -4,7 +4,7 @@
4
4
  "Totals": "Totalen",
5
5
  "Details": "Details",
6
6
  "Detail": "",
7
- "Move to {{axisName}}": "",
7
+ "Move to {{axisName}}": "Ga naar {{axisNaam}}",
8
8
  "Add to {{axisName}}": "Voeg toe aan {{axisName}}",
9
9
  "Remove": "Verwijderen",
10
10
  "Not available for {{visualizationType}}": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.67",
3
+ "version": "4.5.69",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"