@dhis2/analytics 22.0.0-alpha.3 → 23.0.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/CHANGELOG.md +3009 -0
- package/build/cjs/__demo__/OpenFileDialog.stories.js +39 -6
- package/build/cjs/__fixtures__/fixtures.js +1 -0
- package/build/cjs/__fixtures__/json/api/analytics/enrollments.json +206 -0
- package/build/cjs/api/analytics/Analytics.js +6 -0
- package/build/cjs/api/analytics/AnalyticsEnrollments.js +48 -0
- package/build/cjs/api/analytics/__tests__/AnalyticsEnrollments.spec.js +50 -0
- package/build/cjs/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
- package/build/cjs/components/CachedDataQueryProvider.js +4 -10
- package/build/cjs/components/FileMenu/FileMenu.js +6 -0
- package/build/cjs/components/OpenFileDialog/CustomSelectOption.js +18 -4
- package/build/cjs/components/OpenFileDialog/FileList.js +5 -5
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.js +26 -21
- package/build/cjs/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
- package/build/cjs/components/OpenFileDialog/VisTypeFilter.js +17 -16
- package/build/cjs/components/OpenFileDialog/utils.js +33 -74
- package/build/cjs/index.js +16 -4
- package/build/cjs/locales/ar/translations.json +9 -0
- package/build/cjs/locales/ar_EG/translations.json +9 -0
- package/build/cjs/locales/ar_IQ/translations.json +9 -0
- package/build/cjs/locales/ckb/translations.json +9 -0
- package/build/cjs/locales/cs/translations.json +9 -0
- package/build/cjs/locales/da/translations.json +9 -0
- package/build/cjs/locales/en/translations.json +3 -21
- package/build/cjs/locales/es/translations.json +9 -0
- package/build/cjs/locales/fr/translations.json +9 -0
- package/build/cjs/locales/id/translations.json +9 -0
- package/build/cjs/locales/km/translations.json +9 -0
- package/build/cjs/locales/lo/translations.json +9 -0
- package/build/cjs/locales/my/translations.json +9 -0
- package/build/cjs/locales/nb/translations.json +9 -0
- package/build/cjs/locales/nl/translations.json +9 -0
- package/build/cjs/locales/prs/translations.json +9 -0
- package/build/cjs/locales/ps/translations.json +9 -0
- package/build/cjs/locales/pt/translations.json +9 -0
- package/build/cjs/locales/pt_BR/translations.json +9 -0
- package/build/cjs/locales/ru/translations.json +9 -0
- package/build/cjs/locales/sv/translations.json +9 -0
- package/build/cjs/locales/tet/translations.json +9 -0
- package/build/cjs/locales/tg/translations.json +9 -0
- package/build/cjs/locales/uk/translations.json +9 -0
- package/build/cjs/locales/ur/translations.json +9 -0
- package/build/cjs/locales/uz/translations.json +9 -0
- package/build/cjs/locales/uz_Latn/translations.json +9 -0
- package/build/cjs/locales/vi/translations.json +9 -0
- package/build/cjs/locales/zh/translations.json +10 -1
- package/build/cjs/locales/zh_CN/translations.json +9 -0
- package/build/cjs/modules/layoutUiRules/rules.js +5 -1
- package/build/cjs/modules/visTypes.js +14 -21
- package/build/es/__demo__/OpenFileDialog.stories.js +38 -6
- package/build/es/__fixtures__/fixtures.js +1 -0
- package/build/es/__fixtures__/json/api/analytics/enrollments.json +206 -0
- package/build/es/api/analytics/Analytics.js +5 -0
- package/build/es/api/analytics/AnalyticsEnrollments.js +38 -0
- package/build/es/api/analytics/__tests__/AnalyticsEnrollments.spec.js +40 -0
- package/build/es/api/analytics/__tests__/__snapshots__/AnalyticsEnrollments.spec.js.snap +3 -0
- package/build/es/components/CachedDataQueryProvider.js +4 -10
- package/build/es/components/FileMenu/FileMenu.js +6 -0
- package/build/es/components/OpenFileDialog/CustomSelectOption.js +17 -4
- package/build/es/components/OpenFileDialog/FileList.js +5 -5
- package/build/es/components/OpenFileDialog/OpenFileDialog.js +27 -23
- package/build/es/components/OpenFileDialog/OpenFileDialog.styles.js +2 -2
- package/build/es/components/OpenFileDialog/VisTypeFilter.js +18 -14
- package/build/es/components/OpenFileDialog/utils.js +32 -71
- package/build/es/index.js +1 -1
- package/build/es/locales/ar/translations.json +9 -0
- package/build/es/locales/ar_EG/translations.json +9 -0
- package/build/es/locales/ar_IQ/translations.json +9 -0
- package/build/es/locales/ckb/translations.json +9 -0
- package/build/es/locales/cs/translations.json +9 -0
- package/build/es/locales/da/translations.json +9 -0
- package/build/es/locales/en/translations.json +3 -21
- package/build/es/locales/es/translations.json +9 -0
- package/build/es/locales/fr/translations.json +9 -0
- package/build/es/locales/id/translations.json +9 -0
- package/build/es/locales/km/translations.json +9 -0
- package/build/es/locales/lo/translations.json +9 -0
- package/build/es/locales/my/translations.json +9 -0
- package/build/es/locales/nb/translations.json +9 -0
- package/build/es/locales/nl/translations.json +9 -0
- package/build/es/locales/prs/translations.json +9 -0
- package/build/es/locales/ps/translations.json +9 -0
- package/build/es/locales/pt/translations.json +9 -0
- package/build/es/locales/pt_BR/translations.json +9 -0
- package/build/es/locales/ru/translations.json +9 -0
- package/build/es/locales/sv/translations.json +9 -0
- package/build/es/locales/tet/translations.json +9 -0
- package/build/es/locales/tg/translations.json +9 -0
- package/build/es/locales/uk/translations.json +9 -0
- package/build/es/locales/ur/translations.json +9 -0
- package/build/es/locales/uz/translations.json +9 -0
- package/build/es/locales/uz_Latn/translations.json +9 -0
- package/build/es/locales/vi/translations.json +9 -0
- package/build/es/locales/zh/translations.json +10 -1
- package/build/es/locales/zh_CN/translations.json +9 -0
- package/build/es/modules/layoutUiRules/rules.js +6 -2
- package/build/es/modules/visTypes.js +10 -19
- package/package.json +2 -2
- package/build/cjs/components/OpenFileDialog/styles/FileList.style.js +0 -10
- package/build/cjs/visualizations/package-lock.json +0 -1788
- package/build/es/components/OpenFileDialog/styles/FileList.style.js +0 -3
- package/build/es/visualizations/package-lock.json +0 -1788
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { colors, spacers } from '@dhis2/ui';
|
|
2
|
-
export const styles = [".data-table-body.jsx-
|
|
3
|
-
styles.__hash = "
|
|
2
|
+
export const styles = [".data-table-body.jsx-1047699013{min-height:465px;}", ".pagination-controls.jsx-1047699013{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}", ".search-and-filter-bar.jsx-1047699013{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:".concat(spacers.dp4, ";-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:").concat(spacers.dp8, ";}"), ".search-field-container.jsx-1047699013{min-width:220px;}", ".type-field-container.jsx-1047699013,.created-by-field-container.jsx-1047699013{min-width:180px;}", ".info-cell.jsx-1047699013{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:".concat(spacers.dp32, " 0;}"), ".info-container.jsx-1047699013{max-width:400px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}", ".info-text.jsx-1047699013{text-align:center;font-size:14px;line-height:19px;color:".concat(colors.grey700, ";}"), ".info-button.jsx-1047699013{margin-top:".concat(spacers.dp12, ";}")];
|
|
3
|
+
styles.__hash = "1047699013";
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import i18n from '@dhis2/d2-i18n';
|
|
2
|
-
import {
|
|
2
|
+
import { SingleSelect, colors } from '@dhis2/ui';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { getDisplayNameByVisType, visTypeIcons } from '../../modules/visTypes.js';
|
|
6
6
|
import { VisTypeIcon } from '../VisTypeIcon.js';
|
|
7
7
|
import { CustomSelectOption } from './CustomSelectOption.js';
|
|
8
|
-
export const VIS_TYPE_ALL = 'all';
|
|
9
|
-
export const VIS_TYPE_CHARTS = 'charts';
|
|
10
8
|
export const VisTypeFilter = ({
|
|
9
|
+
visTypes,
|
|
11
10
|
selected,
|
|
12
11
|
onChange
|
|
13
12
|
}) => /*#__PURE__*/React.createElement(SingleSelect, {
|
|
@@ -18,24 +17,29 @@ export const VisTypeFilter = ({
|
|
|
18
17
|
prefix: i18n.t('Type'),
|
|
19
18
|
dense: true,
|
|
20
19
|
maxHeight: "400px"
|
|
21
|
-
},
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
value: VIS_TYPE_CHARTS
|
|
27
|
-
}), /*#__PURE__*/React.createElement(Divider, null), Object.entries(visTypeDisplayNames).map(([type, label]) => /*#__PURE__*/React.createElement(CustomSelectOption, {
|
|
20
|
+
}, visTypes === null || visTypes === void 0 ? void 0 : visTypes.map(({
|
|
21
|
+
type,
|
|
22
|
+
disabled,
|
|
23
|
+
insertDivider
|
|
24
|
+
}) => /*#__PURE__*/React.createElement(CustomSelectOption, {
|
|
28
25
|
key: type,
|
|
29
|
-
|
|
26
|
+
disabled: disabled,
|
|
27
|
+
label: getDisplayNameByVisType(type),
|
|
28
|
+
insertDivider: insertDivider,
|
|
30
29
|
value: type,
|
|
31
|
-
icon: /*#__PURE__*/React.createElement(VisTypeIcon, {
|
|
30
|
+
icon: visTypeIcons[type] ? /*#__PURE__*/React.createElement(VisTypeIcon, {
|
|
32
31
|
type: type,
|
|
33
32
|
useSmall: true,
|
|
34
33
|
color: colors.grey600
|
|
35
|
-
})
|
|
34
|
+
}) : undefined
|
|
36
35
|
})));
|
|
37
36
|
VisTypeFilter.propTypes = {
|
|
38
37
|
selected: PropTypes.string,
|
|
38
|
+
visTypes: PropTypes.arrayOf(PropTypes.shape({
|
|
39
|
+
disabled: PropTypes.bool,
|
|
40
|
+
insertDivider: PropTypes.bool,
|
|
41
|
+
type: PropTypes.string
|
|
42
|
+
})),
|
|
39
43
|
onChange: PropTypes.func
|
|
40
44
|
};
|
|
41
45
|
export default VisTypeFilter;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import i18n from '@dhis2/d2-i18n';
|
|
2
2
|
export const AO_TYPE_VISUALIZATION = 'visualization';
|
|
3
3
|
export const AO_TYPE_MAP = 'map';
|
|
4
|
-
export const AO_TYPE_EVENT_CHART = 'eventChart';
|
|
5
|
-
export const AO_TYPE_EVENT_REPORT = 'eventReport';
|
|
6
4
|
export const AO_TYPE_EVENT_VISUALIZATION = 'eventVisualization';
|
|
7
5
|
export const AOTypeMap = {
|
|
8
6
|
[AO_TYPE_VISUALIZATION]: {
|
|
@@ -11,18 +9,13 @@ export const AOTypeMap = {
|
|
|
11
9
|
[AO_TYPE_MAP]: {
|
|
12
10
|
apiEndpoint: 'maps'
|
|
13
11
|
},
|
|
14
|
-
[AO_TYPE_EVENT_CHART]: {
|
|
15
|
-
apiEndpoint: 'eventCharts'
|
|
16
|
-
},
|
|
17
|
-
[AO_TYPE_EVENT_REPORT]: {
|
|
18
|
-
apiEndpoint: 'eventReports'
|
|
19
|
-
},
|
|
20
12
|
[AO_TYPE_EVENT_VISUALIZATION]: {
|
|
21
13
|
apiEndpoint: 'eventVisualizations'
|
|
22
14
|
}
|
|
23
15
|
};
|
|
24
|
-
|
|
25
|
-
|
|
16
|
+
const NO_TYPE = 'NO_TYPE';
|
|
17
|
+
const texts = {
|
|
18
|
+
[NO_TYPE]: {
|
|
26
19
|
modalTitle: i18n.t('Open'),
|
|
27
20
|
loadingText: i18n.t('Loading'),
|
|
28
21
|
errorTitle: i18n.t("Couldn't load items"),
|
|
@@ -30,65 +23,33 @@ export const getTranslatedString = (type, key) => {
|
|
|
30
23
|
noDataText: i18n.t('No items found. Create a new to get started.'),
|
|
31
24
|
noFilteredDataText: i18n.t("No items found. Try adjusting your search or filter options to find what you're looking for."),
|
|
32
25
|
newButtonLabel: i18n.t('Create new')
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
};
|
|
61
|
-
break;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
case 'eventReport':
|
|
65
|
-
{
|
|
66
|
-
texts = {
|
|
67
|
-
modalTitle: i18n.t('Open an event report'),
|
|
68
|
-
loadingText: i18n.t('Loading event reports'),
|
|
69
|
-
errorTitle: i18n.t("Couldn't load event reports"),
|
|
70
|
-
errorText: i18n.t('There was a problem loading event reports. Try again or contact your system administrator.'),
|
|
71
|
-
noDataText: i18n.t('No event reports found. Click New event report to get started.'),
|
|
72
|
-
noFilteredDataText: i18n.t("No event reports found. Try adjusting your search or filter options to find what you're looking for."),
|
|
73
|
-
newButtonLabel: i18n.t('New event report')
|
|
74
|
-
};
|
|
75
|
-
break;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
case 'eventVisualization':
|
|
79
|
-
{
|
|
80
|
-
texts = {
|
|
81
|
-
modalTitle: i18n.t('Open an event visualization'),
|
|
82
|
-
loadingText: i18n.t('Loading event visualizations'),
|
|
83
|
-
errorTitle: i18n.t("Couldn't load event visualizations"),
|
|
84
|
-
errorText: i18n.t('There was a problem loading event visualizations. Try again or contact your system administrator.'),
|
|
85
|
-
noDataText: i18n.t('No event visualizations found. Click New event visualization to get started.'),
|
|
86
|
-
noFilteredDataText: i18n.t("No event visualizations found. Try adjusting your search or filter options to find what you're looking for."),
|
|
87
|
-
newButtonLabel: i18n.t('New event visualization')
|
|
88
|
-
};
|
|
89
|
-
break;
|
|
90
|
-
}
|
|
26
|
+
},
|
|
27
|
+
[AO_TYPE_VISUALIZATION]: {
|
|
28
|
+
modalTitle: i18n.t('Open a visualization'),
|
|
29
|
+
loadingText: i18n.t('Loading visualizations'),
|
|
30
|
+
errorTitle: i18n.t("Couldn't load visualizations"),
|
|
31
|
+
errorText: i18n.t('There was a problem loading visualizations. Try again or contact your system administrator.'),
|
|
32
|
+
noDataText: i18n.t('No visualizations found. Click New visualization to get started.'),
|
|
33
|
+
noFilteredDataText: i18n.t("No visualizations found. Try adjusting your search or filter options to find what you're looking for."),
|
|
34
|
+
newButtonLabel: i18n.t('New visualization')
|
|
35
|
+
},
|
|
36
|
+
[AO_TYPE_MAP]: {
|
|
37
|
+
modalTitle: i18n.t('Open a map'),
|
|
38
|
+
loadingText: i18n.t('Loading maps'),
|
|
39
|
+
errorTitle: i18n.t("Couldn't load maps"),
|
|
40
|
+
errorText: i18n.t('There was a problem loading maps. Try again or contact your system administrator.'),
|
|
41
|
+
noDataText: i18n.t('No maps found. Click New map to get started.'),
|
|
42
|
+
noFilteredDataText: i18n.t("No maps found. Try adjusting your search or filter options to find what you're looking for."),
|
|
43
|
+
newButtonLabel: i18n.t('New map')
|
|
44
|
+
},
|
|
45
|
+
[AO_TYPE_EVENT_VISUALIZATION]: {
|
|
46
|
+
modalTitle: i18n.t('Open an event visualization'),
|
|
47
|
+
loadingText: i18n.t('Loading event visualizations'),
|
|
48
|
+
errorTitle: i18n.t("Couldn't load event visualizations"),
|
|
49
|
+
errorText: i18n.t('There was a problem loading event visualizations. Try again or contact your system administrator.'),
|
|
50
|
+
noDataText: i18n.t('No event visualizations found. Click New event visualization to get started.'),
|
|
51
|
+
noFilteredDataText: i18n.t("No event visualizations found. Try adjusting your search or filter options to find what you're looking for."),
|
|
52
|
+
newButtonLabel: i18n.t('New event visualization')
|
|
91
53
|
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
};
|
|
54
|
+
};
|
|
55
|
+
export const getTranslatedString = (type, key) => (texts[type] || texts[NO_TYPE])[key];
|
package/build/es/index.js
CHANGED
|
@@ -69,7 +69,7 @@ export { itemIsValid } from './modules/layout/itemIsValid.js'; // Modules: visTy
|
|
|
69
69
|
|
|
70
70
|
export { getLayoutTypeByVisType } from './modules/visTypeToLayoutType.js'; // Modules: visTypes
|
|
71
71
|
|
|
72
|
-
export { VIS_TYPE_COLUMN, VIS_TYPE_STACKED_COLUMN, VIS_TYPE_BAR, VIS_TYPE_STACKED_BAR, VIS_TYPE_LINE, VIS_TYPE_AREA, VIS_TYPE_STACKED_AREA, VIS_TYPE_PIE, VIS_TYPE_RADAR, VIS_TYPE_GAUGE, VIS_TYPE_BUBBLE, VIS_TYPE_YEAR_OVER_YEAR_LINE, VIS_TYPE_YEAR_OVER_YEAR_COLUMN, VIS_TYPE_SINGLE_VALUE, VIS_TYPE_PIVOT_TABLE, VIS_TYPE_SCATTER,
|
|
72
|
+
export { VIS_TYPE_GROUP_ALL, VIS_TYPE_GROUP_CHARTS, VIS_TYPE_COLUMN, VIS_TYPE_STACKED_COLUMN, VIS_TYPE_BAR, VIS_TYPE_STACKED_BAR, VIS_TYPE_LINE, VIS_TYPE_AREA, VIS_TYPE_STACKED_AREA, VIS_TYPE_PIE, VIS_TYPE_RADAR, VIS_TYPE_GAUGE, VIS_TYPE_BUBBLE, VIS_TYPE_YEAR_OVER_YEAR_LINE, VIS_TYPE_YEAR_OVER_YEAR_COLUMN, VIS_TYPE_SINGLE_VALUE, VIS_TYPE_PIVOT_TABLE, VIS_TYPE_SCATTER, VIS_TYPE_LINE_LIST, visTypeDisplayNames, visTypeIcons, getDisplayNameByVisType, defaultVisType, isStacked, isMultiType, isYearOverYear, isDualAxisType, isSingleValue, isTwoCategoryChartType, isLegendSetType, isColumnBasedType, isVerticalType } from './modules/visTypes.js'; // Modules: layoutTypes
|
|
73
73
|
|
|
74
74
|
export { LAYOUT_TYPE_DEFAULT, LAYOUT_TYPE_PIE, LAYOUT_TYPE_SINGLE_VALUE, LAYOUT_TYPE_YEAR_OVER_YEAR, LAYOUT_TYPE_PIVOT_TABLE, LAYOUT_TYPE_SCATTER } from './modules/layoutTypes.js'; // Modules: layoutUiRules
|
|
75
75
|
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"This app could not retrieve required data.": "",
|
|
24
|
+
"Network error": "",
|
|
23
25
|
"Data Type": "نوع البيانات",
|
|
24
26
|
"All types": "جميع الأنواع",
|
|
25
27
|
"Totals only": "",
|
|
@@ -119,6 +121,13 @@
|
|
|
119
121
|
"No event reports found. Click New event report to get started.": "",
|
|
120
122
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
121
123
|
"New event report": "",
|
|
124
|
+
"Open an event visualization": "",
|
|
125
|
+
"Loading event visualizations": "",
|
|
126
|
+
"Couldn't load event visualizations": "",
|
|
127
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
128
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
129
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
130
|
+
"New event visualization": "",
|
|
122
131
|
"Options": "الخيارات",
|
|
123
132
|
"Hide": "إخفاء",
|
|
124
133
|
"Update": "تحديث",
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"This app could not retrieve required data.": "",
|
|
24
|
+
"Network error": "",
|
|
23
25
|
"Data Type": "",
|
|
24
26
|
"All types": "",
|
|
25
27
|
"Totals only": "",
|
|
@@ -119,6 +121,13 @@
|
|
|
119
121
|
"No event reports found. Click New event report to get started.": "",
|
|
120
122
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
121
123
|
"New event report": "",
|
|
124
|
+
"Open an event visualization": "",
|
|
125
|
+
"Loading event visualizations": "",
|
|
126
|
+
"Couldn't load event visualizations": "",
|
|
127
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
128
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
129
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
130
|
+
"New event visualization": "",
|
|
122
131
|
"Options": "",
|
|
123
132
|
"Hide": "",
|
|
124
133
|
"Update": "",
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"Unsubscribe": "",
|
|
21
21
|
"Subscribe to get updates about new interpretations.": "",
|
|
22
22
|
"Subscribe": "",
|
|
23
|
+
"This app could not retrieve required data.": "",
|
|
24
|
+
"Network error": "",
|
|
23
25
|
"Data Type": "",
|
|
24
26
|
"All types": "",
|
|
25
27
|
"Totals only": "",
|
|
@@ -119,6 +121,13 @@
|
|
|
119
121
|
"No event reports found. Click New event report to get started.": "",
|
|
120
122
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
121
123
|
"New event report": "",
|
|
124
|
+
"Open an event visualization": "",
|
|
125
|
+
"Loading event visualizations": "",
|
|
126
|
+
"Couldn't load event visualizations": "",
|
|
127
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
128
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
129
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
130
|
+
"New event visualization": "",
|
|
122
131
|
"Options": "الخيارات",
|
|
123
132
|
"Hide": "إخفاء",
|
|
124
133
|
"Update": "تحديث",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "شاردنەوە",
|
|
120
129
|
"Update": "نوێ کردنەوە",
|
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
"Unsubscribe": "Odhlásit odběr",
|
|
19
19
|
"Subscribe to get updates about new interpretations.": "Přihlaste se k odběru novinek o nových interpretacích.",
|
|
20
20
|
"Subscribe": "Odebírat",
|
|
21
|
+
"This app could not retrieve required data.": "",
|
|
22
|
+
"Network error": "",
|
|
21
23
|
"Data Type": "Typ dat",
|
|
22
24
|
"All types": "Všechny typy",
|
|
23
25
|
"Totals only": "Pouze součty",
|
|
@@ -117,6 +119,13 @@
|
|
|
117
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í.",
|
|
118
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.",
|
|
119
121
|
"New event report": "Nová zpráva o události",
|
|
122
|
+
"Open an event visualization": "",
|
|
123
|
+
"Loading event visualizations": "",
|
|
124
|
+
"Couldn't load event visualizations": "",
|
|
125
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
126
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
127
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
128
|
+
"New event visualization": "",
|
|
120
129
|
"Options": "Možnosti",
|
|
121
130
|
"Hide": "Skrýt",
|
|
122
131
|
"Update": "Aktualizovat",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Update",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"Anyone": "Anyone",
|
|
84
84
|
"Only you": "Only you",
|
|
85
85
|
"Others": "Others",
|
|
86
|
+
"Not supported by this app yet": "Not supported by this app yet",
|
|
86
87
|
"Filter by name": "Filter by name",
|
|
87
88
|
"Created": "Created",
|
|
88
89
|
"Last updated": "Last updated",
|
|
89
90
|
"Type": "Type",
|
|
90
91
|
"Clear filters": "Clear filters",
|
|
91
92
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}",
|
|
92
|
-
"All charts": "All charts",
|
|
93
93
|
"Open": "Open",
|
|
94
94
|
"Couldn't load items": "Couldn't load items",
|
|
95
95
|
"There was a problem loading items. Try again or contact your system administrator.": "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.": "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.": "No maps found. Try adjusting your search or filter options to find what you're looking for.",
|
|
112
112
|
"New map": "New map",
|
|
113
|
-
"Open an event report": "Open an event report",
|
|
114
|
-
"Loading event reports": "Loading event reports",
|
|
115
|
-
"Couldn't load event reports": "Couldn't load event reports",
|
|
116
|
-
"There was a problem loading event reports. Try again or contact your system administrator.": "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.": "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.": "No event reports found. Try adjusting your search or filter options to find what you're looking for.",
|
|
119
|
-
"New event report": "New event report",
|
|
120
113
|
"Open an event visualization": "Open an event visualization",
|
|
121
114
|
"Loading event visualizations": "Loading event visualizations",
|
|
122
115
|
"Couldn't load event visualizations": "Couldn't load event visualizations",
|
|
@@ -318,19 +311,8 @@
|
|
|
318
311
|
"Year over year (column)": "Year over year (column)",
|
|
319
312
|
"Single value": "Single value",
|
|
320
313
|
"Scatter": "Scatter",
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"Compare parts of a whole against related elements vertically. Recommend data or org. unit as series.": "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.": "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.": "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.": "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.": "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.": "Compare parts of a whole at a single point in time. Recommend period as filter.",
|
|
329
|
-
"Compare several items against multiple variables.": "Compare several items against multiple variables.",
|
|
330
|
-
"Compare a percentage indicator against a 100% scale. Recommend period as filter.": "Compare a percentage indicator against a 100% scale. Recommend period as filter.",
|
|
331
|
-
"Compare changes over time between multiple time periods.": "Compare changes over time between multiple time periods.",
|
|
332
|
-
"Display a single value. Recommend relative period to show latest data.": "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.": "View the relationship between two data items at a place or time. Recommended for finding outliers.",
|
|
314
|
+
"Line list": "Line list",
|
|
315
|
+
"All charts": "All charts",
|
|
334
316
|
"{{seriesName}} (trend)": "{{seriesName}} (trend)",
|
|
335
317
|
"Trend": "Trend",
|
|
336
318
|
"No legend for this series": "No legend for this series",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Tipo de datos",
|
|
20
22
|
"All types": "Todos los tipos",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Opciones",
|
|
119
128
|
"Hide": "Ocultar",
|
|
120
129
|
"Update": "Actualizar",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Type de données",
|
|
20
22
|
"All types": "Tous les types",
|
|
21
23
|
"Totals only": "Totaux uniquement",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Options",
|
|
119
128
|
"Hide": "Masquer",
|
|
120
129
|
"Update": "Mettre à jour",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "Tipe Data",
|
|
19
21
|
"All types": "Semua jenis",
|
|
20
22
|
"Totals only": "Total saja",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "Opsi",
|
|
118
127
|
"Hide": "Sembunyikan",
|
|
119
128
|
"Update": "Perbarui",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "",
|
|
118
127
|
"Hide": "",
|
|
119
128
|
"Update": "ធ្វើបច្ចុប្បន្នភាព",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "ຈັດການ",
|
|
118
127
|
"Hide": "ເຊື່ອງ",
|
|
119
128
|
"Update": "ປັບປຸງ",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Unsubscribe": "",
|
|
16
16
|
"Subscribe to get updates about new interpretations.": "",
|
|
17
17
|
"Subscribe": "",
|
|
18
|
+
"This app could not retrieve required data.": "",
|
|
19
|
+
"Network error": "",
|
|
18
20
|
"Data Type": "",
|
|
19
21
|
"All types": "",
|
|
20
22
|
"Totals only": "",
|
|
@@ -114,6 +116,13 @@
|
|
|
114
116
|
"No event reports found. Click New event report to get started.": "",
|
|
115
117
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
116
118
|
"New event report": "",
|
|
119
|
+
"Open an event visualization": "",
|
|
120
|
+
"Loading event visualizations": "",
|
|
121
|
+
"Couldn't load event visualizations": "",
|
|
122
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
123
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
124
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
125
|
+
"New event visualization": "",
|
|
117
126
|
"Options": "",
|
|
118
127
|
"Hide": "",
|
|
119
128
|
"Update": "နောက်ဆုံးသတင်းကိုရစေခြင်း",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "Avslutt abonnementet",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "Abonner for å få oppdateringer om nye tolkninger.",
|
|
18
18
|
"Subscribe": "Abonner",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "Datatype",
|
|
20
22
|
"All types": "Alle typer",
|
|
21
23
|
"Totals only": "Kun totaler",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "Alternativ",
|
|
119
128
|
"Hide": "Skjul",
|
|
120
129
|
"Update": "Oppdater",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "",
|
|
119
128
|
"Hide": "",
|
|
120
129
|
"Update": "Bijwerken",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"Unsubscribe": "",
|
|
17
17
|
"Subscribe to get updates about new interpretations.": "",
|
|
18
18
|
"Subscribe": "",
|
|
19
|
+
"This app could not retrieve required data.": "",
|
|
20
|
+
"Network error": "",
|
|
19
21
|
"Data Type": "",
|
|
20
22
|
"All types": "",
|
|
21
23
|
"Totals only": "",
|
|
@@ -115,6 +117,13 @@
|
|
|
115
117
|
"No event reports found. Click New event report to get started.": "",
|
|
116
118
|
"No event reports found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
117
119
|
"New event report": "",
|
|
120
|
+
"Open an event visualization": "",
|
|
121
|
+
"Loading event visualizations": "",
|
|
122
|
+
"Couldn't load event visualizations": "",
|
|
123
|
+
"There was a problem loading event visualizations. Try again or contact your system administrator.": "",
|
|
124
|
+
"No event visualizations found. Click New event visualization to get started.": "",
|
|
125
|
+
"No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
126
|
+
"New event visualization": "",
|
|
118
127
|
"Options": "گزینهها",
|
|
119
128
|
"Hide": "مخفی کردن",
|
|
120
129
|
"Update": "تجدید",
|