@dhis2/analytics 29.0.4 → 29.1.0
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/build/cjs/api/dimensions.js +6 -6
- package/build/cjs/locales/en_US/translations.json +7 -7
- package/build/cjs/locales/hi_IN/translations.json +21 -21
- package/build/es/api/dimensions.js +6 -6
- package/build/es/locales/en_US/translations.json +7 -7
- package/build/es/locales/hi_IN/translations.json +21 -21
- package/package.json +2 -2
|
@@ -68,7 +68,7 @@ const dataItemsQuery = exports.dataItemsQuery = {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
if (searchTerm) {
|
|
71
|
-
filters.push(
|
|
71
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
72
72
|
}
|
|
73
73
|
return (0, _objectClean.default)({
|
|
74
74
|
fields,
|
|
@@ -92,7 +92,7 @@ const indicatorsQuery = exports.indicatorsQuery = {
|
|
|
92
92
|
filters.push(`indicatorGroups.id:eq:${filter.group}`);
|
|
93
93
|
}
|
|
94
94
|
if (searchTerm) {
|
|
95
|
-
filters.push(
|
|
95
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
96
96
|
}
|
|
97
97
|
return {
|
|
98
98
|
fields: `id,${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -127,7 +127,7 @@ const dataElementsQuery = exports.dataElementsQuery = {
|
|
|
127
127
|
filters.push(`dataElementGroups.id:eq:${filter.group}`);
|
|
128
128
|
}
|
|
129
129
|
if (searchTerm) {
|
|
130
|
-
filters.push(
|
|
130
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
131
131
|
}
|
|
132
132
|
return {
|
|
133
133
|
fields: `${idField},${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -160,7 +160,7 @@ const itemsByDimensionQuery = exports.itemsByDimensionQuery = {
|
|
|
160
160
|
}) => {
|
|
161
161
|
const filters = [];
|
|
162
162
|
if (searchTerm) {
|
|
163
|
-
filters.push(
|
|
163
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
164
164
|
}
|
|
165
165
|
return {
|
|
166
166
|
fields: `id,${nameProp}~rename(name)`,
|
|
@@ -185,7 +185,7 @@ const dataElementOperandsQuery = exports.dataElementOperandsQuery = {
|
|
|
185
185
|
filters.push(`dataElement.dataElementGroups.id:eq:${filter.group}`);
|
|
186
186
|
}
|
|
187
187
|
if (searchTerm) {
|
|
188
|
-
filters.push(
|
|
188
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
189
189
|
}
|
|
190
190
|
return {
|
|
191
191
|
fields: `${idField},${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -206,7 +206,7 @@ const dataSetsQuery = exports.dataSetsQuery = {
|
|
|
206
206
|
}) => {
|
|
207
207
|
const filters = [];
|
|
208
208
|
if (searchTerm) {
|
|
209
|
-
filters.push(
|
|
209
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
210
210
|
}
|
|
211
211
|
if (filter !== null && filter !== void 0 && filter.group && filter.group !== _dataTypes.DIMENSION_TYPE_ALL) {
|
|
212
212
|
filters.push(`id:eq:${filter.group}`);
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"Like": "",
|
|
195
195
|
"See interpretation": "",
|
|
196
196
|
"Open in app": "",
|
|
197
|
-
"Share": "",
|
|
197
|
+
"Share": "Share",
|
|
198
198
|
"Could not delete interpretation": "",
|
|
199
199
|
"Manage sharing": "",
|
|
200
200
|
"Could not update interpretation text": "",
|
|
@@ -318,15 +318,15 @@
|
|
|
318
318
|
"Last year": "",
|
|
319
319
|
"Last 5 years": "",
|
|
320
320
|
"Last 10 years": "",
|
|
321
|
-
"Days": "",
|
|
321
|
+
"Days": "Days",
|
|
322
322
|
"Weeks": "",
|
|
323
323
|
"Bi-weeks": "",
|
|
324
|
-
"Months": "",
|
|
324
|
+
"Months": "Months",
|
|
325
325
|
"Bi-months": "",
|
|
326
326
|
"Quarters": "",
|
|
327
327
|
"Six-months": "",
|
|
328
328
|
"Financial Years": "",
|
|
329
|
-
"Years": "",
|
|
329
|
+
"Years": "Years",
|
|
330
330
|
"Value: {{value}}": "",
|
|
331
331
|
"Bold text": "",
|
|
332
332
|
"Italic text": "",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"Too many results. Try refining the search.": "",
|
|
349
349
|
"Search for a user": "",
|
|
350
350
|
"Searching for \"{{- searchText}}\"": "",
|
|
351
|
-
"No results found": "",
|
|
351
|
+
"No results found": "No results found",
|
|
352
352
|
"Series": "",
|
|
353
353
|
"Category": "",
|
|
354
354
|
"Columns": "",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"Email": "",
|
|
429
429
|
"Yes/No": "",
|
|
430
430
|
"Yes Only": "",
|
|
431
|
-
"Date": "",
|
|
431
|
+
"Date": "Date",
|
|
432
432
|
"Date & Time": "",
|
|
433
433
|
"Time": "",
|
|
434
434
|
"Unit interval": "",
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"Username": "",
|
|
442
442
|
"Coordinate": "",
|
|
443
443
|
"Reference": "",
|
|
444
|
-
"Age": "",
|
|
444
|
+
"Age": "Age",
|
|
445
445
|
"URL": "",
|
|
446
446
|
"Image": "",
|
|
447
447
|
"GeoJSON": "",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"No description": "",
|
|
8
|
+
"No description": "कोई विवरण नहीं",
|
|
9
9
|
"Last updated {{time}}": "",
|
|
10
10
|
"Created {{time}} by {{author}}": "",
|
|
11
11
|
"Created {{time}}": "",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"Indicators": "",
|
|
66
66
|
"Expiry days": "",
|
|
67
67
|
"Type": "",
|
|
68
|
-
"Data element": "",
|
|
68
|
+
"Data element": "डेटा एलिमेंट",
|
|
69
69
|
"Tracked entity attribute": "",
|
|
70
70
|
"Numerator description": "",
|
|
71
71
|
"Numerator expression": "",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"Decimals in output": "",
|
|
79
79
|
"There was a problem loading information for this data item.": "",
|
|
80
80
|
"Name": "नाम",
|
|
81
|
-
"Description": "",
|
|
81
|
+
"Description": "विवरण",
|
|
82
82
|
"Code": "",
|
|
83
83
|
"ID": "आईडी",
|
|
84
84
|
"Last updated date": "",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"Copy to clipboard": "",
|
|
157
157
|
"Close": "बंद करें",
|
|
158
158
|
"Rename {{fileType}}": "",
|
|
159
|
-
"Rename": "",
|
|
159
|
+
"Rename": "नाम बदलें",
|
|
160
160
|
"{{- objectName}} (copy)": "",
|
|
161
161
|
"Save {{fileType}} as": "",
|
|
162
162
|
"event report": "",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"Interpretations": "",
|
|
187
187
|
"Error loading interpretations": "",
|
|
188
188
|
"Could not load interpretations": "",
|
|
189
|
-
"Reply": "",
|
|
189
|
+
"Reply": "जवाब दें",
|
|
190
190
|
"{{count}} replies": "",
|
|
191
191
|
"{{count}} replies_plural": "",
|
|
192
192
|
"View replies": "",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"Others": "",
|
|
207
207
|
"Not supported by this app yet": "",
|
|
208
208
|
"Filter by name": "",
|
|
209
|
-
"Created": "",
|
|
209
|
+
"Created": "बनाया गया",
|
|
210
210
|
"Last updated": "अंतिम अपडेट",
|
|
211
211
|
"Clear filters": "",
|
|
212
212
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
@@ -278,17 +278,17 @@
|
|
|
278
278
|
"Financial year (Start April)": "",
|
|
279
279
|
"Today": "आज",
|
|
280
280
|
"Yesterday": "कल (बिता हुआ)",
|
|
281
|
-
"Last 3 days": "",
|
|
282
|
-
"Last 7 days": "",
|
|
283
|
-
"Last 14 days": "",
|
|
281
|
+
"Last 3 days": "पिछले 3 दिन",
|
|
282
|
+
"Last 7 days": "पिछले 7 दिन",
|
|
283
|
+
"Last 14 days": "पिछले 14 दिन",
|
|
284
284
|
"Last 30 days": "",
|
|
285
285
|
"Last 60 days": "",
|
|
286
286
|
"Last 90 days": "",
|
|
287
287
|
"Last 180 days": "",
|
|
288
|
-
"This week": "",
|
|
289
|
-
"Last week": "",
|
|
290
|
-
"Last 4 weeks": "",
|
|
291
|
-
"Last 12 weeks": "",
|
|
288
|
+
"This week": "इस सप्ताह",
|
|
289
|
+
"Last week": "पिछला सप्ताह",
|
|
290
|
+
"Last 4 weeks": "पिछले 4 सप्ताह",
|
|
291
|
+
"Last 12 weeks": "पिछले 12 सप्ताह",
|
|
292
292
|
"Last 52 weeks": "",
|
|
293
293
|
"Weeks this year": "",
|
|
294
294
|
"This bi-week": "",
|
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
"Last 6 bi-months": "",
|
|
306
306
|
"Bi-months this year": "",
|
|
307
307
|
"This quarter": "",
|
|
308
|
-
"Last quarter": "",
|
|
309
|
-
"Last 4 quarters": "",
|
|
308
|
+
"Last quarter": "पिछली तिमाही",
|
|
309
|
+
"Last 4 quarters": "पिछली 4 तिमाहियाँ",
|
|
310
310
|
"Quarters this year": "",
|
|
311
311
|
"This six-month": "",
|
|
312
312
|
"Last six-month": "पिछला छः-मासिक",
|
|
@@ -319,12 +319,12 @@
|
|
|
319
319
|
"Last 5 years": "पिछले 5 वर्ष",
|
|
320
320
|
"Last 10 years": "",
|
|
321
321
|
"Days": "दिन",
|
|
322
|
-
"Weeks": "",
|
|
322
|
+
"Weeks": "सप्ताह",
|
|
323
323
|
"Bi-weeks": "",
|
|
324
324
|
"Months": "महीने",
|
|
325
325
|
"Bi-months": "",
|
|
326
|
-
"Quarters": "",
|
|
327
|
-
"Six-months": "",
|
|
326
|
+
"Quarters": "पिछली तिमाही",
|
|
327
|
+
"Six-months": "छह महीने",
|
|
328
328
|
"Financial Years": "",
|
|
329
329
|
"Years": "वर्ष",
|
|
330
330
|
"Value: {{value}}": "",
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"Data element group": "",
|
|
369
369
|
"No data element groups found": "",
|
|
370
370
|
"Loading data element groups": "",
|
|
371
|
-
"Data sets": "",
|
|
372
|
-
"Data set": "",
|
|
371
|
+
"Data sets": "डेटा सेट्स",
|
|
372
|
+
"Data set": "डेटा सेट",
|
|
373
373
|
"All data sets": "",
|
|
374
374
|
"Loading data sets": "",
|
|
375
375
|
"Event data items": "",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"Reference": "",
|
|
444
444
|
"Age": "आयु",
|
|
445
445
|
"URL": "",
|
|
446
|
-
"Image": "",
|
|
446
|
+
"Image": "इमेज",
|
|
447
447
|
"GeoJSON": "",
|
|
448
448
|
"Pivot table": "",
|
|
449
449
|
"Area": "",
|
|
@@ -62,7 +62,7 @@ export const dataItemsQuery = {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
if (searchTerm) {
|
|
65
|
-
filters.push(
|
|
65
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
66
66
|
}
|
|
67
67
|
return objectClean({
|
|
68
68
|
fields,
|
|
@@ -86,7 +86,7 @@ export const indicatorsQuery = {
|
|
|
86
86
|
filters.push(`indicatorGroups.id:eq:${filter.group}`);
|
|
87
87
|
}
|
|
88
88
|
if (searchTerm) {
|
|
89
|
-
filters.push(
|
|
89
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
90
90
|
}
|
|
91
91
|
return {
|
|
92
92
|
fields: `id,${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -121,7 +121,7 @@ export const dataElementsQuery = {
|
|
|
121
121
|
filters.push(`dataElementGroups.id:eq:${filter.group}`);
|
|
122
122
|
}
|
|
123
123
|
if (searchTerm) {
|
|
124
|
-
filters.push(
|
|
124
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
125
125
|
}
|
|
126
126
|
return {
|
|
127
127
|
fields: `${idField},${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -154,7 +154,7 @@ export const itemsByDimensionQuery = {
|
|
|
154
154
|
}) => {
|
|
155
155
|
const filters = [];
|
|
156
156
|
if (searchTerm) {
|
|
157
|
-
filters.push(
|
|
157
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
158
158
|
}
|
|
159
159
|
return {
|
|
160
160
|
fields: `id,${nameProp}~rename(name)`,
|
|
@@ -179,7 +179,7 @@ export const dataElementOperandsQuery = {
|
|
|
179
179
|
filters.push(`dataElement.dataElementGroups.id:eq:${filter.group}`);
|
|
180
180
|
}
|
|
181
181
|
if (searchTerm) {
|
|
182
|
-
filters.push(
|
|
182
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
183
183
|
}
|
|
184
184
|
return {
|
|
185
185
|
fields: `${idField},${nameProp}~rename(name),dimensionItemType`,
|
|
@@ -200,7 +200,7 @@ export const dataSetsQuery = {
|
|
|
200
200
|
}) => {
|
|
201
201
|
const filters = [];
|
|
202
202
|
if (searchTerm) {
|
|
203
|
-
filters.push(
|
|
203
|
+
filters.push(`identifiable:token:${searchTerm}`);
|
|
204
204
|
}
|
|
205
205
|
if (filter !== null && filter !== void 0 && filter.group && filter.group !== DIMENSION_TYPE_ALL) {
|
|
206
206
|
filters.push(`id:eq:${filter.group}`);
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"Like": "",
|
|
195
195
|
"See interpretation": "",
|
|
196
196
|
"Open in app": "",
|
|
197
|
-
"Share": "",
|
|
197
|
+
"Share": "Share",
|
|
198
198
|
"Could not delete interpretation": "",
|
|
199
199
|
"Manage sharing": "",
|
|
200
200
|
"Could not update interpretation text": "",
|
|
@@ -318,15 +318,15 @@
|
|
|
318
318
|
"Last year": "",
|
|
319
319
|
"Last 5 years": "",
|
|
320
320
|
"Last 10 years": "",
|
|
321
|
-
"Days": "",
|
|
321
|
+
"Days": "Days",
|
|
322
322
|
"Weeks": "",
|
|
323
323
|
"Bi-weeks": "",
|
|
324
|
-
"Months": "",
|
|
324
|
+
"Months": "Months",
|
|
325
325
|
"Bi-months": "",
|
|
326
326
|
"Quarters": "",
|
|
327
327
|
"Six-months": "",
|
|
328
328
|
"Financial Years": "",
|
|
329
|
-
"Years": "",
|
|
329
|
+
"Years": "Years",
|
|
330
330
|
"Value: {{value}}": "",
|
|
331
331
|
"Bold text": "",
|
|
332
332
|
"Italic text": "",
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"Too many results. Try refining the search.": "",
|
|
349
349
|
"Search for a user": "",
|
|
350
350
|
"Searching for \"{{- searchText}}\"": "",
|
|
351
|
-
"No results found": "",
|
|
351
|
+
"No results found": "No results found",
|
|
352
352
|
"Series": "",
|
|
353
353
|
"Category": "",
|
|
354
354
|
"Columns": "",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"Email": "",
|
|
429
429
|
"Yes/No": "",
|
|
430
430
|
"Yes Only": "",
|
|
431
|
-
"Date": "",
|
|
431
|
+
"Date": "Date",
|
|
432
432
|
"Date & Time": "",
|
|
433
433
|
"Time": "",
|
|
434
434
|
"Unit interval": "",
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"Username": "",
|
|
442
442
|
"Coordinate": "",
|
|
443
443
|
"Reference": "",
|
|
444
|
-
"Age": "",
|
|
444
|
+
"Age": "Age",
|
|
445
445
|
"URL": "",
|
|
446
446
|
"Image": "",
|
|
447
447
|
"GeoJSON": "",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"{{userOrGroup}} ({{accessLevel}})": "",
|
|
6
6
|
"Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
|
|
7
7
|
"Not shared with any users or groups": "",
|
|
8
|
-
"No description": "",
|
|
8
|
+
"No description": "कोई विवरण नहीं",
|
|
9
9
|
"Last updated {{time}}": "",
|
|
10
10
|
"Created {{time}} by {{author}}": "",
|
|
11
11
|
"Created {{time}}": "",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"Indicators": "",
|
|
66
66
|
"Expiry days": "",
|
|
67
67
|
"Type": "",
|
|
68
|
-
"Data element": "",
|
|
68
|
+
"Data element": "डेटा एलिमेंट",
|
|
69
69
|
"Tracked entity attribute": "",
|
|
70
70
|
"Numerator description": "",
|
|
71
71
|
"Numerator expression": "",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"Decimals in output": "",
|
|
79
79
|
"There was a problem loading information for this data item.": "",
|
|
80
80
|
"Name": "नाम",
|
|
81
|
-
"Description": "",
|
|
81
|
+
"Description": "विवरण",
|
|
82
82
|
"Code": "",
|
|
83
83
|
"ID": "आईडी",
|
|
84
84
|
"Last updated date": "",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"Copy to clipboard": "",
|
|
157
157
|
"Close": "बंद करें",
|
|
158
158
|
"Rename {{fileType}}": "",
|
|
159
|
-
"Rename": "",
|
|
159
|
+
"Rename": "नाम बदलें",
|
|
160
160
|
"{{- objectName}} (copy)": "",
|
|
161
161
|
"Save {{fileType}} as": "",
|
|
162
162
|
"event report": "",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"Interpretations": "",
|
|
187
187
|
"Error loading interpretations": "",
|
|
188
188
|
"Could not load interpretations": "",
|
|
189
|
-
"Reply": "",
|
|
189
|
+
"Reply": "जवाब दें",
|
|
190
190
|
"{{count}} replies": "",
|
|
191
191
|
"{{count}} replies_plural": "",
|
|
192
192
|
"View replies": "",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"Others": "",
|
|
207
207
|
"Not supported by this app yet": "",
|
|
208
208
|
"Filter by name": "",
|
|
209
|
-
"Created": "",
|
|
209
|
+
"Created": "बनाया गया",
|
|
210
210
|
"Last updated": "अंतिम अपडेट",
|
|
211
211
|
"Clear filters": "",
|
|
212
212
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
@@ -278,17 +278,17 @@
|
|
|
278
278
|
"Financial year (Start April)": "",
|
|
279
279
|
"Today": "आज",
|
|
280
280
|
"Yesterday": "कल (बिता हुआ)",
|
|
281
|
-
"Last 3 days": "",
|
|
282
|
-
"Last 7 days": "",
|
|
283
|
-
"Last 14 days": "",
|
|
281
|
+
"Last 3 days": "पिछले 3 दिन",
|
|
282
|
+
"Last 7 days": "पिछले 7 दिन",
|
|
283
|
+
"Last 14 days": "पिछले 14 दिन",
|
|
284
284
|
"Last 30 days": "",
|
|
285
285
|
"Last 60 days": "",
|
|
286
286
|
"Last 90 days": "",
|
|
287
287
|
"Last 180 days": "",
|
|
288
|
-
"This week": "",
|
|
289
|
-
"Last week": "",
|
|
290
|
-
"Last 4 weeks": "",
|
|
291
|
-
"Last 12 weeks": "",
|
|
288
|
+
"This week": "इस सप्ताह",
|
|
289
|
+
"Last week": "पिछला सप्ताह",
|
|
290
|
+
"Last 4 weeks": "पिछले 4 सप्ताह",
|
|
291
|
+
"Last 12 weeks": "पिछले 12 सप्ताह",
|
|
292
292
|
"Last 52 weeks": "",
|
|
293
293
|
"Weeks this year": "",
|
|
294
294
|
"This bi-week": "",
|
|
@@ -305,8 +305,8 @@
|
|
|
305
305
|
"Last 6 bi-months": "",
|
|
306
306
|
"Bi-months this year": "",
|
|
307
307
|
"This quarter": "",
|
|
308
|
-
"Last quarter": "",
|
|
309
|
-
"Last 4 quarters": "",
|
|
308
|
+
"Last quarter": "पिछली तिमाही",
|
|
309
|
+
"Last 4 quarters": "पिछली 4 तिमाहियाँ",
|
|
310
310
|
"Quarters this year": "",
|
|
311
311
|
"This six-month": "",
|
|
312
312
|
"Last six-month": "पिछला छः-मासिक",
|
|
@@ -319,12 +319,12 @@
|
|
|
319
319
|
"Last 5 years": "पिछले 5 वर्ष",
|
|
320
320
|
"Last 10 years": "",
|
|
321
321
|
"Days": "दिन",
|
|
322
|
-
"Weeks": "",
|
|
322
|
+
"Weeks": "सप्ताह",
|
|
323
323
|
"Bi-weeks": "",
|
|
324
324
|
"Months": "महीने",
|
|
325
325
|
"Bi-months": "",
|
|
326
|
-
"Quarters": "",
|
|
327
|
-
"Six-months": "",
|
|
326
|
+
"Quarters": "पिछली तिमाही",
|
|
327
|
+
"Six-months": "छह महीने",
|
|
328
328
|
"Financial Years": "",
|
|
329
329
|
"Years": "वर्ष",
|
|
330
330
|
"Value: {{value}}": "",
|
|
@@ -368,8 +368,8 @@
|
|
|
368
368
|
"Data element group": "",
|
|
369
369
|
"No data element groups found": "",
|
|
370
370
|
"Loading data element groups": "",
|
|
371
|
-
"Data sets": "",
|
|
372
|
-
"Data set": "",
|
|
371
|
+
"Data sets": "डेटा सेट्स",
|
|
372
|
+
"Data set": "डेटा सेट",
|
|
373
373
|
"All data sets": "",
|
|
374
374
|
"Loading data sets": "",
|
|
375
375
|
"Event data items": "",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"Reference": "",
|
|
444
444
|
"Age": "आयु",
|
|
445
445
|
"URL": "",
|
|
446
|
-
"Image": "",
|
|
446
|
+
"Image": "इमेज",
|
|
447
447
|
"GeoJSON": "",
|
|
448
448
|
"Pivot table": "",
|
|
449
449
|
"Area": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2/analytics",
|
|
3
|
-
"version": "29.0
|
|
3
|
+
"version": "29.1.0",
|
|
4
4
|
"main": "./build/cjs/index.js",
|
|
5
5
|
"module": "./build/es/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@dhis2/cli-app-scripts": "^12.6.4",
|
|
35
35
|
"@dhis2/cli-style": "^10.7.9",
|
|
36
36
|
"@dhis2/d2-i18n": "^1.1.0",
|
|
37
|
-
"@dhis2/ui": "^10.
|
|
37
|
+
"@dhis2/ui": "^10.12.7",
|
|
38
38
|
"@mihkeleidast/storybook-addon-source": "^1.0.1",
|
|
39
39
|
"@storybook/preset-create-react-app": "^8.3.6",
|
|
40
40
|
"@storybook/react": "^8.3.6",
|