@dhis2/analytics 23.8.7 → 23.8.8
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
|
+
## [23.8.8](https://github.com/dhis2/analytics/compare/v23.8.7...v23.8.8) (2022-05-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (master) ([7aab336](https://github.com/dhis2/analytics/commit/7aab3369a4518f211fb140b4d32f1b5d422536dc))
|
|
7
|
+
|
|
1
8
|
## [23.8.7](https://github.com/dhis2/analytics/compare/v23.8.6...v23.8.7) (2022-05-17)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"Metric type": "",
|
|
43
43
|
"All metrics": "",
|
|
44
44
|
"Move to {{axisName}}": "",
|
|
45
|
-
"Add to {{axisName}}": "",
|
|
45
|
+
"Add to {{axisName}}": "Voeg toe aan {{axisName}}",
|
|
46
46
|
"Not available for {{visualizationType}}": "",
|
|
47
47
|
"Remove Assigned Categories": "",
|
|
48
|
-
"Add Assigned Categories": "",
|
|
48
|
+
"Add Assigned Categories": "Voeg Toegewezen Categorieën toe",
|
|
49
49
|
"Remove": "Verwijderen",
|
|
50
|
-
"Filter dimensions": "",
|
|
51
|
-
"Main dimensions": "",
|
|
52
|
-
"Your dimensions": "",
|
|
50
|
+
"Filter dimensions": "Filter dimensies",
|
|
51
|
+
"Main dimensions": "Hoofddimensies",
|
|
52
|
+
"Your dimensions": "Uw dimensies",
|
|
53
53
|
"Dimension recommended with selected data": "",
|
|
54
|
-
"All items": "",
|
|
54
|
+
"All items": "Alle items",
|
|
55
55
|
"Automatically include all items": "",
|
|
56
56
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
57
57
|
"Manually select items...": "",
|
|
@@ -179,45 +179,45 @@
|
|
|
179
179
|
"Financial year (Start April)": "Financieel jaar (Start april)",
|
|
180
180
|
"Today": "Vandaag",
|
|
181
181
|
"Yesterday": "Gisteren",
|
|
182
|
-
"Last 3 days": "",
|
|
183
|
-
"Last 7 days": "",
|
|
184
|
-
"Last 14 days": "",
|
|
182
|
+
"Last 3 days": "Laatste 3 dagen",
|
|
183
|
+
"Last 7 days": "Laatste 7 dagen",
|
|
184
|
+
"Last 14 days": "Laatste 14 dagen",
|
|
185
185
|
"Last 30 days": "",
|
|
186
186
|
"Last 60 days": "",
|
|
187
187
|
"Last 90 days": "",
|
|
188
188
|
"Last 180 days": "",
|
|
189
|
-
"This week": "",
|
|
190
|
-
"Last week": "",
|
|
191
|
-
"Last 4 weeks": "",
|
|
192
|
-
"Last 12 weeks": "",
|
|
193
|
-
"Last 52 weeks": "",
|
|
194
|
-
"Weeks this year": "",
|
|
189
|
+
"This week": "Deze week",
|
|
190
|
+
"Last week": "Laatste week",
|
|
191
|
+
"Last 4 weeks": "Laatste 4 weken",
|
|
192
|
+
"Last 12 weeks": "Laatste 12 weken",
|
|
193
|
+
"Last 52 weeks": "Laatste 52 weken",
|
|
194
|
+
"Weeks this year": "Weken dit jaar",
|
|
195
195
|
"This bi-week": "",
|
|
196
196
|
"Last bi-week": "",
|
|
197
197
|
"Last 4 bi-weeks": "",
|
|
198
|
-
"This month": "",
|
|
199
|
-
"Last month": "",
|
|
200
|
-
"Last 3 months": "",
|
|
201
|
-
"Last 6 months": "",
|
|
202
|
-
"Last 12 months": "",
|
|
203
|
-
"Months this year": "",
|
|
198
|
+
"This month": "Deze maand",
|
|
199
|
+
"Last month": "Laatste maand",
|
|
200
|
+
"Last 3 months": "Laatste 3 maanden",
|
|
201
|
+
"Last 6 months": "Laatste 6 maanden",
|
|
202
|
+
"Last 12 months": "Laatste 12 maanden",
|
|
203
|
+
"Months this year": "Maanden dit jaar",
|
|
204
204
|
"This bi-month": "",
|
|
205
205
|
"Last bi-month": "",
|
|
206
206
|
"Last 6 bi-months": "",
|
|
207
207
|
"Bi-months this year": "",
|
|
208
|
-
"This quarter": "",
|
|
209
|
-
"Last quarter": "",
|
|
210
|
-
"Last 4 quarters": "",
|
|
211
|
-
"Quarters this year": "",
|
|
212
|
-
"This six-month": "",
|
|
213
|
-
"Last six-month": "",
|
|
208
|
+
"This quarter": "Dit kwartier",
|
|
209
|
+
"Last quarter": "Laatste kwartier",
|
|
210
|
+
"Last 4 quarters": "Laatste 4 kwartieren",
|
|
211
|
+
"Quarters this year": "Kwartieren dit jaar",
|
|
212
|
+
"This six-month": "Dit halfjaar",
|
|
213
|
+
"Last six-month": "Laatste halfjaar",
|
|
214
214
|
"Last 2 six-month": "",
|
|
215
|
-
"This financial year": "",
|
|
216
|
-
"Last financial year": "",
|
|
217
|
-
"Last 5 financial years": "",
|
|
218
|
-
"This year": "",
|
|
219
|
-
"Last year": "",
|
|
220
|
-
"Last 5 years": "",
|
|
215
|
+
"This financial year": "Dit financieel jaar",
|
|
216
|
+
"Last financial year": "Laatste financieel jaar",
|
|
217
|
+
"Last 5 financial years": "Laatste 5 financiële jaren",
|
|
218
|
+
"This year": "Dit jaar",
|
|
219
|
+
"Last year": "Laatste jaar",
|
|
220
|
+
"Last 5 years": "Laatste 5 jaren",
|
|
221
221
|
"Last 10 years": "",
|
|
222
222
|
"Days": "",
|
|
223
223
|
"Weeks": "",
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"Bar": "Staaf",
|
|
307
307
|
"Stacked bar": "Gestapelde staaf",
|
|
308
308
|
"Column": "Kolom",
|
|
309
|
-
"Year over year (column)": "",
|
|
309
|
+
"Year over year (column)": "Jaar over jaar (kolom)",
|
|
310
310
|
"Stacked column": "Gestapelde kolom",
|
|
311
311
|
"Gauge": "Graadmeter",
|
|
312
312
|
"Line": "Lijn",
|
|
313
313
|
"Line list": "",
|
|
314
|
-
"Year over year (line)": "",
|
|
314
|
+
"Year over year (line)": "Jaar over jaar (lijn)",
|
|
315
315
|
"Pie": "Taart",
|
|
316
316
|
"Radar": "Radar",
|
|
317
317
|
"Scatter": "",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"Metric type": "",
|
|
43
43
|
"All metrics": "",
|
|
44
44
|
"Move to {{axisName}}": "",
|
|
45
|
-
"Add to {{axisName}}": "",
|
|
45
|
+
"Add to {{axisName}}": "Voeg toe aan {{axisName}}",
|
|
46
46
|
"Not available for {{visualizationType}}": "",
|
|
47
47
|
"Remove Assigned Categories": "",
|
|
48
|
-
"Add Assigned Categories": "",
|
|
48
|
+
"Add Assigned Categories": "Voeg Toegewezen Categorieën toe",
|
|
49
49
|
"Remove": "Verwijderen",
|
|
50
|
-
"Filter dimensions": "",
|
|
51
|
-
"Main dimensions": "",
|
|
52
|
-
"Your dimensions": "",
|
|
50
|
+
"Filter dimensions": "Filter dimensies",
|
|
51
|
+
"Main dimensions": "Hoofddimensies",
|
|
52
|
+
"Your dimensions": "Uw dimensies",
|
|
53
53
|
"Dimension recommended with selected data": "",
|
|
54
|
-
"All items": "",
|
|
54
|
+
"All items": "Alle items",
|
|
55
55
|
"Automatically include all items": "",
|
|
56
56
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
57
57
|
"Manually select items...": "",
|
|
@@ -179,45 +179,45 @@
|
|
|
179
179
|
"Financial year (Start April)": "Financieel jaar (Start april)",
|
|
180
180
|
"Today": "Vandaag",
|
|
181
181
|
"Yesterday": "Gisteren",
|
|
182
|
-
"Last 3 days": "",
|
|
183
|
-
"Last 7 days": "",
|
|
184
|
-
"Last 14 days": "",
|
|
182
|
+
"Last 3 days": "Laatste 3 dagen",
|
|
183
|
+
"Last 7 days": "Laatste 7 dagen",
|
|
184
|
+
"Last 14 days": "Laatste 14 dagen",
|
|
185
185
|
"Last 30 days": "",
|
|
186
186
|
"Last 60 days": "",
|
|
187
187
|
"Last 90 days": "",
|
|
188
188
|
"Last 180 days": "",
|
|
189
|
-
"This week": "",
|
|
190
|
-
"Last week": "",
|
|
191
|
-
"Last 4 weeks": "",
|
|
192
|
-
"Last 12 weeks": "",
|
|
193
|
-
"Last 52 weeks": "",
|
|
194
|
-
"Weeks this year": "",
|
|
189
|
+
"This week": "Deze week",
|
|
190
|
+
"Last week": "Laatste week",
|
|
191
|
+
"Last 4 weeks": "Laatste 4 weken",
|
|
192
|
+
"Last 12 weeks": "Laatste 12 weken",
|
|
193
|
+
"Last 52 weeks": "Laatste 52 weken",
|
|
194
|
+
"Weeks this year": "Weken dit jaar",
|
|
195
195
|
"This bi-week": "",
|
|
196
196
|
"Last bi-week": "",
|
|
197
197
|
"Last 4 bi-weeks": "",
|
|
198
|
-
"This month": "",
|
|
199
|
-
"Last month": "",
|
|
200
|
-
"Last 3 months": "",
|
|
201
|
-
"Last 6 months": "",
|
|
202
|
-
"Last 12 months": "",
|
|
203
|
-
"Months this year": "",
|
|
198
|
+
"This month": "Deze maand",
|
|
199
|
+
"Last month": "Laatste maand",
|
|
200
|
+
"Last 3 months": "Laatste 3 maanden",
|
|
201
|
+
"Last 6 months": "Laatste 6 maanden",
|
|
202
|
+
"Last 12 months": "Laatste 12 maanden",
|
|
203
|
+
"Months this year": "Maanden dit jaar",
|
|
204
204
|
"This bi-month": "",
|
|
205
205
|
"Last bi-month": "",
|
|
206
206
|
"Last 6 bi-months": "",
|
|
207
207
|
"Bi-months this year": "",
|
|
208
|
-
"This quarter": "",
|
|
209
|
-
"Last quarter": "",
|
|
210
|
-
"Last 4 quarters": "",
|
|
211
|
-
"Quarters this year": "",
|
|
212
|
-
"This six-month": "",
|
|
213
|
-
"Last six-month": "",
|
|
208
|
+
"This quarter": "Dit kwartier",
|
|
209
|
+
"Last quarter": "Laatste kwartier",
|
|
210
|
+
"Last 4 quarters": "Laatste 4 kwartieren",
|
|
211
|
+
"Quarters this year": "Kwartieren dit jaar",
|
|
212
|
+
"This six-month": "Dit halfjaar",
|
|
213
|
+
"Last six-month": "Laatste halfjaar",
|
|
214
214
|
"Last 2 six-month": "",
|
|
215
|
-
"This financial year": "",
|
|
216
|
-
"Last financial year": "",
|
|
217
|
-
"Last 5 financial years": "",
|
|
218
|
-
"This year": "",
|
|
219
|
-
"Last year": "",
|
|
220
|
-
"Last 5 years": "",
|
|
215
|
+
"This financial year": "Dit financieel jaar",
|
|
216
|
+
"Last financial year": "Laatste financieel jaar",
|
|
217
|
+
"Last 5 financial years": "Laatste 5 financiële jaren",
|
|
218
|
+
"This year": "Dit jaar",
|
|
219
|
+
"Last year": "Laatste jaar",
|
|
220
|
+
"Last 5 years": "Laatste 5 jaren",
|
|
221
221
|
"Last 10 years": "",
|
|
222
222
|
"Days": "",
|
|
223
223
|
"Weeks": "",
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"Bar": "Staaf",
|
|
307
307
|
"Stacked bar": "Gestapelde staaf",
|
|
308
308
|
"Column": "Kolom",
|
|
309
|
-
"Year over year (column)": "",
|
|
309
|
+
"Year over year (column)": "Jaar over jaar (kolom)",
|
|
310
310
|
"Stacked column": "Gestapelde kolom",
|
|
311
311
|
"Gauge": "Graadmeter",
|
|
312
312
|
"Line": "Lijn",
|
|
313
313
|
"Line list": "",
|
|
314
|
-
"Year over year (line)": "",
|
|
314
|
+
"Year over year (line)": "Jaar over jaar (lijn)",
|
|
315
315
|
"Pie": "Taart",
|
|
316
316
|
"Radar": "Radar",
|
|
317
317
|
"Scatter": "",
|