@dhis2/analytics 2.4.41 → 2.4.45
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 +28 -0
- package/build/locales/es/translations.json +6 -6
- package/build/locales/index.js +42 -38
- package/build/locales/nl/translations.json +121 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [2.4.45](https://github.com/dhis2/analytics/compare/v2.4.44...v2.4.45) (2021-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (2.4.x) ([8a310fd](https://github.com/dhis2/analytics/commit/8a310fd45ecf1d3d4288de0abcbcbc23abeaf61b))
|
|
7
|
+
|
|
8
|
+
## [2.4.44](https://github.com/dhis2/analytics/compare/v2.4.43...v2.4.44) (2021-10-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **translations:** sync translations from transifex (2.4.x) ([6fa65aa](https://github.com/dhis2/analytics/commit/6fa65aaea1a397d5e0db8725b553af690b37d30a))
|
|
14
|
+
|
|
15
|
+
## [2.4.43](https://github.com/dhis2/analytics/compare/v2.4.42...v2.4.43) (2021-08-31)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **translations:** sync translations from transifex (2.4.x) ([a98d4ed](https://github.com/dhis2/analytics/commit/a98d4edd7ece538a2903b31061c972186ecd9a50))
|
|
21
|
+
|
|
22
|
+
## [2.4.42](https://github.com/dhis2/analytics/compare/v2.4.41...v2.4.42) (2021-08-12)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **translations:** sync translations from transifex (2.4.x) ([e71e4bc](https://github.com/dhis2/analytics/commit/e71e4bc871c68c114c51d8d03a34396e124d0901))
|
|
28
|
+
|
|
1
29
|
## [2.4.41](https://github.com/dhis2/analytics/compare/v2.4.40...v2.4.41) (2021-06-22)
|
|
2
30
|
|
|
3
31
|
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"Bi-Week {{biWeekNumber}}": "",
|
|
33
33
|
"Daily": "Diario",
|
|
34
34
|
"Weekly": "Semanal",
|
|
35
|
-
"Bi-weekly": "",
|
|
35
|
+
"Bi-weekly": "Quincenal",
|
|
36
36
|
"Weekly (Start Wednesday)": "",
|
|
37
37
|
"Weekly (Start Thursday)": "",
|
|
38
38
|
"Weekly (Start Saturday)": "",
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"Last 12 weeks": "Últimas 12 semanas",
|
|
59
59
|
"Last 52 weeks": "Últimas 52 semanas",
|
|
60
60
|
"Weeks this year": "Semanas de este año",
|
|
61
|
-
"This bi-week": "",
|
|
62
|
-
"Last bi-week": "",
|
|
63
|
-
"Last 4 bi-weeks": "",
|
|
61
|
+
"This bi-week": "Esta quincena",
|
|
62
|
+
"Last bi-week": "Última quincena",
|
|
63
|
+
"Last 4 bi-weeks": "Últimas 4 quincenas",
|
|
64
64
|
"This month": "Este mes",
|
|
65
65
|
"Last month": "Mes anterior",
|
|
66
66
|
"Last 3 months": "Últimos 3 meses",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"This bi-month": "Este bimestre",
|
|
71
71
|
"Last bi-month": "Bimestre anterior",
|
|
72
72
|
"Last 6 bi-months": "Últimos 6 bimestres",
|
|
73
|
-
"Bi-months this year": "",
|
|
73
|
+
"Bi-months this year": "Bimestres de este año",
|
|
74
74
|
"This quarter": "Este trimestre",
|
|
75
75
|
"Last quarter": "El trimestre pasado",
|
|
76
76
|
"Last 4 quarters": "Últimos 4 trimestres",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"Last 5 years": "Últimos 5 años",
|
|
87
87
|
"Days": "Días",
|
|
88
88
|
"Weeks": "Semanas",
|
|
89
|
-
"Bi-weeks": "",
|
|
89
|
+
"Bi-weeks": "Quincenales",
|
|
90
90
|
"Months": "Meses",
|
|
91
91
|
"Bi-months": "Bimestres",
|
|
92
92
|
"Quarters": "Trimestral",
|
package/build/locales/index.js
CHANGED
|
@@ -51,43 +51,45 @@ var _translations20 = _interopRequireDefault(require("./nb/translations.json"));
|
|
|
51
51
|
|
|
52
52
|
var _translations21 = _interopRequireDefault(require("./ne/translations.json"));
|
|
53
53
|
|
|
54
|
-
var _translations22 = _interopRequireDefault(require("./
|
|
54
|
+
var _translations22 = _interopRequireDefault(require("./nl/translations.json"));
|
|
55
55
|
|
|
56
|
-
var _translations23 = _interopRequireDefault(require("./
|
|
56
|
+
var _translations23 = _interopRequireDefault(require("./prs/translations.json"));
|
|
57
57
|
|
|
58
|
-
var _translations24 = _interopRequireDefault(require("./
|
|
58
|
+
var _translations24 = _interopRequireDefault(require("./ps/translations.json"));
|
|
59
59
|
|
|
60
|
-
var _translations25 = _interopRequireDefault(require("./
|
|
60
|
+
var _translations25 = _interopRequireDefault(require("./pt/translations.json"));
|
|
61
61
|
|
|
62
|
-
var _translations26 = _interopRequireDefault(require("./
|
|
62
|
+
var _translations26 = _interopRequireDefault(require("./pt_BR/translations.json"));
|
|
63
63
|
|
|
64
|
-
var _translations27 = _interopRequireDefault(require("./
|
|
64
|
+
var _translations27 = _interopRequireDefault(require("./ru/translations.json"));
|
|
65
65
|
|
|
66
|
-
var _translations28 = _interopRequireDefault(require("./
|
|
66
|
+
var _translations28 = _interopRequireDefault(require("./rw/translations.json"));
|
|
67
67
|
|
|
68
|
-
var _translations29 = _interopRequireDefault(require("./
|
|
68
|
+
var _translations29 = _interopRequireDefault(require("./sv/translations.json"));
|
|
69
69
|
|
|
70
|
-
var _translations30 = _interopRequireDefault(require("./
|
|
70
|
+
var _translations30 = _interopRequireDefault(require("./tet/translations.json"));
|
|
71
71
|
|
|
72
|
-
var _translations31 = _interopRequireDefault(require("./
|
|
72
|
+
var _translations31 = _interopRequireDefault(require("./tg/translations.json"));
|
|
73
73
|
|
|
74
|
-
var _translations32 = _interopRequireDefault(require("./
|
|
74
|
+
var _translations32 = _interopRequireDefault(require("./tl/translations.json"));
|
|
75
75
|
|
|
76
|
-
var _translations33 = _interopRequireDefault(require("./
|
|
76
|
+
var _translations33 = _interopRequireDefault(require("./uk/translations.json"));
|
|
77
77
|
|
|
78
|
-
var _translations34 = _interopRequireDefault(require("./
|
|
78
|
+
var _translations34 = _interopRequireDefault(require("./ur/translations.json"));
|
|
79
79
|
|
|
80
|
-
var _translations35 = _interopRequireDefault(require("./
|
|
80
|
+
var _translations35 = _interopRequireDefault(require("./uz/translations.json"));
|
|
81
81
|
|
|
82
|
-
var _translations36 = _interopRequireDefault(require("./
|
|
82
|
+
var _translations36 = _interopRequireDefault(require("./uz_Cyrl/translations.json"));
|
|
83
83
|
|
|
84
|
-
var _translations37 = _interopRequireDefault(require("./
|
|
84
|
+
var _translations37 = _interopRequireDefault(require("./uz_Latn/translations.json"));
|
|
85
85
|
|
|
86
|
-
var _translations38 = _interopRequireDefault(require("./
|
|
86
|
+
var _translations38 = _interopRequireDefault(require("./vi/translations.json"));
|
|
87
87
|
|
|
88
|
-
var _translations39 = _interopRequireDefault(require("./
|
|
88
|
+
var _translations39 = _interopRequireDefault(require("./zh/translations.json"));
|
|
89
89
|
|
|
90
|
-
var _translations40 = _interopRequireDefault(require("./
|
|
90
|
+
var _translations40 = _interopRequireDefault(require("./zh_CN/translations.json"));
|
|
91
|
+
|
|
92
|
+
var _translations41 = _interopRequireDefault(require("./zh_HK/translations.json"));
|
|
91
93
|
|
|
92
94
|
//------------------------------------------------------------------------------
|
|
93
95
|
// <auto-generated>
|
|
@@ -141,43 +143,45 @@ _d2I18n.default.addResources('nb', namespace, _translations20.default);
|
|
|
141
143
|
|
|
142
144
|
_d2I18n.default.addResources('ne', namespace, _translations21.default);
|
|
143
145
|
|
|
144
|
-
_d2I18n.default.addResources('
|
|
146
|
+
_d2I18n.default.addResources('nl', namespace, _translations22.default);
|
|
147
|
+
|
|
148
|
+
_d2I18n.default.addResources('prs', namespace, _translations23.default);
|
|
145
149
|
|
|
146
|
-
_d2I18n.default.addResources('ps', namespace,
|
|
150
|
+
_d2I18n.default.addResources('ps', namespace, _translations24.default);
|
|
147
151
|
|
|
148
|
-
_d2I18n.default.addResources('pt', namespace,
|
|
152
|
+
_d2I18n.default.addResources('pt', namespace, _translations25.default);
|
|
149
153
|
|
|
150
|
-
_d2I18n.default.addResources('pt_BR', namespace,
|
|
154
|
+
_d2I18n.default.addResources('pt_BR', namespace, _translations26.default);
|
|
151
155
|
|
|
152
|
-
_d2I18n.default.addResources('ru', namespace,
|
|
156
|
+
_d2I18n.default.addResources('ru', namespace, _translations27.default);
|
|
153
157
|
|
|
154
|
-
_d2I18n.default.addResources('rw', namespace,
|
|
158
|
+
_d2I18n.default.addResources('rw', namespace, _translations28.default);
|
|
155
159
|
|
|
156
|
-
_d2I18n.default.addResources('sv', namespace,
|
|
160
|
+
_d2I18n.default.addResources('sv', namespace, _translations29.default);
|
|
157
161
|
|
|
158
|
-
_d2I18n.default.addResources('tet', namespace,
|
|
162
|
+
_d2I18n.default.addResources('tet', namespace, _translations30.default);
|
|
159
163
|
|
|
160
|
-
_d2I18n.default.addResources('tg', namespace,
|
|
164
|
+
_d2I18n.default.addResources('tg', namespace, _translations31.default);
|
|
161
165
|
|
|
162
|
-
_d2I18n.default.addResources('tl', namespace,
|
|
166
|
+
_d2I18n.default.addResources('tl', namespace, _translations32.default);
|
|
163
167
|
|
|
164
|
-
_d2I18n.default.addResources('uk', namespace,
|
|
168
|
+
_d2I18n.default.addResources('uk', namespace, _translations33.default);
|
|
165
169
|
|
|
166
|
-
_d2I18n.default.addResources('ur', namespace,
|
|
170
|
+
_d2I18n.default.addResources('ur', namespace, _translations34.default);
|
|
167
171
|
|
|
168
|
-
_d2I18n.default.addResources('uz', namespace,
|
|
172
|
+
_d2I18n.default.addResources('uz', namespace, _translations35.default);
|
|
169
173
|
|
|
170
|
-
_d2I18n.default.addResources('uz_Cyrl', namespace,
|
|
174
|
+
_d2I18n.default.addResources('uz_Cyrl', namespace, _translations36.default);
|
|
171
175
|
|
|
172
|
-
_d2I18n.default.addResources('uz_Latn', namespace,
|
|
176
|
+
_d2I18n.default.addResources('uz_Latn', namespace, _translations37.default);
|
|
173
177
|
|
|
174
|
-
_d2I18n.default.addResources('vi', namespace,
|
|
178
|
+
_d2I18n.default.addResources('vi', namespace, _translations38.default);
|
|
175
179
|
|
|
176
|
-
_d2I18n.default.addResources('zh', namespace,
|
|
180
|
+
_d2I18n.default.addResources('zh', namespace, _translations39.default);
|
|
177
181
|
|
|
178
|
-
_d2I18n.default.addResources('zh_CN', namespace,
|
|
182
|
+
_d2I18n.default.addResources('zh_CN', namespace, _translations40.default);
|
|
179
183
|
|
|
180
|
-
_d2I18n.default.addResources('zh_HK', namespace,
|
|
184
|
+
_d2I18n.default.addResources('zh_HK', namespace, _translations41.default);
|
|
181
185
|
|
|
182
186
|
var _default = _d2I18n.default;
|
|
183
187
|
exports.default = _default;
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Data": "",
|
|
3
|
+
"Data Type": "",
|
|
4
|
+
"Totals": "",
|
|
5
|
+
"Details": "",
|
|
6
|
+
"Detail": "",
|
|
7
|
+
"Search dimensions": "",
|
|
8
|
+
"Dimension recommended with selected data": "",
|
|
9
|
+
"Search": "",
|
|
10
|
+
"Selected Data": "",
|
|
11
|
+
"Deselect All": "",
|
|
12
|
+
"Select all": "",
|
|
13
|
+
"Organisation units": "",
|
|
14
|
+
"Period": "Periode",
|
|
15
|
+
"Year": "",
|
|
16
|
+
"Relative periods": "",
|
|
17
|
+
"Fixed periods": "",
|
|
18
|
+
"Period type": "",
|
|
19
|
+
"January": "",
|
|
20
|
+
"February": "",
|
|
21
|
+
"March": "",
|
|
22
|
+
"April": "",
|
|
23
|
+
"May": "",
|
|
24
|
+
"June": "",
|
|
25
|
+
"July": "",
|
|
26
|
+
"August": "",
|
|
27
|
+
"September": "",
|
|
28
|
+
"October": "",
|
|
29
|
+
"November": "",
|
|
30
|
+
"December": "",
|
|
31
|
+
"Week {{weekNumber}}": "",
|
|
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": "",
|
|
42
|
+
"Quarterly": "",
|
|
43
|
+
"Six-monthly": "",
|
|
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": "",
|
|
61
|
+
"This bi-week": "",
|
|
62
|
+
"Last bi-week": "",
|
|
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": "",
|
|
70
|
+
"This bi-month": "",
|
|
71
|
+
"Last bi-month": "",
|
|
72
|
+
"Last 6 bi-months": "",
|
|
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": "",
|
|
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": "",
|
|
87
|
+
"Days": "",
|
|
88
|
+
"Weeks": "",
|
|
89
|
+
"Bi-weeks": "",
|
|
90
|
+
"Months": "",
|
|
91
|
+
"Bi-months": "",
|
|
92
|
+
"Quarters": "",
|
|
93
|
+
"Six-months": "",
|
|
94
|
+
"Financial Years": "",
|
|
95
|
+
"Years": "",
|
|
96
|
+
"Reporting rate": "",
|
|
97
|
+
"Reporting rate on time": "",
|
|
98
|
+
"Actual reports": "",
|
|
99
|
+
"Actual reports on time": "",
|
|
100
|
+
"Expected reports": "",
|
|
101
|
+
"Program": "",
|
|
102
|
+
"Indicators": "",
|
|
103
|
+
"Select indicator group": "",
|
|
104
|
+
"[ All groups ]": "",
|
|
105
|
+
"Data elements": "Gegevenselementen",
|
|
106
|
+
"Select data element group": "",
|
|
107
|
+
"[ All data elements ]": "",
|
|
108
|
+
"Data sets": "",
|
|
109
|
+
"Select data sets": "",
|
|
110
|
+
"[ All metrics ]": "",
|
|
111
|
+
"Event data items": "",
|
|
112
|
+
"Select a program": "",
|
|
113
|
+
"Program indicators": "",
|
|
114
|
+
"Organisation Unit": "",
|
|
115
|
+
"{{dynamicOuNames}} and {{lastOuName}}": "",
|
|
116
|
+
"{{allDynamicOuNames}} levels": "",
|
|
117
|
+
"{{allDynamicOuNames}} groups": "",
|
|
118
|
+
"{{allDynamicOuNames}} levels in {{staticOuNames}}": "",
|
|
119
|
+
"{{allDynamicOuNames}} groups in {{staticOuNames}}": "",
|
|
120
|
+
"No data": ""
|
|
121
|
+
}
|