@dhis2/analytics 23.3.0 → 23.5.1
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/cjs/api/analytics/AnalyticsRequest.js +10 -2
- package/build/cjs/locales/ar/translations.json +11 -29
- package/build/cjs/locales/ar_EG/translations.json +11 -29
- package/build/cjs/locales/ar_IQ/translations.json +11 -29
- package/build/cjs/locales/ckb/translations.json +11 -29
- package/build/cjs/locales/cs/translations.json +11 -29
- package/build/cjs/locales/da/translations.json +11 -29
- package/build/cjs/locales/es/translations.json +11 -29
- package/build/cjs/locales/fr/translations.json +11 -29
- package/build/cjs/locales/id/translations.json +11 -29
- package/build/cjs/locales/km/translations.json +11 -29
- package/build/cjs/locales/lo/translations.json +11 -29
- package/build/cjs/locales/my/translations.json +11 -29
- package/build/cjs/locales/nb/translations.json +11 -29
- package/build/cjs/locales/nl/translations.json +11 -29
- package/build/cjs/locales/prs/translations.json +11 -29
- package/build/cjs/locales/ps/translations.json +11 -29
- package/build/cjs/locales/pt/translations.json +11 -29
- package/build/cjs/locales/pt_BR/translations.json +11 -29
- package/build/cjs/locales/ru/translations.json +11 -29
- package/build/cjs/locales/sv/translations.json +11 -29
- package/build/cjs/locales/tet/translations.json +11 -29
- package/build/cjs/locales/tg/translations.json +11 -29
- package/build/cjs/locales/uk/translations.json +11 -29
- package/build/cjs/locales/ur/translations.json +11 -29
- package/build/cjs/locales/uz/translations.json +11 -29
- package/build/cjs/locales/uz_Latn/translations.json +11 -29
- package/build/cjs/locales/vi/translations.json +11 -29
- package/build/cjs/locales/zh/translations.json +13 -31
- package/build/cjs/locales/zh_CN/translations.json +11 -29
- package/build/cjs/modules/layout/dimension.js +9 -2
- package/build/cjs/modules/layout/dimensionCreate.js +3 -0
- package/build/cjs/modules/layout/dimensionGetId.js +5 -1
- package/build/es/api/analytics/AnalyticsRequest.js +10 -2
- package/build/es/locales/ar/translations.json +11 -29
- package/build/es/locales/ar_EG/translations.json +11 -29
- package/build/es/locales/ar_IQ/translations.json +11 -29
- package/build/es/locales/ckb/translations.json +11 -29
- package/build/es/locales/cs/translations.json +11 -29
- package/build/es/locales/da/translations.json +11 -29
- package/build/es/locales/es/translations.json +11 -29
- package/build/es/locales/fr/translations.json +11 -29
- package/build/es/locales/id/translations.json +11 -29
- package/build/es/locales/km/translations.json +11 -29
- package/build/es/locales/lo/translations.json +11 -29
- package/build/es/locales/my/translations.json +11 -29
- package/build/es/locales/nb/translations.json +11 -29
- package/build/es/locales/nl/translations.json +11 -29
- package/build/es/locales/prs/translations.json +11 -29
- package/build/es/locales/ps/translations.json +11 -29
- package/build/es/locales/pt/translations.json +11 -29
- package/build/es/locales/pt_BR/translations.json +11 -29
- package/build/es/locales/ru/translations.json +11 -29
- package/build/es/locales/sv/translations.json +11 -29
- package/build/es/locales/tet/translations.json +11 -29
- package/build/es/locales/tg/translations.json +11 -29
- package/build/es/locales/uk/translations.json +11 -29
- package/build/es/locales/ur/translations.json +11 -29
- package/build/es/locales/uz/translations.json +11 -29
- package/build/es/locales/uz_Latn/translations.json +11 -29
- package/build/es/locales/vi/translations.json +11 -29
- package/build/es/locales/zh/translations.json +13 -31
- package/build/es/locales/zh_CN/translations.json +11 -29
- package/build/es/modules/layout/dimension.js +7 -1
- package/build/es/modules/layout/dimensionCreate.js +4 -1
- package/build/es/modules/layout/dimensionGetId.js +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [23.5.1](https://github.com/dhis2/analytics/compare/v23.5.0...v23.5.1) (2022-02-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (master) ([478c083](https://github.com/dhis2/analytics/commit/478c0839702cb144d2dc8c9e5f08499235aa87c4))
|
|
7
|
+
|
|
8
|
+
# [23.5.0](https://github.com/dhis2/analytics/compare/v23.4.1...v23.5.0) (2022-02-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* repeatable events (TECH-894) ([#1152](https://github.com/dhis2/analytics/issues/1152)) ([4c35dbb](https://github.com/dhis2/analytics/commit/4c35dbb16d426afaf70913d41f7640376a4ecbc9))
|
|
14
|
+
|
|
15
|
+
## [23.4.1](https://github.com/dhis2/analytics/compare/v23.4.0...v23.4.1) (2022-02-18)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **translations:** sync translations from transifex (master) ([a7050f0](https://github.com/dhis2/analytics/commit/a7050f0fbbe71a7a292cd20ad8c8f185038bb214))
|
|
21
|
+
|
|
22
|
+
# [23.4.0](https://github.com/dhis2/analytics/compare/v23.3.0...v23.4.0) (2022-02-17)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* program stage prefix in layout ([#1159](https://github.com/dhis2/analytics/issues/1159)) ([665b251](https://github.com/dhis2/analytics/commit/665b25180a3d718f03fa1bbca9f429bdfa3f728d))
|
|
28
|
+
|
|
1
29
|
# [23.3.0](https://github.com/dhis2/analytics/compare/v23.2.3...v23.3.0) (2022-02-16)
|
|
2
30
|
|
|
3
31
|
|
|
@@ -56,7 +56,7 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
|
|
|
56
56
|
const columns = visualization.columns || [];
|
|
57
57
|
const rows = visualization.rows || [];
|
|
58
58
|
columns.concat(rows).forEach(d => {
|
|
59
|
-
var _d$legendSet, _d$programStage, _d$
|
|
59
|
+
var _d$legendSet, _d$programStage, _d$repetition, _d$repetition$indexes;
|
|
60
60
|
|
|
61
61
|
let dimension = d.dimension;
|
|
62
62
|
|
|
@@ -72,7 +72,15 @@ class AnalyticsRequest extends (0, _AnalyticsRequestDimensionsMixin.default)((0,
|
|
|
72
72
|
dimension += ":".concat(d.filter);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
if ((_d$repetition = d.repetition) !== null && _d$repetition !== void 0 && (_d$repetition$indexes = _d$repetition.indexes) !== null && _d$repetition$indexes !== void 0 && _d$repetition$indexes.length) {
|
|
76
|
+
d.repetition.indexes.forEach(index => {
|
|
77
|
+
request = request.addDimension(dimension.replace(/\./, "[".concat(index, "].")));
|
|
78
|
+
});
|
|
79
|
+
} else {
|
|
80
|
+
var _d$items;
|
|
81
|
+
|
|
82
|
+
request = request.addDimension(dimension, (_d$items = d.items) === null || _d$items === void 0 ? void 0 : _d$items.map(item => item.id));
|
|
83
|
+
}
|
|
76
84
|
}); // extract filters from visualization
|
|
77
85
|
|
|
78
86
|
const filters = visualization.filters || []; // only pass dx/pe/ou as dimension
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"Anyone": "أي شخص",
|
|
88
88
|
"Only you": "",
|
|
89
89
|
"Others": "أخرى",
|
|
90
|
+
"Not supported by this app yet": "",
|
|
90
91
|
"Filter by name": "تصفية بواسطة الاسم",
|
|
91
92
|
"Created": "تم الإنشاء",
|
|
92
93
|
"Last updated": "آخر تحديث",
|
|
93
94
|
"Type": "النوع",
|
|
94
95
|
"Clear filters": "إلغاء عوامل التصفية",
|
|
95
96
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
96
|
-
"All charts": "",
|
|
97
97
|
"Open": "مفتوح",
|
|
98
98
|
"Couldn't load items": "",
|
|
99
99
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -114,13 +114,6 @@
|
|
|
114
114
|
"No maps found. Click New map to get started.": "",
|
|
115
115
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
116
|
"New map": "",
|
|
117
|
-
"Open an event report": "",
|
|
118
|
-
"Loading event reports": "",
|
|
119
|
-
"Couldn't load event reports": "",
|
|
120
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
121
|
-
"No event reports found. Click New event report to get started.": "",
|
|
122
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
123
|
-
"New event report": "",
|
|
124
117
|
"Open an event visualization": "",
|
|
125
118
|
"Loading event visualizations": "",
|
|
126
119
|
"Couldn't load event visualizations": "",
|
|
@@ -320,33 +313,22 @@
|
|
|
320
313
|
"Organisation Unit": "الوحدة التنظيمية",
|
|
321
314
|
"Assigned Categories": "الفئات المعينة",
|
|
322
315
|
"Pivot table": "الجدول المحوري",
|
|
323
|
-
"
|
|
324
|
-
"Stacked
|
|
316
|
+
"Area": "مساحة",
|
|
317
|
+
"Stacked area": "منطقة تراكمية",
|
|
325
318
|
"Bar": "مخطط شريطي",
|
|
326
319
|
"Stacked bar": "شريط تراكمي",
|
|
320
|
+
"Column": "العمود",
|
|
321
|
+
"Year over year (column)": "عام بعد عام (عمود)",
|
|
322
|
+
"Stacked column": "عمود تراكمي",
|
|
323
|
+
"Gauge": "مخطط قياس",
|
|
327
324
|
"Line": "مخطط خطي",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
325
|
+
"Line list": "قائمة سطور",
|
|
326
|
+
"Year over year (line)": "عام بعد عام (خط)",
|
|
330
327
|
"Pie": "مخطط دائري",
|
|
331
328
|
"Radar": "مخطط رادار",
|
|
332
|
-
"Gauge": "مخطط قياس",
|
|
333
|
-
"Year over year (line)": "عام بعد عام (خط)",
|
|
334
|
-
"Year over year (column)": "عام بعد عام (عمود)",
|
|
335
|
-
"Single value": "قيمة مفردة",
|
|
336
329
|
"Scatter": "",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
340
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
341
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
342
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
343
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
344
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
345
|
-
"Compare several items against multiple variables.": "قارن عدة عناصر مقابل متغيرات متعددة.",
|
|
346
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
347
|
-
"Compare changes over time between multiple time periods.": "قارن التغييرات بمرور الوقت بين فترات زمنية متعددة.",
|
|
348
|
-
"Display a single value. Recommend relative period to show latest data.": "اعرض قيمة واحدة. يوصي الفترة النسبية لإظهار أحدث البيانات.",
|
|
349
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
330
|
+
"Single value": "قيمة مفردة",
|
|
331
|
+
"All charts": "",
|
|
350
332
|
"{{seriesName}} (trend)": "",
|
|
351
333
|
"Trend": "الاتجاه",
|
|
352
334
|
"No legend for this series": "لا معلومات مفاتيح إيضاحية لهذه السلسلة",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"Anyone": "",
|
|
88
88
|
"Only you": "",
|
|
89
89
|
"Others": "",
|
|
90
|
+
"Not supported by this app yet": "",
|
|
90
91
|
"Filter by name": "",
|
|
91
92
|
"Created": "",
|
|
92
93
|
"Last updated": "",
|
|
93
94
|
"Type": "",
|
|
94
95
|
"Clear filters": "",
|
|
95
96
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
96
|
-
"All charts": "",
|
|
97
97
|
"Open": "",
|
|
98
98
|
"Couldn't load items": "",
|
|
99
99
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -114,13 +114,6 @@
|
|
|
114
114
|
"No maps found. Click New map to get started.": "",
|
|
115
115
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
116
|
"New map": "",
|
|
117
|
-
"Open an event report": "",
|
|
118
|
-
"Loading event reports": "",
|
|
119
|
-
"Couldn't load event reports": "",
|
|
120
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
121
|
-
"No event reports found. Click New event report to get started.": "",
|
|
122
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
123
|
-
"New event report": "",
|
|
124
117
|
"Open an event visualization": "",
|
|
125
118
|
"Loading event visualizations": "",
|
|
126
119
|
"Couldn't load event visualizations": "",
|
|
@@ -320,33 +313,22 @@
|
|
|
320
313
|
"Organisation Unit": "",
|
|
321
314
|
"Assigned Categories": "",
|
|
322
315
|
"Pivot table": "",
|
|
323
|
-
"
|
|
324
|
-
"Stacked
|
|
316
|
+
"Area": "",
|
|
317
|
+
"Stacked area": "",
|
|
325
318
|
"Bar": "",
|
|
326
319
|
"Stacked bar": "",
|
|
320
|
+
"Column": "",
|
|
321
|
+
"Year over year (column)": "",
|
|
322
|
+
"Stacked column": "",
|
|
323
|
+
"Gauge": "",
|
|
327
324
|
"Line": "",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
325
|
+
"Line list": "",
|
|
326
|
+
"Year over year (line)": "",
|
|
330
327
|
"Pie": "",
|
|
331
328
|
"Radar": "",
|
|
332
|
-
"Gauge": "",
|
|
333
|
-
"Year over year (line)": "",
|
|
334
|
-
"Year over year (column)": "",
|
|
335
|
-
"Single value": "",
|
|
336
329
|
"Scatter": "",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
340
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
341
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
342
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
343
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
344
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
345
|
-
"Compare several items against multiple variables.": "",
|
|
346
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
347
|
-
"Compare changes over time between multiple time periods.": "",
|
|
348
|
-
"Display a single value. Recommend relative period to show latest data.": "",
|
|
349
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
330
|
+
"Single value": "",
|
|
331
|
+
"All charts": "",
|
|
350
332
|
"{{seriesName}} (trend)": "",
|
|
351
333
|
"Trend": "",
|
|
352
334
|
"No legend for this series": "",
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"Anyone": "أي شخص",
|
|
88
88
|
"Only you": "",
|
|
89
89
|
"Others": "",
|
|
90
|
+
"Not supported by this app yet": "",
|
|
90
91
|
"Filter by name": "",
|
|
91
92
|
"Created": "تم الإنشاء",
|
|
92
93
|
"Last updated": "آخر تحديث",
|
|
93
94
|
"Type": "",
|
|
94
95
|
"Clear filters": "",
|
|
95
96
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
96
|
-
"All charts": "",
|
|
97
97
|
"Open": "فتح",
|
|
98
98
|
"Couldn't load items": "",
|
|
99
99
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -114,13 +114,6 @@
|
|
|
114
114
|
"No maps found. Click New map to get started.": "",
|
|
115
115
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
116
|
"New map": "",
|
|
117
|
-
"Open an event report": "",
|
|
118
|
-
"Loading event reports": "",
|
|
119
|
-
"Couldn't load event reports": "",
|
|
120
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
121
|
-
"No event reports found. Click New event report to get started.": "",
|
|
122
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
123
|
-
"New event report": "",
|
|
124
117
|
"Open an event visualization": "",
|
|
125
118
|
"Loading event visualizations": "",
|
|
126
119
|
"Couldn't load event visualizations": "",
|
|
@@ -320,33 +313,22 @@
|
|
|
320
313
|
"Organisation Unit": "الوحدة التنظيمية",
|
|
321
314
|
"Assigned Categories": "",
|
|
322
315
|
"Pivot table": "الجدول المحوري",
|
|
323
|
-
"
|
|
324
|
-
"Stacked
|
|
316
|
+
"Area": "مساحة",
|
|
317
|
+
"Stacked area": "",
|
|
325
318
|
"Bar": "",
|
|
326
319
|
"Stacked bar": "",
|
|
320
|
+
"Column": "العمود",
|
|
321
|
+
"Year over year (column)": "",
|
|
322
|
+
"Stacked column": "",
|
|
323
|
+
"Gauge": "",
|
|
327
324
|
"Line": "",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
325
|
+
"Line list": "قائمة السطور",
|
|
326
|
+
"Year over year (line)": "",
|
|
330
327
|
"Pie": "",
|
|
331
328
|
"Radar": "",
|
|
332
|
-
"Gauge": "",
|
|
333
|
-
"Year over year (line)": "",
|
|
334
|
-
"Year over year (column)": "",
|
|
335
|
-
"Single value": "",
|
|
336
329
|
"Scatter": "",
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
340
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
341
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
342
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
343
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
344
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
345
|
-
"Compare several items against multiple variables.": "",
|
|
346
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
347
|
-
"Compare changes over time between multiple time periods.": "",
|
|
348
|
-
"Display a single value. Recommend relative period to show latest data.": "",
|
|
349
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
330
|
+
"Single value": "",
|
|
331
|
+
"All charts": "",
|
|
350
332
|
"{{seriesName}} (trend)": "",
|
|
351
333
|
"Trend": "",
|
|
352
334
|
"No legend for this series": "",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"Anyone": "هەرکەسێک",
|
|
84
84
|
"Only you": "",
|
|
85
85
|
"Others": "",
|
|
86
|
+
"Not supported by this app yet": "",
|
|
86
87
|
"Filter by name": "",
|
|
87
88
|
"Created": "",
|
|
88
89
|
"Last updated": "",
|
|
89
90
|
"Type": "",
|
|
90
91
|
"Clear filters": "",
|
|
91
92
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
92
|
-
"All charts": "",
|
|
93
93
|
"Open": "",
|
|
94
94
|
"Couldn't load items": "",
|
|
95
95
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -110,13 +110,6 @@
|
|
|
110
110
|
"No maps found. Click New map to get started.": "",
|
|
111
111
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
112
112
|
"New map": "",
|
|
113
|
-
"Open an event report": "",
|
|
114
|
-
"Loading event reports": "",
|
|
115
|
-
"Couldn't load event reports": "",
|
|
116
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
117
|
-
"No event reports found. Click New event report to get started.": "",
|
|
118
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
119
|
-
"New event report": "",
|
|
120
113
|
"Open an event visualization": "",
|
|
121
114
|
"Loading event visualizations": "",
|
|
122
115
|
"Couldn't load event visualizations": "",
|
|
@@ -304,33 +297,22 @@
|
|
|
304
297
|
"Organisation Unit": "یەکەی ڕێخکڕاو",
|
|
305
298
|
"Assigned Categories": "",
|
|
306
299
|
"Pivot table": "",
|
|
307
|
-
"
|
|
308
|
-
"Stacked
|
|
300
|
+
"Area": "ناوچە",
|
|
301
|
+
"Stacked area": "",
|
|
309
302
|
"Bar": "",
|
|
310
303
|
"Stacked bar": "",
|
|
304
|
+
"Column": "ستوون",
|
|
305
|
+
"Year over year (column)": "",
|
|
306
|
+
"Stacked column": "",
|
|
307
|
+
"Gauge": "",
|
|
311
308
|
"Line": "",
|
|
312
|
-
"
|
|
313
|
-
"
|
|
309
|
+
"Line list": "",
|
|
310
|
+
"Year over year (line)": "",
|
|
314
311
|
"Pie": "",
|
|
315
312
|
"Radar": "",
|
|
316
|
-
"Gauge": "",
|
|
317
|
-
"Year over year (line)": "",
|
|
318
|
-
"Year over year (column)": "",
|
|
319
|
-
"Single value": "",
|
|
320
313
|
"Scatter": "",
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
324
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
325
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
326
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
327
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
328
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
329
|
-
"Compare several items against multiple variables.": "",
|
|
330
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
331
|
-
"Compare changes over time between multiple time periods.": "",
|
|
332
|
-
"Display a single value. Recommend relative period to show latest data.": "",
|
|
333
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
314
|
+
"Single value": "",
|
|
315
|
+
"All charts": "",
|
|
334
316
|
"{{seriesName}} (trend)": "",
|
|
335
317
|
"Trend": "",
|
|
336
318
|
"No legend for this series": "",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"Anyone": "Kdokoliv",
|
|
86
86
|
"Only you": "Jen vy",
|
|
87
87
|
"Others": "Ostatní",
|
|
88
|
+
"Not supported by this app yet": "",
|
|
88
89
|
"Filter by name": "Filtrovat podle názvu",
|
|
89
90
|
"Created": "Vytvořeno",
|
|
90
91
|
"Last updated": "Naposledy aktualizováno",
|
|
91
92
|
"Type": "Typ",
|
|
92
93
|
"Clear filters": "Vymazat filtry",
|
|
93
94
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}}-{{lastItemIndex}} z {{totalNumberOfItems}}",
|
|
94
|
-
"All charts": "Všechny grafy",
|
|
95
95
|
"Open": "Otevřít",
|
|
96
96
|
"Couldn't load items": "Položky nelze načíst",
|
|
97
97
|
"There was a problem loading items. Try again or contact your system administrator.": "Při načítání položek došlo k problému. Zkuste to znovu nebo se obraťte na správce systému.",
|
|
@@ -112,13 +112,6 @@
|
|
|
112
112
|
"No maps found. Click New map to get started.": "Nenalezeny žádné mapy. Začněte kliknutím na Nová mapa.",
|
|
113
113
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "Nenalezeny žádné mapy. Zkuste upravit možnosti vyhledávání nebo filtrování, abyste našli to, co hledáte.",
|
|
114
114
|
"New map": "Nová mapa",
|
|
115
|
-
"Open an event report": "Otevřít zprávu o události",
|
|
116
|
-
"Loading event reports": "Načítání zpráv o událostech",
|
|
117
|
-
"Couldn't load event reports": "Nelze načíst zprávy o událostech",
|
|
118
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "Při načítání zpráv o událostech došlo k problému. Zkuste to znovu nebo se obraťte na správce systému.",
|
|
119
|
-
"No event reports found. Click New event report to get started.": "Nebyly nalezeny žádné zprávy o událostech. Začněte kliknutím na Nový přehled událostí.",
|
|
120
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "Nebyly nalezeny žádné zprávy o událostech. Zkuste upravit možnosti vyhledávání nebo filtrování, abyste našli to, co hledáte.",
|
|
121
|
-
"New event report": "Nová zpráva o události",
|
|
122
115
|
"Open an event visualization": "Otevřete vizualizaci události",
|
|
123
116
|
"Loading event visualizations": "Načítání vizualizací událostí",
|
|
124
117
|
"Couldn't load event visualizations": "Vizualizace událostí se nepodařilo načíst",
|
|
@@ -312,33 +305,22 @@
|
|
|
312
305
|
"Organisation Unit": "Organizační jednotka",
|
|
313
306
|
"Assigned Categories": "Přiřazené kategorie",
|
|
314
307
|
"Pivot table": "Kontingenční tabulka",
|
|
315
|
-
"
|
|
316
|
-
"Stacked
|
|
308
|
+
"Area": "Oblast",
|
|
309
|
+
"Stacked area": "Skládaná plocha",
|
|
317
310
|
"Bar": "LIšta",
|
|
318
311
|
"Stacked bar": "Skládaný lištový graf",
|
|
312
|
+
"Column": "Sloupec",
|
|
313
|
+
"Year over year (column)": "Rok po roce (sloupce)",
|
|
314
|
+
"Stacked column": "Skládaný sloupec",
|
|
315
|
+
"Gauge": "Gauge",
|
|
319
316
|
"Line": "Linie",
|
|
320
|
-
"
|
|
321
|
-
"
|
|
317
|
+
"Line list": "Seznam řádků",
|
|
318
|
+
"Year over year (line)": "Rok po roce (řádek)",
|
|
322
319
|
"Pie": "Výseč",
|
|
323
320
|
"Radar": "Radar",
|
|
324
|
-
"Gauge": "Gauge",
|
|
325
|
-
"Year over year (line)": "Rok po roce (řádek)",
|
|
326
|
-
"Year over year (column)": "Rok po roce (sloupce)",
|
|
327
|
-
"Single value": "Jedna hodnota",
|
|
328
321
|
"Scatter": "Rozptyl",
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "Porovnejte části celku se souvisejícími prvky svisle. Doporučit data nebo org. jednotku jako série.",
|
|
332
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "Porovnejte velikosti souvisejících prvků vodorovně. Doporučte období jako filtr.",
|
|
333
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "Porovnávejte části celku proti souvisejícím prvkům vodorovně. Doporučte data nebo org. jednotku jako série.",
|
|
334
|
-
"Track or compare changes over time. Recommend period as category.": "Sledujte nebo porovnávejte změny v průběhu času. Doporučte období jako kategorii.",
|
|
335
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "Sledujte nebo porovnávejte části celku v průběhu času. Doporučte data jako série a období jako kategorii.",
|
|
336
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "Porovnejte části celku v jednom časovém okamžiku. Doporučte období jako filtr.",
|
|
337
|
-
"Compare several items against multiple variables.": "Porovnat několik položek s více proměnnými.",
|
|
338
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "Porovnejte procentní indikátor se 100% stupnicí. Doporučte období jako filtr.",
|
|
339
|
-
"Compare changes over time between multiple time periods.": "Porovnat změny v čase mezi více časovými obdobími.",
|
|
340
|
-
"Display a single value. Recommend relative period to show latest data.": "Zobrazit jednu hodnotu. Doporučit relativní období pro zobrazení nejnovějších údajů.",
|
|
341
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "Zobrazte vztah mezi dvěma datovými položkami v určitém místě nebo čase. Doporučeno pro hledání odlehlých hodnot.",
|
|
322
|
+
"Single value": "Jedna hodnota",
|
|
323
|
+
"All charts": "Všechny grafy",
|
|
342
324
|
"{{seriesName}} (trend)": "{{seriesName}} (trend)",
|
|
343
325
|
"Trend": "Trend",
|
|
344
326
|
"No legend for this series": "Pro tuto sérii není legenda",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"Anyone": "",
|
|
84
84
|
"Only you": "",
|
|
85
85
|
"Others": "",
|
|
86
|
+
"Not supported by this app yet": "",
|
|
86
87
|
"Filter by name": "Filter by name",
|
|
87
88
|
"Created": "",
|
|
88
89
|
"Last updated": "",
|
|
89
90
|
"Type": "",
|
|
90
91
|
"Clear filters": "",
|
|
91
92
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
92
|
-
"All charts": "",
|
|
93
93
|
"Open": "Open",
|
|
94
94
|
"Couldn't load items": "",
|
|
95
95
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -110,13 +110,6 @@
|
|
|
110
110
|
"No maps found. Click New map to get started.": "",
|
|
111
111
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
112
112
|
"New map": "",
|
|
113
|
-
"Open an event report": "",
|
|
114
|
-
"Loading event reports": "",
|
|
115
|
-
"Couldn't load event reports": "",
|
|
116
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
117
|
-
"No event reports found. Click New event report to get started.": "",
|
|
118
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
119
|
-
"New event report": "",
|
|
120
113
|
"Open an event visualization": "",
|
|
121
114
|
"Loading event visualizations": "",
|
|
122
115
|
"Couldn't load event visualizations": "",
|
|
@@ -304,33 +297,22 @@
|
|
|
304
297
|
"Organisation Unit": "",
|
|
305
298
|
"Assigned Categories": "",
|
|
306
299
|
"Pivot table": "",
|
|
307
|
-
"
|
|
308
|
-
"Stacked
|
|
300
|
+
"Area": "",
|
|
301
|
+
"Stacked area": "",
|
|
309
302
|
"Bar": "",
|
|
310
303
|
"Stacked bar": "",
|
|
304
|
+
"Column": "",
|
|
305
|
+
"Year over year (column)": "",
|
|
306
|
+
"Stacked column": "",
|
|
307
|
+
"Gauge": "",
|
|
311
308
|
"Line": "",
|
|
312
|
-
"
|
|
313
|
-
"
|
|
309
|
+
"Line list": "",
|
|
310
|
+
"Year over year (line)": "",
|
|
314
311
|
"Pie": "",
|
|
315
312
|
"Radar": "",
|
|
316
|
-
"Gauge": "",
|
|
317
|
-
"Year over year (line)": "",
|
|
318
|
-
"Year over year (column)": "",
|
|
319
|
-
"Single value": "",
|
|
320
313
|
"Scatter": "",
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
324
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
325
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
326
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
327
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
328
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
329
|
-
"Compare several items against multiple variables.": "",
|
|
330
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
331
|
-
"Compare changes over time between multiple time periods.": "",
|
|
332
|
-
"Display a single value. Recommend relative period to show latest data.": "",
|
|
333
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
314
|
+
"Single value": "",
|
|
315
|
+
"All charts": "",
|
|
334
316
|
"{{seriesName}} (trend)": "",
|
|
335
317
|
"Trend": "",
|
|
336
318
|
"No legend for this series": "",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"Anyone": "Alguien",
|
|
84
84
|
"Only you": "",
|
|
85
85
|
"Others": "Otros",
|
|
86
|
+
"Not supported by this app yet": "",
|
|
86
87
|
"Filter by name": "Filtrar por nombre",
|
|
87
88
|
"Created": "Creado",
|
|
88
89
|
"Last updated": "Última actualización",
|
|
89
90
|
"Type": "Tipo",
|
|
90
91
|
"Clear filters": "Limpiar filtros",
|
|
91
92
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
92
|
-
"All charts": "",
|
|
93
93
|
"Open": "Abierto",
|
|
94
94
|
"Couldn't load items": "",
|
|
95
95
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
@@ -110,13 +110,6 @@
|
|
|
110
110
|
"No maps found. Click New map to get started.": "",
|
|
111
111
|
"No maps found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
112
112
|
"New map": "",
|
|
113
|
-
"Open an event report": "",
|
|
114
|
-
"Loading event reports": "",
|
|
115
|
-
"Couldn't load event reports": "",
|
|
116
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "",
|
|
117
|
-
"No event reports found. Click New event report to get started.": "",
|
|
118
|
-
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
119
|
-
"New event report": "",
|
|
120
113
|
"Open an event visualization": "",
|
|
121
114
|
"Loading event visualizations": "",
|
|
122
115
|
"Couldn't load event visualizations": "",
|
|
@@ -304,33 +297,22 @@
|
|
|
304
297
|
"Organisation Unit": "Unidad Organizativa",
|
|
305
298
|
"Assigned Categories": "",
|
|
306
299
|
"Pivot table": "Tabla dinámica",
|
|
307
|
-
"
|
|
308
|
-
"Stacked
|
|
300
|
+
"Area": "Área",
|
|
301
|
+
"Stacked area": "",
|
|
309
302
|
"Bar": "Barra",
|
|
310
303
|
"Stacked bar": "Barra apilada",
|
|
304
|
+
"Column": "Columna",
|
|
305
|
+
"Year over year (column)": "Año tras año (columna)",
|
|
306
|
+
"Stacked column": "Columna apilada",
|
|
307
|
+
"Gauge": "Calibre",
|
|
311
308
|
"Line": "Línea",
|
|
312
|
-
"
|
|
313
|
-
"
|
|
309
|
+
"Line list": "",
|
|
310
|
+
"Year over year (line)": "Año tras año (línea)",
|
|
314
311
|
"Pie": "Pastel",
|
|
315
312
|
"Radar": "Radar",
|
|
316
|
-
"Gauge": "Calibre",
|
|
317
|
-
"Year over year (line)": "Año tras año (línea)",
|
|
318
|
-
"Year over year (column)": "Año tras año (columna)",
|
|
319
|
-
"Single value": "Valor único",
|
|
320
313
|
"Scatter": "",
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "",
|
|
324
|
-
"Compare sizes of related elements horizontally. Recommend period as filter.": "",
|
|
325
|
-
"Compare parts of a whole against related elements horizontally. Recommend data or org. unit as series.": "",
|
|
326
|
-
"Track or compare changes over time. Recommend period as category.": "",
|
|
327
|
-
"Track or compare parts of a whole over time. Recommend data as series and period as category.": "",
|
|
328
|
-
"Compare parts of a whole at a single point in time. Recommend period as filter.": "",
|
|
329
|
-
"Compare several items against multiple variables.": "",
|
|
330
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "",
|
|
331
|
-
"Compare changes over time between multiple time periods.": "",
|
|
332
|
-
"Display a single value. Recommend relative period to show latest data.": "",
|
|
333
|
-
"View the relationship between two data items at a place or time. Recommended for finding outliers.": "",
|
|
314
|
+
"Single value": "Valor único",
|
|
315
|
+
"All charts": "",
|
|
334
316
|
"{{seriesName}} (trend)": "",
|
|
335
317
|
"Trend": "Tendencia",
|
|
336
318
|
"No legend for this series": "",
|