@qrvey/utils 1.2.9-1 → 1.2.9-5
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 +384 -384
- 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/filters/adapters/FDToFlatUI.js +0 -2
- package/dist/cjs/filters/adapters/FDToUI.js +1 -2
- package/dist/cjs/filters/adapters/UIToFD.js +0 -1
- package/dist/cjs/filters/adapters/UIToFlatUI.js +0 -2
- package/dist/cjs/filters/adapters/UIToOldLogic.js +1 -1
- package/dist/cjs/filters/adapters/flatUIToOldLogic.js +1 -1
- package/dist/cjs/filters/adapters/flatUIToUI.js +0 -2
- package/dist/cjs/filters/adapters/logicToFlatUI.js +0 -2
- package/dist/cjs/filters/helpers/ui/getUIValues.d.ts +2 -1
- package/dist/cjs/filters/helpers/ui/getUIValues.js +25 -12
- package/dist/cjs/filters/interfaces/ui/IFUFilter.d.ts +1 -1
- package/dist/cjs/filters/interfaces/ui/IFUUIValueSettings.d.ts +6 -0
- package/dist/cjs/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUUIValueSettings.js} +0 -0
- package/dist/cjs/filters/interfaces/ui/index.d.ts +1 -0
- package/dist/cjs/filters/interfaces/ui/index.js +1 -0
- package/dist/cjs/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +0 -14
- 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 +11 -9
- package/dist/cjs/globalization/interfaces/chart_builder/index.d.ts +0 -7
- package/dist/cjs/globalization/interfaces/chart_builder/index.js +0 -7
- package/dist/cjs/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboard.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.js +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/panel/II18nPanelErrors.d.ts +11 -9
- package/dist/cjs/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +17 -9
- package/dist/cjs/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 +29 -63
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +27 -21
- package/dist/cjs/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/cjs/globalization/labels/dashboard/I18N_DASHBOARD.js +12 -7
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +1 -1
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +28 -18
- 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/filters/adapters/FDToFlatUI.js +0 -2
- package/dist/filters/adapters/FDToUI.js +1 -2
- package/dist/filters/adapters/UIToFD.js +0 -1
- package/dist/filters/adapters/UIToFlatUI.js +0 -2
- package/dist/filters/adapters/UIToOldLogic.js +1 -1
- package/dist/filters/adapters/flatUIToOldLogic.js +1 -1
- package/dist/filters/adapters/flatUIToUI.js +0 -2
- package/dist/filters/adapters/logicToFlatUI.js +0 -2
- package/dist/filters/helpers/ui/getUIValues.d.ts +2 -1
- package/dist/filters/helpers/ui/getUIValues.js +25 -12
- package/dist/filters/interfaces/ui/IFUFilter.d.ts +1 -1
- package/dist/filters/interfaces/ui/IFUUIValueSettings.d.ts +6 -0
- package/dist/{globalization/interfaces/chart_builder/II18nChartBuilderComplexAddress.js → filters/interfaces/ui/IFUUIValueSettings.js} +0 -0
- package/dist/filters/interfaces/ui/index.d.ts +1 -0
- package/dist/filters/interfaces/ui/index.js +1 -0
- package/dist/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.d.ts +2 -1
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilder.d.ts +0 -14
- 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 +11 -9
- package/dist/globalization/interfaces/chart_builder/index.d.ts +0 -7
- package/dist/globalization/interfaces/chart_builder/index.js +0 -7
- package/dist/globalization/interfaces/common/II18nColumnProperties.d.ts +1 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboard.d.ts +2 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexFile.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/globalization/interfaces/dashboard/index.d.ts +1 -0
- package/dist/globalization/interfaces/dashboard/index.js +1 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nValueContainer.d.ts +1 -0
- package/dist/globalization/interfaces/panel/II18nPanelErrors.d.ts +11 -9
- package/dist/globalization/interfaces/panel/II18nPanelSummaryViews.d.ts +17 -9
- package/dist/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.js +3 -2
- 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 +29 -63
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +27 -21
- package/dist/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.js +1 -0
- package/dist/globalization/labels/dashboard/I18N_DASHBOARD.js +12 -7
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +1 -1
- package/dist/globalization/labels/panel/I18N_PANEL.js +28 -18
- package/package.json +1 -1
- package/src/columns/constants/COMPLEX_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/filters/adapters/FDToFlatUI.ts +0 -2
- package/src/filters/adapters/FDToUI.ts +0 -2
- package/src/filters/adapters/UIToFD.ts +0 -1
- package/src/filters/adapters/UIToFlatUI.ts +0 -2
- package/src/filters/adapters/UIToOldLogic.ts +1 -1
- package/src/filters/adapters/flatUIToOldLogic.ts +1 -1
- package/src/filters/adapters/flatUIToUI.ts +0 -2
- package/src/filters/adapters/logicToFlatUI.ts +1 -3
- package/src/filters/helpers/ui/getUIValues.ts +28 -12
- package/src/filters/interfaces/ui/IFUFilter.ts +1 -1
- package/src/filters/interfaces/ui/IFUUIValueSettings.ts +7 -0
- package/src/filters/interfaces/ui/index.ts +1 -0
- package/src/globalization/interfaces/bucket_builder/II18nBucketBuilderMessages.ts +2 -1
- package/src/globalization/interfaces/chart_builder/II18nChartBuilder.ts +0 -14
- 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 +11 -9
- package/src/globalization/interfaces/chart_builder/index.ts +0 -7
- package/src/globalization/interfaces/common/II18nColumnProperties.ts +1 -0
- package/src/globalization/interfaces/dashboard/II18nDashboard.ts +2 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardEmptyState.ts +5 -0
- package/src/globalization/interfaces/dashboard/index.ts +1 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nValueContainer.ts +1 -0
- package/src/globalization/interfaces/panel/II18nPanelErrors.ts +11 -9
- package/src/globalization/interfaces/panel/II18nPanelSummaryViews.ts +17 -9
- package/src/globalization/labels/bucket_builder/I18N_BUCKET_BUILDER.ts +3 -2
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +30 -65
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +28 -21
- package/src/globalization/labels/common/I18N_COLUMN_PROPERTY_LABEL.ts +1 -0
- package/src/globalization/labels/dashboard/I18N_DASHBOARD.ts +12 -7
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +1 -1
- package/src/globalization/labels/panel/I18N_PANEL.ts +28 -18
- 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/II18nChartBuilderComplexImage.js +0 -2
- 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/II18nChartBuilderComplexImage.js +0 -1
- 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
|
@@ -87,9 +87,10 @@ export const I18N_BUCKET_BUILDER: II18nBucketBuilder = {
|
|
|
87
87
|
messages: {
|
|
88
88
|
added: 'Bucketed Column Successfully Saved as New',
|
|
89
89
|
bad_configuration_object: 'Bad Configuration Object',
|
|
90
|
-
edited: 'Bucketed Column Successfully Edited',
|
|
91
|
-
duplicated: 'Bucketed Column Successfully Duplicated',
|
|
92
90
|
deleted: 'Bucketed Column Successfully Deleted',
|
|
91
|
+
duplicated: 'Bucketed Column Successfully Duplicated',
|
|
92
|
+
edited: 'Bucketed Column Successfully Edited',
|
|
93
|
+
insufficient_values: 'Insufficient values for bucket ranging.',
|
|
93
94
|
},
|
|
94
95
|
modal_bucket: {
|
|
95
96
|
loading: 'Loading dependencies...',
|
|
@@ -1,8 +1,7 @@
|
|
|
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
|
-
| 'complex_address' | 'complex_file' | 'complex_image' | 'complex_image_analysis' | 'trend_chart'
|
|
4
|
+
| 'dimensions' | 'shelf_menu' | 'scale_types' | 'trend_chart'
|
|
6
5
|
| 'chart_info' | 'dnd_zone' | 'chart_labes' | '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'
|
|
@@ -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.',
|
|
@@ -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',
|
|
@@ -76,20 +80,23 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
76
80
|
none_tooltip: 'None'
|
|
77
81
|
},
|
|
78
82
|
sorting: {
|
|
79
|
-
|
|
80
|
-
sort_by: 'Sort by',
|
|
81
|
-
label: 'Label',
|
|
82
|
-
value: 'Value',
|
|
83
|
-
descending: 'Descending',
|
|
83
|
+
aggregation_label: 'Aggregation',
|
|
84
84
|
ascending: 'Ascending',
|
|
85
|
+
clear_sorting: 'Clear Sorting',
|
|
86
|
+
descending: 'Descending',
|
|
87
|
+
label: 'Label',
|
|
88
|
+
order_chart_columns: 'Chart Columns',
|
|
89
|
+
order_others_columns: 'Other Columns',
|
|
90
|
+
select_column_placeholder: 'Select Column',
|
|
85
91
|
sort: 'Sort',
|
|
86
|
-
sort_descending: 'Sort Descending',
|
|
87
92
|
sort_ascending: 'Sort Ascending',
|
|
93
|
+
sort_by: 'Sort by',
|
|
94
|
+
sort_descending: 'Sort Descending',
|
|
88
95
|
sort_descending_a_to_z: 'A to Z',
|
|
89
96
|
sort_descending_z_to_a: 'Z to A',
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
97
|
+
title: 'Sorting',
|
|
98
|
+
value: 'Value',
|
|
99
|
+
|
|
93
100
|
},
|
|
94
101
|
menu_actions: {
|
|
95
102
|
title: 'Menu Actions',
|
|
@@ -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
|
|
|
@@ -7,24 +7,29 @@ export const I18N_DASHBOARD: II18nDashboard = {
|
|
|
7
7
|
metric: "Metric",
|
|
8
8
|
summary: "Summary",
|
|
9
9
|
},
|
|
10
|
+
empty_state: {
|
|
11
|
+
about_charts: 'about charts',
|
|
12
|
+
about_metrics: 'about metrics',
|
|
13
|
+
learn_more: 'Learn more',
|
|
14
|
+
},
|
|
10
15
|
export_csv: "Export to CSV",
|
|
11
16
|
toast: {
|
|
12
|
-
refresh_table_message: 'Record Successfully Edited.',
|
|
13
|
-
delete_record_message: 'Record Successfully Deleted.',
|
|
14
17
|
add_record_message: 'Record Successfully Added.',
|
|
15
18
|
data_views_updated_message: 'Data views updated successfully.',
|
|
19
|
+
delete_record_message: 'Record Successfully Deleted.',
|
|
20
|
+
refresh_table_message: 'Record Successfully Edited.',
|
|
16
21
|
},
|
|
17
22
|
tooltips: {
|
|
18
|
-
style_themes: "Style Themes",
|
|
19
|
-
formulas: "Formulas",
|
|
20
23
|
buckets: "Buckets",
|
|
21
24
|
download: "Download",
|
|
22
25
|
embed_analyze: "Embed Analyze View",
|
|
26
|
+
formulas: "Formulas",
|
|
27
|
+
style_themes: "Style Themes",
|
|
23
28
|
},
|
|
24
29
|
views: {
|
|
25
|
-
summary_view: "Summary",
|
|
26
|
-
tabular_view: "Tabular View",
|
|
27
30
|
custom_view: "Custom View",
|
|
28
31
|
metric_view: "Metric View",
|
|
29
|
-
|
|
32
|
+
summary_view: "Summary",
|
|
33
|
+
tabular_view: "Tabular View",
|
|
34
|
+
}
|
|
30
35
|
};
|
|
@@ -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,
|
|
@@ -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
|
};
|
|
@@ -29,7 +29,7 @@ export const I18N_FORMULA_BUILDER: II18nFormulaBuilder = {
|
|
|
29
29
|
name: 'Formula Name',
|
|
30
30
|
placeholder_name: 'Type Formula Name',
|
|
31
31
|
invalid_name: 'cannot be used in the formula name.',
|
|
32
|
-
detail_title: '
|
|
32
|
+
detail_title: 'Formula',
|
|
33
33
|
detail_suggestion: 'Allows mathematical operations including',
|
|
34
34
|
detail_suggestion_operators: '+, -, *, /, ()',
|
|
35
35
|
syntax_success: 'Formula syntax is correct.',
|
|
@@ -9,22 +9,24 @@ export const I18N_PANEL: II18nPanel = {
|
|
|
9
9
|
copy: 'Copy'
|
|
10
10
|
},
|
|
11
11
|
errors: {
|
|
12
|
+
chart_not_found: 'This {{panel}} is no longer available.',
|
|
13
|
+
continuous_date_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
14
|
+
continuous_numeric_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
15
|
+
drilldown_unavailable: 'No data found with drilldown.',
|
|
16
|
+
invalid_data_for_chart: 'No valid data for this chart',
|
|
17
|
+
longer_available_panel: 'This panel is no longer available',
|
|
18
|
+
long_text: 'long-text',
|
|
19
|
+
max_buckets_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Refining your data with <i>Max Data Points</i> or <i>Filters</i><br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization',
|
|
12
20
|
missing_column: 'Missing Column.',
|
|
13
21
|
missing_bucket_column: 'Missing bucket column.',
|
|
14
22
|
missing_formula_column: 'Missing formula column.',
|
|
15
23
|
missing_linked_column: 'Missing linked column.',
|
|
16
24
|
no_data_found: 'No data found.',
|
|
17
|
-
server_error: 'Sever Error.',
|
|
18
|
-
try_again: 'Try Again',
|
|
19
|
-
chart_not_found: 'This {{panel}} is no longer available.',
|
|
20
|
-
service_unavailable: '{{panel}} not available at the moment.',
|
|
21
25
|
refresh_panel: 'Refresh panel',
|
|
26
|
+
server_error: 'Sever Error.',
|
|
22
27
|
restore_panel: 'Restore panel',
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
max_buckets_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Refining your data with <i>Max Data Points</i> or <i>Filters</i><br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization',
|
|
26
|
-
continuous_date_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using a <i>Date Grouping</i> that returns less data<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
27
|
-
continuous_numeric_limit: 'The combination of data used in this chart exceeds the maximum number of data points that the system can return.<br><br>We recommend you try:<br>• Using another chart visualization<br>• Switching to Discrete Values',
|
|
28
|
+
service_unavailable: '{{panel}} not available at the moment.',
|
|
29
|
+
try_again: 'Try Again',
|
|
28
30
|
table_calculation_no_data_found: 'This <i>Table Calculation</i> resulted in NaN for all values.<br><br>We recommend you try:<br>• Another <i>Table Calculation</i><br>• Another <i>Aggregation</i>'
|
|
29
31
|
},
|
|
30
32
|
menu: {
|
|
@@ -82,22 +84,30 @@ export const I18N_PANEL: II18nPanel = {
|
|
|
82
84
|
},
|
|
83
85
|
summary_views: {
|
|
84
86
|
bar_chart: 'Bar Chart',
|
|
85
|
-
metrics: 'Metrics',
|
|
86
|
-
list_view: 'List View',
|
|
87
|
-
fill_null: 'Fill / Null',
|
|
88
|
-
wordcloud: 'Wordcloud',
|
|
89
|
-
histogram: 'Histogram',
|
|
90
|
-
pie_chart: 'Pie Chart',
|
|
91
|
-
dot_map: 'Dot Map',
|
|
92
87
|
bubble_view: 'Bubble',
|
|
93
88
|
bubble_map: 'Bubble Map',
|
|
89
|
+
categories: 'Categories',
|
|
90
|
+
cluster_chart: 'Cluster Chart',
|
|
91
|
+
dot_map: 'Dot Map',
|
|
94
92
|
entities: 'Entities',
|
|
93
|
+
fill_null: 'Fill / Null',
|
|
94
|
+
histogram: 'Histogram',
|
|
95
95
|
keyphrases: 'Keyphrases',
|
|
96
|
+
list_view: 'List View',
|
|
97
|
+
pie_chart: 'Pie Chart',
|
|
96
98
|
sentiment: 'Sentiment',
|
|
97
99
|
starts: 'Stars',
|
|
98
|
-
|
|
100
|
+
metrics: 'Metrics',
|
|
99
101
|
multiseries: 'Multiseries',
|
|
100
|
-
|
|
102
|
+
metric_null: 'Null',
|
|
103
|
+
metric_filled_in: 'Filled in',
|
|
104
|
+
metric_label_average: 'Average',
|
|
105
|
+
metric_label_minimum: 'Minimum',
|
|
106
|
+
metric_label_maximum: 'Maximum',
|
|
107
|
+
metric_label_sum: 'Sum',
|
|
108
|
+
metric_label_count: 'Count',
|
|
109
|
+
metric_label_standar_desviation: 'Standard Deviation',
|
|
110
|
+
wordcloud: 'Wordcloud',
|
|
101
111
|
},
|
|
102
112
|
timeout_message: 'Calculating {{type}}. This process may take a while.',
|
|
103
113
|
tooltips: {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
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 {};
|