@dhis2/analytics 4.5.46 → 4.5.47

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,10 @@
1
+ ## [4.5.47](https://github.com/dhis2/analytics/compare/v4.5.46...v4.5.47) (2022-05-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (4.x) ([83f2963](https://github.com/dhis2/analytics/commit/83f29639f2fadeb78ec8cb346391fe053b182e32))
7
+
1
8
  ## [4.5.46](https://github.com/dhis2/analytics/compare/v4.5.45...v4.5.46) (2022-05-13)
2
9
 
3
10
 
@@ -5,17 +5,17 @@
5
5
  "Details": "Details",
6
6
  "Detail": "",
7
7
  "Move to {{axisName}}": "",
8
- "Add to {{axisName}}": "",
8
+ "Add to {{axisName}}": "Voeg toe aan {{axisName}}",
9
9
  "Remove": "Verwijderen",
10
10
  "Not available for {{visualizationType}}": "",
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": "Voeg Toegewezen Categorieën toe",
15
15
  "Manage chart axes": "",
16
- "Filter dimensions": "",
17
- "Main dimensions": "",
18
- "Your dimensions": "",
16
+ "Filter dimensions": "Filter dimensies",
17
+ "Main dimensions": "Hoofddimensies",
18
+ "Your dimensions": "Uw dimensies",
19
19
  "Dimension recommended with selected data": "",
20
20
  "Search": "",
21
21
  "Selected Data": "",
@@ -60,41 +60,41 @@
60
60
  "Financial year (Start April)": "Financieel jaar (Start april)",
61
61
  "Today": "Vandaag",
62
62
  "Yesterday": "Gisteren",
63
- "Last 3 days": "",
64
- "Last 7 days": "",
65
- "Last 14 days": "",
66
- "This week": "",
67
- "Last week": "",
68
- "Last 4 weeks": "",
69
- "Last 12 weeks": "",
70
- "Last 52 weeks": "",
71
- "Weeks this year": "",
63
+ "Last 3 days": "Laatste 3 dagen",
64
+ "Last 7 days": "Laatste 7 dagen",
65
+ "Last 14 days": "Laatste 14 dagen",
66
+ "This week": "Deze week",
67
+ "Last week": "Laatste week",
68
+ "Last 4 weeks": "Laatste 4 weken",
69
+ "Last 12 weeks": "Laatste 12 weken",
70
+ "Last 52 weeks": "Laatste 52 weken",
71
+ "Weeks this year": "Weken dit jaar",
72
72
  "This bi-week": "",
73
73
  "Last bi-week": "",
74
74
  "Last 4 bi-weeks": "",
75
- "This month": "",
76
- "Last month": "",
77
- "Last 3 months": "",
78
- "Last 6 months": "",
79
- "Last 12 months": "",
80
- "Months this year": "",
75
+ "This month": "Deze maand",
76
+ "Last month": "Laatste maand",
77
+ "Last 3 months": "Laatste 3 maanden",
78
+ "Last 6 months": "Laatste 6 maanden",
79
+ "Last 12 months": "Laatste 12 maanden",
80
+ "Months this year": "Maanden dit jaar",
81
81
  "This bi-month": "",
82
82
  "Last bi-month": "",
83
83
  "Last 6 bi-months": "",
84
84
  "Bi-months this year": "",
85
- "This quarter": "",
86
- "Last quarter": "",
87
- "Last 4 quarters": "",
88
- "Quarters this year": "",
89
- "This six-month": "",
90
- "Last six-month": "",
85
+ "This quarter": "Dit kwartier",
86
+ "Last quarter": "Laatste kwartier",
87
+ "Last 4 quarters": "Laatste 4 kwartieren",
88
+ "Quarters this year": "Kwartieren dit jaar",
89
+ "This six-month": "Dit halfjaar",
90
+ "Last six-month": "Laatste halfjaar",
91
91
  "Last 2 six-month": "",
92
- "This financial year": "",
93
- "Last financial year": "",
94
- "Last 5 financial years": "",
95
- "This year": "",
96
- "Last year": "",
97
- "Last 5 years": "",
92
+ "This financial year": "Dit financieel jaar",
93
+ "Last financial year": "Laatste financieel jaar",
94
+ "Last 5 financial years": "Laatste 5 financiële jaren",
95
+ "This year": "Dit jaar",
96
+ "Last year": "Laatste jaar",
97
+ "Last 5 years": "Laatste 5 jaren",
98
98
  "Days": "",
99
99
  "Weeks": "",
100
100
  "Bi-weeks": "",
@@ -143,8 +143,8 @@
143
143
  "Pie": "Taart",
144
144
  "Radar": "Radar",
145
145
  "Gauge": "Graadmeter",
146
- "Year over year (line)": "",
147
- "Year over year (column)": "",
146
+ "Year over year (line)": "Jaar over jaar (lijn)",
147
+ "Year over year (column)": "Jaar over jaar (kolom)",
148
148
  "Single value": "",
149
149
  "Pivot table": "",
150
150
  "Target": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "4.5.46",
3
+ "version": "4.5.47",
4
4
  "main": "./build/index.js",
5
5
  "sideEffects": [
6
6
  "./src/locales/index.js"