@gooddata/sdk-ui 8.10.0-alpha.9 → 8.10.0-alpha.90
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 +4 -2
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +9 -1
- package/dist/base/index.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/bundles/de-DE.json +41 -3
- package/dist/base/localization/bundles/en-US.json +317 -11
- package/dist/base/localization/bundles/es-ES.json +50 -12
- package/dist/base/localization/bundles/fr-FR.json +40 -2
- package/dist/base/localization/bundles/ja-JP.json +40 -2
- package/dist/base/localization/bundles/nl-NL.json +40 -2
- package/dist/base/localization/bundles/pt-BR.json +40 -2
- package/dist/base/localization/bundles/pt-PT.json +40 -2
- package/dist/base/localization/bundles/ru-RU.json +40 -2
- package/dist/base/localization/bundles/zh-Hans.json +41 -3
- 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/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 +1 -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.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/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 +573 -215
- 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 +4 -2
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +6 -1
- package/esm/base/index.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/bundles/de-DE.json +41 -3
- package/esm/base/localization/bundles/en-US.json +317 -11
- package/esm/base/localization/bundles/es-ES.json +50 -12
- package/esm/base/localization/bundles/fr-FR.json +40 -2
- package/esm/base/localization/bundles/ja-JP.json +40 -2
- package/esm/base/localization/bundles/nl-NL.json +40 -2
- package/esm/base/localization/bundles/pt-BR.json +40 -2
- package/esm/base/localization/bundles/pt-PT.json +40 -2
- package/esm/base/localization/bundles/ru-RU.json +40 -2
- package/esm/base/localization/bundles/zh-Hans.json +41 -3
- 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/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 +1 -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.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/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 +10 -10
|
@@ -471,6 +471,36 @@
|
|
|
471
471
|
"comment": "Do not translate non-breakable space '{nbsp}'",
|
|
472
472
|
"limit": 0
|
|
473
473
|
},
|
|
474
|
+
"filters.thisMinute.title": {
|
|
475
|
+
"value": "This minute",
|
|
476
|
+
"comment": "",
|
|
477
|
+
"limit": 0
|
|
478
|
+
},
|
|
479
|
+
"filters.lastMinute.title": {
|
|
480
|
+
"value": "Last minute",
|
|
481
|
+
"comment": "",
|
|
482
|
+
"limit": 0
|
|
483
|
+
},
|
|
484
|
+
"filters.nextMinute.title": {
|
|
485
|
+
"value": "Next minute",
|
|
486
|
+
"comment": "",
|
|
487
|
+
"limit": 0
|
|
488
|
+
},
|
|
489
|
+
"filters.thisHour.title": {
|
|
490
|
+
"value": "This hour",
|
|
491
|
+
"comment": "",
|
|
492
|
+
"limit": 0
|
|
493
|
+
},
|
|
494
|
+
"filters.lastHour.title": {
|
|
495
|
+
"value": "Last hour",
|
|
496
|
+
"comment": "",
|
|
497
|
+
"limit": 0
|
|
498
|
+
},
|
|
499
|
+
"filters.nextHour.title": {
|
|
500
|
+
"value": "Next hour",
|
|
501
|
+
"comment": "",
|
|
502
|
+
"limit": 0
|
|
503
|
+
},
|
|
474
504
|
"filters.thisDay.title": {
|
|
475
505
|
"value": "Today",
|
|
476
506
|
"comment": "",
|
|
@@ -546,6 +576,16 @@
|
|
|
546
576
|
"comment": "",
|
|
547
577
|
"limit": 0
|
|
548
578
|
},
|
|
579
|
+
"filters.lastNMinutes": {
|
|
580
|
+
"value": "{n, plural, one {Last # minute} other {Last # minutes}}",
|
|
581
|
+
"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.",
|
|
582
|
+
"limit": 0
|
|
583
|
+
},
|
|
584
|
+
"filters.lastNHours": {
|
|
585
|
+
"value": "{n, plural, one {Last # hour} other {Last # hours}}",
|
|
586
|
+
"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.",
|
|
587
|
+
"limit": 0
|
|
588
|
+
},
|
|
549
589
|
"filters.lastNDays": {
|
|
550
590
|
"value": "{n, plural, one {Last # day} other {Last # days}}",
|
|
551
591
|
"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 +611,16 @@
|
|
|
571
611
|
"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
612
|
"limit": 0
|
|
573
613
|
},
|
|
614
|
+
"filters.nextNMinutes": {
|
|
615
|
+
"value": "{n, plural, one {Next # minute} other {Next # minutes}}",
|
|
616
|
+
"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.",
|
|
617
|
+
"limit": 0
|
|
618
|
+
},
|
|
619
|
+
"filters.nextNHours": {
|
|
620
|
+
"value": "{n, plural, one {Next # hour} other {Next # hours}}",
|
|
621
|
+
"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.",
|
|
622
|
+
"limit": 0
|
|
623
|
+
},
|
|
574
624
|
"filters.nextNDays": {
|
|
575
625
|
"value": "{n, plural, one {Next # day} other {Next # days}}",
|
|
576
626
|
"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 +646,56 @@
|
|
|
596
646
|
"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
647
|
"limit": 0
|
|
598
648
|
},
|
|
649
|
+
"filters.interval.minutes.past": {
|
|
650
|
+
"value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ago",
|
|
651
|
+
"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.",
|
|
652
|
+
"limit": 0
|
|
653
|
+
},
|
|
654
|
+
"filters.interval.minutes.past.sameValue": {
|
|
655
|
+
"value": "{value} {value, plural, one {minute} other {minutes}} ago",
|
|
656
|
+
"comment": "Example: '5 minutes ago'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
657
|
+
"limit": 0
|
|
658
|
+
},
|
|
659
|
+
"filters.interval.minutes.future": {
|
|
660
|
+
"value": "From {from} to {to} {to, plural, one {minute} other {minutes}} ahead",
|
|
661
|
+
"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.",
|
|
662
|
+
"limit": 0
|
|
663
|
+
},
|
|
664
|
+
"filters.interval.minutes.future.sameValue": {
|
|
665
|
+
"value": "{value} {value, plural, one {minute} other {minutes}} ahead",
|
|
666
|
+
"comment": "Example: '5 minutes ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {MINUTE} other {MINUTES}}' translate only uppercase words.",
|
|
667
|
+
"limit": 0
|
|
668
|
+
},
|
|
669
|
+
"filters.interval.minutes.mixed": {
|
|
670
|
+
"value": "From {from} {from, plural, one {minute} other {minutes}} ago to {to} {to, plural, one {minute} other {minutes}} ahead",
|
|
671
|
+
"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.",
|
|
672
|
+
"limit": 0
|
|
673
|
+
},
|
|
674
|
+
"filters.interval.hours.past": {
|
|
675
|
+
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ago",
|
|
676
|
+
"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.",
|
|
677
|
+
"limit": 0
|
|
678
|
+
},
|
|
679
|
+
"filters.interval.hours.past.sameValue": {
|
|
680
|
+
"value": "{value} {value, plural, one {hour} other {hours}} ago",
|
|
681
|
+
"comment": "Example: '5 hours ago'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
682
|
+
"limit": 0
|
|
683
|
+
},
|
|
684
|
+
"filters.interval.hours.future": {
|
|
685
|
+
"value": "From {from} to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
686
|
+
"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.",
|
|
687
|
+
"limit": 0
|
|
688
|
+
},
|
|
689
|
+
"filters.interval.hours.future.sameValue": {
|
|
690
|
+
"value": "{value} {value, plural, one {hour} other {hours}} ahead",
|
|
691
|
+
"comment": "Example: '5 hours ahead'. Don't translate placeholder '{value}'. In '{value, plural, one {HOUR} other {HOURS}}' translate only uppercase words.",
|
|
692
|
+
"limit": 0
|
|
693
|
+
},
|
|
694
|
+
"filters.interval.hours.mixed": {
|
|
695
|
+
"value": "From {from} {from, plural, one {hour} other {hours}} ago to {to} {to, plural, one {hour} other {hours}} ahead",
|
|
696
|
+
"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.",
|
|
697
|
+
"limit": 0
|
|
698
|
+
},
|
|
599
699
|
"filters.interval.days.past": {
|
|
600
700
|
"value": "From {from} to {to} {to, plural, one {day} other {days}} ago",
|
|
601
701
|
"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 +821,16 @@
|
|
|
721
821
|
"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
822
|
"limit": 0
|
|
723
823
|
},
|
|
824
|
+
"filters.granularity.minutes": {
|
|
825
|
+
"value": "Minutes",
|
|
826
|
+
"comment": "",
|
|
827
|
+
"limit": 0
|
|
828
|
+
},
|
|
829
|
+
"filters.granularity.hours": {
|
|
830
|
+
"value": "Hours",
|
|
831
|
+
"comment": "",
|
|
832
|
+
"limit": 0
|
|
833
|
+
},
|
|
724
834
|
"filters.granularity.days": {
|
|
725
835
|
"value": "Days",
|
|
726
836
|
"comment": "",
|
|
@@ -756,8 +866,13 @@
|
|
|
756
866
|
"comment": "Displayed as placeholder in static period inputs where user enters date",
|
|
757
867
|
"limit": 0
|
|
758
868
|
},
|
|
869
|
+
"filters.setTime": {
|
|
870
|
+
"value": "set time",
|
|
871
|
+
"comment": "Displayed as label of checkbox that opens panel where user can specify time to a date",
|
|
872
|
+
"limit": 0
|
|
873
|
+
},
|
|
759
874
|
"filters.floatingRange": {
|
|
760
|
-
"value": "
|
|
875
|
+
"value": "Relative period",
|
|
761
876
|
"comment": "",
|
|
762
877
|
"limit": 0
|
|
763
878
|
},
|
|
@@ -776,6 +891,36 @@
|
|
|
776
891
|
"comment": "This string should be as short as possible to fit in the container. Don't translate placeholder '{limit}'.",
|
|
777
892
|
"limit": 32
|
|
778
893
|
},
|
|
894
|
+
"filters.floatingRange.option.minute.offset.history": {
|
|
895
|
+
"value": "{n, plural, one {last minute} other {# minutes ago}}",
|
|
896
|
+
"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.",
|
|
897
|
+
"limit": 0
|
|
898
|
+
},
|
|
899
|
+
"filters.floatingRange.option.minute.offset.today": {
|
|
900
|
+
"value": "this minute",
|
|
901
|
+
"comment": "",
|
|
902
|
+
"limit": 0
|
|
903
|
+
},
|
|
904
|
+
"filters.floatingRange.option.minute.offset.future": {
|
|
905
|
+
"value": "{n, plural, one {next minute} other {# minutes ahead}}",
|
|
906
|
+
"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.",
|
|
907
|
+
"limit": 0
|
|
908
|
+
},
|
|
909
|
+
"filters.floatingRange.option.hour.offset.history": {
|
|
910
|
+
"value": "{n, plural, one {last hour} other {# hours ago}}",
|
|
911
|
+
"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.",
|
|
912
|
+
"limit": 0
|
|
913
|
+
},
|
|
914
|
+
"filters.floatingRange.option.hour.offset.today": {
|
|
915
|
+
"value": "this hour",
|
|
916
|
+
"comment": "",
|
|
917
|
+
"limit": 0
|
|
918
|
+
},
|
|
919
|
+
"filters.floatingRange.option.hour.offset.future": {
|
|
920
|
+
"value": "{n, plural, one {next hour} other {# hours ahead}}",
|
|
921
|
+
"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.",
|
|
922
|
+
"limit": 0
|
|
923
|
+
},
|
|
779
924
|
"filters.floatingRange.option.day.offset.history": {
|
|
780
925
|
"value": "{n, plural, one {yesterday} other {# days ago}}",
|
|
781
926
|
"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 +1006,26 @@
|
|
|
861
1006
|
"comment": "",
|
|
862
1007
|
"limit": 0
|
|
863
1008
|
},
|
|
1009
|
+
"filters.minute.title": {
|
|
1010
|
+
"value": "MINUTE",
|
|
1011
|
+
"comment": "",
|
|
1012
|
+
"limit": 0
|
|
1013
|
+
},
|
|
1014
|
+
"filters.minute.excludeCurrentPeriod": {
|
|
1015
|
+
"value": "Exclude this minute",
|
|
1016
|
+
"comment": "",
|
|
1017
|
+
"limit": 0
|
|
1018
|
+
},
|
|
1019
|
+
"filters.hour.title": {
|
|
1020
|
+
"value": "HOUR",
|
|
1021
|
+
"comment": "",
|
|
1022
|
+
"limit": 0
|
|
1023
|
+
},
|
|
1024
|
+
"filters.hour.excludeCurrentPeriod": {
|
|
1025
|
+
"value": "Exclude this hour",
|
|
1026
|
+
"comment": "",
|
|
1027
|
+
"limit": 0
|
|
1028
|
+
},
|
|
864
1029
|
"filters.day.title": {
|
|
865
1030
|
"value": "DAY",
|
|
866
1031
|
"comment": "",
|
|
@@ -1254,29 +1419,50 @@
|
|
|
1254
1419
|
"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
1420
|
"limit": 0
|
|
1256
1421
|
},
|
|
1257
|
-
"sorting.dropdown.header": {
|
|
1422
|
+
"sorting.dropdown.header|insight": {
|
|
1258
1423
|
"value": "Sort insight",
|
|
1259
1424
|
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
|
1260
1425
|
"limit": 0
|
|
1261
1426
|
},
|
|
1427
|
+
"sorting.dropdown.header|report": {
|
|
1428
|
+
"value": "Sort report",
|
|
1429
|
+
"comment": "The title of sorting dropdown where you can choose which sort options you want to use. For example sort by attribute A1.",
|
|
1430
|
+
"limit": 0,
|
|
1431
|
+
"translate": false
|
|
1432
|
+
},
|
|
1262
1433
|
"sorting.type.alphabetical.asc": {
|
|
1263
1434
|
"value": "A to Z",
|
|
1264
|
-
"comment": "Title of sort option when is sorted alphabetically and in ascending order.",
|
|
1435
|
+
"comment": "Title of sort option when insight is sorted alphabetically and in ascending order.",
|
|
1265
1436
|
"limit": 0
|
|
1266
1437
|
},
|
|
1267
1438
|
"sorting.type.alphabetical.desc": {
|
|
1268
1439
|
"value": "Z to A",
|
|
1269
|
-
"comment": "Title of sort option when is sorted alphabetically and in
|
|
1440
|
+
"comment": "Title of sort option when insight is sorted alphabetically and in descending order.",
|
|
1441
|
+
"limit": 0
|
|
1442
|
+
},
|
|
1443
|
+
"sorting.type.date.asc": {
|
|
1444
|
+
"value": "Oldest to newest",
|
|
1445
|
+
"comment": "Title of sort option when insight is sorted by date and in ascending order.",
|
|
1446
|
+
"limit": 0
|
|
1447
|
+
},
|
|
1448
|
+
"sorting.type.date.desc": {
|
|
1449
|
+
"value": "Newest to oldest",
|
|
1450
|
+
"comment": "Title of sort option when insight is sorted by date and in descending order.",
|
|
1451
|
+
"limit": 0
|
|
1452
|
+
},
|
|
1453
|
+
"sorting.type.default": {
|
|
1454
|
+
"value": "Default",
|
|
1455
|
+
"comment": "Title of sort option when insight is sorted by default order.",
|
|
1270
1456
|
"limit": 0
|
|
1271
1457
|
},
|
|
1272
1458
|
"sorting.type.numerical.asc": {
|
|
1273
1459
|
"value": "Smallest to largest",
|
|
1274
|
-
"comment": "Title of sort option when is sorted numerically and in ascending order.",
|
|
1460
|
+
"comment": "Title of sort option when insight is sorted numerically and in ascending order.",
|
|
1275
1461
|
"limit": 0
|
|
1276
1462
|
},
|
|
1277
1463
|
"sorting.type.numerical.desc": {
|
|
1278
1464
|
"value": "Largest to smallest",
|
|
1279
|
-
"comment": "Title of sort option when is sorted numerically and in descending order.",
|
|
1465
|
+
"comment": "Title of sort option when insight is sorted numerically and in descending order.",
|
|
1280
1466
|
"limit": 0
|
|
1281
1467
|
},
|
|
1282
1468
|
"sorting.by": {
|
|
@@ -1284,14 +1470,134 @@
|
|
|
1284
1470
|
"comment": "Text that will appear before the measures from which attribute will be sorted.",
|
|
1285
1471
|
"limit": 0
|
|
1286
1472
|
},
|
|
1287
|
-
"sorting.sum.of.all.measure
|
|
1288
|
-
"value": "
|
|
1473
|
+
"sorting.sum.of.all.measure": {
|
|
1474
|
+
"value": "Total",
|
|
1289
1475
|
"comment": "Title of sort option when is sorted by sum of all measures.",
|
|
1290
1476
|
"limit": 0
|
|
1291
1477
|
},
|
|
1292
|
-
"sorting.
|
|
1293
|
-
"value": "
|
|
1294
|
-
"comment": "
|
|
1478
|
+
"sorting.default.tooltip": {
|
|
1479
|
+
"value": "Use the order defined in the attribute.",
|
|
1480
|
+
"comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
|
|
1481
|
+
"limit": 0
|
|
1482
|
+
},
|
|
1483
|
+
"attributeFilterDropdown.emptyValue": {
|
|
1484
|
+
"value": "empty value",
|
|
1485
|
+
"comment": "",
|
|
1486
|
+
"limit": 0
|
|
1487
|
+
},
|
|
1488
|
+
"embedInsightDialog.actions.close": {
|
|
1489
|
+
"value": "Close",
|
|
1490
|
+
"comment": "",
|
|
1491
|
+
"limit": 0
|
|
1492
|
+
},
|
|
1493
|
+
"embedInsightDialog.actions.copyCode": {
|
|
1494
|
+
"value": "Copy code",
|
|
1495
|
+
"comment": "",
|
|
1496
|
+
"limit": 0
|
|
1497
|
+
},
|
|
1498
|
+
"embedInsightDialog.code.language.codeAs": {
|
|
1499
|
+
"value": "Code as",
|
|
1500
|
+
"comment": "",
|
|
1501
|
+
"limit": 0
|
|
1502
|
+
},
|
|
1503
|
+
"embedInsightDialog.code.options": {
|
|
1504
|
+
"value": "Other options",
|
|
1505
|
+
"comment": "",
|
|
1506
|
+
"limit": 0
|
|
1507
|
+
},
|
|
1508
|
+
"embedInsightDialog.code.options.include.config": {
|
|
1509
|
+
"value": "Include configuration",
|
|
1510
|
+
"comment": "",
|
|
1511
|
+
"limit": 0
|
|
1512
|
+
},
|
|
1513
|
+
"embedInsightDialog.code.options.include.config.info|insight": {
|
|
1514
|
+
"value": "Include the insight configuration of colors, axes, legend, and canvas if available.",
|
|
1515
|
+
"comment": "",
|
|
1516
|
+
"limit": 0
|
|
1517
|
+
},
|
|
1518
|
+
"embedInsightDialog.code.options.include.config.info|report": {
|
|
1519
|
+
"value": "Include the report configuration of colors, axes, legend, and canvas if available.",
|
|
1520
|
+
"comment": "",
|
|
1521
|
+
"limit": 0,
|
|
1522
|
+
"translate": false
|
|
1523
|
+
},
|
|
1524
|
+
"embedInsightDialog.code.options.custom.height": {
|
|
1525
|
+
"value": "Custom height",
|
|
1526
|
+
"comment": "",
|
|
1527
|
+
"limit": 0
|
|
1528
|
+
},
|
|
1529
|
+
"embedInsightDialog.code.options.display.title": {
|
|
1530
|
+
"value": "Display title",
|
|
1531
|
+
"comment": "",
|
|
1532
|
+
"limit": 0
|
|
1533
|
+
},
|
|
1534
|
+
"embedInsightDialog.headLine.byReference|insight": {
|
|
1535
|
+
"value": "Embed insight by reference",
|
|
1536
|
+
"comment": "",
|
|
1537
|
+
"limit": 0
|
|
1538
|
+
},
|
|
1539
|
+
"embedInsightDialog.headLine.byReference|report": {
|
|
1540
|
+
"value": "Embed report by reference",
|
|
1541
|
+
"comment": "",
|
|
1542
|
+
"limit": 0,
|
|
1543
|
+
"translate": false
|
|
1544
|
+
},
|
|
1545
|
+
"embedInsightDialog.headLine.byDefinition|insight": {
|
|
1546
|
+
"value": "Embed insight as a copy of its definition",
|
|
1547
|
+
"comment": "",
|
|
1548
|
+
"limit": 0
|
|
1549
|
+
},
|
|
1550
|
+
"embedInsightDialog.headLine.byDefinition|report": {
|
|
1551
|
+
"value": "Embed report as a copy of its definition",
|
|
1552
|
+
"comment": "",
|
|
1553
|
+
"limit": 0,
|
|
1554
|
+
"translate": false
|
|
1555
|
+
},
|
|
1556
|
+
"embedInsightDialog.changesMessage.byReference|insight": {
|
|
1557
|
+
"value": "Future changes in this insight will be reflected in embedded version.",
|
|
1558
|
+
"comment": "",
|
|
1559
|
+
"limit": 0
|
|
1560
|
+
},
|
|
1561
|
+
"embedInsightDialog.changesMessage.byReference|report": {
|
|
1562
|
+
"value": "Future changes in this report will be reflected in embedded version.",
|
|
1563
|
+
"comment": "",
|
|
1564
|
+
"limit": 0,
|
|
1565
|
+
"translate": false
|
|
1566
|
+
},
|
|
1567
|
+
"embedInsightDialog.changesMessage.byDefinition|insight": {
|
|
1568
|
+
"value": "No future changes in this insight will be reflected in embedded version.",
|
|
1569
|
+
"comment": "",
|
|
1570
|
+
"limit": 0
|
|
1571
|
+
},
|
|
1572
|
+
"embedInsightDialog.changesMessage.byDefinition|report": {
|
|
1573
|
+
"value": "No future changes in this report will be reflected in embedded version.",
|
|
1574
|
+
"comment": "",
|
|
1575
|
+
"limit": 0,
|
|
1576
|
+
"translate": false
|
|
1577
|
+
},
|
|
1578
|
+
"embedInsightDialog.prepareEnvironmentMessage": {
|
|
1579
|
+
"value": "<b>Note.</b> In order for this snippet to work, prepare your environment.",
|
|
1580
|
+
"comment": "Do not translate html tags <b>, </b>",
|
|
1581
|
+
"limit": 0
|
|
1582
|
+
},
|
|
1583
|
+
"embedInsightDialog.prepareEnvironmentMessage.link": {
|
|
1584
|
+
"value": "Learn more",
|
|
1585
|
+
"comment": "",
|
|
1586
|
+
"limit": 0
|
|
1587
|
+
},
|
|
1588
|
+
"embed.dialog.numeric.input.validation": {
|
|
1589
|
+
"value": "The value must be a number greater than 0",
|
|
1590
|
+
"comment": "Validation of custom embedded dashboard height",
|
|
1591
|
+
"limit": 0
|
|
1592
|
+
},
|
|
1593
|
+
"embed.dialog.numeric.input.warning": {
|
|
1594
|
+
"value": "This input accepts only digits greater than 0",
|
|
1595
|
+
"comment": "Validation of custom embedded dashboard height",
|
|
1596
|
+
"limit": 0
|
|
1597
|
+
},
|
|
1598
|
+
"embedInsightDialog.complete.list.props.message": {
|
|
1599
|
+
"value": "Complete list of embedding properties",
|
|
1600
|
+
"comment": "",
|
|
1295
1601
|
"limit": 0
|
|
1296
1602
|
}
|
|
1297
1603
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "Rango de fechas",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "Rango de fechas",
|
|
87
87
|
"dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
|
|
88
|
+
"filters.thisMinute.title": "Este minuto",
|
|
89
|
+
"filters.lastMinute.title": "Último minuto",
|
|
90
|
+
"filters.nextMinute.title": "Minuto siguiente",
|
|
91
|
+
"filters.thisHour.title": "Esta hora",
|
|
92
|
+
"filters.lastHour.title": "Última hora",
|
|
93
|
+
"filters.nextHour.title": "Hora siguiente",
|
|
88
94
|
"filters.thisDay.title": "Hoy",
|
|
89
95
|
"filters.lastDay.title": "Ayer",
|
|
90
96
|
"filters.nextDay.title": "Mañana",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "Este año",
|
|
101
107
|
"filters.lastYear.title": "Año pasado",
|
|
102
108
|
"filters.nextYear.title": "Año siguiente",
|
|
103
|
-
"filters.
|
|
104
|
-
"filters.
|
|
105
|
-
"filters.
|
|
106
|
-
"filters.
|
|
107
|
-
"filters.
|
|
108
|
-
"filters.
|
|
109
|
-
"filters.
|
|
110
|
-
"filters.
|
|
111
|
-
"filters.
|
|
112
|
-
"filters.
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {El último # minuto} other {Los últimos # minutos}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {La última # hora} other {Las últimas # horas}}",
|
|
111
|
+
"filters.lastNDays": "{n, plural, one {El último # día} other {Los últimos # días}}",
|
|
112
|
+
"filters.lastNWeeks": "{n, plural, one {La última # semana} other {Las últimas # semanas}}",
|
|
113
|
+
"filters.lastNMonths": "{n, plural, one {El último # mes} other {Los últimos # meses}}",
|
|
114
|
+
"filters.lastNQuarters": "{n, plural, one {El último # trimestre} other {Los últimos # trimestres}}",
|
|
115
|
+
"filters.lastNYears": "{n, plural, one {El último # año} other {Los últimos # años}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {El siguiente # minuto} other {Los siguientes # minutos}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {La siguiente # hora} other {Las siguientes # horas}}",
|
|
118
|
+
"filters.nextNDays": "{n, plural, one {El siguiente # día} other {Los siguientes # días}}",
|
|
119
|
+
"filters.nextNWeeks": "{n, plural, one {La siguiente # semana} other {Las siguientes # semanas}}",
|
|
120
|
+
"filters.nextNMonths": "{n, plural, one {El siguiente # mes} other {Los siguientes # meses}}",
|
|
121
|
+
"filters.nextNQuarters": "{n, plural, one {El siguiente # trimestre} other {Los siguientes # trimestres}}",
|
|
122
|
+
"filters.nextNYears": "{n, plural, one {El siguiente # año} other {Los siguientes # años}}",
|
|
123
|
+
"filters.interval.minutes.past": "Desde hace {from} a {to} {to, plural, one {minuto} other {minutos}}",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "Hace {value} {value, plural, one {minuto} other {minutos}}",
|
|
125
|
+
"filters.interval.minutes.future": "Dentro de {from} a {to} {to, plural, one {minuto} other {minutos}}",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "Dentro de {value} {value, plural, one {minuto} other {minutos}}",
|
|
127
|
+
"filters.interval.minutes.mixed": "Hace de {from} {from, plural, one {minuto} other {minutos}} a dentro de {to} {to, plural, one {minuto} other {minutos}}",
|
|
128
|
+
"filters.interval.hours.past": "Hace de {from} a {to} {to, plural, one {hora} other {horas}}",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "Hace {value} {value, plural, one {hora} other {horas}}",
|
|
130
|
+
"filters.interval.hours.future": "Dentro de {from} a {to} {to, plural, one {hora} other {horas}}",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "Dentro de {value} {value, plural, one {hora} other {horas}}",
|
|
132
|
+
"filters.interval.hours.mixed": "Hace de {from} {from, plural, one {hora} other {horas}} a dentro de {to} {to, plural, one {día} other {días}}",
|
|
113
133
|
"filters.interval.days.past": "Hace de {from} a {to} {to, plural, one {día} other {días}}",
|
|
114
134
|
"filters.interval.days.past.sameValue": "Hace {value} {value, plural, one {día} other {días}}",
|
|
115
135
|
"filters.interval.days.future": "Dentro de {from} a {to} {to, plural, one {día} other {días}}",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "Dentro de {from} a {to} {to, plural, one {año} other {años}}",
|
|
136
156
|
"filters.interval.years.future.sameValue": "Dentro de {value} {value, plural, one {año} other {años}}",
|
|
137
157
|
"filters.interval.years.mixed": "Hace de {from} {from, plural, one {año} other {años}} a dentro de {to} {to, plural, one {año} other {años}}",
|
|
158
|
+
"filters.granularity.minutes": "Minutos",
|
|
159
|
+
"filters.granularity.hours": "Horas",
|
|
138
160
|
"filters.granularity.days": "Días",
|
|
139
161
|
"filters.granularity.weeks": "Semanas",
|
|
140
162
|
"filters.granularity.months": "Meses",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "Años",
|
|
143
165
|
"filters.from": "de",
|
|
144
166
|
"filters.to": "para",
|
|
167
|
+
"filters.setTime": "establecer tiempo",
|
|
145
168
|
"filters.floatingRange": "Intervalo flotante",
|
|
146
169
|
"filters.floatingRange.tooltip": "El rango de fechas es relativo a hoy y se ajusta en el tiempo.",
|
|
147
170
|
"filters.floatingRange.noMatch": "No se encontró ninguna coincidencia",
|
|
148
171
|
"filters.floatingRange.tooBig": "Valor máximo: {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {el minuto pasado} other {hace # minutos}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "este minuto",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {el próximo minuto} other {dentro de # minutos}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {la hora pasada} other {hace # horas}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "esta hora",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {la próxima hora} other {dentro de # horas}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {ayer} other {hace # días}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "hoy",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {mañana} other {dentro de # días}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {el próximo año} other {dentro de # años}}",
|
|
164
193
|
"filters.allTime.title": "De todo el tiempo",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "Excluir periodo abierto",
|
|
195
|
+
"filters.minute.title": "MINUTO",
|
|
196
|
+
"filters.minute.excludeCurrentPeriod": "Excluir este minuto",
|
|
197
|
+
"filters.hour.title": "HORA",
|
|
198
|
+
"filters.hour.excludeCurrentPeriod": "Excluir esta hora",
|
|
166
199
|
"filters.day.title": "DÍA",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "Excluir hoy",
|
|
168
201
|
"filters.week.title": "SEMANA",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "Ordenar perspectiva",
|
|
242
275
|
"sorting.type.alphabetical.asc": "De la A a la Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "De la Z a la A",
|
|
277
|
+
"sorting.type.date.asc": "De más antiguo a más reciente",
|
|
278
|
+
"sorting.type.date.desc": "De más reciente a más antiguo",
|
|
279
|
+
"sorting.type.default": "Predeterminado",
|
|
244
280
|
"sorting.type.numerical.asc": "De menor a mayor",
|
|
245
281
|
"sorting.type.numerical.desc": "De mayor a menor",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "por",
|
|
283
|
+
"sorting.sum.of.all.measure": "Total",
|
|
284
|
+
"sorting.default.tooltip": "Use el orden definido en el atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vacío"
|
|
248
286
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "Plage de dates",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "Plage de dates",
|
|
87
87
|
"dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
|
|
88
|
+
"filters.thisMinute.title": "Cette minute",
|
|
89
|
+
"filters.lastMinute.title": "Dernière minute",
|
|
90
|
+
"filters.nextMinute.title": "Minute suivante",
|
|
91
|
+
"filters.thisHour.title": "Cette heure",
|
|
92
|
+
"filters.lastHour.title": "Dernière heure",
|
|
93
|
+
"filters.nextHour.title": "Heure suivante",
|
|
88
94
|
"filters.thisDay.title": "Aujourd'hui",
|
|
89
95
|
"filters.lastDay.title": "Hier",
|
|
90
96
|
"filters.nextDay.title": "Demain",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "Cette année",
|
|
101
107
|
"filters.lastYear.title": "L'année dernière",
|
|
102
108
|
"filters.nextYear.title": "L'année prochaine",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {Dernière # minute} other {Dernières # minutes}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {Dernière # heure} other {Dernières # heures}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {# dernier jour} other {# derniers jours}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {# dernière semaine} other {# dernières semaines}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {# dernier mois} other {# derniers mois}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {# dernier trimestre} other {# derniers trimestres}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {# dernière année} other {# dernières années}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {# minute suivante} other {# minutes suivantes}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {# heure suivante} other {# heures suivantes}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {# prochain jour} other {# prochains jours}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {# prochaine semaine} other {# prochaines semaines}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {# prochain mois} other {# prochains mois}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {# prochain trimestre} other {# prochains trimestres}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {# prochaine année} other {# prochaines années}}",
|
|
123
|
+
"filters.interval.minutes.past": "Il y a {from} à {to} {to, plural, one {minute} other {minutes}}",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "Il y a {value} {value, plural, one {minute} other {minutes}}",
|
|
125
|
+
"filters.interval.minutes.future": "Dans {from} à {to} {to, plural, one {minute} other {minutes}}",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "Dans {value} {value, plural, one {minute} other {minutes}}",
|
|
127
|
+
"filters.interval.minutes.mixed": "D'il y a {from} {from, plural, one {minute} other {minutes}} à dans {to} {to, plural, one {minute} other {minutes}}",
|
|
128
|
+
"filters.interval.hours.past": "D'il y a {from} à {to} {to, plural, one {heure} other {heures}}",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "Il y a {value} {value, plural, one {heure} other {heures}}",
|
|
130
|
+
"filters.interval.hours.future": "Dans {from} à {to} {to, plural, one {heure} other {heures}}",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "Dans {value} {value, plural, one {heure} other {heures}}",
|
|
132
|
+
"filters.interval.hours.mixed": "D'il y a {from} {from, plural, one {heure} other {heures}} à dans {to} {to, plural, one {jour} other {jours}}",
|
|
113
133
|
"filters.interval.days.past": "Il y a {from} à {to} {to, plural, one {jour} other {jours}}",
|
|
114
134
|
"filters.interval.days.past.sameValue": "Il y a {value} {value, plural, one {jour} other {jours}}",
|
|
115
135
|
"filters.interval.days.future": "Dans {from} à {to} {to, plural, one {jour} other {jours}}",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "Dans {from} à {to} {to, plural, one {an} other {ans}}",
|
|
136
156
|
"filters.interval.years.future.sameValue": "Dans {value} {value, plural, one {an} other {ans}}",
|
|
137
157
|
"filters.interval.years.mixed": "D'il y a {from} {from, plural, one {an} other {ans}} à dans {to} {to, plural, one {an} other {ans}}",
|
|
158
|
+
"filters.granularity.minutes": "Minutes",
|
|
159
|
+
"filters.granularity.hours": "Heures",
|
|
138
160
|
"filters.granularity.days": "Jours",
|
|
139
161
|
"filters.granularity.weeks": "Semaines",
|
|
140
162
|
"filters.granularity.months": "Mois",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "Années",
|
|
143
165
|
"filters.from": "de",
|
|
144
166
|
"filters.to": "à",
|
|
167
|
+
"filters.setTime": "définir l'heure",
|
|
145
168
|
"filters.floatingRange": "Plage flottante",
|
|
146
169
|
"filters.floatingRange.tooltip": "La plage de dates se base sur la date du jour et s'ajuste dans le temps.",
|
|
147
170
|
"filters.floatingRange.noMatch": "Aucune correspondance trouvée",
|
|
148
171
|
"filters.floatingRange.tooBig": "Valeur maximale : {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {dernière minute} other {il y a # minutes}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "cette minute",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {minute suivante} other {dans # minutes}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {dernière heure} other {il y a # heures}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "cette heure",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {heure suivante} other {dans # heures}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {hier} other {il y a # jours}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "aujourd'hui",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {demain} other {dans # jours}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {l'année prochaine} other {dans # ans}}",
|
|
164
193
|
"filters.allTime.title": "Tout le temps",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "Exclure période ouverte",
|
|
195
|
+
"filters.minute.title": "MINUTE",
|
|
196
|
+
"filters.minute.excludeCurrentPeriod": "Exclure cette minute",
|
|
197
|
+
"filters.hour.title": "HEURE",
|
|
198
|
+
"filters.hour.excludeCurrentPeriod": "Exclure cette heure",
|
|
166
199
|
"filters.day.title": "JOUR",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "Exclure aujourd'hui",
|
|
168
201
|
"filters.week.title": "SEMAINE",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "Trier la perception",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A à Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z à A",
|
|
277
|
+
"sorting.type.date.asc": "Ordre chronologique",
|
|
278
|
+
"sorting.type.date.desc": "Ordre antéchronologique",
|
|
279
|
+
"sorting.type.default": "Par défaut",
|
|
244
280
|
"sorting.type.numerical.asc": "Du plus petit au plus grand",
|
|
245
281
|
"sorting.type.numerical.desc": "Du plus grand au plus petit",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "par",
|
|
283
|
+
"sorting.sum.of.all.measure": "Total",
|
|
284
|
+
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valeur vide"
|
|
248
286
|
}
|