@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
|
@@ -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
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "日付範囲",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "日付範囲",
|
|
87
87
|
"dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
|
|
88
|
+
"filters.thisMinute.title": "現時点",
|
|
89
|
+
"filters.lastMinute.title": "一分前",
|
|
90
|
+
"filters.nextMinute.title": "一分後",
|
|
91
|
+
"filters.thisHour.title": "現時点",
|
|
92
|
+
"filters.lastHour.title": "一時間前",
|
|
93
|
+
"filters.nextHour.title": "一時間後",
|
|
88
94
|
"filters.thisDay.title": "今日",
|
|
89
95
|
"filters.lastDay.title": "昨日",
|
|
90
96
|
"filters.nextDay.title": "明日",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "今年",
|
|
101
107
|
"filters.lastYear.title": "去年",
|
|
102
108
|
"filters.nextYear.title": "来年",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {直近の # 分} other {直近の # 分}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {直近の # 時間} other {直近の # 時間}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {直近の # 日} other {直近の # 日}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {直近の # 週間 } other {直近の # 週間}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {直近の # ヶ月 } other {直近の # ヶ月}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {直近の # 四半期} other {直近の # 四半期}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {直近の # 年} other {直近の # 年間}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {次の # 分} other {次の # 分}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {次の # 日} other {次の # 日}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {次の # 日} other {次の # 日間}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {次の # 週間} other {次の # 週間}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {次の # ヶ月} other {N次の # ヶ月間}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {次の # 四半期} other {次の # ヶ月間}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {次の # 年} other {次の # 年間}}",
|
|
123
|
+
"filters.interval.minutes.past": "{from} から {to} {to, plural, one {分} other {分}} 前",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分} other {分}} 前",
|
|
125
|
+
"filters.interval.minutes.future": "{from} から {to} {to, plural, one {分} other {分}} 後",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分} other {分}} 後",
|
|
127
|
+
"filters.interval.minutes.mixed": "{from} {from, plural, one {分} other {分}}前から {to} {to, plural, one {分} other {分}} 後",
|
|
128
|
+
"filters.interval.hours.past": "{from} から {to} {to, plural, one {時間} other {時間}} 前",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {時間} other {時間}} 前",
|
|
130
|
+
"filters.interval.hours.future": "{from} から {to} {to, plural, one {時間} other {時間}} 後",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "{value} {value, plural, one {時間} other {時間}} 後",
|
|
132
|
+
"filters.interval.hours.mixed": "{from} {from, plural, one {時間} other {時間}}前から {to} {to, plural, one {日} other {日}}後",
|
|
113
133
|
"filters.interval.days.past": "{from} から {to} {to, plural, one {日間} other {日間}} 前まで ",
|
|
114
134
|
"filters.interval.days.past.sameValue": "{value} {value, plural, one {日間} other {日間}} 前",
|
|
115
135
|
"filters.interval.days.future": "{from} から {to} {to, plural, one {日間} other {日間}} 先まで",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "{from} から {to} {to, plural, one {年間} other {年間}} 先まで",
|
|
136
156
|
"filters.interval.years.future.sameValue": "{value} {value, plural, one {年間} other {年間}} 先",
|
|
137
157
|
"filters.interval.years.mixed": "{from} {from, plural, one {年間} other {年間}} 前から {to} {to, plural, one {年間} other {年間}} 先まで",
|
|
158
|
+
"filters.granularity.minutes": "分",
|
|
159
|
+
"filters.granularity.hours": "時間",
|
|
138
160
|
"filters.granularity.days": "日次",
|
|
139
161
|
"filters.granularity.weeks": "週次",
|
|
140
162
|
"filters.granularity.months": "月次",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "年次",
|
|
143
165
|
"filters.from": "開始時点",
|
|
144
166
|
"filters.to": "終了時点",
|
|
167
|
+
"filters.setTime": "設定時間",
|
|
145
168
|
"filters.floatingRange": "相対期間",
|
|
146
169
|
"filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
|
|
147
170
|
"filters.floatingRange.noMatch": "一致するものがありません",
|
|
148
171
|
"filters.floatingRange.tooBig": "最大値: {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "現時点",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {一分後} other {# 分後}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {一時間前} other {# 時間前}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "現時点",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {一時間後} other {# 時間後}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {昨日} other {# 日前}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "今日",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {明日} other {# 日先}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
|
|
164
193
|
"filters.allTime.title": "全期間",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "期限なしを除外",
|
|
195
|
+
"filters.minute.title": "分間",
|
|
196
|
+
"filters.minute.excludeCurrentPeriod": "現時点を除外",
|
|
197
|
+
"filters.hour.title": "時間",
|
|
198
|
+
"filters.hour.excludeCurrentPeriod": "現時点を除外",
|
|
166
199
|
"filters.day.title": "曜日",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "今日を除外",
|
|
168
201
|
"filters.week.title": "週",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "インサイトの並べ替え",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A から Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z から A",
|
|
277
|
+
"sorting.type.date.asc": "昇順で並べ替え",
|
|
278
|
+
"sorting.type.date.desc": "降順で並べ替え",
|
|
279
|
+
"sorting.type.default": "既定",
|
|
244
280
|
"sorting.type.numerical.asc": "最小から最大の順",
|
|
245
281
|
"sorting.type.numerical.desc": "最大から最小の順",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "別",
|
|
283
|
+
"sorting.sum.of.all.measure": "合計",
|
|
284
|
+
"sorting.default.tooltip": "属性で定義された順序を使用します。",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "空の値"
|
|
248
286
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "Datumbereik",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "Datumbereik",
|
|
87
87
|
"dateFilterDropdown.setDefault": "Standaard datumfilter instellen voor{nbsp}kijkers:",
|
|
88
|
+
"filters.thisMinute.title": "Deze minuut",
|
|
89
|
+
"filters.lastMinute.title": "Afgelopen minuut",
|
|
90
|
+
"filters.nextMinute.title": "Volgende minuut",
|
|
91
|
+
"filters.thisHour.title": "Dit uur",
|
|
92
|
+
"filters.lastHour.title": "Afgelopen uur",
|
|
93
|
+
"filters.nextHour.title": "Volgend uur",
|
|
88
94
|
"filters.thisDay.title": "Vandaag",
|
|
89
95
|
"filters.lastDay.title": "Gisteren",
|
|
90
96
|
"filters.nextDay.title": "Morgen",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "Dit jaar",
|
|
101
107
|
"filters.lastYear.title": "Vorig jaar",
|
|
102
108
|
"filters.nextYear.title": "Volgend jaar",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {afglopen # minuut} other {afgelopen # minuten}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {afgelopen # uur} other {afgelopen # uur}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {afgelopen # dag} other {afgelopen # dagen}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {afgelopen # week} other {afgelopen # weken}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {afgelopen # maand} other {afgelopen # maanden}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {afgelopen # kwartaal} other {afgelopen # kwartalen}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {afgelopen # jaar} other {afgelopen # jaren}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {volgende # minuut} other {volgende # minuten}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {volgend # uur} other {volgende # uren}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {volgende # dag} other {volgende # dagen}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {volgende # week} other {volgende # weken}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {volgende # maand} other {volgende # maanden}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {volgende # kwartaal} other {volgende # kwartalen}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {volgend # jaar} other {volgende # jaren}}",
|
|
123
|
+
"filters.interval.minutes.past": "Van {from} tot {to} {to, plural, one {minuut} other {minuten}} geleden",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuut} other {minuten}} geleden",
|
|
125
|
+
"filters.interval.minutes.future": "Van {from} tot {to} {to, plural, one {minuut} other {minuten}} vooruit",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "{value} {value, plural, one {minuut} other {minuten}} vooruit",
|
|
127
|
+
"filters.interval.minutes.mixed": "Van {from} {from, plural, one {minuut} other {minuten}} geleden tot {to} {to, plural, one {minuut} other {minuten}} vooruit",
|
|
128
|
+
"filters.interval.hours.past": "Van {from} tot {to} {to, plural, one {uur} other {uren}} geleden",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {uur} other {uren}} geleden",
|
|
130
|
+
"filters.interval.hours.future": "Van {from} tot {to} {to, plural, one {uur} other {uren}} vooruit",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "{value} {value, plural, one {uur} other {uren}} vooruit",
|
|
132
|
+
"filters.interval.hours.mixed": "Van {from} {from, plural, one {uur} other {uren}} geleden tot {to} {to, plural, one {dag} other {dagen}} vooruit",
|
|
113
133
|
"filters.interval.days.past": "Van {from} tot {to} {to, plural, one {dag} other {dagen}} geleden",
|
|
114
134
|
"filters.interval.days.past.sameValue": "{value} {value, plural, one {dag} other {dagen}} geleden",
|
|
115
135
|
"filters.interval.days.future": "Van {from} tot {to} {to, plural, one {dag} other {dagen}} in de toekomst",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "Van {from} tot {to} {to, plural, one {jaar} other {jaren}} in de toekomst",
|
|
136
156
|
"filters.interval.years.future.sameValue": "{value} {value, plural, one {jaar} other {jaar}} in de toekomst",
|
|
137
157
|
"filters.interval.years.mixed": "Van {from} {from, plural, one {jaar} other {jaren}} geleden tot {to} {to, plural, one {jaar} other {jaren}} in de toekomst",
|
|
158
|
+
"filters.granularity.minutes": "Minuten",
|
|
159
|
+
"filters.granularity.hours": "Uren",
|
|
138
160
|
"filters.granularity.days": "Dagen",
|
|
139
161
|
"filters.granularity.weeks": "Weken",
|
|
140
162
|
"filters.granularity.months": "Maanden",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "Jaar",
|
|
143
165
|
"filters.from": "van",
|
|
144
166
|
"filters.to": "naar",
|
|
167
|
+
"filters.setTime": "tijd instellen",
|
|
145
168
|
"filters.floatingRange": "Zwevend bereik",
|
|
146
169
|
"filters.floatingRange.tooltip": "Het datumbereik is relatief ten opzichte van vandaag en wordt in de loop der tijd aangepast.",
|
|
147
170
|
"filters.floatingRange.noMatch": "Geen overeenkomst gevonden",
|
|
148
171
|
"filters.floatingRange.tooBig": "Maximumwaarde: {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {afgelopen minuut} other {# minuten geleden}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "deze minuut",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {volgende minuut} other {# minuten vooruit}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {afgelopen uur} other {# uren geleden}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "dit uur",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {volgend uur} other {# uren vooruit}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {gisteren} other {# dagen geleden}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "vandaag",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {morgen} other {over # dagen}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {volgend jaar} other {over # jaar}}",
|
|
164
193
|
"filters.allTime.title": "Altijd",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "Open periode uitsluiten",
|
|
195
|
+
"filters.minute.title": "MINUUT",
|
|
196
|
+
"filters.minute.excludeCurrentPeriod": "Deze minuut uitsluiten",
|
|
197
|
+
"filters.hour.title": "UUR",
|
|
198
|
+
"filters.hour.excludeCurrentPeriod": "Dit uur uitsluiten",
|
|
166
199
|
"filters.day.title": "DAG",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "Vandaag uitsluiten",
|
|
168
201
|
"filters.week.title": "WEEK",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "Inzicht sorteren",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A tot Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z tot A",
|
|
277
|
+
"sorting.type.date.asc": "Van oud naar nieuw",
|
|
278
|
+
"sorting.type.date.desc": "Van nieuw naar oud",
|
|
279
|
+
"sorting.type.default": "Standaard",
|
|
244
280
|
"sorting.type.numerical.asc": "Kleinst naar grootst",
|
|
245
281
|
"sorting.type.numerical.desc": "Grootst naar kleinst",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "met",
|
|
283
|
+
"sorting.sum.of.all.measure": "Totaal",
|
|
284
|
+
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "lege waarde"
|
|
248
286
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "Intervalo de datas",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "Intervalo de datas",
|
|
87
87
|
"dateFilterDropdown.setDefault": "Defina o filtro de data padrão por{nbsp}visualizadores:",
|
|
88
|
+
"filters.thisMinute.title": "Este minuto",
|
|
89
|
+
"filters.lastMinute.title": "Último minuto",
|
|
90
|
+
"filters.nextMinute.title": "Próximo minuto",
|
|
91
|
+
"filters.thisHour.title": "Esta hora",
|
|
92
|
+
"filters.lastHour.title": "Última hora",
|
|
93
|
+
"filters.nextHour.title": "Próxima hora",
|
|
88
94
|
"filters.thisDay.title": "Hoje",
|
|
89
95
|
"filters.lastDay.title": "Ontem",
|
|
90
96
|
"filters.nextDay.title": "Amanhã",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "Este ano",
|
|
101
107
|
"filters.lastYear.title": "Último ano",
|
|
102
108
|
"filters.nextYear.title": "Próximo ano",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {Último # minuto} other {Últimos # minutos}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {Última # hora} other {Últimas # horas}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {Último # dia} other {Últimos # dias}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {Última # semana} other {Últimas # semanas}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {Último # mês} other {Últimos # meses}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {Último # trimestre} other {Últimos # trimestres}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {Último # ano} other {Últimos # anos}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {Próximo # minuto} other {Próximos # minutos}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {Próxima # hora} other {Próximas # horas}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {Próximo # dia} other {Próximos # dias}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {Próxima # semana} other {Próximas # semanas}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {Próximo # mês} other {Próximos # meses}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {Próximo # trimestre} other {Próximos # trimestres}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {Próximo # ano} other {Próximos # anos}}",
|
|
123
|
+
"filters.interval.minutes.past": "De {from} a {to} {to, plural, one {minuto} other {minutos}} atrás",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuto} other {minutos}} atrás",
|
|
125
|
+
"filters.interval.minutes.future": "De {from} a {to} {to, plural, one {minuto} other {minutos}} à frente",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "{value} {value, plural, one {minuto} other {minutos}} à frente",
|
|
127
|
+
"filters.interval.minutes.mixed": "De {from} {from, plural, one {minuto} other {minutos}} atrás a {to} {to, plural, one {minuto} other {minutos}} à frente",
|
|
128
|
+
"filters.interval.hours.past": "De {from} a {to} {to, plural, one {hora} other {horas}} atrás",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {hora} other {horas}} atrás",
|
|
130
|
+
"filters.interval.hours.future": "De {from} a {to} {to, plural, one {hora} other {horas}} à frente",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "{value} {value, plural, one {hora} other {horas}} à frente",
|
|
132
|
+
"filters.interval.hours.mixed": "De {from} {from, plural, one {hora} other {horas}} atrás a {to} {to, plural, one {dia} other {dias}} à frente",
|
|
113
133
|
"filters.interval.days.past": "De {from} a {to} {to, plural, one {dia} other {dias}} atrás",
|
|
114
134
|
"filters.interval.days.past.sameValue": "{value} {value, plural, one {dia} other {dias}} atrás",
|
|
115
135
|
"filters.interval.days.future": "De {from} a {to} {to, plural, one {dia} other {dias}} depois",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "De {from} a {to} {to, plural, one {ano} other {anos}} depois",
|
|
136
156
|
"filters.interval.years.future.sameValue": "{value} {value, plural, one {ano} other {anos}} à frente",
|
|
137
157
|
"filters.interval.years.mixed": "De {from} {from, plural, one {ano} other {anos}} atrás a {to} {to, plural, one {ano} other {anos}} depois",
|
|
158
|
+
"filters.granularity.minutes": "Minutos",
|
|
159
|
+
"filters.granularity.hours": "Horas",
|
|
138
160
|
"filters.granularity.days": "Dias",
|
|
139
161
|
"filters.granularity.weeks": "Semanas",
|
|
140
162
|
"filters.granularity.months": "Meses",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "Anos",
|
|
143
165
|
"filters.from": "de",
|
|
144
166
|
"filters.to": "para",
|
|
167
|
+
"filters.setTime": "configurar horário",
|
|
145
168
|
"filters.floatingRange": "Intervalo flutuante",
|
|
146
169
|
"filters.floatingRange.tooltip": "O intervalo de datas está relacionada a hoje e a ajustes no tempo.",
|
|
147
170
|
"filters.floatingRange.noMatch": "Nenhum resultado encontrado",
|
|
148
171
|
"filters.floatingRange.tooBig": "Valor máximo: {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {último minuto} other {# minutos atrás}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "este minuto",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {próximo minuto} other {# minutos à frente}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {última hora} other {# horas atrás}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "esta hora",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {próxima hora} other {# horas à frente}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {ontem} other {# dias atrás}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "hoje",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {amanhã} other {# dias depois}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {próximo ano} other {# anos depois}}",
|
|
164
193
|
"filters.allTime.title": "O tempo todo",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "Excluir período em aberto",
|
|
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": "DIA",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "Excluir hoje",
|
|
168
201
|
"filters.week.title": "SEMANA",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "Classificar insight",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A a Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z a A",
|
|
277
|
+
"sorting.type.date.asc": "Mais antigo ao mais atual",
|
|
278
|
+
"sorting.type.date.desc": "Mais atual ao mais antigo",
|
|
279
|
+
"sorting.type.default": "Predefinido",
|
|
244
280
|
"sorting.type.numerical.asc": "Do menor para o maior",
|
|
245
281
|
"sorting.type.numerical.desc": "Do maior para o 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 a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
248
286
|
}
|
|
@@ -85,6 +85,12 @@
|
|
|
85
85
|
"dateFilterDropdown.title": "Intervalo de datas",
|
|
86
86
|
"dateFilterDropdown.buttonTitle": "Intervalo de datas",
|
|
87
87
|
"dateFilterDropdown.setDefault": "Predefinir filtro de data para{nbsp}Os Visualizadores:",
|
|
88
|
+
"filters.thisMinute.title": "Este minuto",
|
|
89
|
+
"filters.lastMinute.title": "Minuto anterior",
|
|
90
|
+
"filters.nextMinute.title": "Minuto seguinte",
|
|
91
|
+
"filters.thisHour.title": "Esta hora",
|
|
92
|
+
"filters.lastHour.title": "Hora anterior",
|
|
93
|
+
"filters.nextHour.title": "Hora seguinte",
|
|
88
94
|
"filters.thisDay.title": "Hoje",
|
|
89
95
|
"filters.lastDay.title": "Ontem",
|
|
90
96
|
"filters.nextDay.title": "Amanhã",
|
|
@@ -100,16 +106,30 @@
|
|
|
100
106
|
"filters.thisYear.title": "Este ano",
|
|
101
107
|
"filters.lastYear.title": "Último ano",
|
|
102
108
|
"filters.nextYear.title": "Próximo ano",
|
|
109
|
+
"filters.lastNMinutes": "{n, plural, one {# minuto anterior} other {# minutos anteriores}}",
|
|
110
|
+
"filters.lastNHours": "{n, plural, one {# hora anterior} other {# horas anteriores}}",
|
|
103
111
|
"filters.lastNDays": "{n, plural, one {Último # dia} other {Últimos # dias}}",
|
|
104
112
|
"filters.lastNWeeks": "{n, plural, one {Última # semana} other {Últimas # semanas}}",
|
|
105
113
|
"filters.lastNMonths": "{n, plural, one {Último # mês} other {Últimos # meses}}",
|
|
106
114
|
"filters.lastNQuarters": "{n, plural, one {Último # trimestre} other {Últimos # trimestres}}",
|
|
107
115
|
"filters.lastNYears": "{n, plural, one {Último # ano} other {Últimos # anos}}",
|
|
116
|
+
"filters.nextNMinutes": "{n, plural, one {# minuto seguinte} other {# minutos seguintes}}",
|
|
117
|
+
"filters.nextNHours": "{n, plural, one {# hora seguinte} other {# horas seguintes}}",
|
|
108
118
|
"filters.nextNDays": "{n, plural, one {Próximo # dia} other {Próximos # dias}}",
|
|
109
119
|
"filters.nextNWeeks": "{n, plural, one {Próxima # semana} other {Próximas # semanas}}",
|
|
110
120
|
"filters.nextNMonths": "{n, plural, one {Próximo # mês} other {Próximos # meses}}",
|
|
111
121
|
"filters.nextNQuarters": "{n, plural, one {Próximo # trismestre} other {Próximos # trimestres}}",
|
|
112
122
|
"filters.nextNYears": "{n, plural, one {Próximo # ano} other {Próximos # anos}}",
|
|
123
|
+
"filters.interval.minutes.past": "Entre {from} e {to} {to, plural, one {minuto} other {minutos}} atrás",
|
|
124
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {minuto} other {minutos}} atrás",
|
|
125
|
+
"filters.interval.minutes.future": "Daqui a entre {from} e {to} {to, plural, one {minuto} other {minutos}}",
|
|
126
|
+
"filters.interval.minutes.future.sameValue": "Daqui a {value} {value, plural, one {minuto} other {minutos}}",
|
|
127
|
+
"filters.interval.minutes.mixed": "Entre {from} {from, plural, one {minuto} other {minutos}} atrás e daqui a {to} {to, plural, one {minuto} other {minutos}}",
|
|
128
|
+
"filters.interval.hours.past": "Entre {from} e {to} {to, plural, one {hora} other {horas}} atrás",
|
|
129
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {hora} other {horas}} atrás",
|
|
130
|
+
"filters.interval.hours.future": "Daqui a entre {from} e {to} {to, plural, one {hora} other {horas}}",
|
|
131
|
+
"filters.interval.hours.future.sameValue": "Daqui a {value} {value, plural, one {hora} other {horas}}",
|
|
132
|
+
"filters.interval.hours.mixed": "Entre {from} {from, plural, one {hora} other {horas}} atrás e daqui a {to} {to, plural, one {dia} other {dias}}",
|
|
113
133
|
"filters.interval.days.past": "Entre {from} e {to} {to, plural, one {dia} other {dias}} atrás",
|
|
114
134
|
"filters.interval.days.past.sameValue": "Há {value} {value, plural, one {dia} other {dias}}",
|
|
115
135
|
"filters.interval.days.future": "Entre {from} e {to} {to, plural, one {dia} other {dias}} seguintes",
|
|
@@ -135,6 +155,8 @@
|
|
|
135
155
|
"filters.interval.years.future": "Entre {from} e {to} {to, plural, one {ano} other {anos}} seguintes",
|
|
136
156
|
"filters.interval.years.future.sameValue": "Daqui a {value} {value, plural, one {ano} other {anos}}",
|
|
137
157
|
"filters.interval.years.mixed": "Entre {from} {from, plural, one {ano} other {anos}} atrás e {to} {to, plural, one {ano} other {anos}} seguintes",
|
|
158
|
+
"filters.granularity.minutes": "Minutos",
|
|
159
|
+
"filters.granularity.hours": "Horas",
|
|
138
160
|
"filters.granularity.days": "Dias",
|
|
139
161
|
"filters.granularity.weeks": "Semanas",
|
|
140
162
|
"filters.granularity.months": "Meses",
|
|
@@ -142,10 +164,17 @@
|
|
|
142
164
|
"filters.granularity.years": "Anos",
|
|
143
165
|
"filters.from": "de",
|
|
144
166
|
"filters.to": "para",
|
|
167
|
+
"filters.setTime": "definir hora",
|
|
145
168
|
"filters.floatingRange": "Intervalo flutuante",
|
|
146
169
|
"filters.floatingRange.tooltip": "O intervalo de datas é relativo a hoje, sendo ajustado ao longo do tempo.",
|
|
147
170
|
"filters.floatingRange.noMatch": "Nenhuma correspondência encontrada",
|
|
148
171
|
"filters.floatingRange.tooBig": "Valor máximo: {limit}",
|
|
172
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {minuto anterior} other {# minutos atrás}}",
|
|
173
|
+
"filters.floatingRange.option.minute.offset.today": "este minuto",
|
|
174
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {minuto seguinte} other {daqui a # minutos}}",
|
|
175
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {hora anterior} other {# horas atrás}}",
|
|
176
|
+
"filters.floatingRange.option.hour.offset.today": "esta hora",
|
|
177
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {hora seguinte} other {daqui a # horas}}",
|
|
149
178
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {ontem} other {# dias atrás}}",
|
|
150
179
|
"filters.floatingRange.option.day.offset.today": "hoje",
|
|
151
180
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {amanhã} other {# dias seguintes}}",
|
|
@@ -163,6 +192,10 @@
|
|
|
163
192
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {próximo ano} other {# anos seguintes}}",
|
|
164
193
|
"filters.allTime.title": "Sempre",
|
|
165
194
|
"filters.allTime.excludeCurrentPeriod": "Excluir período aberto",
|
|
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": "DIA",
|
|
167
200
|
"filters.day.excludeCurrentPeriod": "Excluir hoje",
|
|
168
201
|
"filters.week.title": "SEMANA",
|
|
@@ -241,8 +274,13 @@
|
|
|
241
274
|
"sorting.dropdown.header": "Ordenar insight",
|
|
242
275
|
"sorting.type.alphabetical.asc": "A a Z",
|
|
243
276
|
"sorting.type.alphabetical.desc": "Z a A",
|
|
277
|
+
"sorting.type.date.asc": "Mais antigo para mais recente",
|
|
278
|
+
"sorting.type.date.desc": "Mais recente para mais antigo",
|
|
279
|
+
"sorting.type.default": "Predefinido",
|
|
244
280
|
"sorting.type.numerical.asc": "Menor para maior",
|
|
245
281
|
"sorting.type.numerical.desc": "Maior para menor",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
282
|
+
"sorting.by": "por",
|
|
283
|
+
"sorting.sum.of.all.measure": "Total",
|
|
284
|
+
"sorting.default.tooltip": "Utilizar a ordem definida no atributo.",
|
|
285
|
+
"attributeFilterDropdown.emptyValue": "valor vazio"
|
|
248
286
|
}
|