@dhis2/analytics 2.4.62 → 2.4.64

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,18 @@
1
+ ## [2.4.64](https://github.com/dhis2/analytics/compare/v2.4.63...v2.4.64) (2023-06-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (2.4.x) ([7c92d01](https://github.com/dhis2/analytics/commit/7c92d01a40f3de54806612fc032276692985aadc))
7
+ * **translations:** sync translations from transifex (2.4.x) ([114b341](https://github.com/dhis2/analytics/commit/114b341d23f37d293d8284b8a1a6b10fc73e08a8))
8
+
9
+ ## [2.4.63](https://github.com/dhis2/analytics/compare/v2.4.62...v2.4.63) (2023-06-11)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **translations:** sync translations from transifex (2.4.x) ([f611c9f](https://github.com/dhis2/analytics/commit/f611c9ffd2470285fcb2f3ff70ec47b7f1769cf8))
15
+
1
16
  ## [2.4.62](https://github.com/dhis2/analytics/compare/v2.4.61...v2.4.62) (2023-05-28)
2
17
 
3
18
 
@@ -93,11 +93,11 @@
93
93
  "Six-months": "Semestres",
94
94
  "Financial Years": "Años fiscales",
95
95
  "Years": "Años",
96
- "Reporting rate": "",
96
+ "Reporting rate": "Tasa de informes",
97
97
  "Reporting rate on time": "",
98
- "Actual reports": "",
98
+ "Actual reports": "Informes reales",
99
99
  "Actual reports on time": "",
100
- "Expected reports": "",
100
+ "Expected reports": "Informes esperados",
101
101
  "Program": "Programa",
102
102
  "Indicators": "Indicadores",
103
103
  "Select indicator group": "Elija un grupo de indicadores",
@@ -16,18 +16,18 @@
16
16
  "Relative periods": "",
17
17
  "Fixed periods": "",
18
18
  "Period type": "Soort periode",
19
- "January": "",
20
- "February": "",
21
- "March": "",
22
- "April": "",
23
- "May": "",
24
- "June": "",
25
- "July": "",
26
- "August": "",
27
- "September": "",
28
- "October": "",
29
- "November": "",
30
- "December": "",
19
+ "January": "Januari",
20
+ "February": "Februari",
21
+ "March": "Maart",
22
+ "April": "april",
23
+ "May": "Mei",
24
+ "June": "Juni",
25
+ "July": "Juli",
26
+ "August": "Augustus",
27
+ "September": "September",
28
+ "October": "Oktober",
29
+ "November": "November",
30
+ "December": "December",
31
31
  "Week {{weekNumber}}": "",
32
32
  "Bi-Week {{biWeekNumber}}": "",
33
33
  "Daily": "Dagelijks",
@@ -84,15 +84,15 @@
84
84
  "This year": "Dit jaar",
85
85
  "Last year": "Laatste jaar",
86
86
  "Last 5 years": "Laatste 5 jaren",
87
- "Days": "",
87
+ "Days": "Dagen",
88
88
  "Weeks": "",
89
89
  "Bi-weeks": "",
90
- "Months": "",
90
+ "Months": "Maanden",
91
91
  "Bi-months": "",
92
92
  "Quarters": "",
93
93
  "Six-months": "",
94
94
  "Financial Years": "",
95
- "Years": "",
95
+ "Years": "Jaren",
96
96
  "Reporting rate": "",
97
97
  "Reporting rate on time": "",
98
98
  "Actual reports": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "2.4.62",
3
+ "version": "2.4.64",
4
4
  "main": "./build/index.js",
5
5
  "repository": "git@github.com:dhis2/analytics.git",
6
6
  "author": "Jennifer Jones Arnesen <jennifer@dhis2.org>",