@qrvey/utils 1.2.9-0 → 1.2.9-12
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 +361 -361
- 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 +36 -17
- 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/II18nChartBuilderAggregatedFormulas.d.ts +2 -1
- 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 +15 -11
- 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/II18nChartBuilderRefernceLine.d.ts +10 -8
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +13 -9
- 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 +28 -15
- 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/dashboard/II18nDashboard.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/cjs/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +6 -0
- package/dist/cjs/globalization/interfaces/{chart_builder/II18nChartBuilderComplexText.js → dashboard/II18nDashboardMessages.js} +0 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.d.ts +2 -0
- package/dist/cjs/globalization/interfaces/dashboard/index.js +2 -0
- package/dist/cjs/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/cjs/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
- 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 +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 +15 -11
- 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 +59 -79
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +35 -26
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +10 -8
- package/dist/cjs/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +44 -39
- 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/dashboard/I18N_DASHBOARD.js +19 -7
- package/dist/cjs/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/cjs/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
- package/dist/cjs/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/cjs/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +3 -3
- package/dist/cjs/globalization/labels/panel/I18N_PANEL.js +32 -20
- 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 +36 -17
- 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/II18nChartBuilderAggregatedFormulas.d.ts +2 -1
- 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 +15 -11
- 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/II18nChartBuilderRefernceLine.d.ts +10 -8
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.d.ts +1 -0
- package/dist/globalization/interfaces/chart_builder/II18nChartBuilderSorting.d.ts +13 -9
- 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 +28 -15
- 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/dashboard/II18nDashboard.d.ts +5 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardEmptyState.d.ts +5 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexName.js → dashboard/II18nDashboardEmptyState.js} +0 -0
- package/dist/globalization/interfaces/dashboard/II18nDashboardMessages.d.ts +6 -0
- package/dist/globalization/interfaces/{chart_builder/II18nChartBuilderComplexText.js → dashboard/II18nDashboardMessages.js} +0 -0
- package/dist/globalization/interfaces/dashboard/index.d.ts +2 -0
- package/dist/globalization/interfaces/dashboard/index.js +2 -0
- package/dist/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.d.ts +1 -0
- package/dist/globalization/interfaces/filters/II18nRelativeContainer.d.ts +5 -2
- 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 +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 +15 -11
- 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 +59 -79
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.js +35 -26
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.js +10 -8
- package/dist/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.js +44 -39
- 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/dashboard/I18N_DASHBOARD.js +19 -7
- package/dist/globalization/labels/filters/I18N_FILTER_BUILDER.js +3 -2
- package/dist/globalization/labels/filters/I18N_RELATIVE_CONTAINER.js +5 -2
- package/dist/globalization/labels/filters/I18N_VALUE_CONTAINER.js +3 -2
- package/dist/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.js +3 -3
- package/dist/globalization/labels/panel/I18N_PANEL.js +32 -20
- 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 +39 -18
- 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/II18nChartBuilderAggregatedFormulas.ts +2 -1
- 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 +15 -11
- 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/II18nChartBuilderRefernceLine.ts +10 -8
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderShelfMenu.ts +1 -0
- package/src/globalization/interfaces/chart_builder/II18nChartBuilderSorting.ts +13 -9
- 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 +28 -15
- 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/dashboard/II18nDashboard.ts +5 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardEmptyState.ts +5 -0
- package/src/globalization/interfaces/dashboard/II18nDashboardMessages.ts +6 -0
- package/src/globalization/interfaces/dashboard/index.ts +2 -0
- package/src/globalization/interfaces/filters/II18nFilterBuilderColumnSelector.ts +1 -0
- package/src/globalization/interfaces/filters/II18nRelativeContainer.ts +5 -2
- 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 +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 +15 -11
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL.ts +61 -82
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_GENERAL_OPTIONS.ts +36 -27
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_LAYER_OPTIONS.ts +10 -8
- package/src/globalization/labels/chart_builder/I18N_CHART_BUILDER_STYLE_OPTIONS.ts +44 -39
- 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/dashboard/I18N_DASHBOARD.ts +19 -7
- package/src/globalization/labels/filters/I18N_FILTER_BUILDER.ts +3 -2
- package/src/globalization/labels/filters/I18N_RELATIVE_CONTAINER.ts +5 -2
- package/src/globalization/labels/filters/I18N_VALUE_CONTAINER.ts +3 -2
- package/src/globalization/labels/formula_builder/I18N_FORMULA_BUILDER.ts +3 -3
- package/src/globalization/labels/panel/I18N_PANEL.ts +32 -20
- 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/II18nChartBuilderComplexText.d.ts +0 -6
- 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/II18nChartBuilderComplexText.d.ts +0 -6
- 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,122 +51,102 @@ 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',
|
|
99
100
|
complex_column: 'Type',
|
|
101
|
+
date_group: 'Date Group',
|
|
100
102
|
remove: 'Remove'
|
|
101
103
|
},
|
|
102
104
|
scale_types: {
|
|
103
105
|
discrete: 'Discrete',
|
|
104
106
|
continuous: 'Continuous'
|
|
105
107
|
},
|
|
106
|
-
complex_name: {
|
|
107
|
-
first_name: 'First Name',
|
|
108
|
-
last_name: 'Last Name'
|
|
109
|
-
},
|
|
110
|
-
complex_text: {
|
|
111
|
-
words: 'Words',
|
|
112
|
-
keyphrases: 'Keyphrases',
|
|
113
|
-
sentiment: 'Sentiment',
|
|
114
|
-
entities: 'Entities'
|
|
115
|
-
},
|
|
116
|
-
complex_usa_address: {
|
|
117
|
-
address_1: 'Address Line 1',
|
|
118
|
-
address_2: 'Address Line 2',
|
|
119
|
-
city: 'City',
|
|
120
|
-
postal_code: 'Zip Code',
|
|
121
|
-
state: 'State'
|
|
122
|
-
},
|
|
123
|
-
complex_address: {
|
|
124
|
-
street: 'Street Address',
|
|
125
|
-
city: 'City',
|
|
126
|
-
postal_code: 'Postal/Zip Code',
|
|
127
|
-
state: 'State/Region/Province',
|
|
128
|
-
country: 'Country'
|
|
129
|
-
},
|
|
130
|
-
complex_file: {
|
|
131
|
-
file_size: 'File Size',
|
|
132
|
-
file_type: 'File Type'
|
|
133
|
-
},
|
|
134
|
-
complex_image: {
|
|
135
|
-
image_size: 'File Size',
|
|
136
|
-
image_type: 'File Type'
|
|
137
|
-
},
|
|
138
|
-
complex_image_analysis: {
|
|
139
|
-
word: 'Word',
|
|
140
|
-
categories: 'Categories'
|
|
141
|
-
},
|
|
142
108
|
trend_chart: {
|
|
143
|
-
title: 'Trend Chart',
|
|
144
|
-
options_title: 'Trend by',
|
|
145
109
|
add: 'Add Trend Chart',
|
|
146
|
-
|
|
110
|
+
add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
147
111
|
chart_type: 'Chart Type',
|
|
112
|
+
color: 'Color',
|
|
113
|
+
date_grouping: 'Date Grouping',
|
|
114
|
+
fill: 'Fill',
|
|
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',
|
|
125
|
+
new_trend_chart_label: 'Trend Chart Num',
|
|
126
|
+
options_title: 'Trend by',
|
|
127
|
+
remove: 'Remove',
|
|
148
128
|
select_column: 'Column',
|
|
149
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',
|
|
139
|
+
title: 'Trend Chart',
|
|
140
|
+
tooltips: 'Tooltips',
|
|
150
141
|
trend_by_column: 'Trend by Column',
|
|
151
142
|
trend_by_column_placeholder: 'Select Option',
|
|
152
143
|
trend_sort: 'Trend Sort',
|
|
153
144
|
trend_sort_ascending: 'Ascending',
|
|
154
145
|
trend_sort_descending: 'Descending',
|
|
155
|
-
color: 'Color',
|
|
156
146
|
type: 'Type',
|
|
157
147
|
type_line: 'Line',
|
|
158
148
|
type_spline: 'Spline',
|
|
159
149
|
type_step_line: 'Step Line',
|
|
160
|
-
fill: 'Fill',
|
|
161
|
-
fill_none: 'None',
|
|
162
|
-
fill_below: 'Below',
|
|
163
|
-
tooltips: 'Tooltips',
|
|
164
|
-
show_value: 'Show Value',
|
|
165
|
-
label: 'Label',
|
|
166
|
-
label_placeholder: 'Type custom label',
|
|
167
|
-
date_grouping: 'Date Grouping',
|
|
168
|
-
time_period: 'Time Period',
|
|
169
|
-
max_data_points: 'Max Data Points',
|
|
170
|
-
remove: 'Remove'
|
|
171
150
|
},
|
|
172
151
|
chart_info: {
|
|
173
152
|
title_placeholder: 'Untitled Chart',
|
|
@@ -177,7 +156,7 @@ export const I18N_CHART_BUILDER_GENERAL: Pick<II18nChartBuilder, General> = {
|
|
|
177
156
|
drop_column_here: 'Drop column here',
|
|
178
157
|
drop_column_as: 'Drop column as'
|
|
179
158
|
},
|
|
180
|
-
|
|
159
|
+
chart_labels: {
|
|
181
160
|
bar: 'Bar Chart',
|
|
182
161
|
line: 'Line Chart',
|
|
183
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',
|
|
@@ -76,20 +80,24 @@ 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
|
-
|
|
86
|
-
|
|
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_aggregate_placeholder: 'Select Aggregate',
|
|
91
|
+
select_column_placeholder: 'Select Column',
|
|
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
|
+
sort: 'Sort',
|
|
98
|
+
sorting_by_calculated_value: 'Sorting by Calculated Value',
|
|
99
|
+
title: 'Sorting',
|
|
100
|
+
value: 'Value',
|
|
93
101
|
},
|
|
94
102
|
menu_actions: {
|
|
95
103
|
title: 'Menu Actions',
|
|
@@ -106,7 +114,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
106
114
|
select_total_label: 'Total',
|
|
107
115
|
select_total_placeholder: 'Select Option',
|
|
108
116
|
select_total_search_placeholder: 'Search',
|
|
109
|
-
total_all: 'Select All',
|
|
117
|
+
total_all: 'Select All',
|
|
110
118
|
select_level_label: 'Level',
|
|
111
119
|
select_level_placeholder: 'Select Option',
|
|
112
120
|
select_level_search: 'Search',
|
|
@@ -120,9 +128,10 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS: Pick<II18nChartBuilder, General
|
|
|
120
128
|
totals_disabled: 'Totals is disabled, add fields on the Columns shelf to enable it.'
|
|
121
129
|
},
|
|
122
130
|
aggregated_formula: {
|
|
123
|
-
title: 'Aggregated Formulas',
|
|
124
131
|
add: 'Add Aggregated Formulas',
|
|
132
|
+
add_formula_disabled: 'Aggregated Formulas is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
125
133
|
edit: 'Edit',
|
|
126
|
-
remove: 'Remove'
|
|
134
|
+
remove: 'Remove',
|
|
135
|
+
title: 'Aggregated Formulas',
|
|
127
136
|
}
|
|
128
137
|
};
|
|
@@ -18,17 +18,19 @@ export const I18N_CHART_BUILDER_LAYER_OPTIONS: Pick<II18nChartBuilder, LayerOpti
|
|
|
18
18
|
legend: 'Trend Line'
|
|
19
19
|
},
|
|
20
20
|
references_line: {
|
|
21
|
-
title: 'Reference Line',
|
|
22
21
|
add: 'Add Reference Line',
|
|
23
|
-
new_reference_line_label: 'Reference Line num',
|
|
24
|
-
fixed: 'Fixed',
|
|
25
|
-
dynamic: 'Dynamic',
|
|
26
22
|
axis: 'Axis',
|
|
27
|
-
value: 'Value',
|
|
28
|
-
value_aggregated: 'Value Aggregate',
|
|
29
23
|
custom_label: 'Custom Label',
|
|
30
|
-
|
|
31
|
-
|
|
24
|
+
custom_label_disabled: 'To show the reference value on the custom label type {{ref.value}}.',
|
|
25
|
+
custom_label_placeholder: 'Type custom label',
|
|
26
|
+
dynamic: 'Dynamic',
|
|
27
|
+
fixed: 'Fixed',
|
|
28
|
+
new_reference_line_label: 'Reference Line',
|
|
32
29
|
opacity: 'Opacity',
|
|
30
|
+
remove: 'Remove',
|
|
31
|
+
title: 'Reference Line',
|
|
32
|
+
value: 'Value',
|
|
33
|
+
value_aggregated: 'Value Aggregate',
|
|
34
|
+
value_aggregated_placeholder: 'Select Aggregate',
|
|
33
35
|
},
|
|
34
36
|
};
|
|
@@ -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',
|
|
@@ -109,7 +114,7 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS: Pick<II18nChartBuilder, StyleOpti
|
|
|
109
114
|
thickness_thin: 'Thin',
|
|
110
115
|
thickness_normal: 'Normal',
|
|
111
116
|
thickness_bold: 'Bold',
|
|
112
|
-
styles_title: '
|
|
117
|
+
styles_title: 'Line Style',
|
|
113
118
|
styles_solid: 'Solid',
|
|
114
119
|
styles_dashed: 'Dashed',
|
|
115
120
|
styles_dotted: 'Dotted',
|
|
@@ -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
|
};
|
|
@@ -7,24 +7,36 @@ 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",
|
|
16
|
+
messages: {
|
|
17
|
+
dataset_not_available: "Dataset not available at the moment.",
|
|
18
|
+
dataset_not_found: "Dataset not found.",
|
|
19
|
+
server_error: "Server Error.",
|
|
20
|
+
try_again: "Try Again",
|
|
21
|
+
},
|
|
22
|
+
no_record_found: 'No Records Found',
|
|
11
23
|
toast: {
|
|
12
|
-
refresh_table_message: 'Record Successfully Edited.',
|
|
13
|
-
delete_record_message: 'Record Successfully Deleted.',
|
|
14
24
|
add_record_message: 'Record Successfully Added.',
|
|
15
25
|
data_views_updated_message: 'Data views updated successfully.',
|
|
26
|
+
delete_record_message: 'Record Successfully Deleted.',
|
|
27
|
+
refresh_table_message: 'Record Successfully Edited.',
|
|
16
28
|
},
|
|
17
29
|
tooltips: {
|
|
18
|
-
style_themes: "Style Themes",
|
|
19
|
-
formulas: "Formulas",
|
|
20
30
|
buckets: "Buckets",
|
|
21
31
|
download: "Download",
|
|
22
32
|
embed_analyze: "Embed Analyze View",
|
|
33
|
+
formulas: "Formulas",
|
|
34
|
+
style_themes: "Style Themes",
|
|
23
35
|
},
|
|
24
36
|
views: {
|
|
25
|
-
summary_view: "Summary",
|
|
26
|
-
tabular_view: "Tabular View",
|
|
27
37
|
custom_view: "Custom View",
|
|
28
38
|
metric_view: "Metric View",
|
|
29
|
-
|
|
39
|
+
summary_view: "Summary",
|
|
40
|
+
tabular_view: "Tabular View",
|
|
41
|
+
}
|
|
30
42
|
};
|
|
@@ -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,14 @@ 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',
|
|
10
|
+
from_label: 'from',
|
|
8
11
|
starting_date: 'Include starting date',
|
|
9
12
|
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
13
|
starting_from: 'Starting From',
|
|
11
|
-
|
|
14
|
+
set_current_date: 'Set to current date',
|
|
12
15
|
};
|
|
@@ -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.',
|
|
@@ -38,7 +38,7 @@ export const I18N_FORMULA_BUILDER: II18nFormulaBuilder = {
|
|
|
38
38
|
test: 'Test',
|
|
39
39
|
clear: 'Clear',
|
|
40
40
|
insert_function: 'Insert Functions',
|
|
41
|
-
insert_column: '
|
|
41
|
+
insert_column: 'Insert Columns',
|
|
42
42
|
search_function: 'Search',
|
|
43
43
|
search_column: 'Search',
|
|
44
44
|
box_function_empty: 'No Function Selected',
|
|
@@ -57,7 +57,7 @@ export const I18N_FORMULA_BUILDER: II18nFormulaBuilder = {
|
|
|
57
57
|
numeric: 'Numeric',
|
|
58
58
|
string: 'String/Text',
|
|
59
59
|
date: 'Date/Time',
|
|
60
|
-
aggregate: '
|
|
60
|
+
aggregate: 'Aggregates'
|
|
61
61
|
},
|
|
62
62
|
function_is_null: {
|
|
63
63
|
description: 'Replaces NULL with the specified replacement value.',
|