@dhis2/analytics 2.4.50 → 2.4.52
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 +15 -0
- package/build/locales/nl/translations.json +44 -44
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [2.4.52](https://github.com/dhis2/analytics/compare/v2.4.51...v2.4.52) (2022-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (2.4.x) ([91f5c4b](https://github.com/dhis2/analytics/commit/91f5c4b43812ab9a411399e93a3d0fce8e2f1fed))
|
|
7
|
+
* **translations:** sync translations from transifex (2.4.x) ([059a405](https://github.com/dhis2/analytics/commit/059a4050b22addbdd3886efde3a02be8d17525e2))
|
|
8
|
+
|
|
9
|
+
## [2.4.51](https://github.com/dhis2/analytics/compare/v2.4.50...v2.4.51) (2022-05-13)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **translations:** sync translations from transifex (2.4.x) ([59464a7](https://github.com/dhis2/analytics/commit/59464a7e6bbd0b3ad38f3ece72ddb3b53541a0ad))
|
|
15
|
+
|
|
1
16
|
## [2.4.50](https://github.com/dhis2/analytics/compare/v2.4.49...v2.4.50) (2022-04-22)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -30,60 +30,60 @@
|
|
|
30
30
|
"December": "",
|
|
31
31
|
"Week {{weekNumber}}": "",
|
|
32
32
|
"Bi-Week {{biWeekNumber}}": "",
|
|
33
|
-
"Daily": "",
|
|
34
|
-
"Weekly": "",
|
|
35
|
-
"Bi-weekly": "",
|
|
36
|
-
"Weekly (Start Wednesday)": "",
|
|
37
|
-
"Weekly (Start Thursday)": "",
|
|
38
|
-
"Weekly (Start Saturday)": "",
|
|
39
|
-
"Weekly (Start Sunday)": "",
|
|
40
|
-
"Monthly": "",
|
|
41
|
-
"Bi-monthly": "",
|
|
33
|
+
"Daily": "Dagelijks",
|
|
34
|
+
"Weekly": "Wekelijks",
|
|
35
|
+
"Bi-weekly": "Tweewekelijks",
|
|
36
|
+
"Weekly (Start Wednesday)": "Wekelijks (Start op woensdag)",
|
|
37
|
+
"Weekly (Start Thursday)": "Wekelijks (Start op donderdag)",
|
|
38
|
+
"Weekly (Start Saturday)": "Wekelijks (Start op zaterdag)",
|
|
39
|
+
"Weekly (Start Sunday)": "Wekelijks (Start op zondag)",
|
|
40
|
+
"Monthly": "Maandelijks",
|
|
41
|
+
"Bi-monthly": "Tweemaandelijks",
|
|
42
42
|
"Quarterly": "",
|
|
43
43
|
"Six-monthly": "",
|
|
44
44
|
"Six-monthly April": "",
|
|
45
|
-
"Yearly": "",
|
|
46
|
-
"Financial year (Start November)": "",
|
|
47
|
-
"Financial year (Start October)": "",
|
|
48
|
-
"Financial year (Start July)": "",
|
|
49
|
-
"Financial year (Start April)": "",
|
|
50
|
-
"Today": "",
|
|
51
|
-
"Yesterday": "",
|
|
52
|
-
"Last 3 days": "",
|
|
53
|
-
"Last 7 days": "",
|
|
54
|
-
"Last 14 days": "",
|
|
55
|
-
"This week": "",
|
|
56
|
-
"Last week": "",
|
|
57
|
-
"Last 4 weeks": "",
|
|
58
|
-
"Last 12 weeks": "",
|
|
59
|
-
"Last 52 weeks": "",
|
|
60
|
-
"Weeks this year": "",
|
|
45
|
+
"Yearly": "Jaarlijks",
|
|
46
|
+
"Financial year (Start November)": "Financieel jaar (Start november)",
|
|
47
|
+
"Financial year (Start October)": "Financieel jaar (Start oktober)",
|
|
48
|
+
"Financial year (Start July)": "Financieel jaar (Start juli)",
|
|
49
|
+
"Financial year (Start April)": "Financieel jaar (Start april)",
|
|
50
|
+
"Today": "Vandaag",
|
|
51
|
+
"Yesterday": "Gisteren",
|
|
52
|
+
"Last 3 days": "Laatste 3 dagen",
|
|
53
|
+
"Last 7 days": "Laatste 7 dagen",
|
|
54
|
+
"Last 14 days": "Laatste 14 dagen",
|
|
55
|
+
"This week": "Deze week",
|
|
56
|
+
"Last week": "Laatste week",
|
|
57
|
+
"Last 4 weeks": "Laatste 4 weken",
|
|
58
|
+
"Last 12 weeks": "Laatste 12 weken",
|
|
59
|
+
"Last 52 weeks": "Laatste 52 weken",
|
|
60
|
+
"Weeks this year": "Weken dit jaar",
|
|
61
61
|
"This bi-week": "",
|
|
62
62
|
"Last bi-week": "",
|
|
63
63
|
"Last 4 bi-weeks": "",
|
|
64
|
-
"This month": "",
|
|
65
|
-
"Last month": "",
|
|
66
|
-
"Last 3 months": "",
|
|
67
|
-
"Last 6 months": "",
|
|
68
|
-
"Last 12 months": "",
|
|
69
|
-
"Months this year": "",
|
|
64
|
+
"This month": "Deze maand",
|
|
65
|
+
"Last month": "Laatste maand",
|
|
66
|
+
"Last 3 months": "Laatste 3 maanden",
|
|
67
|
+
"Last 6 months": "Laatste 6 maanden",
|
|
68
|
+
"Last 12 months": "Laatste 12 maanden",
|
|
69
|
+
"Months this year": "Maanden dit jaar",
|
|
70
70
|
"This bi-month": "",
|
|
71
71
|
"Last bi-month": "",
|
|
72
72
|
"Last 6 bi-months": "",
|
|
73
73
|
"Bi-months this year": "",
|
|
74
|
-
"This quarter": "",
|
|
75
|
-
"Last quarter": "",
|
|
76
|
-
"Last 4 quarters": "",
|
|
77
|
-
"Quarters this year": "",
|
|
78
|
-
"This six-month": "",
|
|
79
|
-
"Last six-month": "",
|
|
74
|
+
"This quarter": "Dit kwartier",
|
|
75
|
+
"Last quarter": "Laatste kwartier",
|
|
76
|
+
"Last 4 quarters": "Laatste 4 kwartieren",
|
|
77
|
+
"Quarters this year": "Kwartieren dit jaar",
|
|
78
|
+
"This six-month": "Dit halfjaar",
|
|
79
|
+
"Last six-month": "Laatste halfjaar",
|
|
80
80
|
"Last 2 six-month": "",
|
|
81
|
-
"This financial year": "",
|
|
82
|
-
"Last financial year": "",
|
|
83
|
-
"Last 5 financial years": "",
|
|
84
|
-
"This year": "",
|
|
85
|
-
"Last year": "",
|
|
86
|
-
"Last 5 years": "",
|
|
81
|
+
"This financial year": "Dit financieel jaar",
|
|
82
|
+
"Last financial year": "Laatste financieel jaar",
|
|
83
|
+
"Last 5 financial years": "Laatste 5 financiële jaren",
|
|
84
|
+
"This year": "Dit jaar",
|
|
85
|
+
"Last year": "Laatste jaar",
|
|
86
|
+
"Last 5 years": "Laatste 5 jaren",
|
|
87
87
|
"Days": "",
|
|
88
88
|
"Weeks": "",
|
|
89
89
|
"Bi-weeks": "",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"Event data items": "Gebeurtenisgegevensitems",
|
|
112
112
|
"Select a program": "",
|
|
113
113
|
"Program indicators": "Programmaindicators",
|
|
114
|
-
"Organisation Unit": "",
|
|
114
|
+
"Organisation Unit": "Organisatieëenheid",
|
|
115
115
|
"{{dynamicOuNames}} and {{lastOuName}}": "",
|
|
116
116
|
"{{allDynamicOuNames}} levels": "",
|
|
117
117
|
"{{allDynamicOuNames}} groups": "",
|