@gooddata/sdk-ui 8.10.0-alpha.14 → 8.10.0-alpha.140
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 +3 -3
- package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
- package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/dist/base/errors/GoodDataSdkError.js +5 -2
- package/dist/base/errors/GoodDataSdkError.js.map +1 -1
- package/dist/base/errors/errorHandling.d.ts +5 -3
- package/dist/base/errors/errorHandling.d.ts.map +1 -1
- package/dist/base/errors/errorHandling.js +6 -4
- package/dist/base/errors/errorHandling.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.js +6 -6
- package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
- package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/dist/base/headerMatching/MappingHeader.js +13 -13
- package/dist/base/headerMatching/MappingHeader.js.map +1 -1
- package/dist/base/helpers/CatalogHelper.d.ts +5 -3
- package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/dist/base/helpers/CatalogHelper.js +5 -3
- package/dist/base/helpers/CatalogHelper.js.map +1 -1
- package/dist/base/index.d.ts +6 -3
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +11 -2
- package/dist/base/index.js.map +1 -1
- package/dist/base/localization/IntlStore.d.ts +3 -1
- package/dist/base/localization/IntlStore.d.ts.map +1 -1
- package/dist/base/localization/IntlStore.js +5 -25
- package/dist/base/localization/IntlStore.js.map +1 -1
- package/dist/base/localization/IntlWrapper.d.ts +0 -12
- package/dist/base/localization/IntlWrapper.d.ts.map +1 -1
- package/dist/base/localization/IntlWrapper.js +3 -28
- package/dist/base/localization/IntlWrapper.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsProvider.js +5 -9
- package/dist/base/localization/TranslationsProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +80 -18
- package/dist/base/localization/bundles/en-US.json +420 -64
- package/dist/base/localization/bundles/es-ES.json +89 -27
- package/dist/base/localization/bundles/fr-FR.json +79 -17
- package/dist/base/localization/bundles/ja-JP.json +80 -18
- package/dist/base/localization/bundles/nl-NL.json +79 -17
- package/dist/base/localization/bundles/pt-BR.json +79 -17
- package/dist/base/localization/bundles/pt-PT.json +79 -17
- package/dist/base/localization/bundles/ru-RU.json +79 -17
- package/dist/base/localization/bundles/zh-Hans.json +80 -18
- package/dist/base/localization/intlUtils.d.ts +1 -1
- package/dist/base/localization/intlUtils.js +4 -4
- package/dist/base/localization/messagesMap.d.ts +13 -0
- package/dist/base/localization/messagesMap.d.ts.map +1 -0
- package/dist/base/localization/messagesMap.js +32 -0
- package/dist/base/localization/messagesMap.js.map +1 -0
- package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
- package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
- package/dist/base/measureFormats/fillMissingFormat.js +27 -0
- package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
- package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
- package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
- package/dist/base/measureFormats/fillMissingFormats.js +20 -0
- package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
- package/dist/base/measureTitles/fillMissingTitles.js +4 -13
- package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/dist/base/react/BackendContext.d.ts +7 -3
- package/dist/base/react/BackendContext.d.ts.map +1 -1
- package/dist/base/react/BackendContext.js +8 -4
- package/dist/base/react/BackendContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/dist/base/react/ErrorComponent.d.ts +4 -2
- package/dist/base/react/ErrorComponent.d.ts.map +1 -1
- package/dist/base/react/ErrorComponent.js +5 -3
- package/dist/base/react/ErrorComponent.js.map +1 -1
- package/dist/base/react/LoadingComponent.d.ts +4 -2
- package/dist/base/react/LoadingComponent.d.ts.map +1 -1
- package/dist/base/react/LoadingComponent.js +5 -3
- package/dist/base/react/LoadingComponent.js.map +1 -1
- package/dist/base/react/WorkspaceContext.d.ts +7 -3
- package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/WorkspaceContext.js +8 -4
- package/dist/base/react/WorkspaceContext.js.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/dist/base/react/placeholders/base.d.ts +76 -42
- package/dist/base/react/placeholders/base.d.ts.map +1 -1
- package/dist/base/react/placeholders/base.js +1 -1
- package/dist/base/react/placeholders/base.js.map +1 -1
- package/dist/base/react/placeholders/factory.d.ts +4 -2
- package/dist/base/react/placeholders/factory.d.ts.map +1 -1
- package/dist/base/react/placeholders/factory.js +3 -1
- package/dist/base/react/placeholders/factory.js.map +1 -1
- package/dist/base/react/placeholders/hooks.d.ts +13 -3
- package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
- package/dist/base/react/placeholders/hooks.js +14 -4
- package/dist/base/react/placeholders/hooks.js.map +1 -1
- package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
- package/dist/base/react/placeholders/resolve.js +5 -3
- package/dist/base/react/placeholders/resolve.js.map +1 -1
- package/dist/base/react/useCancelablePromise.d.ts +17 -11
- package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromise.js +9 -3
- package/dist/base/react/useCancelablePromise.js.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.js +6 -4
- package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/dist/base/results/dataAccess.d.ts +32 -12
- package/dist/base/results/dataAccess.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.d.ts +5 -2
- package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.js +4 -1
- package/dist/base/results/dataAccessConfig.js.map +1 -1
- package/dist/base/results/facade.d.ts +10 -8
- package/dist/base/results/facade.d.ts.map +1 -1
- package/dist/base/results/facade.js +9 -7
- package/dist/base/results/facade.js.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.js +5 -7
- package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.js +6 -6
- package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.js +1 -1
- package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
- package/dist/base/results/internal/definitionMethods.d.ts +1 -1
- package/dist/base/results/internal/definitionMethods.js +1 -1
- package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
- package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultDataMethods.js.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.js +9 -10
- package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
- package/dist/base/results/internal/utils.d.ts +2 -1
- package/dist/base/results/internal/utils.d.ts.map +1 -1
- package/dist/base/results/internal/utils.js +1 -1
- package/dist/base/vis/DrillEvents.d.ts +4 -1
- package/dist/base/vis/DrillEvents.d.ts.map +1 -1
- package/dist/base/vis/DrillEvents.js.map +1 -1
- package/dist/base/vis/Events.d.ts +2 -2
- package/dist/base/vis/Events.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.d.ts +11 -4
- package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.js +1 -1
- package/dist/base/vis/drilling.js +6 -6
- package/dist/base/vis/drilling.js.map +1 -1
- package/dist/base/vis/export.d.ts +1 -1
- package/dist/base/vis/export.js +3 -3
- package/dist/base/vis/export.js.map +1 -1
- package/dist/execution/DataViewLoader.d.ts +70 -0
- package/dist/execution/DataViewLoader.d.ts.map +1 -0
- package/dist/execution/DataViewLoader.js +146 -0
- package/dist/execution/DataViewLoader.js.map +1 -0
- package/dist/execution/Execute.d.ts +36 -20
- package/dist/execution/Execute.d.ts.map +1 -1
- package/dist/execution/Execute.js +7 -5
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/ExecuteInsight.d.ts +47 -16
- package/dist/execution/ExecuteInsight.d.ts.map +1 -1
- package/dist/execution/ExecuteInsight.js +7 -5
- package/dist/execution/ExecuteInsight.js.map +1 -1
- package/dist/execution/RawExecute.d.ts +19 -7
- package/dist/execution/RawExecute.d.ts.map +1 -1
- package/dist/execution/RawExecute.js +2 -1
- package/dist/execution/RawExecute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +9 -6
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +11 -2
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/index.d.ts +3 -2
- package/dist/execution/index.d.ts.map +1 -1
- package/dist/execution/index.js +4 -2
- package/dist/execution/index.js.map +1 -1
- package/dist/execution/useDataExport.d.ts +5 -3
- package/dist/execution/useDataExport.d.ts.map +1 -1
- package/dist/execution/useDataExport.js +3 -1
- package/dist/execution/useDataExport.js.map +1 -1
- package/dist/execution/useDataView.d.ts +5 -0
- package/dist/execution/useDataView.d.ts.map +1 -1
- package/dist/execution/useDataView.js +3 -0
- package/dist/execution/useDataView.js.map +1 -1
- package/dist/execution/useExecution.d.ts +17 -9
- package/dist/execution/useExecution.d.ts.map +1 -1
- package/dist/execution/useExecution.js +3 -0
- package/dist/execution/useExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +32 -15
- package/dist/execution/useExecutionDataView.d.ts.map +1 -1
- package/dist/execution/useExecutionDataView.js +3 -3
- package/dist/execution/useExecutionDataView.js.map +1 -1
- package/dist/execution/useInsightDataView.d.ts +39 -9
- package/dist/execution/useInsightDataView.d.ts.map +1 -1
- package/dist/execution/useInsightDataView.js +10 -4
- package/dist/execution/useInsightDataView.js.map +1 -1
- package/dist/execution/withExecution.d.ts +5 -4
- package/dist/execution/withExecution.d.ts.map +1 -1
- package/dist/execution/withExecution.js +1 -1
- package/dist/execution/withExecution.js.map +1 -1
- package/dist/execution/withExecutionLoading.d.ts +12 -7
- package/dist/execution/withExecutionLoading.d.ts.map +1 -1
- package/dist/execution/withExecutionLoading.js +1 -1
- package/dist/execution/withExecutionLoading.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/kpi/Kpi.d.ts +13 -9
- package/dist/kpi/Kpi.d.ts.map +1 -1
- package/dist/kpi/Kpi.js +5 -3
- package/dist/kpi/Kpi.js.map +1 -1
- package/dist/locales.d.ts +42 -0
- package/dist/locales.d.ts.map +1 -0
- package/dist/locales.js +22 -0
- package/dist/locales.js.map +1 -0
- package/dist/polyfills.d.ts.map +1 -1
- package/dist/polyfills.js +3 -1
- package/dist/polyfills.js.map +1 -1
- package/dist/sdk-ui.d.ts +576 -216
- package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
- package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/esm/base/errors/GoodDataSdkError.js +5 -2
- package/esm/base/errors/GoodDataSdkError.js.map +1 -1
- package/esm/base/errors/errorHandling.d.ts +5 -3
- package/esm/base/errors/errorHandling.d.ts.map +1 -1
- package/esm/base/errors/errorHandling.js +6 -4
- package/esm/base/errors/errorHandling.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
- package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
- package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/esm/base/headerMatching/MappingHeader.js +2 -2
- package/esm/base/headerMatching/MappingHeader.js.map +1 -1
- package/esm/base/helpers/CatalogHelper.d.ts +5 -3
- package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/esm/base/helpers/CatalogHelper.js +5 -3
- package/esm/base/helpers/CatalogHelper.js.map +1 -1
- package/esm/base/index.d.ts +6 -3
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +8 -2
- package/esm/base/index.js.map +1 -1
- package/esm/base/localization/IntlStore.d.ts +3 -1
- package/esm/base/localization/IntlStore.d.ts.map +1 -1
- package/esm/base/localization/IntlStore.js +5 -24
- package/esm/base/localization/IntlStore.js.map +1 -1
- package/esm/base/localization/IntlWrapper.d.ts +0 -12
- package/esm/base/localization/IntlWrapper.d.ts.map +1 -1
- package/esm/base/localization/IntlWrapper.js +2 -27
- package/esm/base/localization/IntlWrapper.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsProvider.js +5 -9
- package/esm/base/localization/TranslationsProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +80 -18
- package/esm/base/localization/bundles/en-US.json +420 -64
- package/esm/base/localization/bundles/es-ES.json +89 -27
- package/esm/base/localization/bundles/fr-FR.json +79 -17
- package/esm/base/localization/bundles/ja-JP.json +80 -18
- package/esm/base/localization/bundles/nl-NL.json +79 -17
- package/esm/base/localization/bundles/pt-BR.json +79 -17
- package/esm/base/localization/bundles/pt-PT.json +79 -17
- package/esm/base/localization/bundles/ru-RU.json +79 -17
- package/esm/base/localization/bundles/zh-Hans.json +80 -18
- package/esm/base/localization/intlUtils.d.ts +1 -1
- package/esm/base/localization/intlUtils.js +2 -2
- package/esm/base/localization/messagesMap.d.ts +13 -0
- package/esm/base/localization/messagesMap.d.ts.map +1 -0
- package/esm/base/localization/messagesMap.js +28 -0
- package/esm/base/localization/messagesMap.js.map +1 -0
- package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
- package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
- package/esm/base/measureFormats/fillMissingFormat.js +23 -0
- package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
- package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
- package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
- package/esm/base/measureFormats/fillMissingFormats.js +16 -0
- package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
- package/esm/base/measureTitles/fillMissingTitles.js +5 -14
- package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/esm/base/react/BackendContext.d.ts +7 -3
- package/esm/base/react/BackendContext.d.ts.map +1 -1
- package/esm/base/react/BackendContext.js +8 -4
- package/esm/base/react/BackendContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/esm/base/react/ErrorComponent.d.ts +4 -2
- package/esm/base/react/ErrorComponent.d.ts.map +1 -1
- package/esm/base/react/ErrorComponent.js +5 -3
- package/esm/base/react/ErrorComponent.js.map +1 -1
- package/esm/base/react/LoadingComponent.d.ts +4 -2
- package/esm/base/react/LoadingComponent.d.ts.map +1 -1
- package/esm/base/react/LoadingComponent.js +5 -3
- package/esm/base/react/LoadingComponent.js.map +1 -1
- package/esm/base/react/WorkspaceContext.d.ts +7 -3
- package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/WorkspaceContext.js +8 -4
- package/esm/base/react/WorkspaceContext.js.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/esm/base/react/placeholders/base.d.ts +76 -42
- package/esm/base/react/placeholders/base.d.ts.map +1 -1
- package/esm/base/react/placeholders/base.js +1 -1
- package/esm/base/react/placeholders/base.js.map +1 -1
- package/esm/base/react/placeholders/factory.d.ts +4 -2
- package/esm/base/react/placeholders/factory.d.ts.map +1 -1
- package/esm/base/react/placeholders/factory.js +3 -1
- package/esm/base/react/placeholders/factory.js.map +1 -1
- package/esm/base/react/placeholders/hooks.d.ts +13 -3
- package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
- package/esm/base/react/placeholders/hooks.js +14 -4
- package/esm/base/react/placeholders/hooks.js.map +1 -1
- package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
- package/esm/base/react/placeholders/resolve.js +5 -3
- package/esm/base/react/placeholders/resolve.js.map +1 -1
- package/esm/base/react/useCancelablePromise.d.ts +17 -11
- package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromise.js +9 -3
- package/esm/base/react/useCancelablePromise.js.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.js +6 -4
- package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/esm/base/results/dataAccess.d.ts +32 -12
- package/esm/base/results/dataAccess.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.d.ts +5 -2
- package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.js +4 -1
- package/esm/base/results/dataAccessConfig.js.map +1 -1
- package/esm/base/results/facade.d.ts +10 -8
- package/esm/base/results/facade.d.ts.map +1 -1
- package/esm/base/results/facade.js +9 -7
- package/esm/base/results/facade.js.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.js +1 -3
- package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.js +1 -1
- package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.js +2 -2
- package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
- package/esm/base/results/internal/definitionMethods.d.ts +1 -1
- package/esm/base/results/internal/definitionMethods.js +1 -1
- package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
- package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultDataMethods.js.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.js +3 -4
- package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
- package/esm/base/results/internal/utils.d.ts +2 -1
- package/esm/base/results/internal/utils.d.ts.map +1 -1
- package/esm/base/results/internal/utils.js +1 -1
- package/esm/base/vis/DrillEvents.d.ts +4 -1
- package/esm/base/vis/DrillEvents.d.ts.map +1 -1
- package/esm/base/vis/DrillEvents.js.map +1 -1
- package/esm/base/vis/Events.d.ts +2 -2
- package/esm/base/vis/Events.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.d.ts +11 -4
- package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.js +1 -1
- package/esm/base/vis/drilling.js +3 -3
- package/esm/base/vis/drilling.js.map +1 -1
- package/esm/base/vis/export.d.ts +1 -1
- package/esm/base/vis/export.js +3 -3
- package/esm/base/vis/export.js.map +1 -1
- package/esm/execution/DataViewLoader.d.ts +70 -0
- package/esm/execution/DataViewLoader.d.ts.map +1 -0
- package/esm/execution/DataViewLoader.js +143 -0
- package/esm/execution/DataViewLoader.js.map +1 -0
- package/esm/execution/Execute.d.ts +36 -20
- package/esm/execution/Execute.d.ts.map +1 -1
- package/esm/execution/Execute.js +7 -5
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/ExecuteInsight.d.ts +47 -16
- package/esm/execution/ExecuteInsight.d.ts.map +1 -1
- package/esm/execution/ExecuteInsight.js +7 -5
- package/esm/execution/ExecuteInsight.js.map +1 -1
- package/esm/execution/RawExecute.d.ts +19 -7
- package/esm/execution/RawExecute.d.ts.map +1 -1
- package/esm/execution/RawExecute.js +2 -1
- package/esm/execution/RawExecute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +9 -6
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +12 -3
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/index.d.ts +3 -2
- package/esm/execution/index.d.ts.map +1 -1
- package/esm/execution/index.js +3 -2
- package/esm/execution/index.js.map +1 -1
- package/esm/execution/useDataExport.d.ts +5 -3
- package/esm/execution/useDataExport.d.ts.map +1 -1
- package/esm/execution/useDataExport.js +3 -1
- package/esm/execution/useDataExport.js.map +1 -1
- package/esm/execution/useDataView.d.ts +5 -0
- package/esm/execution/useDataView.d.ts.map +1 -1
- package/esm/execution/useDataView.js +3 -0
- package/esm/execution/useDataView.js.map +1 -1
- package/esm/execution/useExecution.d.ts +17 -9
- package/esm/execution/useExecution.d.ts.map +1 -1
- package/esm/execution/useExecution.js +3 -0
- package/esm/execution/useExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +32 -15
- package/esm/execution/useExecutionDataView.d.ts.map +1 -1
- package/esm/execution/useExecutionDataView.js +3 -3
- package/esm/execution/useExecutionDataView.js.map +1 -1
- package/esm/execution/useInsightDataView.d.ts +39 -9
- package/esm/execution/useInsightDataView.d.ts.map +1 -1
- package/esm/execution/useInsightDataView.js +10 -4
- package/esm/execution/useInsightDataView.js.map +1 -1
- package/esm/execution/withExecution.d.ts +5 -4
- package/esm/execution/withExecution.d.ts.map +1 -1
- package/esm/execution/withExecution.js +1 -1
- package/esm/execution/withExecution.js.map +1 -1
- package/esm/execution/withExecutionLoading.d.ts +12 -7
- package/esm/execution/withExecutionLoading.d.ts.map +1 -1
- package/esm/execution/withExecutionLoading.js +1 -1
- package/esm/execution/withExecutionLoading.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -1
- package/esm/index.js.map +1 -1
- package/esm/kpi/Kpi.d.ts +13 -9
- package/esm/kpi/Kpi.d.ts.map +1 -1
- package/esm/kpi/Kpi.js +5 -3
- package/esm/kpi/Kpi.js.map +1 -1
- package/esm/locales.d.ts +42 -0
- package/esm/locales.d.ts.map +1 -0
- package/esm/locales.js +19 -0
- package/esm/locales.js.map +1 -0
- package/esm/polyfills.d.ts.map +1 -1
- package/esm/polyfills.js +3 -1
- package/esm/polyfills.js.map +1 -1
- package/esm/tsdoc-metadata.json +1 -1
- package/package.json +20 -16
|
@@ -1,39 +1,109 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"value": "
|
|
2
|
+
"empty_value": {
|
|
3
|
+
"value": "empty value",
|
|
4
4
|
"comment": "",
|
|
5
5
|
"limit": 0
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"value": "
|
|
7
|
+
"gs.date.at": {
|
|
8
|
+
"value": "at",
|
|
9
9
|
"comment": "",
|
|
10
10
|
"limit": 0
|
|
11
11
|
},
|
|
12
|
-
"
|
|
13
|
-
"value": "
|
|
12
|
+
"gs.header.help": {
|
|
13
|
+
"value": "Help",
|
|
14
14
|
"comment": "",
|
|
15
15
|
"limit": 0
|
|
16
16
|
},
|
|
17
|
-
"
|
|
18
|
-
"value": "
|
|
17
|
+
"gs.header.logout": {
|
|
18
|
+
"value": "Logout",
|
|
19
19
|
"comment": "",
|
|
20
20
|
"limit": 0
|
|
21
21
|
},
|
|
22
|
-
"
|
|
23
|
-
"value": "
|
|
22
|
+
"gs.list.all": {
|
|
23
|
+
"value": "All",
|
|
24
24
|
"comment": "",
|
|
25
25
|
"limit": 0
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"value": "
|
|
29
|
-
"comment": "
|
|
27
|
+
"gs.list.except": {
|
|
28
|
+
"value": "except",
|
|
29
|
+
"comment": "",
|
|
30
|
+
"limit": 0
|
|
31
|
+
},
|
|
32
|
+
"gs.list.is": {
|
|
33
|
+
"value": "is",
|
|
34
|
+
"comment": "",
|
|
35
|
+
"limit": 0
|
|
36
|
+
},
|
|
37
|
+
"gs.list.notAvailableAbbreviation": {
|
|
38
|
+
"value": "N/A",
|
|
39
|
+
"comment": "Stands for 'Not Available",
|
|
40
|
+
"limit": 0
|
|
41
|
+
},
|
|
42
|
+
"gs.list.searchResults": {
|
|
43
|
+
"value": "search results",
|
|
44
|
+
"comment": "",
|
|
45
|
+
"limit": 0
|
|
46
|
+
},
|
|
47
|
+
"gs.visualizationsList.loading": {
|
|
48
|
+
"value": "Loading…",
|
|
49
|
+
"comment": "Use '…' as one character, not 3 dots ('...').",
|
|
50
|
+
"limit": 0
|
|
51
|
+
},
|
|
52
|
+
"gs.color-picker.inputPlaceholder": {
|
|
53
|
+
"value": "#color",
|
|
54
|
+
"comment": "Character '#' means user should input color code as hexadecimal value, e.g. #C0D6E4",
|
|
55
|
+
"limit": 0
|
|
56
|
+
},
|
|
57
|
+
"gs.color-picker.currentColor": {
|
|
58
|
+
"value": "current",
|
|
59
|
+
"comment": "",
|
|
60
|
+
"limit": 0
|
|
61
|
+
},
|
|
62
|
+
"gs.color-picker.newColor": {
|
|
63
|
+
"value": "new",
|
|
64
|
+
"comment": "",
|
|
65
|
+
"limit": 0
|
|
66
|
+
},
|
|
67
|
+
"gs.color-picker.cancelButton": {
|
|
68
|
+
"value": "Cancel",
|
|
69
|
+
"comment": "",
|
|
70
|
+
"limit": 0
|
|
71
|
+
},
|
|
72
|
+
"gs.color-picker.okButton": {
|
|
73
|
+
"value": "OK",
|
|
74
|
+
"comment": "",
|
|
30
75
|
"limit": 0
|
|
31
76
|
},
|
|
32
|
-
"
|
|
33
|
-
"value": "
|
|
77
|
+
"gs.color-picker.hex": {
|
|
78
|
+
"value": "hex",
|
|
79
|
+
"comment": "label that inidicates that user should enter hexadecimal color value, e.g. #C0D6E4",
|
|
80
|
+
"limit": 0
|
|
81
|
+
},
|
|
82
|
+
"gs.noData.noMatchingData": {
|
|
83
|
+
"value": "No matching data",
|
|
34
84
|
"comment": "",
|
|
35
85
|
"limit": 0
|
|
36
86
|
},
|
|
87
|
+
"gs.noData.noDataAvailable": {
|
|
88
|
+
"value": "No matching data",
|
|
89
|
+
"comment": "",
|
|
90
|
+
"limit": 0
|
|
91
|
+
},
|
|
92
|
+
"geochart.scroll.zoom.blocker": {
|
|
93
|
+
"value": "Use {button} + scroll to zoom the map",
|
|
94
|
+
"comment": "This message will appear when map zooming on GeoChart is disabled and available only, while the button is pressed.",
|
|
95
|
+
"limit": 0
|
|
96
|
+
},
|
|
97
|
+
"geochart.touch.pan.blocker": {
|
|
98
|
+
"value": "Use two fingers to move the map",
|
|
99
|
+
"comment": "This message will appear when moving map on GeoChart is disabled by one finger and available only with two.",
|
|
100
|
+
"limit": 0
|
|
101
|
+
},
|
|
102
|
+
"visualizations.of": {
|
|
103
|
+
"value": "{page} of {pagesCount}",
|
|
104
|
+
"comment": "Don't translate placeholders '{page}', '{pagesCount}'",
|
|
105
|
+
"limit": 0
|
|
106
|
+
},
|
|
37
107
|
"visualizations.totals.dropdown.title.sum": {
|
|
38
108
|
"value": "Sum",
|
|
39
109
|
"comment": "Total of type 'Sum'. Showed in menu before adding to table.",
|
|
@@ -97,36 +167,6 @@
|
|
|
97
167
|
"comment": "Total of type 'Median'. Showed in menu before adding to table.",
|
|
98
168
|
"limit": 0
|
|
99
169
|
},
|
|
100
|
-
"visualizations.totals.row.title.sum": {
|
|
101
|
-
"value": "Sum",
|
|
102
|
-
"comment": "Total of type 'Sum'. Showed in table after adding total.",
|
|
103
|
-
"limit": 0
|
|
104
|
-
},
|
|
105
|
-
"visualizations.totals.row.title.avg": {
|
|
106
|
-
"value": "Avg",
|
|
107
|
-
"comment": "Total of type 'Avg'. Showed in table after adding total.",
|
|
108
|
-
"limit": 0
|
|
109
|
-
},
|
|
110
|
-
"visualizations.totals.row.title.min": {
|
|
111
|
-
"value": "Min",
|
|
112
|
-
"comment": "Total of type 'Min'. Showed in table after adding total.",
|
|
113
|
-
"limit": 0
|
|
114
|
-
},
|
|
115
|
-
"visualizations.totals.row.title.max": {
|
|
116
|
-
"value": "Max",
|
|
117
|
-
"comment": "Total of type 'Max'. Showed in table after adding total.",
|
|
118
|
-
"limit": 0
|
|
119
|
-
},
|
|
120
|
-
"visualizations.totals.row.title.nat": {
|
|
121
|
-
"value": "Total",
|
|
122
|
-
"comment": "Total of type 'Rollup', but synonym 'Total' is used here since users are used to this more than 'Rollup'. Showed in table after adding total.",
|
|
123
|
-
"limit": 0
|
|
124
|
-
},
|
|
125
|
-
"visualizations.totals.row.title.med": {
|
|
126
|
-
"value": "Median",
|
|
127
|
-
"comment": "Total of type 'Median'. Showed in table after adding total.",
|
|
128
|
-
"limit": 0
|
|
129
|
-
},
|
|
130
170
|
"visualizations.headline.tertiary.title": {
|
|
131
171
|
"value": "Versus",
|
|
132
172
|
"comment": "Means comparison of two values - for example '100 (this week) VERSUS 10 (last week)'.",
|
|
@@ -281,11 +321,6 @@
|
|
|
281
321
|
"comment": "",
|
|
282
322
|
"limit": 0
|
|
283
323
|
},
|
|
284
|
-
"gs.list.loading": {
|
|
285
|
-
"value": "Loading list…",
|
|
286
|
-
"comment": "Use '…' as one character, not 3 dots ('...').",
|
|
287
|
-
"limit": 0
|
|
288
|
-
},
|
|
289
324
|
"gs.list.clear": {
|
|
290
325
|
"value": "Clear",
|
|
291
326
|
"comment": "",
|
|
@@ -331,6 +366,26 @@
|
|
|
331
366
|
"comment": "",
|
|
332
367
|
"limit": 0
|
|
333
368
|
},
|
|
369
|
+
"gs.header.countdown.numberOfDaysLeft": {
|
|
370
|
+
"value": "{number} days left",
|
|
371
|
+
"comment": "",
|
|
372
|
+
"limit": 0
|
|
373
|
+
},
|
|
374
|
+
"gs.header.countdown.numberOfMonthsLeft": {
|
|
375
|
+
"value": "{number} months left",
|
|
376
|
+
"comment": "",
|
|
377
|
+
"limit": 0
|
|
378
|
+
},
|
|
379
|
+
"gs.header.countdown.oneMonthLeft": {
|
|
380
|
+
"value": "1 month left",
|
|
381
|
+
"comment": "",
|
|
382
|
+
"limit": 0
|
|
383
|
+
},
|
|
384
|
+
"gs.header.countdown.lastDay": {
|
|
385
|
+
"value": "This is your last day",
|
|
386
|
+
"comment": "",
|
|
387
|
+
"limit": 0
|
|
388
|
+
},
|
|
334
389
|
"measure.title.suffix.same_period_year_ago": {
|
|
335
390
|
"value": "SP year ago",
|
|
336
391
|
"comment": "",
|
|
@@ -461,16 +516,41 @@
|
|
|
461
516
|
"comment": "",
|
|
462
517
|
"limit": 0
|
|
463
518
|
},
|
|
464
|
-
"dateFilterDropdown.buttonTitle": {
|
|
465
|
-
"value": "Date range",
|
|
466
|
-
"comment": "",
|
|
467
|
-
"limit": 0
|
|
468
|
-
},
|
|
469
519
|
"dateFilterDropdown.setDefault": {
|
|
470
520
|
"value": "Set default date filter for{nbsp}viewers:",
|
|
471
521
|
"comment": "Do not translate non-breakable space '{nbsp}'",
|
|
472
522
|
"limit": 0
|
|
473
523
|
},
|
|
524
|
+
"filters.thisMinute.title": {
|
|
525
|
+
"value": "This minute",
|
|
526
|
+
"comment": "",
|
|
527
|
+
"limit": 0
|
|
528
|
+
},
|
|
529
|
+
"filters.lastMinute.title": {
|
|
530
|
+
"value": "Last minute",
|
|
531
|
+
"comment": "",
|
|
532
|
+
"limit": 0
|
|
533
|
+
},
|
|
534
|
+
"filters.nextMinute.title": {
|
|
535
|
+
"value": "Next minute",
|
|
536
|
+
"comment": "",
|
|
537
|
+
"limit": 0
|
|
538
|
+
},
|
|
539
|
+
"filters.thisHour.title": {
|
|
540
|
+
"value": "This hour",
|
|
541
|
+
"comment": "",
|
|
542
|
+
"limit": 0
|
|
543
|
+
},
|
|
544
|
+
"filters.lastHour.title": {
|
|
545
|
+
"value": "Last hour",
|
|
546
|
+
"comment": "",
|
|
547
|
+
"limit": 0
|
|
548
|
+
},
|
|
549
|
+
"filters.nextHour.title": {
|
|
550
|
+
"value": "Next hour",
|
|
551
|
+
"comment": "",
|
|
552
|
+
"limit": 0
|
|
553
|
+
},
|
|
474
554
|
"filters.thisDay.title": {
|
|
475
555
|
"value": "Today",
|
|
476
556
|
"comment": "",
|
|
@@ -546,6 +626,16 @@
|
|
|
546
626
|
"comment": "",
|
|
547
627
|
"limit": 0
|
|
548
628
|
},
|
|
629
|
+
"filters.lastNMinutes": {
|
|
630
|
+
"value": "{n, plural, one {Last # minute} other {Last # minutes}}",
|
|
631
|
+
"comment": "In '{n, plural, one {LAST # MINUTE} other {LAST # MINUTES}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
632
|
+
"limit": 0
|
|
633
|
+
},
|
|
634
|
+
"filters.lastNHours": {
|
|
635
|
+
"value": "{n, plural, one {Last # hour} other {Last # hours}}",
|
|
636
|
+
"comment": "In '{n, plural, one {LAST # HOUR} other {LAST # HOURS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
637
|
+
"limit": 0
|
|
638
|
+
},
|
|
549
639
|
"filters.lastNDays": {
|
|
550
640
|
"value": "{n, plural, one {Last # day} other {Last # days}}",
|
|
551
641
|
"comment": "In '{n, plural, one {LAST # DAY} other {LAST # DAYS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
@@ -571,6 +661,16 @@
|
|
|
571
661
|
"comment": "In '{n, plural, one {LAST # YEAR} other {LAST # YEARS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
572
662
|
"limit": 0
|
|
573
663
|
},
|
|
664
|
+
"filters.nextNMinutes": {
|
|
665
|
+
"value": "{n, plural, one {Next # minute} other {Next # minutes}}",
|
|
666
|
+
"comment": "In '{n, plural, one {NEXT # MINUTE} other {NEXT # MINUTES}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
667
|
+
"limit": 0
|
|
668
|
+
},
|
|
669
|
+
"filters.nextNHours": {
|
|
670
|
+
"value": "{n, plural, one {Next # hour} other {Next # hours}}",
|
|
671
|
+
"comment": "In '{n, plural, one {NEXT # HOUR} other {NEXT # HOURS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
672
|
+
"limit": 0
|
|
673
|
+
},
|
|
574
674
|
"filters.nextNDays": {
|
|
575
675
|
"value": "{n, plural, one {Next # day} other {Next # days}}",
|
|
576
676
|
"comment": "In '{n, plural, one {NEXT # DAY} other {NEXT # DAYS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
@@ -596,6 +696,56 @@
|
|
|
596
696
|
"comment": "In '{n, plural, one {NEXT # YEAR} other {NEXT # YEARS}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
597
697
|
"limit": 0
|
|
598
698
|
},
|
|
699
|
+
"filters.interval.minutes.past": {
|
|
700
|
+
"value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ago",
|
|
701
|
+
"comment": "Example: 'From 5 to 3 minutes ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
702
|
+
"limit": 0
|
|
703
|
+
},
|
|
704
|
+
"filters.interval.minutes.past.sameValue": {
|
|
705
|
+
"value": "{value} {value, plural, one {minute} other {minutes}} ago",
|
|
706
|
+
"comment": "Example: '5 minutes ago'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
707
|
+
"limit": 0
|
|
708
|
+
},
|
|
709
|
+
"filters.interval.minutes.future": {
|
|
710
|
+
"value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ahead",
|
|
711
|
+
"comment": "Example: 'From 3 to 5 minutes ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
712
|
+
"limit": 0
|
|
713
|
+
},
|
|
714
|
+
"filters.interval.minutes.future.sameValue": {
|
|
715
|
+
"value": "{value} {value, plural, one {minute} other {minutes}} ahead",
|
|
716
|
+
"comment": "Example: '5 minutes ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
717
|
+
"limit": 0
|
|
718
|
+
},
|
|
719
|
+
"filters.interval.minutes.mixed": {
|
|
720
|
+
"value": "From {from} {from, plural, one {minute} other {minutes}} ago to {to} {to, plural, one {minute} other {minutes}} ahead",
|
|
721
|
+
"comment": "Example: 'From 5 minutes ago to 3 minutes ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
722
|
+
"limit": 0
|
|
723
|
+
},
|
|
724
|
+
"filters.interval.hours.past": {
|
|
725
|
+
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
|
|
726
|
+
"comment": "Example: 'From 5 to 3 hours ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
727
|
+
"limit": 0
|
|
728
|
+
},
|
|
729
|
+
"filters.interval.hours.past.sameValue": {
|
|
730
|
+
"value": "{value} {value, plural, one {hour} other {hours}} ago",
|
|
731
|
+
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
732
|
+
"limit": 0
|
|
733
|
+
},
|
|
734
|
+
"filters.interval.hours.future": {
|
|
735
|
+
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
736
|
+
"comment": "Example: 'From 3 to 5 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
737
|
+
"limit": 0
|
|
738
|
+
},
|
|
739
|
+
"filters.interval.hours.future.sameValue": {
|
|
740
|
+
"value": "{value} {value, plural, one {hour} other {hours}} ahead",
|
|
741
|
+
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
742
|
+
"limit": 0
|
|
743
|
+
},
|
|
744
|
+
"filters.interval.hours.mixed": {
|
|
745
|
+
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
746
|
+
"comment": "Example: 'From 5 hours ago to 3 hours ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
747
|
+
"limit": 0
|
|
748
|
+
},
|
|
599
749
|
"filters.interval.days.past": {
|
|
600
750
|
"value": "From {from} to {to} {to, plural, one {day} other {days}} ago",
|
|
601
751
|
"comment": "Example: 'From 5 to 3 days ago'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {DAY} other {DAYS}}' translate only uppercase words.",
|
|
@@ -721,6 +871,16 @@
|
|
|
721
871
|
"comment": "Example: 'From 5 years ago to 3 years ahead'. Don't translate placeholders '{from}', '{to}'. In '{to, plural, one {YEAR} other {YEARS}}' translate only uppercase words.",
|
|
722
872
|
"limit": 0
|
|
723
873
|
},
|
|
874
|
+
"filters.granularity.minutes": {
|
|
875
|
+
"value": "Minutes",
|
|
876
|
+
"comment": "",
|
|
877
|
+
"limit": 0
|
|
878
|
+
},
|
|
879
|
+
"filters.granularity.hours": {
|
|
880
|
+
"value": "Hours",
|
|
881
|
+
"comment": "",
|
|
882
|
+
"limit": 0
|
|
883
|
+
},
|
|
724
884
|
"filters.granularity.days": {
|
|
725
885
|
"value": "Days",
|
|
726
886
|
"comment": "",
|
|
@@ -757,7 +917,7 @@
|
|
|
757
917
|
"limit": 0
|
|
758
918
|
},
|
|
759
919
|
"filters.floatingRange": {
|
|
760
|
-
"value": "
|
|
920
|
+
"value": "Relative period",
|
|
761
921
|
"comment": "",
|
|
762
922
|
"limit": 0
|
|
763
923
|
},
|
|
@@ -776,6 +936,36 @@
|
|
|
776
936
|
"comment": "This string should be as short as possible to fit in the container. Don't translate placeholder '{limit}'.",
|
|
777
937
|
"limit": 32
|
|
778
938
|
},
|
|
939
|
+
"filters.floatingRange.option.minute.offset.history": {
|
|
940
|
+
"value": "{n, plural, one {last minute} other {# minutes ago}}",
|
|
941
|
+
"comment": "In '{n, plural, one {LAST MINUTE} other {# MINUTES AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
942
|
+
"limit": 0
|
|
943
|
+
},
|
|
944
|
+
"filters.floatingRange.option.minute.offset.today": {
|
|
945
|
+
"value": "this minute",
|
|
946
|
+
"comment": "",
|
|
947
|
+
"limit": 0
|
|
948
|
+
},
|
|
949
|
+
"filters.floatingRange.option.minute.offset.future": {
|
|
950
|
+
"value": "{n, plural, one {next minute} other {# minutes ahead}}",
|
|
951
|
+
"comment": "In '{n, plural, one {NEXT MINUTE} other {# MINUTES AHEAD}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
952
|
+
"limit": 0
|
|
953
|
+
},
|
|
954
|
+
"filters.floatingRange.option.hour.offset.history": {
|
|
955
|
+
"value": "{n, plural, one {last hour} other {# hours ago}}",
|
|
956
|
+
"comment": "In '{n, plural, one {LAST HOUR} other {# HOURS AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
957
|
+
"limit": 0
|
|
958
|
+
},
|
|
959
|
+
"filters.floatingRange.option.hour.offset.today": {
|
|
960
|
+
"value": "this hour",
|
|
961
|
+
"comment": "",
|
|
962
|
+
"limit": 0
|
|
963
|
+
},
|
|
964
|
+
"filters.floatingRange.option.hour.offset.future": {
|
|
965
|
+
"value": "{n, plural, one {next hour} other {# hours ahead}}",
|
|
966
|
+
"comment": "In '{n, plural, one {NEXT HOUR} other {# HOURS AHEAD}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
967
|
+
"limit": 0
|
|
968
|
+
},
|
|
779
969
|
"filters.floatingRange.option.day.offset.history": {
|
|
780
970
|
"value": "{n, plural, one {yesterday} other {# days ago}}",
|
|
781
971
|
"comment": "In '{n, plural, one {YESTERDAY} other {# DAYS AGO}}' translate only uppercase words. Do not translate the numeric placeholder '#'. Add missing plural forms if your language has any: ask if you need any help.",
|
|
@@ -861,6 +1051,26 @@
|
|
|
861
1051
|
"comment": "",
|
|
862
1052
|
"limit": 0
|
|
863
1053
|
},
|
|
1054
|
+
"filters.minute.title": {
|
|
1055
|
+
"value": "MINUTE",
|
|
1056
|
+
"comment": "",
|
|
1057
|
+
"limit": 0
|
|
1058
|
+
},
|
|
1059
|
+
"filters.minute.excludeCurrentPeriod": {
|
|
1060
|
+
"value": "Exclude this minute",
|
|
1061
|
+
"comment": "",
|
|
1062
|
+
"limit": 0
|
|
1063
|
+
},
|
|
1064
|
+
"filters.hour.title": {
|
|
1065
|
+
"value": "HOUR",
|
|
1066
|
+
"comment": "",
|
|
1067
|
+
"limit": 0
|
|
1068
|
+
},
|
|
1069
|
+
"filters.hour.excludeCurrentPeriod": {
|
|
1070
|
+
"value": "Exclude this hour",
|
|
1071
|
+
"comment": "",
|
|
1072
|
+
"limit": 0
|
|
1073
|
+
},
|
|
864
1074
|
"filters.day.title": {
|
|
865
1075
|
"value": "DAY",
|
|
866
1076
|
"comment": "",
|
|
@@ -926,6 +1136,11 @@
|
|
|
926
1136
|
"comment": "Placeholder '{format}' is used for showing date format. Example 'The date must be in the MM/dd/yyyy format'. Don't translate placeholder '{format}'.",
|
|
927
1137
|
"limit": 0
|
|
928
1138
|
},
|
|
1139
|
+
"filters.staticPeriod.endDateBeforeStartDate": {
|
|
1140
|
+
"value": "End time must be later than start time",
|
|
1141
|
+
"comment": "This error is displayed once there is a datetime range and End time is before To time",
|
|
1142
|
+
"limit": 0
|
|
1143
|
+
},
|
|
929
1144
|
"mvf.operator.all": {
|
|
930
1145
|
"value": "all",
|
|
931
1146
|
"comment": "Covers all the operators like 'Greater than', 'Less than', etc.",
|
|
@@ -1036,6 +1251,11 @@
|
|
|
1036
1251
|
"comment": "Header of a preview section",
|
|
1037
1252
|
"limit": 0
|
|
1038
1253
|
},
|
|
1254
|
+
"properties.legend.title": {
|
|
1255
|
+
"value": "Legend",
|
|
1256
|
+
"comment": "",
|
|
1257
|
+
"limit": 0
|
|
1258
|
+
},
|
|
1039
1259
|
"attrf.all": {
|
|
1040
1260
|
"value": "All",
|
|
1041
1261
|
"comment": "",
|
|
@@ -1254,11 +1474,17 @@
|
|
|
1254
1474
|
"comment": "Text of the tooltip shown above button that removes user or group from unsaved selection of newly added grantees that will gain access right to the dashboard after changes in share dialog are saved.",
|
|
1255
1475
|
"limit": 0
|
|
1256
1476
|
},
|
|
1257
|
-
"sorting.dropdown.header": {
|
|
1477
|
+
"sorting.dropdown.header|insight": {
|
|
1258
1478
|
"value": "Sort insight",
|
|
1259
1479
|
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
|
1260
1480
|
"limit": 0
|
|
1261
1481
|
},
|
|
1482
|
+
"sorting.dropdown.header|report": {
|
|
1483
|
+
"value": "Sort report",
|
|
1484
|
+
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
|
1485
|
+
"limit": 0,
|
|
1486
|
+
"translate": false
|
|
1487
|
+
},
|
|
1262
1488
|
"sorting.type.alphabetical.asc": {
|
|
1263
1489
|
"value": "A to Z",
|
|
1264
1490
|
"comment": "Title of sort option when insight is sorted alphabetically and in ascending order.",
|
|
@@ -1299,19 +1525,149 @@
|
|
|
1299
1525
|
"comment": "Text that will appear before the measures from which attribute will be sorted.",
|
|
1300
1526
|
"limit": 0
|
|
1301
1527
|
},
|
|
1302
|
-
"sorting.sum.of.all.measure
|
|
1303
|
-
"value": "
|
|
1528
|
+
"sorting.sum.of.all.measure": {
|
|
1529
|
+
"value": "Total",
|
|
1304
1530
|
"comment": "Title of sort option when is sorted by sum of all measures.",
|
|
1305
1531
|
"limit": 0
|
|
1306
1532
|
},
|
|
1307
|
-
"sorting.sum.of.all.measure._metric": {
|
|
1308
|
-
"value": "Sum of all metrics (total)",
|
|
1309
|
-
"comment": "Title of sort option when is sorted by sum of all metrics.",
|
|
1310
|
-
"limit": 0
|
|
1311
|
-
},
|
|
1312
1533
|
"sorting.default.tooltip": {
|
|
1313
1534
|
"value": "Use the order defined in the attribute.",
|
|
1314
1535
|
"comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
|
|
1315
1536
|
"limit": 0
|
|
1537
|
+
},
|
|
1538
|
+
"attributeFilterDropdown.emptyValue": {
|
|
1539
|
+
"value": "empty value",
|
|
1540
|
+
"comment": "",
|
|
1541
|
+
"limit": 0
|
|
1542
|
+
},
|
|
1543
|
+
"embedInsightDialog.actions.close": {
|
|
1544
|
+
"value": "Close",
|
|
1545
|
+
"comment": "",
|
|
1546
|
+
"limit": 0
|
|
1547
|
+
},
|
|
1548
|
+
"embedInsightDialog.actions.copyCode": {
|
|
1549
|
+
"value": "Copy code",
|
|
1550
|
+
"comment": "Label of confirm button, copy code to clipboard.",
|
|
1551
|
+
"limit": 0
|
|
1552
|
+
},
|
|
1553
|
+
"embedInsightDialog.code.language.codeAs": {
|
|
1554
|
+
"value": "Code as",
|
|
1555
|
+
"comment": "Selector that define language of generated code Typescript or Javascript",
|
|
1556
|
+
"limit": 0
|
|
1557
|
+
},
|
|
1558
|
+
"embedInsightDialog.code.options": {
|
|
1559
|
+
"value": "Other options",
|
|
1560
|
+
"comment": "Options of generated code. Include component specific item, define height etc.",
|
|
1561
|
+
"limit": 0
|
|
1562
|
+
},
|
|
1563
|
+
"embedInsightDialog.code.options.include.config": {
|
|
1564
|
+
"value": "Include configuration",
|
|
1565
|
+
"comment": "Option that generated code will have custom Insight configuration like color, axes, legend etc.",
|
|
1566
|
+
"limit": 0
|
|
1567
|
+
},
|
|
1568
|
+
"embedInsightDialog.code.options.include.config.info|insight": {
|
|
1569
|
+
"value": "Include the insight configuration of colors, axes, legend, and canvas if available.",
|
|
1570
|
+
"comment": "Tool tip that explain Include configuration",
|
|
1571
|
+
"limit": 0
|
|
1572
|
+
},
|
|
1573
|
+
"embedInsightDialog.code.options.include.config.info|report": {
|
|
1574
|
+
"value": "Include the report configuration of colors, axes, legend, and canvas if available.",
|
|
1575
|
+
"comment": "Tool tip that explain Include configuration",
|
|
1576
|
+
"limit": 0,
|
|
1577
|
+
"translate": false
|
|
1578
|
+
},
|
|
1579
|
+
"embedInsightDialog.code.options.custom.height": {
|
|
1580
|
+
"value": "Custom height",
|
|
1581
|
+
"comment": "",
|
|
1582
|
+
"limit": 0
|
|
1583
|
+
},
|
|
1584
|
+
"embedInsightDialog.code.options.display.title": {
|
|
1585
|
+
"value": "Display title",
|
|
1586
|
+
"comment": "",
|
|
1587
|
+
"limit": 0
|
|
1588
|
+
},
|
|
1589
|
+
"embedInsightDialog.headLine.byReference|insight": {
|
|
1590
|
+
"value": "Embed as a live insight",
|
|
1591
|
+
"comment": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1592
|
+
"limit": 0
|
|
1593
|
+
},
|
|
1594
|
+
"embedInsightDialog.headLine.byReference|report": {
|
|
1595
|
+
"value": "Embed as a live report",
|
|
1596
|
+
"comment": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1597
|
+
"limit": 0,
|
|
1598
|
+
"translate": false
|
|
1599
|
+
},
|
|
1600
|
+
"embedInsightDialog.headLine.byDefinition|insight": {
|
|
1601
|
+
"value": "Embed as a permanent insight",
|
|
1602
|
+
"comment": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1603
|
+
"limit": 0
|
|
1604
|
+
},
|
|
1605
|
+
"embedInsightDialog.headLine.byDefinition|report": {
|
|
1606
|
+
"value": "Embed as a permanent report",
|
|
1607
|
+
"comment": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1608
|
+
"limit": 0,
|
|
1609
|
+
"translate": false
|
|
1610
|
+
},
|
|
1611
|
+
"embedInsightDialog.headLine.byReference.tooltip|insight": {
|
|
1612
|
+
"value": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1613
|
+
"comment": "Tooltip that explain what Embed as a live insight means",
|
|
1614
|
+
"limit": 0
|
|
1615
|
+
},
|
|
1616
|
+
"embedInsightDialog.headLine.byReference.tooltip|report": {
|
|
1617
|
+
"value": "Embed as a reference to a saved report in a generic GD.UI react component. Any future changes to the report (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1618
|
+
"comment": "Tooltip that explain what Embed as a live insight means",
|
|
1619
|
+
"limit": 0,
|
|
1620
|
+
"translate": false
|
|
1621
|
+
},
|
|
1622
|
+
"embedInsightDialog.headLine.byDefinition.tooltip|insight": {
|
|
1623
|
+
"value": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1624
|
+
"comment": "Tooltip that explain what Embed as a a permanent report",
|
|
1625
|
+
"limit": 0
|
|
1626
|
+
},
|
|
1627
|
+
"embedInsightDialog.headLine.byDefinition.tooltip|report": {
|
|
1628
|
+
"value": "Embed as an report definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the report (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1629
|
+
"comment": "Tooltip that explain what Embed as a a permanent report",
|
|
1630
|
+
"limit": 0,
|
|
1631
|
+
"translate": false
|
|
1632
|
+
},
|
|
1633
|
+
"embedInsightDialog.prepareEnvironmentMessage": {
|
|
1634
|
+
"value": "<b>Note.</b> In order for this snippet to work, prepare your environment.",
|
|
1635
|
+
"comment": "Do not translate html tags <b>, </b>",
|
|
1636
|
+
"limit": 0
|
|
1637
|
+
},
|
|
1638
|
+
"embedInsightDialog.prepareEnvironmentMessage.link": {
|
|
1639
|
+
"value": "Learn more",
|
|
1640
|
+
"comment": "Link with additional info",
|
|
1641
|
+
"limit": 0
|
|
1642
|
+
},
|
|
1643
|
+
"embed.dialog.numeric.input.validation": {
|
|
1644
|
+
"value": "The value must be a number greater than 0",
|
|
1645
|
+
"comment": "Validation of custom embedded dashboard height",
|
|
1646
|
+
"limit": 0
|
|
1647
|
+
},
|
|
1648
|
+
"embed.dialog.numeric.input.warning": {
|
|
1649
|
+
"value": "This input accepts only digits greater than 0",
|
|
1650
|
+
"comment": "Validation of custom embedded dashboard height",
|
|
1651
|
+
"limit": 0
|
|
1652
|
+
},
|
|
1653
|
+
"embedInsightDialog.complete.list.props.message": {
|
|
1654
|
+
"value": "Complete list of embedding properties",
|
|
1655
|
+
"comment": "Link to documentation of used component and all component properties",
|
|
1656
|
+
"limit": 0
|
|
1657
|
+
},
|
|
1658
|
+
"error.overlay.login": {
|
|
1659
|
+
"value": "Login",
|
|
1660
|
+
"comment": "",
|
|
1661
|
+
"limit": 0
|
|
1662
|
+
},
|
|
1663
|
+
"error.overlay.title": {
|
|
1664
|
+
"value": "You have been logged out",
|
|
1665
|
+
"comment": "",
|
|
1666
|
+
"limit": 0
|
|
1667
|
+
},
|
|
1668
|
+
"error.overlay.text": {
|
|
1669
|
+
"value": "Please log back in to continue your work.",
|
|
1670
|
+
"comment": "",
|
|
1671
|
+
"limit": 0
|
|
1316
1672
|
}
|
|
1317
1673
|
}
|