@qrvey/utils 1.2.9-3 → 1.2.9-7
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/README.md +270 -270
- package/dist/cjs/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/cjs/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO.js +11 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
- package/dist/cjs/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +14 -0
- package/dist/cjs/dates/relative/constants/index.d.ts +2 -0
- package/dist/cjs/dates/relative/constants/index.js +2 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
- package/dist/cjs/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -0
- package/dist/cjs/dates/relative/interfaces/index.d.ts +2 -0
- package/dist/cjs/dates/relative/interfaces/index.js +2 -0
- package/dist/cjs/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/cjs/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
- package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/{II18nChartBuilderComplexFile.js → II18nChartBuilderChartLabels.js} +0 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +1 -8
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +1 -8
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/common/II18nCommon.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → common/II18nUnits.js} +0 -0
- package/dist/cjs/globalization/interfaces/common/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/common/index.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +1 -1
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -72
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +21 -11
- package/dist/columns/constants/COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.d.ts +1 -0
- package/dist/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO.js +8 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.d.ts +5 -0
- package/dist/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.js +11 -0
- package/dist/dates/relative/constants/index.d.ts +2 -0
- package/dist/dates/relative/constants/index.js +2 -0
- package/dist/dates/relative/interfaces/IRelativeUnit.d.ts +2 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderChartLabes.js → dates/relative/interfaces/IRelativeUnit.js} +0 -0
- package/dist/dates/relative/interfaces/IRelativeUnitInfo.d.ts +5 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → dates/relative/interfaces/IRelativeUnitInfo.js} +0 -0
- package/dist/dates/relative/interfaces/index.d.ts +2 -0
- package/dist/dates/relative/interfaces/index.js +2 -0
- package/dist/globalization/helpers/getI18nDateGroupLabel.js +2 -0
- package/dist/globalization/helpers/getReverseI18nGroupLabel.js +2 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +2 -16
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.d.ts +19 -18
- package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.d.ts → II18nChartBuilderChartLabels.d.ts} +1 -1
- package/dist/globalization/interfaces/chart_builder/{II18nChartBuilderComplexFile.js → II18nChartBuilderChartLabels.js} +0 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.d.ts +5 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.d.ts +16 -15
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.d.ts +12 -11
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.d.ts +16 -12
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +3 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.d.ts +19 -16
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.d.ts +1 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.d.ts +15 -3
- package/dist/globalization/interfaces/chart_builder/index.d.ts +1 -8
- package/dist/globalization/interfaces/chart_builder/index.js +1 -8
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/globalization/interfaces/common/II18nCommon.d.ts +2 -0
- package/dist/globalization/interfaces/common/II18nUnits.d.ts +7 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexImage.js → common/II18nUnits.js} +0 -0
- package/dist/globalization/interfaces/common/index.d.ts +2 -0
- package/dist/globalization/interfaces/common/index.js +2 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +4 -2
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +21 -11
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.js +1 -1
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.d.ts +1 -1
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.js +50 -72
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +21 -15
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +43 -38
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.js +1 -1
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/globalization/labels/common/I18N_COMMON.js +8 -0
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +4 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/globalization/labels/panel/I18N_PANEL.js +21 -11
- package/package.json +1 -1
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/dates/relative/constants/RELATIVE_UNIT_INFO.ts +11 -0
- package/src/dates/relative/constants/RELATIVE_UNIT_INFO_LIST.ts +13 -0
- package/src/dates/relative/constants/index.ts +2 -0
- package/src/dates/relative/interfaces/IRelativeUnit.ts +3 -0
- package/src/dates/relative/interfaces/IRelativeUnitInfo.ts +7 -0
- package/src/dates/relative/interfaces/index.ts +2 -0
- package/src/globalization/helpers/getI18nDateGroupLabel.ts +2 -0
- package/src/globalization/helpers/getReverseI18nGroupLabel.ts +2 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +2 -16
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderAxisStyle.ts +19 -18
- package/src/globalization/interfaces/chart_builder/{II18nChartBuilderChartLabes.ts → II18nChartBuilderChartLabels.ts} +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderColorSettings.ts +5 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComparisionOptions.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDataPanel.ts +16 -15
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderDimensions.ts +12 -11
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderGeneralOptions.ts +16 -12
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +3 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderStyleOptions.ts +19 -16
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTableCalculation.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTooltipSettings.ts +1 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderTrendChart.ts +15 -3
- package/src/globalization/interfaces/chart_builder/index.ts +1 -8
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
- package/src/globalization/interfaces/common/II18nCommon.ts +2 -0
- package/src/globalization/interfaces/common/II18nUnits.ts +7 -0
- package/src/globalization/interfaces/common/index.ts +3 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +4 -2
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +1 -0
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +21 -11
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +3 -2
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_COMPARISION_OPTIONS.ts +1 -1
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +52 -76
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +21 -16
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +43 -38
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_TIME_PERIOD.ts +1 -1
- package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/globalization/labels/common/I18N_COMMON.ts +8 -0
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +4 -2
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
- package/src/globalization/labels/panel/I18N_PANEL.ts +21 -11
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +0 -2
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +0 -2
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.d.ts +0 -5
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.d.ts +0 -4
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.d.ts +0 -6
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.js +0 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.d.ts +0 -5
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.js +0 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.ts +0 -6
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexFile.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImage.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexName.ts +0 -4
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexText.ts +0 -6
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderComplexUsaAddress.ts +0 -6
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { II18nChartBuilder } from "../../interfaces/chart_builder/II18nChartBuilder";
|
|
2
2
|
|
|
3
3
|
type General = 'nav_panel' | 'save_dialog' | 'save_incomplete_dialog' | 'leave_dialog' | 'custom_format_dialog' | 'data_panel'
|
|
4
|
-
| 'dimensions' | 'shelf_menu' | 'scale_types' | '
|
|
5
|
-
| '
|
|
6
|
-
| 'chart_info' | 'dnd_zone' | 'chart_labes' | 'action_panel' | 'messages_general' | 'messages_default'
|
|
4
|
+
| 'dimensions' | 'shelf_menu' | 'scale_types' | 'trend_chart'
|
|
5
|
+
| 'chart_info' | 'dnd_zone' | 'chart_labels' | 'action_panel' | 'messages_general' | 'messages_default'
|
|
7
6
|
| 'messages_crosstab' | 'messages_table_chart' | 'messages_missing_default' | 'messages_ms' | 'messages_pie'
|
|
8
7
|
| 'messages_min_max' | 'messages_metric' | 'messages_heatmap' | 'messages_geo' | 'messages_geo_bubble'
|
|
9
8
|
| 'messages_box_whiskers';
|
|
@@ -52,47 +51,49 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
52
51
|
timestamp: 'Timestamp'
|
|
53
52
|
},
|
|
54
53
|
data_panel: {
|
|
55
|
-
loading: 'Loading ...',
|
|
56
|
-
loading_data: 'loading Data',
|
|
57
|
-
error_state: 'error state',
|
|
58
|
-
title: 'Data',
|
|
59
|
-
links: 'Links',
|
|
60
|
-
linked_tooltip: 'Linked',
|
|
61
54
|
column_tooltip: 'Column',
|
|
62
|
-
go_dataset_tooltip: 'Go to Dataset',
|
|
63
|
-
search_links_placeholder: 'Search Links',
|
|
64
|
-
search_columns_placeholder: 'Search Columns',
|
|
65
55
|
categories: 'Categories',
|
|
66
|
-
|
|
67
|
-
values: 'Values',
|
|
68
|
-
no_values_available: 'No values available',
|
|
56
|
+
error_state: 'error state',
|
|
69
57
|
geolocations: 'Geolocations',
|
|
70
|
-
|
|
71
|
-
|
|
58
|
+
go_dataset_tooltip: 'Go to Dataset',
|
|
59
|
+
linked_tooltip: 'Linked',
|
|
60
|
+
links: 'Links',
|
|
61
|
+
loading: 'Loading ...',
|
|
62
|
+
loading_data: 'loading Data',
|
|
63
|
+
no_categories_available: 'No categories available',
|
|
72
64
|
no_data_available: 'There is no data available. Once data is added, it will be displayed here and you can begin creating charts.',
|
|
73
|
-
no_data_moment_start: 'There is no data available at the moment,',
|
|
74
65
|
no_data_moment_action: 'click here',
|
|
75
66
|
no_data_moment_end: 'to create a dataset and begin working on your chart.',
|
|
76
|
-
|
|
67
|
+
no_data_moment_start: 'There is no data available at the moment,',
|
|
68
|
+
no_datasets_available: 'No datasets available',
|
|
69
|
+
no_geolocations_available: 'No geolocations available',
|
|
70
|
+
no_geolocations_available_tooltips: 'Geolocation groups are required to <br> create maps. These groups can be<br> set up from the Data Page.',
|
|
71
|
+
no_values_available: 'No values available',
|
|
72
|
+
search_columns_placeholder: 'Search Columns',
|
|
73
|
+
search_dataset_placeholder: 'Search Dataset',
|
|
74
|
+
search_links_placeholder: 'Search Links',
|
|
75
|
+
title: 'Data',
|
|
76
|
+
values: 'Values',
|
|
77
77
|
},
|
|
78
78
|
dimensions: {
|
|
79
|
-
|
|
79
|
+
categories: 'Categories',
|
|
80
80
|
category: 'Category',
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
other_values: 'Other Values',
|
|
85
|
-
pivot: 'Pivot',
|
|
81
|
+
column: 'Column',
|
|
82
|
+
columns: 'Columns',
|
|
83
|
+
dimension: 'Dimension',
|
|
86
84
|
distribution: 'Distribution',
|
|
85
|
+
geolocation: 'Geolocation',
|
|
87
86
|
group: 'Group',
|
|
88
87
|
groups: 'Groups',
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
column: 'Column',
|
|
92
|
-
columns: 'Columns',
|
|
88
|
+
other_values: 'Other Values',
|
|
89
|
+
pivot: 'Pivot',
|
|
93
90
|
row: 'Row',
|
|
94
91
|
rows: 'Rows',
|
|
95
|
-
|
|
92
|
+
section: 'Section',
|
|
93
|
+
sections: 'Sections',
|
|
94
|
+
series: 'Series',
|
|
95
|
+
value: 'Value',
|
|
96
|
+
values: 'Values',
|
|
96
97
|
},
|
|
97
98
|
shelf_menu: {
|
|
98
99
|
bucket: 'Cubo',
|
|
@@ -104,42 +105,6 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
104
105
|
discrete: 'Discrete',
|
|
105
106
|
continuous: 'Continuous'
|
|
106
107
|
},
|
|
107
|
-
complex_name: {
|
|
108
|
-
first_name: 'First Name',
|
|
109
|
-
last_name: 'Last Name'
|
|
110
|
-
},
|
|
111
|
-
complex_text: {
|
|
112
|
-
words: 'Words',
|
|
113
|
-
keyphrases: 'Keyphrases',
|
|
114
|
-
sentiment: 'Sentiment',
|
|
115
|
-
entities: 'Entities'
|
|
116
|
-
},
|
|
117
|
-
complex_usa_address: {
|
|
118
|
-
address_1: 'Address Line 1',
|
|
119
|
-
address_2: 'Address Line 2',
|
|
120
|
-
city: 'City',
|
|
121
|
-
postal_code: 'Zip Code',
|
|
122
|
-
state: 'State'
|
|
123
|
-
},
|
|
124
|
-
complex_address: {
|
|
125
|
-
street: 'Street Address',
|
|
126
|
-
city: 'City',
|
|
127
|
-
postal_code: 'Postal/Zip Code',
|
|
128
|
-
state: 'State/Region/Province',
|
|
129
|
-
country: 'Country'
|
|
130
|
-
},
|
|
131
|
-
complex_file: {
|
|
132
|
-
file_size: 'File Size',
|
|
133
|
-
file_type: 'File Type'
|
|
134
|
-
},
|
|
135
|
-
complex_image: {
|
|
136
|
-
image_size: 'File Size',
|
|
137
|
-
image_type: 'File Type'
|
|
138
|
-
},
|
|
139
|
-
complex_image_analysis: {
|
|
140
|
-
word: 'Word',
|
|
141
|
-
categories: 'Categories'
|
|
142
|
-
},
|
|
143
108
|
trend_chart: {
|
|
144
109
|
add: 'Add Trend Chart',
|
|
145
110
|
add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
@@ -147,13 +112,32 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
147
112
|
color: 'Color',
|
|
148
113
|
date_grouping: 'Date Grouping',
|
|
149
114
|
fill: 'Fill',
|
|
150
|
-
fill_none: 'None',
|
|
151
115
|
fill_below: 'Below',
|
|
116
|
+
fill_none: 'None',
|
|
117
|
+
fixed_scale: 'Fixed Scale',
|
|
118
|
+
label: 'Label',
|
|
119
|
+
label_placeholder: 'Type custom label',
|
|
120
|
+
less_than: 'Less than',
|
|
121
|
+
loss_threshold: 'Loss Threshold',
|
|
122
|
+
max_data_points: 'Max Data Points',
|
|
123
|
+
max_scale: 'Max Scale',
|
|
124
|
+
min_scale: 'Min Scale',
|
|
152
125
|
new_trend_chart_label: 'Trend Chart Num',
|
|
153
126
|
options_title: 'Trend by',
|
|
127
|
+
remove: 'Remove',
|
|
154
128
|
select_column: 'Column',
|
|
155
129
|
select_column_placeholder: 'Select Option',
|
|
130
|
+
show_value: 'Show Value',
|
|
131
|
+
target: 'Target',
|
|
132
|
+
target_aggregate: 'Target Aggregate',
|
|
133
|
+
target_aggregate_placeholder: 'All',
|
|
134
|
+
target_column: 'Target Column',
|
|
135
|
+
target_column_placeholder: 'All',
|
|
136
|
+
target_label: 'Target Label',
|
|
137
|
+
target_value: 'Target Value',
|
|
138
|
+
time_period: 'Time Period',
|
|
156
139
|
title: 'Trend Chart',
|
|
140
|
+
tooltips: 'Tooltips',
|
|
157
141
|
trend_by_column: 'Trend by Column',
|
|
158
142
|
trend_by_column_placeholder: 'Select Option',
|
|
159
143
|
trend_sort: 'Trend Sort',
|
|
@@ -163,14 +147,6 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
163
147
|
type_line: 'Line',
|
|
164
148
|
type_spline: 'Spline',
|
|
165
149
|
type_step_line: 'Step Line',
|
|
166
|
-
|
|
167
|
-
tooltips: 'Tooltips',
|
|
168
|
-
show_value: 'Show Value',
|
|
169
|
-
label: 'Label',
|
|
170
|
-
label_placeholder: 'Type custom label',
|
|
171
|
-
time_period: 'Time Period',
|
|
172
|
-
max_data_points: 'Max Data Points',
|
|
173
|
-
remove: 'Remove',
|
|
174
150
|
},
|
|
175
151
|
chart_info: {
|
|
176
152
|
title_placeholder: 'Untitled Chart',
|
|
@@ -180,7 +156,7 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
180
156
|
drop_column_here: 'Drop column here',
|
|
181
157
|
drop_column_as: 'Drop column as'
|
|
182
158
|
},
|
|
183
|
-
|
|
159
|
+
chart_labels: {
|
|
184
160
|
bar: 'Bar Chart',
|
|
185
161
|
line: 'Line Chart',
|
|
186
162
|
symbol: 'Symbol Chart',
|
|
@@ -3,25 +3,29 @@ type GeneralOptions = 'aggregated_formula' | 'general_options' | 'totals' | 'leg
|
|
|
3
3
|
|
|
4
4
|
export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, GeneralOptions> = {
|
|
5
5
|
general_options: {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
allow_pagination: 'Allow Pagination',
|
|
7
|
+
data_points: 'Data Points',
|
|
8
8
|
display_average: 'Display Average',
|
|
9
|
+
does_not_apply_to_dates: 'does not apply to Dates',
|
|
9
10
|
fixed_scale: 'Fixed Scale',
|
|
10
|
-
max_scale: 'Max Scale',
|
|
11
|
-
min_scale: 'Min Scale',
|
|
12
11
|
fixed_scale_placeholder: 'Auto',
|
|
13
|
-
max_groups: 'maximo de grupos',
|
|
14
12
|
freeze_first_column: 'Freeze First Column',
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
view_total: 'Totals',
|
|
18
|
-
view_subtotals: 'Subtotals',
|
|
19
|
-
max_rows: 'Max Rows',
|
|
13
|
+
max: 'Max {{attr}}',
|
|
14
|
+
max_categories: 'Max Categories',
|
|
20
15
|
max_columns: 'Max Columns',
|
|
16
|
+
max_data_points: 'Max Data Points',
|
|
17
|
+
max_groups: 'Max Groups',
|
|
18
|
+
max_rows: 'Max Rows',
|
|
19
|
+
max_scale: 'Max Scale',
|
|
20
|
+
max_series: 'Max Series',
|
|
21
21
|
max_slices: 'Max Slices',
|
|
22
|
-
|
|
23
|
-
allow_pagination: 'Allow Pagination',
|
|
22
|
+
min_scale: 'Min Scale',
|
|
24
23
|
records_per_page: 'Records per page',
|
|
24
|
+
slices: 'Slices',
|
|
25
|
+
view_labels: 'Label',
|
|
26
|
+
view_sorting: 'Sorting',
|
|
27
|
+
view_subtotals: 'Subtotals',
|
|
28
|
+
view_total: 'Totals',
|
|
25
29
|
},
|
|
26
30
|
tooltip_settings: {
|
|
27
31
|
name: 'Tooltips',
|
|
@@ -36,7 +40,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
36
40
|
values_format: 'Values Format',
|
|
37
41
|
remove: 'Remove',
|
|
38
42
|
header_label: 'Header',
|
|
39
|
-
|
|
43
|
+
header_placeholder: 'Type text',
|
|
40
44
|
values_multiples_first: 'First',
|
|
41
45
|
values_multiples_last: 'Last',
|
|
42
46
|
},
|
|
@@ -61,7 +65,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
61
65
|
calculation_type_difference: 'Difference',
|
|
62
66
|
calculation_type_percent_difference: '% Difference',
|
|
63
67
|
custom_label: 'Custom Label',
|
|
64
|
-
|
|
68
|
+
custom_label_placeholder: 'Type Custom Label',
|
|
65
69
|
remove: 'Remove',
|
|
66
70
|
calculation: 'Calculation',
|
|
67
71
|
remove_calculation: 'Remove Calculation',
|
|
@@ -83,16 +87,17 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
83
87
|
label: 'Label',
|
|
84
88
|
order_chart_columns: 'Chart Columns',
|
|
85
89
|
order_others_columns: 'Other Columns',
|
|
90
|
+
select_aggregate_placeholder: 'Select Aggregate',
|
|
86
91
|
select_column_placeholder: 'Select Column',
|
|
87
|
-
sort: 'Sort',
|
|
88
92
|
sort_ascending: 'Sort Ascending',
|
|
89
93
|
sort_by: 'Sort by',
|
|
90
94
|
sort_descending: 'Sort Descending',
|
|
91
95
|
sort_descending_a_to_z: 'A to Z',
|
|
92
96
|
sort_descending_z_to_a: 'Z to A',
|
|
97
|
+
sort: 'Sort',
|
|
98
|
+
sorting_by_calculated_value: 'Sorting by Calculated Value',
|
|
93
99
|
title: 'Sorting',
|
|
94
100
|
value: 'Value',
|
|
95
|
-
|
|
96
101
|
},
|
|
97
102
|
menu_actions: {
|
|
98
103
|
title: 'Menu Actions',
|
|
@@ -6,40 +6,44 @@ type StyleOptions = 'style_options' | 'color_settings' | 'color_by_values' | 'ch
|
|
|
6
6
|
| 'custom_scale' | 'gaps_options' | 'base_map' | 'map_region' | 'table_style_options';
|
|
7
7
|
export const I18N_CHART_BUILDER_STYLE_OPTIONS: Pick<II18nChartBuilder, StyleOptions> = {
|
|
8
8
|
style_options: {
|
|
9
|
+
allow_clustering: 'Allow Clustering',
|
|
9
10
|
axis_labels: 'Axis Labels',
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
axis_position_disabled_message: '<i>Axis Position</i> is disabled because stacked type configuration is in use.',
|
|
12
|
+
bar_type_disabled_message: 'Bar <i>Type</i> selection is disabled because not all of the column visualization styles are set as bars.',
|
|
12
13
|
bar_width: 'Bar Width',
|
|
13
14
|
bar_width_symbol: '%',
|
|
14
15
|
bar_width_auto: 'Auto',
|
|
15
|
-
|
|
16
|
+
bullet_color: 'Bullet Color',
|
|
16
17
|
borders_check: 'Borders',
|
|
17
|
-
|
|
18
|
-
values_check: 'Values',
|
|
19
|
-
percentage_check: 'Percentage',
|
|
20
|
-
line_opacity: 'Line Opacity',
|
|
21
|
-
threshold_opacity: 'Threshold Opacity',
|
|
22
|
-
symbol_opacity: 'Symbol Opacity',
|
|
23
|
-
show_animation_check: 'Show Animation',
|
|
24
|
-
needle_color: 'Needle Color',
|
|
25
|
-
show_comparision_check: 'Show Comparison',
|
|
18
|
+
chart_type_disabled_message: '<i>Type</i> selection is disabled because stacked type configuration is in use.',
|
|
26
19
|
comparision_color: 'Comparision Color',
|
|
27
|
-
|
|
20
|
+
data_labels_check: 'Data Labels',
|
|
28
21
|
default_format_title: 'Format',
|
|
29
|
-
reversed_colors: 'Reversed Colors',
|
|
30
|
-
map_borders: 'Map borders',
|
|
31
|
-
allow_clustering: 'Allow Clustering',
|
|
32
22
|
display_outliers_check: 'Display outliers',
|
|
23
|
+
line_opacity: 'Line Opacity',
|
|
24
|
+
map_borders: 'Map borders',
|
|
25
|
+
needle_color: 'Needle Color',
|
|
33
26
|
opacity: 'Opacity',
|
|
27
|
+
percentage_check: 'Percentage',
|
|
28
|
+
reversed_colors: 'Reversed Colors',
|
|
29
|
+
shading_check: 'Shading',
|
|
30
|
+
symbol_opacity: 'Symbol Opacity',
|
|
31
|
+
show_animation_check: 'Show Animation',
|
|
32
|
+
show_comparison_check: 'Show Comparison',
|
|
33
|
+
threshold_opacity: 'Threshold Opacity',
|
|
34
|
+
values_check: 'Values',
|
|
35
|
+
x_axis_title: 'X - Axis',
|
|
36
|
+
y_axis_title: 'Y - Axis',
|
|
34
37
|
},
|
|
35
38
|
color_settings: {
|
|
36
|
-
select_color_type: 'Color type',
|
|
37
|
-
single_color: 'Single color',
|
|
38
39
|
color_by_category: 'By category',
|
|
39
|
-
select_color: 'Color',
|
|
40
|
-
select_theme: 'Theme',
|
|
41
40
|
color_by_value_title: 'Color by value',
|
|
42
41
|
match_color: 'Match colors across charts',
|
|
42
|
+
select_color: 'Color',
|
|
43
|
+
select_color_type: 'Color type',
|
|
44
|
+
select_color_type_placeholder: 'Select color type',
|
|
45
|
+
select_theme: 'Theme',
|
|
46
|
+
single_color: 'Single color',
|
|
43
47
|
},
|
|
44
48
|
color_by_values: {
|
|
45
49
|
title: 'Color by values',
|
|
@@ -60,32 +64,33 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS: Pick<II18nChartBuilder, StyleOpti
|
|
|
60
64
|
horizontal: 'Horizontal',
|
|
61
65
|
},
|
|
62
66
|
axis_style: {
|
|
63
|
-
|
|
67
|
+
axis_format_title: 'Axis Format',
|
|
68
|
+
axis_position: 'Axis Position',
|
|
69
|
+
axis_position_left: 'Left',
|
|
70
|
+
axis_position_primary_axis: 'Use Primary Axis',
|
|
71
|
+
axis_position_right: 'Right',
|
|
64
72
|
custom_axis_label: 'Axis Label',
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
values_axis_check: 'Axis Values',
|
|
68
|
-
values_rotation: 'Values Rotation',
|
|
69
|
-
values_rotation_horizontal: 'Horizontal',
|
|
70
|
-
values_rotation_diagonal: 'Diagonal',
|
|
71
|
-
values_rotation_vertical: 'Vertical',
|
|
73
|
+
custom_label: 'Label',
|
|
74
|
+
custom_label_placeholder: 'Custom label',
|
|
72
75
|
format_title: 'Format',
|
|
73
|
-
|
|
76
|
+
max_range: 'Max Range',
|
|
77
|
+
max_range_placeholder: 'Auto',
|
|
78
|
+
min_range: 'Min Range',
|
|
79
|
+
min_range_placeholder: 'Auto',
|
|
80
|
+
position: 'Position',
|
|
74
81
|
scale_type: 'Scale Type',
|
|
75
82
|
scale_type_linear: 'Linear',
|
|
76
83
|
scale_type_logarithm: 'Logarithm',
|
|
77
|
-
|
|
78
|
-
min_range_placeholder: 'Auto',
|
|
79
|
-
max_range: 'Max Range',
|
|
80
|
-
max_range_placeholder: 'Auto',
|
|
84
|
+
scale_type_placeholder: 'Select color type',
|
|
81
85
|
steps: 'Steps',
|
|
82
86
|
steps_placeholder: 'Auto',
|
|
83
|
-
position: 'Position',
|
|
84
|
-
axis_position: 'Axis Position',
|
|
85
|
-
axis_position_primari_axis: 'Use Primary Axis',
|
|
86
|
-
axis_position_left: 'Left',
|
|
87
|
-
axis_position_right: 'Right',
|
|
88
87
|
type_label: 'Type',
|
|
88
|
+
values_axis_check: 'Axis Values',
|
|
89
|
+
values_check: 'Values',
|
|
90
|
+
values_rotation: 'Values Rotation',
|
|
91
|
+
values_rotation_diagonal: 'Diagonal',
|
|
92
|
+
values_rotation_horizontal: 'Horizontal',
|
|
93
|
+
values_rotation_vertical: 'Vertical',
|
|
89
94
|
},
|
|
90
95
|
bar_types: {
|
|
91
96
|
title: 'Type',
|
|
@@ -39,6 +39,7 @@ export const I18N_COLUMN_PROPERTY_LABEL: II18nColumnProperties = {
|
|
|
39
39
|
imageupload_filesize_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE,
|
|
40
40
|
imageupload_filetype_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE,
|
|
41
41
|
imageupload_analysis_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS,
|
|
42
|
+
imageupload_analysis_categories_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGECATEGORY,
|
|
42
43
|
expression_positive_label: COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE,
|
|
43
44
|
expression_negative_label: COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE,
|
|
44
45
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { RELATIVE_UNIT_INFO } from "../../../dates/relative/constants/RELATIVE_UNIT_INFO";
|
|
1
2
|
import { II18nCommon } from "../../interfaces/common/II18nCommon";
|
|
2
3
|
import { I18N_AGGREGATE_LABEL } from "./I18N_AGGREGATE_LABEL";
|
|
3
4
|
import { I18N_COLUMN_LABEL } from "./I18N_COLUMN_LABEL";
|
|
@@ -19,4 +20,11 @@ export const I18N_COMMON: II18nCommon = {
|
|
|
19
20
|
no_data_found: "No Data Found",
|
|
20
21
|
properties: I18N_COLUMN_PROPERTY_LABEL,
|
|
21
22
|
search: "Search",
|
|
23
|
+
units: {
|
|
24
|
+
day: RELATIVE_UNIT_INFO.DAY.label,
|
|
25
|
+
month: RELATIVE_UNIT_INFO.MONTH.label,
|
|
26
|
+
quarter: RELATIVE_UNIT_INFO.QUARTER.label,
|
|
27
|
+
week: RELATIVE_UNIT_INFO.WEEK.label,
|
|
28
|
+
year: RELATIVE_UNIT_INFO.YEAR.label,
|
|
29
|
+
}
|
|
22
30
|
};
|
|
@@ -6,8 +6,9 @@ export const I18N_FILTER_BUILDER: II18nFilterBuilder = {
|
|
|
6
6
|
apply_to: 'Apply to',
|
|
7
7
|
cancel_button: 'Cancel',
|
|
8
8
|
column_selector: {
|
|
9
|
-
|
|
9
|
+
no_data_message: 'No Data Found',
|
|
10
10
|
placeholder: 'Search or select a column to create filters',
|
|
11
|
+
title: 'Column',
|
|
11
12
|
},
|
|
12
13
|
divider_label: 'Is',
|
|
13
14
|
error_messages: {
|
|
@@ -26,8 +27,8 @@ export const I18N_FILTER_BUILDER: II18nFilterBuilder = {
|
|
|
26
27
|
},
|
|
27
28
|
info_container: {
|
|
28
29
|
info: '<b>OR</b> logic is used for multiple values.',
|
|
29
|
-
selected_label: 'selected of',
|
|
30
30
|
loaded_label: 'loaded',
|
|
31
|
+
selected_label: 'selected of',
|
|
31
32
|
},
|
|
32
33
|
scopes: {
|
|
33
34
|
global: FILTER_BUILDER_SCOPE_LABEL.GLOBAL,
|
|
@@ -2,11 +2,13 @@ import { II18nRelativeContainer } from "../../interfaces/filters/II18nRelativeCo
|
|
|
2
2
|
import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
|
|
3
3
|
|
|
4
4
|
export const I18N_RELATIVE_CONTAINER: II18nRelativeContainer = {
|
|
5
|
-
cursors: I18N_RELATIVE_CURSOR,
|
|
6
5
|
calendar_date: 'Calendar dates',
|
|
7
6
|
calendar_date_tooltip: 'The relative date range selected refers to the entire calendar entity (a whole week, month, year, etc.). <br/> Unchecking this option, the relative date range selected will be a rolling date.',
|
|
7
|
+
current_date: 'Current Date',
|
|
8
|
+
cursors: I18N_RELATIVE_CURSOR,
|
|
9
|
+
date_selected: 'Date Selected',
|
|
8
10
|
starting_date: 'Include starting date',
|
|
9
11
|
starting_date_tooltip: 'The relative date will include the specific starting date and a period of time to show from that date onwards (Inclusive range). <br/> Unchecking this option will exclude the chosen starting date (exclusive range) from the date range.',
|
|
10
12
|
starting_from: 'Starting From',
|
|
11
|
-
|
|
13
|
+
set_current_date: 'Set to current date',
|
|
12
14
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { II18nValueContainer } from "../../interfaces/filters/II18nValueContainer";
|
|
2
2
|
|
|
3
3
|
export const I18N_VALUE_CONTAINER: II18nValueContainer = {
|
|
4
|
+
no_label: 'No Label',
|
|
5
|
+
no_records_message: 'No records found',
|
|
4
6
|
search_input: {
|
|
5
|
-
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
6
7
|
enter_value_first_label: "Press",
|
|
7
8
|
enter_value_second_label: "Enter",
|
|
8
9
|
enter_value_third_label: "to Insert",
|
|
10
|
+
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
9
11
|
},
|
|
10
|
-
no_label: 'No Label',
|
|
11
12
|
select_all: 'Select All',
|
|
12
13
|
};
|
|
@@ -84,22 +84,32 @@ export const I18N_PANEL: II18nPanel = {
|
|
|
84
84
|
},
|
|
85
85
|
summary_views: {
|
|
86
86
|
bar_chart: 'Bar Chart',
|
|
87
|
-
metrics: 'Metrics',
|
|
88
|
-
list_view: 'List View',
|
|
89
|
-
fill_null: 'Fill / Null',
|
|
90
|
-
wordcloud: 'Wordcloud',
|
|
91
|
-
histogram: 'Histogram',
|
|
92
|
-
pie_chart: 'Pie Chart',
|
|
93
|
-
dot_map: 'Dot Map',
|
|
94
|
-
bubble_view: 'Bubble',
|
|
95
87
|
bubble_map: 'Bubble Map',
|
|
88
|
+
bubble_view: 'Bubble',
|
|
89
|
+
categories: 'Categories',
|
|
90
|
+
cluster_chart: 'Cluster Chart',
|
|
91
|
+
dot_map: 'Dot Map',
|
|
96
92
|
entities: 'Entities',
|
|
93
|
+
fill_null: 'Fill / Null',
|
|
94
|
+
histogram: 'Histogram',
|
|
97
95
|
keyphrases: 'Keyphrases',
|
|
96
|
+
list_view: 'List View',
|
|
97
|
+
metric_filled_in: 'Filled in',
|
|
98
|
+
metric_label_average: 'Average',
|
|
99
|
+
metric_label_count: 'Count',
|
|
100
|
+
metric_label_maximum: 'Maximum',
|
|
101
|
+
metric_label_minimum: 'Minimum',
|
|
102
|
+
metric_label_standar_desviation: 'Standard Deviation',
|
|
103
|
+
metric_label_sum: 'Sum',
|
|
104
|
+
metric_null: 'Null',
|
|
105
|
+
metrics: 'Metrics',
|
|
106
|
+
multiseries: 'Multiseries',
|
|
107
|
+
no_data_found_for_this_field: 'No data found for this field',
|
|
108
|
+
pie_chart: 'Pie Chart',
|
|
109
|
+
restore_panel: 'Restore panel',
|
|
98
110
|
sentiment: 'Sentiment',
|
|
99
111
|
starts: 'Stars',
|
|
100
|
-
|
|
101
|
-
multiseries: 'Multiseries',
|
|
102
|
-
cluster_chart: 'Cluster Chart',
|
|
112
|
+
wordcloud: 'Wordcloud',
|
|
103
113
|
},
|
|
104
114
|
timeout_message: 'Calculating {{type}}. This process may take a while.',
|
|
105
115
|
tooltips: {
|
package/dist/globalization/interfaces/chart_builder/II18nChartBuilderComplexImageAnalysis.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|