@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
|
@@ -42,122 +42,102 @@ export const I18N_CHART_BUILDER_GENERAL = {
|
|
|
42
42
|
timestamp: 'Timestamp'
|
|
43
43
|
},
|
|
44
44
|
data_panel: {
|
|
45
|
-
loading: 'Loading ...',
|
|
46
|
-
loading_data: 'loading Data',
|
|
47
|
-
error_state: 'error state',
|
|
48
|
-
title: 'Data',
|
|
49
|
-
links: 'Links',
|
|
50
|
-
linked_tooltip: 'Linked',
|
|
51
45
|
column_tooltip: 'Column',
|
|
52
|
-
go_dataset_tooltip: 'Go to Dataset',
|
|
53
|
-
search_links_placeholder: 'Search Links',
|
|
54
|
-
search_columns_placeholder: 'Search Columns',
|
|
55
46
|
categories: 'Categories',
|
|
56
|
-
|
|
57
|
-
values: 'Values',
|
|
58
|
-
no_values_available: 'No values available',
|
|
47
|
+
error_state: 'error state',
|
|
59
48
|
geolocations: 'Geolocations',
|
|
60
|
-
|
|
61
|
-
|
|
49
|
+
go_dataset_tooltip: 'Go to Dataset',
|
|
50
|
+
linked_tooltip: 'Linked',
|
|
51
|
+
links: 'Links',
|
|
52
|
+
loading: 'Loading ...',
|
|
53
|
+
loading_data: 'loading Data',
|
|
54
|
+
no_categories_available: 'No categories available',
|
|
62
55
|
no_data_available: 'There is no data available. Once data is added, it will be displayed here and you can begin creating charts.',
|
|
63
|
-
no_data_moment_start: 'There is no data available at the moment,',
|
|
64
56
|
no_data_moment_action: 'click here',
|
|
65
57
|
no_data_moment_end: 'to create a dataset and begin working on your chart.',
|
|
66
|
-
|
|
58
|
+
no_data_moment_start: 'There is no data available at the moment,',
|
|
59
|
+
no_datasets_available: 'No datasets available',
|
|
60
|
+
no_geolocations_available: 'No geolocations available',
|
|
61
|
+
no_geolocations_available_tooltips: 'Geolocation groups are required to <br> create maps. These groups can be<br> set up from the Data Page.',
|
|
62
|
+
no_values_available: 'No values available',
|
|
63
|
+
search_columns_placeholder: 'Search Columns',
|
|
64
|
+
search_dataset_placeholder: 'Search Dataset',
|
|
65
|
+
search_links_placeholder: 'Search Links',
|
|
66
|
+
title: 'Data',
|
|
67
|
+
values: 'Values',
|
|
67
68
|
},
|
|
68
69
|
dimensions: {
|
|
69
|
-
|
|
70
|
+
categories: 'Categories',
|
|
70
71
|
category: 'Category',
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
other_values: 'Other Values',
|
|
75
|
-
pivot: 'Pivot',
|
|
72
|
+
column: 'Column',
|
|
73
|
+
columns: 'Columns',
|
|
74
|
+
dimension: 'Dimension',
|
|
76
75
|
distribution: 'Distribution',
|
|
76
|
+
geolocation: 'Geolocation',
|
|
77
77
|
group: 'Group',
|
|
78
78
|
groups: 'Groups',
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
column: 'Column',
|
|
82
|
-
columns: 'Columns',
|
|
79
|
+
other_values: 'Other Values',
|
|
80
|
+
pivot: 'Pivot',
|
|
83
81
|
row: 'Row',
|
|
84
82
|
rows: 'Rows',
|
|
85
|
-
|
|
83
|
+
section: 'Section',
|
|
84
|
+
sections: 'Sections',
|
|
85
|
+
series: 'Series',
|
|
86
|
+
value: 'Value',
|
|
87
|
+
values: 'Values',
|
|
86
88
|
},
|
|
87
89
|
shelf_menu: {
|
|
88
90
|
bucket: 'Cubo',
|
|
89
91
|
complex_column: 'Type',
|
|
92
|
+
date_group: 'Date Group',
|
|
90
93
|
remove: 'Remove'
|
|
91
94
|
},
|
|
92
95
|
scale_types: {
|
|
93
96
|
discrete: 'Discrete',
|
|
94
97
|
continuous: 'Continuous'
|
|
95
98
|
},
|
|
96
|
-
complex_name: {
|
|
97
|
-
first_name: 'First Name',
|
|
98
|
-
last_name: 'Last Name'
|
|
99
|
-
},
|
|
100
|
-
complex_text: {
|
|
101
|
-
words: 'Words',
|
|
102
|
-
keyphrases: 'Keyphrases',
|
|
103
|
-
sentiment: 'Sentiment',
|
|
104
|
-
entities: 'Entities'
|
|
105
|
-
},
|
|
106
|
-
complex_usa_address: {
|
|
107
|
-
address_1: 'Address Line 1',
|
|
108
|
-
address_2: 'Address Line 2',
|
|
109
|
-
city: 'City',
|
|
110
|
-
postal_code: 'Zip Code',
|
|
111
|
-
state: 'State'
|
|
112
|
-
},
|
|
113
|
-
complex_address: {
|
|
114
|
-
street: 'Street Address',
|
|
115
|
-
city: 'City',
|
|
116
|
-
postal_code: 'Postal/Zip Code',
|
|
117
|
-
state: 'State/Region/Province',
|
|
118
|
-
country: 'Country'
|
|
119
|
-
},
|
|
120
|
-
complex_file: {
|
|
121
|
-
file_size: 'File Size',
|
|
122
|
-
file_type: 'File Type'
|
|
123
|
-
},
|
|
124
|
-
complex_image: {
|
|
125
|
-
image_size: 'File Size',
|
|
126
|
-
image_type: 'File Type'
|
|
127
|
-
},
|
|
128
|
-
complex_image_analysis: {
|
|
129
|
-
word: 'Word',
|
|
130
|
-
categories: 'Categories'
|
|
131
|
-
},
|
|
132
99
|
trend_chart: {
|
|
133
|
-
title: 'Trend Chart',
|
|
134
|
-
options_title: 'Trend by',
|
|
135
100
|
add: 'Add Trend Chart',
|
|
136
|
-
|
|
101
|
+
add_trend_disabled: 'Trend Chart is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
137
102
|
chart_type: 'Chart Type',
|
|
103
|
+
color: 'Color',
|
|
104
|
+
date_grouping: 'Date Grouping',
|
|
105
|
+
fill: 'Fill',
|
|
106
|
+
fill_below: 'Below',
|
|
107
|
+
fill_none: 'None',
|
|
108
|
+
fixed_scale: 'Fixed Scale',
|
|
109
|
+
label: 'Label',
|
|
110
|
+
label_placeholder: 'Type custom label',
|
|
111
|
+
less_than: 'Less than',
|
|
112
|
+
loss_threshold: 'Loss Threshold',
|
|
113
|
+
max_data_points: 'Max Data Points',
|
|
114
|
+
max_scale: 'Max Scale',
|
|
115
|
+
min_scale: 'Min Scale',
|
|
116
|
+
new_trend_chart_label: 'Trend Chart Num',
|
|
117
|
+
options_title: 'Trend by',
|
|
118
|
+
remove: 'Remove',
|
|
138
119
|
select_column: 'Column',
|
|
139
120
|
select_column_placeholder: 'Select Option',
|
|
121
|
+
show_value: 'Show Value',
|
|
122
|
+
target: 'Target',
|
|
123
|
+
target_aggregate: 'Target Aggregate',
|
|
124
|
+
target_aggregate_placeholder: 'All',
|
|
125
|
+
target_column: 'Target Column',
|
|
126
|
+
target_column_placeholder: 'All',
|
|
127
|
+
target_label: 'Target Label',
|
|
128
|
+
target_value: 'Target Value',
|
|
129
|
+
time_period: 'Time Period',
|
|
130
|
+
title: 'Trend Chart',
|
|
131
|
+
tooltips: 'Tooltips',
|
|
140
132
|
trend_by_column: 'Trend by Column',
|
|
141
133
|
trend_by_column_placeholder: 'Select Option',
|
|
142
134
|
trend_sort: 'Trend Sort',
|
|
143
135
|
trend_sort_ascending: 'Ascending',
|
|
144
136
|
trend_sort_descending: 'Descending',
|
|
145
|
-
color: 'Color',
|
|
146
137
|
type: 'Type',
|
|
147
138
|
type_line: 'Line',
|
|
148
139
|
type_spline: 'Spline',
|
|
149
140
|
type_step_line: 'Step Line',
|
|
150
|
-
fill: 'Fill',
|
|
151
|
-
fill_none: 'None',
|
|
152
|
-
fill_below: 'Below',
|
|
153
|
-
tooltips: 'Tooltips',
|
|
154
|
-
show_value: 'Show Value',
|
|
155
|
-
label: 'Label',
|
|
156
|
-
label_placeholder: 'Type custom label',
|
|
157
|
-
date_grouping: 'Date Grouping',
|
|
158
|
-
time_period: 'Time Period',
|
|
159
|
-
max_data_points: 'Max Data Points',
|
|
160
|
-
remove: 'Remove'
|
|
161
141
|
},
|
|
162
142
|
chart_info: {
|
|
163
143
|
title_placeholder: 'Untitled Chart',
|
|
@@ -167,7 +147,7 @@ export const I18N_CHART_BUILDER_GENERAL = {
|
|
|
167
147
|
drop_column_here: 'Drop column here',
|
|
168
148
|
drop_column_as: 'Drop column as'
|
|
169
149
|
},
|
|
170
|
-
|
|
150
|
+
chart_labels: {
|
|
171
151
|
bar: 'Bar Chart',
|
|
172
152
|
line: 'Line Chart',
|
|
173
153
|
symbol: 'Symbol Chart',
|
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
2
2
|
general_options: {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
allow_pagination: 'Allow Pagination',
|
|
4
|
+
data_points: 'Data Points',
|
|
5
5
|
display_average: 'Display Average',
|
|
6
|
+
does_not_apply_to_dates: 'does not apply to Dates',
|
|
6
7
|
fixed_scale: 'Fixed Scale',
|
|
7
|
-
max_scale: 'Max Scale',
|
|
8
|
-
min_scale: 'Min Scale',
|
|
9
8
|
fixed_scale_placeholder: 'Auto',
|
|
10
|
-
max_groups: 'maximo de grupos',
|
|
11
9
|
freeze_first_column: 'Freeze First Column',
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
view_total: 'Totals',
|
|
15
|
-
view_subtotals: 'Subtotals',
|
|
16
|
-
max_rows: 'Max Rows',
|
|
10
|
+
max: 'Max {{attr}}',
|
|
11
|
+
max_categories: 'Max Categories',
|
|
17
12
|
max_columns: 'Max Columns',
|
|
13
|
+
max_data_points: 'Max Data Points',
|
|
14
|
+
max_groups: 'Max Groups',
|
|
15
|
+
max_rows: 'Max Rows',
|
|
16
|
+
max_scale: 'Max Scale',
|
|
17
|
+
max_series: 'Max Series',
|
|
18
18
|
max_slices: 'Max Slices',
|
|
19
|
-
|
|
20
|
-
allow_pagination: 'Allow Pagination',
|
|
19
|
+
min_scale: 'Min Scale',
|
|
21
20
|
records_per_page: 'Records per page',
|
|
21
|
+
slices: 'Slices',
|
|
22
|
+
view_labels: 'Label',
|
|
23
|
+
view_sorting: 'Sorting',
|
|
24
|
+
view_subtotals: 'Subtotals',
|
|
25
|
+
view_total: 'Totals',
|
|
22
26
|
},
|
|
23
27
|
tooltip_settings: {
|
|
24
28
|
name: 'Tooltips',
|
|
@@ -33,7 +37,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
33
37
|
values_format: 'Values Format',
|
|
34
38
|
remove: 'Remove',
|
|
35
39
|
header_label: 'Header',
|
|
36
|
-
|
|
40
|
+
header_placeholder: 'Type text',
|
|
37
41
|
values_multiples_first: 'First',
|
|
38
42
|
values_multiples_last: 'Last',
|
|
39
43
|
},
|
|
@@ -58,7 +62,7 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
58
62
|
calculation_type_difference: 'Difference',
|
|
59
63
|
calculation_type_percent_difference: '% Difference',
|
|
60
64
|
custom_label: 'Custom Label',
|
|
61
|
-
|
|
65
|
+
custom_label_placeholder: 'Type Custom Label',
|
|
62
66
|
remove: 'Remove',
|
|
63
67
|
calculation: 'Calculation',
|
|
64
68
|
remove_calculation: 'Remove Calculation',
|
|
@@ -73,20 +77,24 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
73
77
|
none_tooltip: 'None'
|
|
74
78
|
},
|
|
75
79
|
sorting: {
|
|
76
|
-
|
|
77
|
-
sort_by: 'Sort by',
|
|
78
|
-
label: 'Label',
|
|
79
|
-
value: 'Value',
|
|
80
|
-
descending: 'Descending',
|
|
80
|
+
aggregation_label: 'Aggregation',
|
|
81
81
|
ascending: 'Ascending',
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
clear_sorting: 'Clear Sorting',
|
|
83
|
+
descending: 'Descending',
|
|
84
|
+
label: 'Label',
|
|
85
|
+
order_chart_columns: 'Chart Columns',
|
|
86
|
+
order_others_columns: 'Other Columns',
|
|
87
|
+
select_aggregate_placeholder: 'Select Aggregate',
|
|
88
|
+
select_column_placeholder: 'Select Column',
|
|
84
89
|
sort_ascending: 'Sort Ascending',
|
|
90
|
+
sort_by: 'Sort by',
|
|
91
|
+
sort_descending: 'Sort Descending',
|
|
85
92
|
sort_descending_a_to_z: 'A to Z',
|
|
86
93
|
sort_descending_z_to_a: 'Z to A',
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
94
|
+
sort: 'Sort',
|
|
95
|
+
sorting_by_calculated_value: 'Sorting by Calculated Value',
|
|
96
|
+
title: 'Sorting',
|
|
97
|
+
value: 'Value',
|
|
90
98
|
},
|
|
91
99
|
menu_actions: {
|
|
92
100
|
title: 'Menu Actions',
|
|
@@ -117,9 +125,10 @@ export const I18N_CHART_BUILDER_GENERAL_OPTIONS = {
|
|
|
117
125
|
totals_disabled: 'Totals is disabled, add fields on the Columns shelf to enable it.'
|
|
118
126
|
},
|
|
119
127
|
aggregated_formula: {
|
|
120
|
-
title: 'Aggregated Formulas',
|
|
121
128
|
add: 'Add Aggregated Formulas',
|
|
129
|
+
add_formula_disabled: 'Aggregated Formulas is disabled, add fields on the Columns and Groups shelf to enable it.',
|
|
122
130
|
edit: 'Edit',
|
|
123
|
-
remove: 'Remove'
|
|
131
|
+
remove: 'Remove',
|
|
132
|
+
title: 'Aggregated Formulas',
|
|
124
133
|
}
|
|
125
134
|
};
|
|
@@ -15,17 +15,19 @@ export const I18N_CHART_BUILDER_LAYER_OPTIONS = {
|
|
|
15
15
|
legend: 'Trend Line'
|
|
16
16
|
},
|
|
17
17
|
references_line: {
|
|
18
|
-
title: 'Reference Line',
|
|
19
18
|
add: 'Add Reference Line',
|
|
20
|
-
new_reference_line_label: 'Reference Line num',
|
|
21
|
-
fixed: 'Fixed',
|
|
22
|
-
dynamic: 'Dynamic',
|
|
23
19
|
axis: 'Axis',
|
|
24
|
-
value: 'Value',
|
|
25
|
-
value_aggregated: 'Value Aggregate',
|
|
26
20
|
custom_label: 'Custom Label',
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
custom_label_disabled: 'To show the reference value on the custom label type {{ref.value}}.',
|
|
22
|
+
custom_label_placeholder: 'Type custom label',
|
|
23
|
+
dynamic: 'Dynamic',
|
|
24
|
+
fixed: 'Fixed',
|
|
25
|
+
new_reference_line_label: 'Reference Line',
|
|
29
26
|
opacity: 'Opacity',
|
|
27
|
+
remove: 'Remove',
|
|
28
|
+
title: 'Reference Line',
|
|
29
|
+
value: 'Value',
|
|
30
|
+
value_aggregated: 'Value Aggregate',
|
|
31
|
+
value_aggregated_placeholder: 'Select Aggregate',
|
|
30
32
|
},
|
|
31
33
|
};
|
|
@@ -1,39 +1,43 @@
|
|
|
1
1
|
export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
2
2
|
style_options: {
|
|
3
|
+
allow_clustering: 'Allow Clustering',
|
|
3
4
|
axis_labels: 'Axis Labels',
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
axis_position_disabled_message: '<i>Axis Position</i> is disabled because stacked type configuration is in use.',
|
|
6
|
+
bar_type_disabled_message: 'Bar <i>Type</i> selection is disabled because not all of the column visualization styles are set as bars.',
|
|
6
7
|
bar_width: 'Bar Width',
|
|
7
8
|
bar_width_symbol: '%',
|
|
8
9
|
bar_width_auto: 'Auto',
|
|
9
|
-
|
|
10
|
+
bullet_color: 'Bullet Color',
|
|
10
11
|
borders_check: 'Borders',
|
|
11
|
-
|
|
12
|
-
values_check: 'Values',
|
|
13
|
-
percentage_check: 'Percentage',
|
|
14
|
-
line_opacity: 'Line Opacity',
|
|
15
|
-
threshold_opacity: 'Threshold Opacity',
|
|
16
|
-
symbol_opacity: 'Symbol Opacity',
|
|
17
|
-
show_animation_check: 'Show Animation',
|
|
18
|
-
needle_color: 'Needle Color',
|
|
19
|
-
show_comparision_check: 'Show Comparison',
|
|
12
|
+
chart_type_disabled_message: '<i>Type</i> selection is disabled because stacked type configuration is in use.',
|
|
20
13
|
comparision_color: 'Comparision Color',
|
|
21
|
-
|
|
14
|
+
data_labels_check: 'Data Labels',
|
|
22
15
|
default_format_title: 'Format',
|
|
23
|
-
reversed_colors: 'Reversed Colors',
|
|
24
|
-
map_borders: 'Map borders',
|
|
25
|
-
allow_clustering: 'Allow Clustering',
|
|
26
16
|
display_outliers_check: 'Display outliers',
|
|
17
|
+
line_opacity: 'Line Opacity',
|
|
18
|
+
map_borders: 'Map borders',
|
|
19
|
+
needle_color: 'Needle Color',
|
|
27
20
|
opacity: 'Opacity',
|
|
21
|
+
percentage_check: 'Percentage',
|
|
22
|
+
reversed_colors: 'Reversed Colors',
|
|
23
|
+
shading_check: 'Shading',
|
|
24
|
+
symbol_opacity: 'Symbol Opacity',
|
|
25
|
+
show_animation_check: 'Show Animation',
|
|
26
|
+
show_comparison_check: 'Show Comparison',
|
|
27
|
+
threshold_opacity: 'Threshold Opacity',
|
|
28
|
+
values_check: 'Values',
|
|
29
|
+
x_axis_title: 'X - Axis',
|
|
30
|
+
y_axis_title: 'Y - Axis',
|
|
28
31
|
},
|
|
29
32
|
color_settings: {
|
|
30
|
-
select_color_type: 'Color type',
|
|
31
|
-
single_color: 'Single color',
|
|
32
33
|
color_by_category: 'By category',
|
|
33
|
-
select_color: 'Color',
|
|
34
|
-
select_theme: 'Theme',
|
|
35
34
|
color_by_value_title: 'Color by value',
|
|
36
35
|
match_color: 'Match colors across charts',
|
|
36
|
+
select_color: 'Color',
|
|
37
|
+
select_color_type: 'Color type',
|
|
38
|
+
select_color_type_placeholder: 'Select color type',
|
|
39
|
+
select_theme: 'Theme',
|
|
40
|
+
single_color: 'Single color',
|
|
37
41
|
},
|
|
38
42
|
color_by_values: {
|
|
39
43
|
title: 'Color by values',
|
|
@@ -54,32 +58,33 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
54
58
|
horizontal: 'Horizontal',
|
|
55
59
|
},
|
|
56
60
|
axis_style: {
|
|
57
|
-
|
|
61
|
+
axis_format_title: 'Axis Format',
|
|
62
|
+
axis_position: 'Axis Position',
|
|
63
|
+
axis_position_left: 'Left',
|
|
64
|
+
axis_position_primary_axis: 'Use Primary Axis',
|
|
65
|
+
axis_position_right: 'Right',
|
|
58
66
|
custom_axis_label: 'Axis Label',
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
values_axis_check: 'Axis Values',
|
|
62
|
-
values_rotation: 'Values Rotation',
|
|
63
|
-
values_rotation_horizontal: 'Horizontal',
|
|
64
|
-
values_rotation_diagonal: 'Diagonal',
|
|
65
|
-
values_rotation_vertical: 'Vertical',
|
|
67
|
+
custom_label: 'Label',
|
|
68
|
+
custom_label_placeholder: 'Custom label',
|
|
66
69
|
format_title: 'Format',
|
|
67
|
-
|
|
70
|
+
max_range: 'Max Range',
|
|
71
|
+
max_range_placeholder: 'Auto',
|
|
72
|
+
min_range: 'Min Range',
|
|
73
|
+
min_range_placeholder: 'Auto',
|
|
74
|
+
position: 'Position',
|
|
68
75
|
scale_type: 'Scale Type',
|
|
69
76
|
scale_type_linear: 'Linear',
|
|
70
77
|
scale_type_logarithm: 'Logarithm',
|
|
71
|
-
|
|
72
|
-
min_range_placeholder: 'Auto',
|
|
73
|
-
max_range: 'Max Range',
|
|
74
|
-
max_range_placeholder: 'Auto',
|
|
78
|
+
scale_type_placeholder: 'Select color type',
|
|
75
79
|
steps: 'Steps',
|
|
76
80
|
steps_placeholder: 'Auto',
|
|
77
|
-
position: 'Position',
|
|
78
|
-
axis_position: 'Axis Position',
|
|
79
|
-
axis_position_primari_axis: 'Use Primary Axis',
|
|
80
|
-
axis_position_left: 'Left',
|
|
81
|
-
axis_position_right: 'Right',
|
|
82
81
|
type_label: 'Type',
|
|
82
|
+
values_axis_check: 'Axis Values',
|
|
83
|
+
values_check: 'Values',
|
|
84
|
+
values_rotation: 'Values Rotation',
|
|
85
|
+
values_rotation_diagonal: 'Diagonal',
|
|
86
|
+
values_rotation_horizontal: 'Horizontal',
|
|
87
|
+
values_rotation_vertical: 'Vertical',
|
|
83
88
|
},
|
|
84
89
|
bar_types: {
|
|
85
90
|
title: 'Type',
|
|
@@ -102,7 +107,7 @@ export const I18N_CHART_BUILDER_STYLE_OPTIONS = {
|
|
|
102
107
|
thickness_thin: 'Thin',
|
|
103
108
|
thickness_normal: 'Normal',
|
|
104
109
|
thickness_bold: 'Bold',
|
|
105
|
-
styles_title: '
|
|
110
|
+
styles_title: 'Line Style',
|
|
106
111
|
styles_solid: 'Solid',
|
|
107
112
|
styles_dashed: 'Dashed',
|
|
108
113
|
styles_dotted: 'Dotted',
|
|
@@ -30,6 +30,7 @@ export const I18N_COLUMN_PROPERTY_LABEL = {
|
|
|
30
30
|
imageupload_filesize_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGESIZE,
|
|
31
31
|
imageupload_filetype_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGETYPE,
|
|
32
32
|
imageupload_analysis_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGEWORDS,
|
|
33
|
+
imageupload_analysis_categories_label: COLUMN_PROPERTY_LABEL.IMAGEUPLOAD_IMAGECATEGORY,
|
|
33
34
|
expression_positive_label: COLUMN_PROPERTY_LABEL.EXPRESSION_POSITIVE,
|
|
34
35
|
expression_negative_label: COLUMN_PROPERTY_LABEL.EXPRESSION_NEGATIVE,
|
|
35
36
|
name_first_name_label: COLUMN_PROPERTY_LABEL.NAME_FIRST,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { RELATIVE_UNIT_INFO } from "../../../dates/relative/constants/RELATIVE_UNIT_INFO";
|
|
1
2
|
import { I18N_AGGREGATE_LABEL } from "./I18N_AGGREGATE_LABEL";
|
|
2
3
|
import { I18N_COLUMN_LABEL } from "./I18N_COLUMN_LABEL";
|
|
3
4
|
import { I18N_COLUMN_PROPERTY_LABEL } from "./I18N_COLUMN_PROPERTY_LABEL";
|
|
@@ -17,4 +18,11 @@ export const I18N_COMMON = {
|
|
|
17
18
|
no_data_found: "No Data Found",
|
|
18
19
|
properties: I18N_COLUMN_PROPERTY_LABEL,
|
|
19
20
|
search: "Search",
|
|
21
|
+
units: {
|
|
22
|
+
day: RELATIVE_UNIT_INFO.DAY.label,
|
|
23
|
+
month: RELATIVE_UNIT_INFO.MONTH.label,
|
|
24
|
+
quarter: RELATIVE_UNIT_INFO.QUARTER.label,
|
|
25
|
+
week: RELATIVE_UNIT_INFO.WEEK.label,
|
|
26
|
+
year: RELATIVE_UNIT_INFO.YEAR.label,
|
|
27
|
+
}
|
|
20
28
|
};
|
|
@@ -5,24 +5,36 @@ export const I18N_DASHBOARD = {
|
|
|
5
5
|
metric: "Metric",
|
|
6
6
|
summary: "Summary",
|
|
7
7
|
},
|
|
8
|
+
empty_state: {
|
|
9
|
+
about_charts: 'about charts',
|
|
10
|
+
about_metrics: 'about metrics',
|
|
11
|
+
learn_more: 'Learn more',
|
|
12
|
+
},
|
|
8
13
|
export_csv: "Export to CSV",
|
|
14
|
+
messages: {
|
|
15
|
+
dataset_not_available: "Dataset not available at the moment.",
|
|
16
|
+
dataset_not_found: "Dataset not found.",
|
|
17
|
+
server_error: "Server Error.",
|
|
18
|
+
try_again: "Try Again",
|
|
19
|
+
},
|
|
20
|
+
no_record_found: 'No Records Found',
|
|
9
21
|
toast: {
|
|
10
|
-
refresh_table_message: 'Record Successfully Edited.',
|
|
11
|
-
delete_record_message: 'Record Successfully Deleted.',
|
|
12
22
|
add_record_message: 'Record Successfully Added.',
|
|
13
23
|
data_views_updated_message: 'Data views updated successfully.',
|
|
24
|
+
delete_record_message: 'Record Successfully Deleted.',
|
|
25
|
+
refresh_table_message: 'Record Successfully Edited.',
|
|
14
26
|
},
|
|
15
27
|
tooltips: {
|
|
16
|
-
style_themes: "Style Themes",
|
|
17
|
-
formulas: "Formulas",
|
|
18
28
|
buckets: "Buckets",
|
|
19
29
|
download: "Download",
|
|
20
30
|
embed_analyze: "Embed Analyze View",
|
|
31
|
+
formulas: "Formulas",
|
|
32
|
+
style_themes: "Style Themes",
|
|
21
33
|
},
|
|
22
34
|
views: {
|
|
23
|
-
summary_view: "Summary",
|
|
24
|
-
tabular_view: "Tabular View",
|
|
25
35
|
custom_view: "Custom View",
|
|
26
36
|
metric_view: "Metric View",
|
|
27
|
-
|
|
37
|
+
summary_view: "Summary",
|
|
38
|
+
tabular_view: "Tabular View",
|
|
39
|
+
}
|
|
28
40
|
};
|
|
@@ -4,8 +4,9 @@ export const I18N_FILTER_BUILDER = {
|
|
|
4
4
|
apply_to: 'Apply to',
|
|
5
5
|
cancel_button: 'Cancel',
|
|
6
6
|
column_selector: {
|
|
7
|
-
|
|
7
|
+
no_data_message: 'No Data Found',
|
|
8
8
|
placeholder: 'Search or select a column to create filters',
|
|
9
|
+
title: 'Column',
|
|
9
10
|
},
|
|
10
11
|
divider_label: 'Is',
|
|
11
12
|
error_messages: {
|
|
@@ -24,8 +25,8 @@ export const I18N_FILTER_BUILDER = {
|
|
|
24
25
|
},
|
|
25
26
|
info_container: {
|
|
26
27
|
info: '<b>OR</b> logic is used for multiple values.',
|
|
27
|
-
selected_label: 'selected of',
|
|
28
28
|
loaded_label: 'loaded',
|
|
29
|
+
selected_label: 'selected of',
|
|
29
30
|
},
|
|
30
31
|
scopes: {
|
|
31
32
|
global: FILTER_BUILDER_SCOPE_LABEL.GLOBAL,
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { I18N_RELATIVE_CURSOR } from "./I18N_RELATIVE_CURSOR";
|
|
2
2
|
export const I18N_RELATIVE_CONTAINER = {
|
|
3
|
-
cursors: I18N_RELATIVE_CURSOR,
|
|
4
3
|
calendar_date: 'Calendar dates',
|
|
5
4
|
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.',
|
|
5
|
+
current_date: 'Current Date',
|
|
6
|
+
cursors: I18N_RELATIVE_CURSOR,
|
|
7
|
+
date_selected: 'Date Selected',
|
|
8
|
+
from_label: 'from',
|
|
6
9
|
starting_date: 'Include starting date',
|
|
7
10
|
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.',
|
|
8
11
|
starting_from: 'Starting From',
|
|
9
|
-
|
|
12
|
+
set_current_date: 'Set to current date',
|
|
10
13
|
};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export const I18N_VALUE_CONTAINER = {
|
|
2
|
+
no_label: 'No Label',
|
|
3
|
+
no_records_message: 'No records found',
|
|
2
4
|
search_input: {
|
|
3
|
-
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
4
5
|
enter_value_first_label: "Press",
|
|
5
6
|
enter_value_second_label: "Enter",
|
|
6
7
|
enter_value_third_label: "to Insert",
|
|
8
|
+
placeholder: 'Search or type values separated by commas. Use {{ for tokens.',
|
|
7
9
|
},
|
|
8
|
-
no_label: 'No Label',
|
|
9
10
|
select_all: 'Select All',
|
|
10
11
|
};
|
|
@@ -27,7 +27,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
27
27
|
name: 'Formula Name',
|
|
28
28
|
placeholder_name: 'Type Formula Name',
|
|
29
29
|
invalid_name: 'cannot be used in the formula name.',
|
|
30
|
-
detail_title: '
|
|
30
|
+
detail_title: 'Formula',
|
|
31
31
|
detail_suggestion: 'Allows mathematical operations including',
|
|
32
32
|
detail_suggestion_operators: '+, -, *, /, ()',
|
|
33
33
|
syntax_success: 'Formula syntax is correct.',
|
|
@@ -36,7 +36,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
36
36
|
test: 'Test',
|
|
37
37
|
clear: 'Clear',
|
|
38
38
|
insert_function: 'Insert Functions',
|
|
39
|
-
insert_column: '
|
|
39
|
+
insert_column: 'Insert Columns',
|
|
40
40
|
search_function: 'Search',
|
|
41
41
|
search_column: 'Search',
|
|
42
42
|
box_function_empty: 'No Function Selected',
|
|
@@ -55,7 +55,7 @@ export const I18N_FORMULA_BUILDER = {
|
|
|
55
55
|
numeric: 'Numeric',
|
|
56
56
|
string: 'String/Text',
|
|
57
57
|
date: 'Date/Time',
|
|
58
|
-
aggregate: '
|
|
58
|
+
aggregate: 'Aggregates'
|
|
59
59
|
},
|
|
60
60
|
function_is_null: {
|
|
61
61
|
description: 'Replaces NULL with the specified replacement value.',
|