@qrvey/utils 1.2.9-2 → 1.2.9-6
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 +544 -544
- 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/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/II18nChartBuilderComplexFile.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/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/{II18nChartBuilderComplexImage.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/II18nChartBuilderComplexImageAnalysis.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/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_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_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/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/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/II18nChartBuilderComplexFile.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/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/{II18nChartBuilderComplexImage.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/II18nChartBuilderComplexImageAnalysis.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/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_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_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/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/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/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/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_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_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/II18nChartBuilderComplexImageAnalysis.d.ts +0 -4
- 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/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,19 +1,21 @@
|
|
|
1
1
|
export interface II18nPanelErrors {
|
|
2
|
+
chart_not_found: string;
|
|
3
|
+
continuous_date_limit: string;
|
|
4
|
+
continuous_numeric_limit: string;
|
|
5
|
+
drilldown_unavailable: string;
|
|
6
|
+
invalid_data_for_chart: string;
|
|
7
|
+
longer_available_panel: string;
|
|
8
|
+
long_text: string;
|
|
2
9
|
missing_column: string;
|
|
3
10
|
missing_bucket_column: string;
|
|
4
11
|
missing_formula_column: string;
|
|
5
12
|
missing_linked_column: string;
|
|
13
|
+
max_buckets_limit: string;
|
|
6
14
|
no_data_found: string;
|
|
15
|
+
restore_panel: string;
|
|
16
|
+
refresh_panel: string;
|
|
7
17
|
server_error: string;
|
|
8
|
-
try_again: string;
|
|
9
|
-
chart_not_found: string;
|
|
10
18
|
service_unavailable: string;
|
|
11
|
-
|
|
12
|
-
restore_panel: string;
|
|
13
|
-
long_text: string;
|
|
14
|
-
drilldown_unavailable: string;
|
|
15
|
-
max_buckets_limit: string;
|
|
16
|
-
continuous_date_limit: string;
|
|
17
|
-
continuous_numeric_limit: string;
|
|
19
|
+
try_again: string;
|
|
18
20
|
table_calculation_no_data_found: string;
|
|
19
21
|
}
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
export interface II18nPanelSummaryViews {
|
|
2
2
|
bar_chart: string;
|
|
3
|
-
metrics: string;
|
|
4
|
-
list_view: string;
|
|
5
|
-
fill_null: string;
|
|
6
|
-
wordcloud: string;
|
|
7
|
-
histogram: string;
|
|
8
|
-
pie_chart: string;
|
|
9
|
-
dot_map: string;
|
|
10
3
|
bubble_view: string;
|
|
11
4
|
bubble_map: string;
|
|
5
|
+
categories: string;
|
|
6
|
+
cluster_chart: string;
|
|
7
|
+
dot_map: string;
|
|
12
8
|
entities: string;
|
|
9
|
+
fill_null: string;
|
|
10
|
+
histogram: string;
|
|
13
11
|
keyphrases: string;
|
|
12
|
+
list_view: string;
|
|
13
|
+
pie_chart: string;
|
|
14
14
|
sentiment: string;
|
|
15
15
|
starts: string;
|
|
16
|
-
|
|
16
|
+
metrics: string;
|
|
17
17
|
multiseries: string;
|
|
18
|
-
|
|
18
|
+
metric_filled_in: string;
|
|
19
|
+
metric_label_average: string;
|
|
20
|
+
metric_label_minimum: string;
|
|
21
|
+
metric_label_maximum: string;
|
|
22
|
+
metric_label_sum: string;
|
|
23
|
+
metric_label_count: string;
|
|
24
|
+
metric_label_standar_desviation: string;
|
|
25
|
+
metric_null: string;
|
|
26
|
+
wordcloud: string;
|
|
19
27
|
}
|
|
@@ -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...',
|
|
@@ -16,7 +16,7 @@ export const I18N_CHART_BUILDER_COMPARISION_OPTIONS: Pick<II18nChartBuilder, 'co
|
|
|
16
16
|
no_change: 'No Change',
|
|
17
17
|
change_triangle_up: 'Triangle Up',
|
|
18
18
|
change_triangle_down: 'Triangle Down',
|
|
19
|
-
|
|
19
|
+
change_none: 'None',
|
|
20
20
|
change_circle: 'Circle',
|
|
21
21
|
font_size_disabled: '<i>Automatic Resize</i> is active, go to <i>Styles</i> tab and disable it to set the size manually.',
|
|
22
22
|
select_option: 'Select Option',
|
|
@@ -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,
|
|
@@ -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: {
|