@dhis2/analytics 4.5.62 → 4.5.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,17 @@
1
+ ## [4.5.64](https://github.com/dhis2/analytics/compare/v4.5.63...v4.5.64) (2023-06-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([b78f50a](https://github.com/dhis2/analytics/commit/b78f50aec471150307d7c47878d6f3b5e1ffa5d5))
7
+
8
+ ## [4.5.63](https://github.com/dhis2/analytics/compare/v4.5.62...v4.5.63) (2023-06-14)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (4.x) ([fa4d679](https://github.com/dhis2/analytics/commit/fa4d679694eee68ad4c446413e646c61453a639a))
14
+
1
15
  ## [4.5.62](https://github.com/dhis2/analytics/compare/v4.5.61...v4.5.62) (2023-06-12)
2
16
 
3
17
 
@@ -11,7 +11,7 @@
11
11
  "Requires 2 or more data items": "",
12
12
  "Only available when data is in Series": "",
13
13
  "Remove Assigned Categories": "",
14
- "Add Assigned Categories": "",
14
+ "Add Assigned Categories": "Añadir categorías asignadas",
15
15
  "Manage chart axes": "",
16
16
  "Filter dimensions": "Dimensiones del filtro",
17
17
  "Main dimensions": "Dimensiones principales",
@@ -27,18 +27,18 @@
27
27
  "Relative periods": "",
28
28
  "Fixed periods": "",
29
29
  "Period type": "Soort periode",
30
- "January": "",
31
- "February": "",
32
- "March": "",
33
- "April": "",
34
- "May": "",
35
- "June": "",
36
- "July": "",
37
- "August": "",
38
- "September": "",
39
- "October": "",
40
- "November": "",
41
- "December": "",
30
+ "January": "Januari",
31
+ "February": "Februari",
32
+ "March": "Maart",
33
+ "April": "april",
34
+ "May": "Mei",
35
+ "June": "Juni",
36
+ "July": "Juli",
37
+ "August": "Augustus",
38
+ "September": "September",
39
+ "October": "Oktober",
40
+ "November": "November",
41
+ "December": "December",
42
42
  "Week {{weekNumber}}": "",
43
43
  "Bi-Week {{biWeekNumber}}": "",
44
44
  "Daily": "Dagelijks",
@@ -95,15 +95,15 @@
95
95
  "This year": "Dit jaar",
96
96
  "Last year": "Laatste jaar",
97
97
  "Last 5 years": "Laatste 5 jaren",
98
- "Days": "",
98
+ "Days": "Dagen",
99
99
  "Weeks": "",
100
100
  "Bi-weeks": "",
101
- "Months": "",
101
+ "Months": "Maanden",
102
102
  "Bi-months": "",
103
103
  "Quarters": "",
104
104
  "Six-months": "",
105
105
  "Financial Years": "",
106
- "Years": "",
106
+ "Years": "Jaren",
107
107
  "Series": "Reeks",
108
108
  "Category": "Categorie",
109
109
  "Filter": "Filter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.62",
3
+ "version": "4.5.64",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"