@gooddata/sdk-ui 8.10.0-alpha.14 → 8.10.0-alpha.140
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/base/errors/GoodDataSdkError.d.ts +4 -1
- package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/dist/base/errors/GoodDataSdkError.js +5 -2
- package/dist/base/errors/GoodDataSdkError.js.map +1 -1
- package/dist/base/errors/errorHandling.d.ts +5 -3
- package/dist/base/errors/errorHandling.d.ts.map +1 -1
- package/dist/base/errors/errorHandling.js +6 -4
- package/dist/base/errors/errorHandling.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/dist/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.js +6 -6
- package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/dist/base/headerMatching/MappingHeader.d.ts +3 -1
- package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/dist/base/headerMatching/MappingHeader.js +13 -13
- package/dist/base/headerMatching/MappingHeader.js.map +1 -1
- package/dist/base/helpers/CatalogHelper.d.ts +5 -3
- package/dist/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/dist/base/helpers/CatalogHelper.js +5 -3
- package/dist/base/helpers/CatalogHelper.js.map +1 -1
- package/dist/base/index.d.ts +6 -3
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +11 -2
- package/dist/base/index.js.map +1 -1
- package/dist/base/localization/IntlStore.d.ts +3 -1
- package/dist/base/localization/IntlStore.d.ts.map +1 -1
- package/dist/base/localization/IntlStore.js +5 -25
- package/dist/base/localization/IntlStore.js.map +1 -1
- package/dist/base/localization/IntlWrapper.d.ts +0 -12
- package/dist/base/localization/IntlWrapper.d.ts.map +1 -1
- package/dist/base/localization/IntlWrapper.js +3 -28
- package/dist/base/localization/IntlWrapper.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsProvider.js +5 -9
- package/dist/base/localization/TranslationsProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +80 -18
- package/dist/base/localization/bundles/en-US.json +420 -64
- package/dist/base/localization/bundles/es-ES.json +89 -27
- package/dist/base/localization/bundles/fr-FR.json +79 -17
- package/dist/base/localization/bundles/ja-JP.json +80 -18
- package/dist/base/localization/bundles/nl-NL.json +79 -17
- package/dist/base/localization/bundles/pt-BR.json +79 -17
- package/dist/base/localization/bundles/pt-PT.json +79 -17
- package/dist/base/localization/bundles/ru-RU.json +79 -17
- package/dist/base/localization/bundles/zh-Hans.json +80 -18
- package/dist/base/localization/intlUtils.d.ts +1 -1
- package/dist/base/localization/intlUtils.js +4 -4
- package/dist/base/localization/messagesMap.d.ts +13 -0
- package/dist/base/localization/messagesMap.d.ts.map +1 -0
- package/dist/base/localization/messagesMap.js +32 -0
- package/dist/base/localization/messagesMap.js.map +1 -0
- package/dist/base/measureFormats/fillMissingFormat.d.ts +12 -0
- package/dist/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
- package/dist/base/measureFormats/fillMissingFormat.js +27 -0
- package/dist/base/measureFormats/fillMissingFormat.js.map +1 -0
- package/dist/base/measureFormats/fillMissingFormats.d.ts +12 -0
- package/dist/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
- package/dist/base/measureFormats/fillMissingFormats.js +20 -0
- package/dist/base/measureFormats/fillMissingFormats.js.map +1 -0
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/dist/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
- package/dist/base/measureTitles/fillMissingTitles.js +4 -13
- package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/dist/base/react/BackendContext.d.ts +7 -3
- package/dist/base/react/BackendContext.d.ts.map +1 -1
- package/dist/base/react/BackendContext.js +8 -4
- package/dist/base/react/BackendContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -3
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/dist/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/dist/base/react/ErrorComponent.d.ts +4 -2
- package/dist/base/react/ErrorComponent.d.ts.map +1 -1
- package/dist/base/react/ErrorComponent.js +5 -3
- package/dist/base/react/ErrorComponent.js.map +1 -1
- package/dist/base/react/LoadingComponent.d.ts +4 -2
- package/dist/base/react/LoadingComponent.d.ts.map +1 -1
- package/dist/base/react/LoadingComponent.js +5 -3
- package/dist/base/react/LoadingComponent.js.map +1 -1
- package/dist/base/react/WorkspaceContext.d.ts +7 -3
- package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/WorkspaceContext.js +8 -4
- package/dist/base/react/WorkspaceContext.js.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/dist/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/dist/base/react/placeholders/base.d.ts +76 -42
- package/dist/base/react/placeholders/base.d.ts.map +1 -1
- package/dist/base/react/placeholders/base.js +1 -1
- package/dist/base/react/placeholders/base.js.map +1 -1
- package/dist/base/react/placeholders/factory.d.ts +4 -2
- package/dist/base/react/placeholders/factory.d.ts.map +1 -1
- package/dist/base/react/placeholders/factory.js +3 -1
- package/dist/base/react/placeholders/factory.js.map +1 -1
- package/dist/base/react/placeholders/hooks.d.ts +13 -3
- package/dist/base/react/placeholders/hooks.d.ts.map +1 -1
- package/dist/base/react/placeholders/hooks.js +14 -4
- package/dist/base/react/placeholders/hooks.js.map +1 -1
- package/dist/base/react/placeholders/resolve.d.ts.map +1 -1
- package/dist/base/react/placeholders/resolve.js +5 -3
- package/dist/base/react/placeholders/resolve.js.map +1 -1
- package/dist/base/react/useCancelablePromise.d.ts +17 -11
- package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromise.js +9 -3
- package/dist/base/react/useCancelablePromise.js.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/dist/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.js +6 -4
- package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/dist/base/results/dataAccess.d.ts +32 -12
- package/dist/base/results/dataAccess.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.d.ts +5 -2
- package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.js +4 -1
- package/dist/base/results/dataAccessConfig.js.map +1 -1
- package/dist/base/results/facade.d.ts +10 -8
- package/dist/base/results/facade.d.ts.map +1 -1
- package/dist/base/results/facade.js +9 -7
- package/dist/base/results/facade.js.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.js +5 -7
- package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.js +6 -6
- package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.js +1 -1
- package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
- package/dist/base/results/internal/definitionMethods.d.ts +1 -1
- package/dist/base/results/internal/definitionMethods.js +1 -1
- package/dist/base/results/internal/resultDataMethods.d.ts +3 -2
- package/dist/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultDataMethods.js.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/dist/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.js +9 -10
- package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
- package/dist/base/results/internal/utils.d.ts +2 -1
- package/dist/base/results/internal/utils.d.ts.map +1 -1
- package/dist/base/results/internal/utils.js +1 -1
- package/dist/base/vis/DrillEvents.d.ts +4 -1
- package/dist/base/vis/DrillEvents.d.ts.map +1 -1
- package/dist/base/vis/DrillEvents.js.map +1 -1
- package/dist/base/vis/Events.d.ts +2 -2
- package/dist/base/vis/Events.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.d.ts +11 -4
- package/dist/base/vis/VisualizationProps.d.ts.map +1 -1
- package/dist/base/vis/VisualizationProps.js +1 -1
- package/dist/base/vis/drilling.js +6 -6
- package/dist/base/vis/drilling.js.map +1 -1
- package/dist/base/vis/export.d.ts +1 -1
- package/dist/base/vis/export.js +3 -3
- package/dist/base/vis/export.js.map +1 -1
- package/dist/execution/DataViewLoader.d.ts +70 -0
- package/dist/execution/DataViewLoader.d.ts.map +1 -0
- package/dist/execution/DataViewLoader.js +146 -0
- package/dist/execution/DataViewLoader.js.map +1 -0
- package/dist/execution/Execute.d.ts +36 -20
- package/dist/execution/Execute.d.ts.map +1 -1
- package/dist/execution/Execute.js +7 -5
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/ExecuteInsight.d.ts +47 -16
- package/dist/execution/ExecuteInsight.d.ts.map +1 -1
- package/dist/execution/ExecuteInsight.js +7 -5
- package/dist/execution/ExecuteInsight.js.map +1 -1
- package/dist/execution/RawExecute.d.ts +19 -7
- package/dist/execution/RawExecute.d.ts.map +1 -1
- package/dist/execution/RawExecute.js +2 -1
- package/dist/execution/RawExecute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +9 -6
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +11 -2
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/index.d.ts +3 -2
- package/dist/execution/index.d.ts.map +1 -1
- package/dist/execution/index.js +4 -2
- package/dist/execution/index.js.map +1 -1
- package/dist/execution/useDataExport.d.ts +5 -3
- package/dist/execution/useDataExport.d.ts.map +1 -1
- package/dist/execution/useDataExport.js +3 -1
- package/dist/execution/useDataExport.js.map +1 -1
- package/dist/execution/useDataView.d.ts +5 -0
- package/dist/execution/useDataView.d.ts.map +1 -1
- package/dist/execution/useDataView.js +3 -0
- package/dist/execution/useDataView.js.map +1 -1
- package/dist/execution/useExecution.d.ts +17 -9
- package/dist/execution/useExecution.d.ts.map +1 -1
- package/dist/execution/useExecution.js +3 -0
- package/dist/execution/useExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +32 -15
- package/dist/execution/useExecutionDataView.d.ts.map +1 -1
- package/dist/execution/useExecutionDataView.js +3 -3
- package/dist/execution/useExecutionDataView.js.map +1 -1
- package/dist/execution/useInsightDataView.d.ts +39 -9
- package/dist/execution/useInsightDataView.d.ts.map +1 -1
- package/dist/execution/useInsightDataView.js +10 -4
- package/dist/execution/useInsightDataView.js.map +1 -1
- package/dist/execution/withExecution.d.ts +5 -4
- package/dist/execution/withExecution.d.ts.map +1 -1
- package/dist/execution/withExecution.js +1 -1
- package/dist/execution/withExecution.js.map +1 -1
- package/dist/execution/withExecutionLoading.d.ts +12 -7
- package/dist/execution/withExecutionLoading.d.ts.map +1 -1
- package/dist/execution/withExecutionLoading.js +1 -1
- package/dist/execution/withExecutionLoading.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/kpi/Kpi.d.ts +13 -9
- package/dist/kpi/Kpi.d.ts.map +1 -1
- package/dist/kpi/Kpi.js +5 -3
- package/dist/kpi/Kpi.js.map +1 -1
- package/dist/locales.d.ts +42 -0
- package/dist/locales.d.ts.map +1 -0
- package/dist/locales.js +22 -0
- package/dist/locales.js.map +1 -0
- package/dist/polyfills.d.ts.map +1 -1
- package/dist/polyfills.js +3 -1
- package/dist/polyfills.js.map +1 -1
- package/dist/sdk-ui.d.ts +576 -216
- package/esm/base/errors/GoodDataSdkError.d.ts +4 -1
- package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/esm/base/errors/GoodDataSdkError.js +5 -2
- package/esm/base/errors/GoodDataSdkError.js.map +1 -1
- package/esm/base/errors/errorHandling.d.ts +5 -3
- package/esm/base/errors/errorHandling.d.ts.map +1 -1
- package/esm/base/errors/errorHandling.js +6 -4
- package/esm/base/errors/errorHandling.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts +5 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts +1 -0
- package/esm/base/headerMatching/HeaderPredicateFactory.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.js +2 -2
- package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/esm/base/headerMatching/MappingHeader.d.ts +3 -1
- package/esm/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/esm/base/headerMatching/MappingHeader.js +2 -2
- package/esm/base/headerMatching/MappingHeader.js.map +1 -1
- package/esm/base/helpers/CatalogHelper.d.ts +5 -3
- package/esm/base/helpers/CatalogHelper.d.ts.map +1 -1
- package/esm/base/helpers/CatalogHelper.js +5 -3
- package/esm/base/helpers/CatalogHelper.js.map +1 -1
- package/esm/base/index.d.ts +6 -3
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +8 -2
- package/esm/base/index.js.map +1 -1
- package/esm/base/localization/IntlStore.d.ts +3 -1
- package/esm/base/localization/IntlStore.d.ts.map +1 -1
- package/esm/base/localization/IntlStore.js +5 -24
- package/esm/base/localization/IntlStore.js.map +1 -1
- package/esm/base/localization/IntlWrapper.d.ts +0 -12
- package/esm/base/localization/IntlWrapper.d.ts.map +1 -1
- package/esm/base/localization/IntlWrapper.js +2 -27
- package/esm/base/localization/IntlWrapper.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts +4 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +2 -0
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsProvider.js +5 -9
- package/esm/base/localization/TranslationsProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +80 -18
- package/esm/base/localization/bundles/en-US.json +420 -64
- package/esm/base/localization/bundles/es-ES.json +89 -27
- package/esm/base/localization/bundles/fr-FR.json +79 -17
- package/esm/base/localization/bundles/ja-JP.json +80 -18
- package/esm/base/localization/bundles/nl-NL.json +79 -17
- package/esm/base/localization/bundles/pt-BR.json +79 -17
- package/esm/base/localization/bundles/pt-PT.json +79 -17
- package/esm/base/localization/bundles/ru-RU.json +79 -17
- package/esm/base/localization/bundles/zh-Hans.json +80 -18
- package/esm/base/localization/intlUtils.d.ts +1 -1
- package/esm/base/localization/intlUtils.js +2 -2
- package/esm/base/localization/messagesMap.d.ts +13 -0
- package/esm/base/localization/messagesMap.d.ts.map +1 -0
- package/esm/base/localization/messagesMap.js +28 -0
- package/esm/base/localization/messagesMap.js.map +1 -0
- package/esm/base/measureFormats/fillMissingFormat.d.ts +12 -0
- package/esm/base/measureFormats/fillMissingFormat.d.ts.map +1 -0
- package/esm/base/measureFormats/fillMissingFormat.js +23 -0
- package/esm/base/measureFormats/fillMissingFormat.js.map +1 -0
- package/esm/base/measureFormats/fillMissingFormats.d.ts +12 -0
- package/esm/base/measureFormats/fillMissingFormats.d.ts.map +1 -0
- package/esm/base/measureFormats/fillMissingFormats.js +16 -0
- package/esm/base/measureFormats/fillMissingFormats.js.map +1 -0
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +6 -14
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +4 -3
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/esm/base/measureTitles/fillMissingTitles.d.ts.map +1 -1
- package/esm/base/measureTitles/fillMissingTitles.js +5 -14
- package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/esm/base/react/BackendContext.d.ts +7 -3
- package/esm/base/react/BackendContext.d.ts.map +1 -1
- package/esm/base/react/BackendContext.js +8 -4
- package/esm/base/react/BackendContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +12 -3
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +14 -2
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts +6 -0
- package/esm/base/react/ClientWorkspaceContext/interfaces.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/interfaces.js +1 -1
- package/esm/base/react/ErrorComponent.d.ts +4 -2
- package/esm/base/react/ErrorComponent.d.ts.map +1 -1
- package/esm/base/react/ErrorComponent.js +5 -3
- package/esm/base/react/ErrorComponent.js.map +1 -1
- package/esm/base/react/LoadingComponent.d.ts +4 -2
- package/esm/base/react/LoadingComponent.d.ts.map +1 -1
- package/esm/base/react/LoadingComponent.js +5 -3
- package/esm/base/react/LoadingComponent.js.map +1 -1
- package/esm/base/react/WorkspaceContext.d.ts +7 -3
- package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/WorkspaceContext.js +8 -4
- package/esm/base/react/WorkspaceContext.js.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts +1 -1
- package/esm/base/react/legacy/availableDrillTargets.d.ts.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/esm/base/react/placeholders/base.d.ts +76 -42
- package/esm/base/react/placeholders/base.d.ts.map +1 -1
- package/esm/base/react/placeholders/base.js +1 -1
- package/esm/base/react/placeholders/base.js.map +1 -1
- package/esm/base/react/placeholders/factory.d.ts +4 -2
- package/esm/base/react/placeholders/factory.d.ts.map +1 -1
- package/esm/base/react/placeholders/factory.js +3 -1
- package/esm/base/react/placeholders/factory.js.map +1 -1
- package/esm/base/react/placeholders/hooks.d.ts +13 -3
- package/esm/base/react/placeholders/hooks.d.ts.map +1 -1
- package/esm/base/react/placeholders/hooks.js +14 -4
- package/esm/base/react/placeholders/hooks.js.map +1 -1
- package/esm/base/react/placeholders/resolve.d.ts.map +1 -1
- package/esm/base/react/placeholders/resolve.js +5 -3
- package/esm/base/react/placeholders/resolve.js.map +1 -1
- package/esm/base/react/useCancelablePromise.d.ts +17 -11
- package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromise.js +9 -3
- package/esm/base/react/useCancelablePromise.js.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.d.ts +5 -3
- package/esm/base/react/useCancelablePromiseUtils.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.js +6 -4
- package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/esm/base/results/dataAccess.d.ts +32 -12
- package/esm/base/results/dataAccess.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.d.ts +5 -2
- package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.js +4 -1
- package/esm/base/results/dataAccessConfig.js.map +1 -1
- package/esm/base/results/facade.d.ts +10 -8
- package/esm/base/results/facade.d.ts.map +1 -1
- package/esm/base/results/facade.js +9 -7
- package/esm/base/results/facade.js.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.d.ts +2 -2
- package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.js +1 -3
- package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.js +1 -1
- package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.js +2 -2
- package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
- package/esm/base/results/internal/definitionMethods.d.ts +1 -1
- package/esm/base/results/internal/definitionMethods.js +1 -1
- package/esm/base/results/internal/resultDataMethods.d.ts +3 -2
- package/esm/base/results/internal/resultDataMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultDataMethods.js.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.d.ts +3 -3
- package/esm/base/results/internal/resultMetaMethods.d.ts.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.js +3 -4
- package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
- package/esm/base/results/internal/utils.d.ts +2 -1
- package/esm/base/results/internal/utils.d.ts.map +1 -1
- package/esm/base/results/internal/utils.js +1 -1
- package/esm/base/vis/DrillEvents.d.ts +4 -1
- package/esm/base/vis/DrillEvents.d.ts.map +1 -1
- package/esm/base/vis/DrillEvents.js.map +1 -1
- package/esm/base/vis/Events.d.ts +2 -2
- package/esm/base/vis/Events.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.d.ts +11 -4
- package/esm/base/vis/VisualizationProps.d.ts.map +1 -1
- package/esm/base/vis/VisualizationProps.js +1 -1
- package/esm/base/vis/drilling.js +3 -3
- package/esm/base/vis/drilling.js.map +1 -1
- package/esm/base/vis/export.d.ts +1 -1
- package/esm/base/vis/export.js +3 -3
- package/esm/base/vis/export.js.map +1 -1
- package/esm/execution/DataViewLoader.d.ts +70 -0
- package/esm/execution/DataViewLoader.d.ts.map +1 -0
- package/esm/execution/DataViewLoader.js +143 -0
- package/esm/execution/DataViewLoader.js.map +1 -0
- package/esm/execution/Execute.d.ts +36 -20
- package/esm/execution/Execute.d.ts.map +1 -1
- package/esm/execution/Execute.js +7 -5
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/ExecuteInsight.d.ts +47 -16
- package/esm/execution/ExecuteInsight.d.ts.map +1 -1
- package/esm/execution/ExecuteInsight.js +7 -5
- package/esm/execution/ExecuteInsight.js.map +1 -1
- package/esm/execution/RawExecute.d.ts +19 -7
- package/esm/execution/RawExecute.d.ts.map +1 -1
- package/esm/execution/RawExecute.js +2 -1
- package/esm/execution/RawExecute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +9 -6
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +12 -3
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/index.d.ts +3 -2
- package/esm/execution/index.d.ts.map +1 -1
- package/esm/execution/index.js +3 -2
- package/esm/execution/index.js.map +1 -1
- package/esm/execution/useDataExport.d.ts +5 -3
- package/esm/execution/useDataExport.d.ts.map +1 -1
- package/esm/execution/useDataExport.js +3 -1
- package/esm/execution/useDataExport.js.map +1 -1
- package/esm/execution/useDataView.d.ts +5 -0
- package/esm/execution/useDataView.d.ts.map +1 -1
- package/esm/execution/useDataView.js +3 -0
- package/esm/execution/useDataView.js.map +1 -1
- package/esm/execution/useExecution.d.ts +17 -9
- package/esm/execution/useExecution.d.ts.map +1 -1
- package/esm/execution/useExecution.js +3 -0
- package/esm/execution/useExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +32 -15
- package/esm/execution/useExecutionDataView.d.ts.map +1 -1
- package/esm/execution/useExecutionDataView.js +3 -3
- package/esm/execution/useExecutionDataView.js.map +1 -1
- package/esm/execution/useInsightDataView.d.ts +39 -9
- package/esm/execution/useInsightDataView.d.ts.map +1 -1
- package/esm/execution/useInsightDataView.js +10 -4
- package/esm/execution/useInsightDataView.js.map +1 -1
- package/esm/execution/withExecution.d.ts +5 -4
- package/esm/execution/withExecution.d.ts.map +1 -1
- package/esm/execution/withExecution.js +1 -1
- package/esm/execution/withExecution.js.map +1 -1
- package/esm/execution/withExecutionLoading.d.ts +12 -7
- package/esm/execution/withExecutionLoading.d.ts.map +1 -1
- package/esm/execution/withExecutionLoading.js +1 -1
- package/esm/execution/withExecutionLoading.js.map +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -1
- package/esm/index.js.map +1 -1
- package/esm/kpi/Kpi.d.ts +13 -9
- package/esm/kpi/Kpi.d.ts.map +1 -1
- package/esm/kpi/Kpi.js +5 -3
- package/esm/kpi/Kpi.js.map +1 -1
- package/esm/locales.d.ts +42 -0
- package/esm/locales.d.ts.map +1 -0
- package/esm/locales.js +19 -0
- package/esm/locales.js.map +1 -0
- package/esm/polyfills.d.ts.map +1 -1
- package/esm/polyfills.js +3 -1
- package/esm/polyfills.js.map +1 -1
- package/esm/tsdoc-metadata.json +1 -1
- package/package.json +20 -16
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "valor vacío",
|
|
3
|
+
"gs.date.at": "en",
|
|
4
|
+
"gs.header.help": "Ayuda",
|
|
5
|
+
"gs.header.logout": "Cerrar sesión",
|
|
6
|
+
"gs.list.all": "Todo",
|
|
7
|
+
"gs.list.except": "excepto",
|
|
8
|
+
"gs.list.is": "es",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "N/D",
|
|
10
|
+
"gs.list.searchResults": "resultados de la búsqueda",
|
|
11
|
+
"gs.visualizationsList.loading": "Cargando…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "actual",
|
|
14
|
+
"gs.color-picker.newColor": "nuevo",
|
|
15
|
+
"gs.color-picker.cancelButton": "Cancelar",
|
|
16
|
+
"gs.color-picker.okButton": "Aceptar",
|
|
17
|
+
"gs.color-picker.hex": "hex",
|
|
18
|
+
"gs.noData.noMatchingData": "No hay datos que coincidan",
|
|
19
|
+
"gs.noData.noDataAvailable": "No hay datos que coincidan",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "Use {button} + desplácese para ampliar el mapa",
|
|
21
|
+
"geochart.touch.pan.blocker": "Use dos dedos para mover el mapa",
|
|
7
22
|
"visualizations.of": "{page} de {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "Agregar una fila nueva",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "Suma",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "Media",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "Min",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por valor de métrica. Para utilizar la consolidación (total), elimine todos los filtros de valores de métrica desde la barra de filtros.",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "La agregación de la consolidación (total) no está disponible cuando se filtra la perspectiva por filtro de clasificación. Para utilizar la consolidación (total), elimine el filtro de clasificación de la barra de filtros.",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "Mediana",
|
|
18
|
-
"visualizations.totals.row.title.sum": "Suma",
|
|
19
|
-
"visualizations.totals.row.title.avg": "Media",
|
|
20
|
-
"visualizations.totals.row.title.min": "Min",
|
|
21
|
-
"visualizations.totals.row.title.max": "Máx",
|
|
22
|
-
"visualizations.totals.row.title.nat": "Total",
|
|
23
|
-
"visualizations.totals.row.title.med": "Mediana",
|
|
24
32
|
"visualizations.headline.tertiary.title": "Frente a",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "Ninguno",
|
|
48
56
|
"gs.filter.loading": "Cargando filtro…",
|
|
49
57
|
"gs.filter.error": "Error al cargar filtro",
|
|
50
|
-
"gs.list.loading": "Cargando lista…",
|
|
51
58
|
"gs.list.clear": "Borrar",
|
|
52
59
|
"gs.list.cancel": "Cancelar",
|
|
53
60
|
"gs.list.apply": "Aplicar",
|
|
@@ -83,8 +90,13 @@
|
|
|
83
90
|
"loading": "Cargando…",
|
|
84
91
|
"filtering": "Filtrando…",
|
|
85
92
|
"dateFilterDropdown.title": "Rango de fechas",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "Rango de fechas",
|
|
87
93
|
"dateFilterDropdown.setDefault": "Establecer filtro de fecha predeterminado para{nbsp}lectores:",
|
|
94
|
+
"filters.thisMinute.title": "Este minuto",
|
|
95
|
+
"filters.lastMinute.title": "Último minuto",
|
|
96
|
+
"filters.nextMinute.title": "Minuto siguiente",
|
|
97
|
+
"filters.thisHour.title": "Esta hora",
|
|
98
|
+
"filters.lastHour.title": "Última hora",
|
|
99
|
+
"filters.nextHour.title": "Hora siguiente",
|
|
88
100
|
"filters.thisDay.title": "Hoy",
|
|
89
101
|
"filters.lastDay.title": "Ayer",
|
|
90
102
|
"filters.nextDay.title": "Mañana",
|
|
@@ -100,16 +112,30 @@
|
|
|
100
112
|
"filters.thisYear.title": "Este año",
|
|
101
113
|
"filters.lastYear.title": "Año pasado",
|
|
102
114
|
"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.
|
|
115
|
+
"filters.lastNMinutes": "{n, plural, one {El último # minuto} other {Los últimos # minutos}}",
|
|
116
|
+
"filters.lastNHours": "{n, plural, one {La última # hora} other {Las últimas # horas}}",
|
|
117
|
+
"filters.lastNDays": "{n, plural, one {El último # día} other {Los últimos # días}}",
|
|
118
|
+
"filters.lastNWeeks": "{n, plural, one {La última # semana} other {Las últimas # semanas}}",
|
|
119
|
+
"filters.lastNMonths": "{n, plural, one {El último # mes} other {Los últimos # meses}}",
|
|
120
|
+
"filters.lastNQuarters": "{n, plural, one {El último # trimestre} other {Los últimos # trimestres}}",
|
|
121
|
+
"filters.lastNYears": "{n, plural, one {El último # año} other {Los últimos # años}}",
|
|
122
|
+
"filters.nextNMinutes": "{n, plural, one {El siguiente # minuto} other {Los siguientes # minutos}}",
|
|
123
|
+
"filters.nextNHours": "{n, plural, one {La siguiente # hora} other {Las siguientes # horas}}",
|
|
124
|
+
"filters.nextNDays": "{n, plural, one {El siguiente # día} other {Los siguientes # días}}",
|
|
125
|
+
"filters.nextNWeeks": "{n, plural, one {La siguiente # semana} other {Las siguientes # semanas}}",
|
|
126
|
+
"filters.nextNMonths": "{n, plural, one {El siguiente # mes} other {Los siguientes # meses}}",
|
|
127
|
+
"filters.nextNQuarters": "{n, plural, one {El siguiente # trimestre} other {Los siguientes # trimestres}}",
|
|
128
|
+
"filters.nextNYears": "{n, plural, one {El siguiente # año} other {Los siguientes # años}}",
|
|
129
|
+
"filters.interval.minutes.past": "Desde hace {from} a {to} {to, plural, one {minuto} other {minutos}}",
|
|
130
|
+
"filters.interval.minutes.past.sameValue": "Hace {value} {value, plural, one {minuto} other {minutos}}",
|
|
131
|
+
"filters.interval.minutes.future": "Dentro de {from} a {to} {to, plural, one {minuto} other {minutos}}",
|
|
132
|
+
"filters.interval.minutes.future.sameValue": "Dentro de {value} {value, plural, one {minuto} other {minutos}}",
|
|
133
|
+
"filters.interval.minutes.mixed": "Hace de {from} {from, plural, one {minuto} other {minutos}} a dentro de {to} {to, plural, one {minuto} other {minutos}}",
|
|
134
|
+
"filters.interval.hours.past": "Hace de {from} a {to} {to, plural, one {hora} other {horas}}",
|
|
135
|
+
"filters.interval.hours.past.sameValue": "Hace {value} {value, plural, one {hora} other {horas}}",
|
|
136
|
+
"filters.interval.hours.future": "Dentro de {from} a {to} {to, plural, one {hora} other {horas}}",
|
|
137
|
+
"filters.interval.hours.future.sameValue": "Dentro de {value} {value, plural, one {hora} other {horas}}",
|
|
138
|
+
"filters.interval.hours.mixed": "Hace de {from} {from, plural, one {hora} other {horas}} a dentro de {to} {to, plural, one {hora} other {horas}}",
|
|
113
139
|
"filters.interval.days.past": "Hace de {from} a {to} {to, plural, one {día} other {días}}",
|
|
114
140
|
"filters.interval.days.past.sameValue": "Hace {value} {value, plural, one {día} other {días}}",
|
|
115
141
|
"filters.interval.days.future": "Dentro de {from} a {to} {to, plural, one {día} other {días}}",
|
|
@@ -135,6 +161,8 @@
|
|
|
135
161
|
"filters.interval.years.future": "Dentro de {from} a {to} {to, plural, one {año} other {años}}",
|
|
136
162
|
"filters.interval.years.future.sameValue": "Dentro de {value} {value, plural, one {año} other {años}}",
|
|
137
163
|
"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}}",
|
|
164
|
+
"filters.granularity.minutes": "Minutos",
|
|
165
|
+
"filters.granularity.hours": "Horas",
|
|
138
166
|
"filters.granularity.days": "Días",
|
|
139
167
|
"filters.granularity.weeks": "Semanas",
|
|
140
168
|
"filters.granularity.months": "Meses",
|
|
@@ -142,10 +170,16 @@
|
|
|
142
170
|
"filters.granularity.years": "Años",
|
|
143
171
|
"filters.from": "de",
|
|
144
172
|
"filters.to": "para",
|
|
145
|
-
"filters.floatingRange": "
|
|
173
|
+
"filters.floatingRange": "Periodo relativo",
|
|
146
174
|
"filters.floatingRange.tooltip": "El rango de fechas es relativo a hoy y se ajusta en el tiempo.",
|
|
147
175
|
"filters.floatingRange.noMatch": "No se encontró ninguna coincidencia",
|
|
148
176
|
"filters.floatingRange.tooBig": "Valor máximo: {limit}",
|
|
177
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {el minuto pasado} other {hace # minutos}}",
|
|
178
|
+
"filters.floatingRange.option.minute.offset.today": "este minuto",
|
|
179
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {el próximo minuto} other {dentro de # minutos}}",
|
|
180
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {la hora pasada} other {hace # horas}}",
|
|
181
|
+
"filters.floatingRange.option.hour.offset.today": "esta hora",
|
|
182
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {la próxima hora} other {dentro de # horas}}",
|
|
149
183
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {ayer} other {hace # días}}",
|
|
150
184
|
"filters.floatingRange.option.day.offset.today": "hoy",
|
|
151
185
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {mañana} other {dentro de # días}}",
|
|
@@ -163,6 +197,10 @@
|
|
|
163
197
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {el próximo año} other {dentro de # años}}",
|
|
164
198
|
"filters.allTime.title": "De todo el tiempo",
|
|
165
199
|
"filters.allTime.excludeCurrentPeriod": "Excluir periodo abierto",
|
|
200
|
+
"filters.minute.title": "MINUTO",
|
|
201
|
+
"filters.minute.excludeCurrentPeriod": "Excluir este minuto",
|
|
202
|
+
"filters.hour.title": "HORA",
|
|
203
|
+
"filters.hour.excludeCurrentPeriod": "Excluir esta hora",
|
|
166
204
|
"filters.day.title": "DÍA",
|
|
167
205
|
"filters.day.excludeCurrentPeriod": "Excluir hoy",
|
|
168
206
|
"filters.week.title": "SEMANA",
|
|
@@ -176,6 +214,7 @@
|
|
|
176
214
|
"filters.excludeCurrentPeriod.unavailable": "No disponible para el intervalo de fechas seleccionado",
|
|
177
215
|
"filters.staticPeriod": "Período estático",
|
|
178
216
|
"filters.staticPeriod.incorrectFormat": "La fecha debe estar en formato {format}",
|
|
217
|
+
"filters.staticPeriod.endDateBeforeStartDate": "La hora de fin debe ser posterior a la hora de inicio",
|
|
179
218
|
"mvf.operator.all": "todo",
|
|
180
219
|
"mvf.operator.greaterThan": "mayor que",
|
|
181
220
|
"mvf.operator.greaterThanOrEqualTo": "mayor o igual que",
|
|
@@ -198,6 +237,7 @@
|
|
|
198
237
|
"measureNumberCustomFormatDialog.howToFormat": "¿Cómo dar formato?",
|
|
199
238
|
"measureNumberCustomFormatDialog.definition": "Definición",
|
|
200
239
|
"measureNumberCustomFormatDialog.preview": "Vista previa",
|
|
240
|
+
"properties.legend.title": "Leyenda",
|
|
201
241
|
"attrf.all": "Todo",
|
|
202
242
|
"attrf.all_except": "Todo excepto",
|
|
203
243
|
"rankingFilter.topBottom": "Valores superiores/inferiores",
|
|
@@ -241,8 +281,30 @@
|
|
|
241
281
|
"sorting.dropdown.header": "Ordenar perspectiva",
|
|
242
282
|
"sorting.type.alphabetical.asc": "De la A a la Z",
|
|
243
283
|
"sorting.type.alphabetical.desc": "De la Z a la A",
|
|
284
|
+
"sorting.type.date.asc": "De más antiguo a más reciente",
|
|
285
|
+
"sorting.type.date.desc": "De más reciente a más antiguo",
|
|
286
|
+
"sorting.type.default": "Predeterminado",
|
|
244
287
|
"sorting.type.numerical.asc": "De menor a mayor",
|
|
245
288
|
"sorting.type.numerical.desc": "De mayor a menor",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
289
|
+
"sorting.by": "por",
|
|
290
|
+
"sorting.sum.of.all.measure": "Total",
|
|
291
|
+
"sorting.default.tooltip": "Use el orden definido en el atributo.",
|
|
292
|
+
"attributeFilterDropdown.emptyValue": "valor vacío",
|
|
293
|
+
"embedInsightDialog.actions.close": "Cerrar",
|
|
294
|
+
"embedInsightDialog.actions.copyCode": "Copiar código",
|
|
295
|
+
"embedInsightDialog.code.language.codeAs": "Codificar como",
|
|
296
|
+
"embedInsightDialog.code.options": "Otras opciones",
|
|
297
|
+
"embedInsightDialog.code.options.include.config": "Incluir configuración",
|
|
298
|
+
"embedInsightDialog.code.options.include.config.info": "Incluya la configuración de la perspectiva en cuanto a colores, ejes, leyenda y lienzos si está disponible.",
|
|
299
|
+
"embedInsightDialog.code.options.custom.height": "Personalizar altura",
|
|
300
|
+
"embedInsightDialog.code.options.display.title": "Mostrar título",
|
|
301
|
+
"embedInsightDialog.headLine.byReference": "Incrustar como perspectiva directa",
|
|
302
|
+
"embedInsightDialog.headLine.byDefinition": "Incrustar como perspectiva permanente",
|
|
303
|
+
"embedInsightDialog.headLine.byReference.tooltip": "Incrustar como una referencia a una perspectiva guardada en un componente de reacción genérico de GD.UI. Cualquier cambio futuro en la perspectiva (como tipo de visuailzación, métricas, atributos) quedará reflejado en la versión incrustada.",
|
|
304
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "Incrustar como una definición de perspectiva en un componente de reacción específico de GD.UI según el tipo de visualización seleccionado actualmente. Ningún cambio futuro en la perspectiva (como tipo de visualización, métricas, atributos) hecho en esta aplicación quedará reflejado en la versión incrustada.",
|
|
305
|
+
"embedInsightDialog.prepareEnvironmentMessage": "<b>Nota.</b> Para que este fragmento de código funcione, prepare su entorno.",
|
|
306
|
+
"embedInsightDialog.prepareEnvironmentMessage.link": "Más información",
|
|
307
|
+
"embed.dialog.numeric.input.validation": "El valor debe ser un número mayor que 0",
|
|
308
|
+
"embed.dialog.numeric.input.warning": "Esta entrada acepta solo dígitos mayores que 0",
|
|
309
|
+
"embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación"
|
|
248
310
|
}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "valeur vide",
|
|
3
|
+
"gs.date.at": "à",
|
|
4
|
+
"gs.header.help": "Aide",
|
|
5
|
+
"gs.header.logout": "Déconnexion",
|
|
6
|
+
"gs.list.all": "Tout",
|
|
7
|
+
"gs.list.except": "sauf",
|
|
8
|
+
"gs.list.is": "est",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "S/O",
|
|
10
|
+
"gs.list.searchResults": "résultats de la recherche",
|
|
11
|
+
"gs.visualizationsList.loading": "Chargement en cours…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "en cours",
|
|
14
|
+
"gs.color-picker.newColor": "nouvelle",
|
|
15
|
+
"gs.color-picker.cancelButton": "Annuler",
|
|
16
|
+
"gs.color-picker.okButton": "OK",
|
|
17
|
+
"gs.color-picker.hex": "hex",
|
|
18
|
+
"gs.noData.noMatchingData": "Aucune donnée correspondante",
|
|
19
|
+
"gs.noData.noDataAvailable": "Aucune donnée correspondante",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "Utilisez {button} + défilement pour zoomer sur la carte",
|
|
21
|
+
"geochart.touch.pan.blocker": "Utilisez deux doigts pour déplacer la carte",
|
|
7
22
|
"visualizations.of": "{page} sur {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "Ajouter une nouvelle ligne",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "Somme",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "Moyenne",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "Min",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "L'agrégation Cumul (Total) n'est pas disponible en filtrant la perception par valeur de métrique. Pour utiliser Cumul (Total), supprimez tous les filtres de valeur de métrique de la barre de filtres.",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "L'agrégation Cumul (Total) n'est pas disponible lorsque la perception utilise un filtre de classement. Pour utiliser Cumul (Total), retirez le filtre de classement de la barre de filtres.",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "Médiane",
|
|
18
|
-
"visualizations.totals.row.title.sum": "Somme",
|
|
19
|
-
"visualizations.totals.row.title.avg": "Moyenne",
|
|
20
|
-
"visualizations.totals.row.title.min": "Min",
|
|
21
|
-
"visualizations.totals.row.title.max": "Max",
|
|
22
|
-
"visualizations.totals.row.title.nat": "Total",
|
|
23
|
-
"visualizations.totals.row.title.med": "Médiane",
|
|
24
32
|
"visualizations.headline.tertiary.title": "Par rapport à",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "Aucun(e)",
|
|
48
56
|
"gs.filter.loading": "Chargement du filtre en cours …",
|
|
49
57
|
"gs.filter.error": "Erreur lors du chargement du filtre",
|
|
50
|
-
"gs.list.loading": "Chargement de la liste en cours…",
|
|
51
58
|
"gs.list.clear": "Effacer",
|
|
52
59
|
"gs.list.cancel": "Annuler",
|
|
53
60
|
"gs.list.apply": "Appliquer",
|
|
@@ -83,8 +90,13 @@
|
|
|
83
90
|
"loading": "Chargement en cours…",
|
|
84
91
|
"filtering": "Filtrage…",
|
|
85
92
|
"dateFilterDropdown.title": "Plage de dates",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "Plage de dates",
|
|
87
93
|
"dateFilterDropdown.setDefault": "Définissez le filtre de date par défaut pour les{nbsp}lecteurs :",
|
|
94
|
+
"filters.thisMinute.title": "Cette minute",
|
|
95
|
+
"filters.lastMinute.title": "Dernière minute",
|
|
96
|
+
"filters.nextMinute.title": "Minute suivante",
|
|
97
|
+
"filters.thisHour.title": "Cette heure",
|
|
98
|
+
"filters.lastHour.title": "Dernière heure",
|
|
99
|
+
"filters.nextHour.title": "Heure suivante",
|
|
88
100
|
"filters.thisDay.title": "Aujourd'hui",
|
|
89
101
|
"filters.lastDay.title": "Hier",
|
|
90
102
|
"filters.nextDay.title": "Demain",
|
|
@@ -100,16 +112,30 @@
|
|
|
100
112
|
"filters.thisYear.title": "Cette année",
|
|
101
113
|
"filters.lastYear.title": "L'année dernière",
|
|
102
114
|
"filters.nextYear.title": "L'année prochaine",
|
|
115
|
+
"filters.lastNMinutes": "{n, plural, one {Dernière # minute} other {Dernières # minutes}}",
|
|
116
|
+
"filters.lastNHours": "{n, plural, one {Dernière # heure} other {Dernières # heures}}",
|
|
103
117
|
"filters.lastNDays": "{n, plural, one {# dernier jour} other {# derniers jours}}",
|
|
104
118
|
"filters.lastNWeeks": "{n, plural, one {# dernière semaine} other {# dernières semaines}}",
|
|
105
119
|
"filters.lastNMonths": "{n, plural, one {# dernier mois} other {# derniers mois}}",
|
|
106
120
|
"filters.lastNQuarters": "{n, plural, one {# dernier trimestre} other {# derniers trimestres}}",
|
|
107
121
|
"filters.lastNYears": "{n, plural, one {# dernière année} other {# dernières années}}",
|
|
122
|
+
"filters.nextNMinutes": "{n, plural, one {# minute suivante} other {# minutes suivantes}}",
|
|
123
|
+
"filters.nextNHours": "{n, plural, one {# heure suivante} other {# heures suivantes}}",
|
|
108
124
|
"filters.nextNDays": "{n, plural, one {# prochain jour} other {# prochains jours}}",
|
|
109
125
|
"filters.nextNWeeks": "{n, plural, one {# prochaine semaine} other {# prochaines semaines}}",
|
|
110
126
|
"filters.nextNMonths": "{n, plural, one {# prochain mois} other {# prochains mois}}",
|
|
111
127
|
"filters.nextNQuarters": "{n, plural, one {# prochain trimestre} other {# prochains trimestres}}",
|
|
112
128
|
"filters.nextNYears": "{n, plural, one {# prochaine année} other {# prochaines années}}",
|
|
129
|
+
"filters.interval.minutes.past": "Il y a {from} à {to} {to, plural, one {minute} other {minutes}}",
|
|
130
|
+
"filters.interval.minutes.past.sameValue": "Il y a {value} {value, plural, one {minute} other {minutes}}",
|
|
131
|
+
"filters.interval.minutes.future": "Dans {from} à {to} {to, plural, one {minute} other {minutes}}",
|
|
132
|
+
"filters.interval.minutes.future.sameValue": "Dans {value} {value, plural, one {minute} other {minutes}}",
|
|
133
|
+
"filters.interval.minutes.mixed": "D'il y a {from} {from, plural, one {minute} other {minutes}} à dans {to} {to, plural, one {minute} other {minutes}}",
|
|
134
|
+
"filters.interval.hours.past": "D'il y a {from} à {to} {to, plural, one {heure} other {heures}}",
|
|
135
|
+
"filters.interval.hours.past.sameValue": "Il y a {value} {value, plural, one {heure} other {heures}}",
|
|
136
|
+
"filters.interval.hours.future": "Dans {from} à {to} {to, plural, one {heure} other {heures}}",
|
|
137
|
+
"filters.interval.hours.future.sameValue": "Dans {value} {value, plural, one {heure} other {heures}}",
|
|
138
|
+
"filters.interval.hours.mixed": "D'il y a {from} {from, plural, one {heure} other {heures}} à dans {to} {to, plural, one {heure} other {heures}}",
|
|
113
139
|
"filters.interval.days.past": "Il y a {from} à {to} {to, plural, one {jour} other {jours}}",
|
|
114
140
|
"filters.interval.days.past.sameValue": "Il y a {value} {value, plural, one {jour} other {jours}}",
|
|
115
141
|
"filters.interval.days.future": "Dans {from} à {to} {to, plural, one {jour} other {jours}}",
|
|
@@ -135,6 +161,8 @@
|
|
|
135
161
|
"filters.interval.years.future": "Dans {from} à {to} {to, plural, one {an} other {ans}}",
|
|
136
162
|
"filters.interval.years.future.sameValue": "Dans {value} {value, plural, one {an} other {ans}}",
|
|
137
163
|
"filters.interval.years.mixed": "D'il y a {from} {from, plural, one {an} other {ans}} à dans {to} {to, plural, one {an} other {ans}}",
|
|
164
|
+
"filters.granularity.minutes": "Minutes",
|
|
165
|
+
"filters.granularity.hours": "Heures",
|
|
138
166
|
"filters.granularity.days": "Jours",
|
|
139
167
|
"filters.granularity.weeks": "Semaines",
|
|
140
168
|
"filters.granularity.months": "Mois",
|
|
@@ -142,10 +170,16 @@
|
|
|
142
170
|
"filters.granularity.years": "Années",
|
|
143
171
|
"filters.from": "de",
|
|
144
172
|
"filters.to": "à",
|
|
145
|
-
"filters.floatingRange": "
|
|
173
|
+
"filters.floatingRange": "Période relative",
|
|
146
174
|
"filters.floatingRange.tooltip": "La plage de dates se base sur la date du jour et s'ajuste dans le temps.",
|
|
147
175
|
"filters.floatingRange.noMatch": "Aucune correspondance trouvée",
|
|
148
176
|
"filters.floatingRange.tooBig": "Valeur maximale : {limit}",
|
|
177
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {dernière minute} other {il y a # minutes}}",
|
|
178
|
+
"filters.floatingRange.option.minute.offset.today": "cette minute",
|
|
179
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {minute suivante} other {dans # minutes}}",
|
|
180
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {dernière heure} other {il y a # heures}}",
|
|
181
|
+
"filters.floatingRange.option.hour.offset.today": "cette heure",
|
|
182
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {heure suivante} other {dans # heures}}",
|
|
149
183
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {hier} other {il y a # jours}}",
|
|
150
184
|
"filters.floatingRange.option.day.offset.today": "aujourd'hui",
|
|
151
185
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {demain} other {dans # jours}}",
|
|
@@ -163,6 +197,10 @@
|
|
|
163
197
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {l'année prochaine} other {dans # ans}}",
|
|
164
198
|
"filters.allTime.title": "Tout le temps",
|
|
165
199
|
"filters.allTime.excludeCurrentPeriod": "Exclure période ouverte",
|
|
200
|
+
"filters.minute.title": "MINUTE",
|
|
201
|
+
"filters.minute.excludeCurrentPeriod": "Exclure cette minute",
|
|
202
|
+
"filters.hour.title": "HEURE",
|
|
203
|
+
"filters.hour.excludeCurrentPeriod": "Exclure cette heure",
|
|
166
204
|
"filters.day.title": "JOUR",
|
|
167
205
|
"filters.day.excludeCurrentPeriod": "Exclure aujourd'hui",
|
|
168
206
|
"filters.week.title": "SEMAINE",
|
|
@@ -176,6 +214,7 @@
|
|
|
176
214
|
"filters.excludeCurrentPeriod.unavailable": "Indisponible pour la plage de dates sélectionnée",
|
|
177
215
|
"filters.staticPeriod": "Période statique",
|
|
178
216
|
"filters.staticPeriod.incorrectFormat": "La date doit être au format {format}",
|
|
217
|
+
"filters.staticPeriod.endDateBeforeStartDate": "L'heure de fin doit être ultérieure à l'heure de début",
|
|
179
218
|
"mvf.operator.all": "tout",
|
|
180
219
|
"mvf.operator.greaterThan": "supérieur à",
|
|
181
220
|
"mvf.operator.greaterThanOrEqualTo": "supérieur ou égal à",
|
|
@@ -198,6 +237,7 @@
|
|
|
198
237
|
"measureNumberCustomFormatDialog.howToFormat": "Instructions sur le format",
|
|
199
238
|
"measureNumberCustomFormatDialog.definition": "Définition",
|
|
200
239
|
"measureNumberCustomFormatDialog.preview": "Aperçu",
|
|
240
|
+
"properties.legend.title": "Légende",
|
|
201
241
|
"attrf.all": "Tout",
|
|
202
242
|
"attrf.all_except": "Tout sauf",
|
|
203
243
|
"rankingFilter.topBottom": "Meilleures/moins bonnes valeurs",
|
|
@@ -241,8 +281,30 @@
|
|
|
241
281
|
"sorting.dropdown.header": "Trier la perception",
|
|
242
282
|
"sorting.type.alphabetical.asc": "A à Z",
|
|
243
283
|
"sorting.type.alphabetical.desc": "Z à A",
|
|
284
|
+
"sorting.type.date.asc": "Ordre chronologique",
|
|
285
|
+
"sorting.type.date.desc": "Ordre antéchronologique",
|
|
286
|
+
"sorting.type.default": "Par défaut",
|
|
244
287
|
"sorting.type.numerical.asc": "Du plus petit au plus grand",
|
|
245
288
|
"sorting.type.numerical.desc": "Du plus grand au plus petit",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
289
|
+
"sorting.by": "par",
|
|
290
|
+
"sorting.sum.of.all.measure": "Total",
|
|
291
|
+
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
|
|
292
|
+
"attributeFilterDropdown.emptyValue": "valeur vide",
|
|
293
|
+
"embedInsightDialog.actions.close": "Fermer",
|
|
294
|
+
"embedInsightDialog.actions.copyCode": "Copier le code",
|
|
295
|
+
"embedInsightDialog.code.language.codeAs": "Coder avec",
|
|
296
|
+
"embedInsightDialog.code.options": "Autres options",
|
|
297
|
+
"embedInsightDialog.code.options.include.config": "Inclure la configuration",
|
|
298
|
+
"embedInsightDialog.code.options.include.config.info": "Inclure la configuration disponible des couleurs, axes, légendes et canevas de la perception.",
|
|
299
|
+
"embedInsightDialog.code.options.custom.height": "Hauteur personnalisée",
|
|
300
|
+
"embedInsightDialog.code.options.display.title": "Afficher le titre",
|
|
301
|
+
"embedInsightDialog.headLine.byReference": "Incorporer en tant que perception directe",
|
|
302
|
+
"embedInsightDialog.headLine.byDefinition": "Incorporer en tant que perception permanente",
|
|
303
|
+
"embedInsightDialog.headLine.byReference.tooltip": "Incorporer en tant que référence à une perception enregistrée dans un composant React GD.UI générique. Toute modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) est appliquée à la version incorporée.",
|
|
304
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "Incorporer en tant que définition de perception dans un composant React GD.UI spécifique sur la base du type de visualisation actuellement sélectionné. Aucune modification ultérieure de cette perception (type de visualisation, métriques ou attributs par exemple) effectuée dans cette application n'est appliquée à la version incorporée.",
|
|
305
|
+
"embedInsightDialog.prepareEnvironmentMessage": "<b>Remarque.</b> Pour que cet extrait fonctionne, vous devez préparer l'environnement.",
|
|
306
|
+
"embedInsightDialog.prepareEnvironmentMessage.link": "En savoir plus",
|
|
307
|
+
"embed.dialog.numeric.input.validation": "La valeur doit être supérieure à 0",
|
|
308
|
+
"embed.dialog.numeric.input.warning": "La saisie n'accepte que les chiffres supérieurs à 0.",
|
|
309
|
+
"embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation"
|
|
248
310
|
}
|
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
2
|
+
"empty_value": "空の値",
|
|
3
|
+
"gs.date.at": "の時刻",
|
|
4
|
+
"gs.header.help": "ヘルプ",
|
|
5
|
+
"gs.header.logout": "ログアウト",
|
|
6
|
+
"gs.list.all": "すべて",
|
|
7
|
+
"gs.list.except": "次を除く",
|
|
8
|
+
"gs.list.is": "は",
|
|
9
|
+
"gs.list.notAvailableAbbreviation": "該当なし",
|
|
10
|
+
"gs.list.searchResults": "検索結果",
|
|
11
|
+
"gs.visualizationsList.loading": "読み込んでいます…",
|
|
12
|
+
"gs.color-picker.inputPlaceholder": "#color",
|
|
13
|
+
"gs.color-picker.currentColor": "現在",
|
|
14
|
+
"gs.color-picker.newColor": "新規",
|
|
15
|
+
"gs.color-picker.cancelButton": "キャンセル",
|
|
16
|
+
"gs.color-picker.okButton": "OK",
|
|
17
|
+
"gs.color-picker.hex": "ヘックス",
|
|
18
|
+
"gs.noData.noMatchingData": "一致するデータがありません",
|
|
19
|
+
"gs.noData.noDataAvailable": "一致するデータがありません",
|
|
20
|
+
"geochart.scroll.zoom.blocker": "地図をズームするには、{button} スクロールを使用します",
|
|
21
|
+
"geochart.touch.pan.blocker": "地図を移動するには、 2 本の指を使用します",
|
|
7
22
|
"visualizations.of": "{page} / {pagesCount}",
|
|
8
|
-
"visualizations.totals.dropdown.heading": "新しい行を追加",
|
|
9
23
|
"visualizations.totals.dropdown.title.sum": "合計",
|
|
10
24
|
"visualizations.totals.dropdown.title.avg": "平均",
|
|
11
25
|
"visualizations.totals.dropdown.title.min": "最小",
|
|
@@ -15,12 +29,6 @@
|
|
|
15
29
|
"visualizations.totals.dropdown.tooltip.nat.disabled.mvf._metric": "ロールアップ(合計)集約はインサイトをメトリック値でフィルターした場合には使用できません。ロールアップ(合計)を使用するにはフィルターバーからメトリック値フィルターを全て解除してください。",
|
|
16
30
|
"visualizations.totals.dropdown.tooltip.nat.disabled.ranking": "ロールアップ(合計)集約はインサイトをメジャーでフィルターした場合に使用できません。ロールアップ(合計)を使用するにはフィルターバーからメジャーフィルターを全て解除してください。",
|
|
17
31
|
"visualizations.totals.dropdown.title.med": "中央値",
|
|
18
|
-
"visualizations.totals.row.title.sum": "合計",
|
|
19
|
-
"visualizations.totals.row.title.avg": "平均",
|
|
20
|
-
"visualizations.totals.row.title.min": "最小",
|
|
21
|
-
"visualizations.totals.row.title.max": "最高",
|
|
22
|
-
"visualizations.totals.row.title.nat": "合計",
|
|
23
|
-
"visualizations.totals.row.title.med": "中央値",
|
|
24
32
|
"visualizations.headline.tertiary.title": "対",
|
|
25
33
|
"visualization.numericValues.k": "k",
|
|
26
34
|
"visualization.numericValues.m": "M",
|
|
@@ -47,7 +55,6 @@
|
|
|
47
55
|
"gs.filterLabel.none": "なし",
|
|
48
56
|
"gs.filter.loading": "フィルターを読み込み中…",
|
|
49
57
|
"gs.filter.error": "フィルターの読み込みエラー",
|
|
50
|
-
"gs.list.loading": "リストを読み込み中…",
|
|
51
58
|
"gs.list.clear": "クリア",
|
|
52
59
|
"gs.list.cancel": "キャンセル",
|
|
53
60
|
"gs.list.apply": "適用",
|
|
@@ -83,8 +90,13 @@
|
|
|
83
90
|
"loading": "読み込んでいます…",
|
|
84
91
|
"filtering": "フィルタリング中…",
|
|
85
92
|
"dateFilterDropdown.title": "日付範囲",
|
|
86
|
-
"dateFilterDropdown.buttonTitle": "日付範囲",
|
|
87
93
|
"dateFilterDropdown.setDefault": "ビューアーのデフォルトの{nbsp}日付フィルターを設定:",
|
|
94
|
+
"filters.thisMinute.title": "現時点",
|
|
95
|
+
"filters.lastMinute.title": "一分前",
|
|
96
|
+
"filters.nextMinute.title": "一分後",
|
|
97
|
+
"filters.thisHour.title": "現時点",
|
|
98
|
+
"filters.lastHour.title": "一時間前",
|
|
99
|
+
"filters.nextHour.title": "一時間後",
|
|
88
100
|
"filters.thisDay.title": "今日",
|
|
89
101
|
"filters.lastDay.title": "昨日",
|
|
90
102
|
"filters.nextDay.title": "明日",
|
|
@@ -100,16 +112,30 @@
|
|
|
100
112
|
"filters.thisYear.title": "今年",
|
|
101
113
|
"filters.lastYear.title": "去年",
|
|
102
114
|
"filters.nextYear.title": "来年",
|
|
115
|
+
"filters.lastNMinutes": "{n, plural, one {直近の # 分} other {直近の # 分}}",
|
|
116
|
+
"filters.lastNHours": "{n, plural, one {直近の # 時間} other {直近の # 時間}}",
|
|
103
117
|
"filters.lastNDays": "{n, plural, one {直近の # 日} other {直近の # 日}}",
|
|
104
118
|
"filters.lastNWeeks": "{n, plural, one {直近の # 週間 } other {直近の # 週間}}",
|
|
105
119
|
"filters.lastNMonths": "{n, plural, one {直近の # ヶ月 } other {直近の # ヶ月}}",
|
|
106
120
|
"filters.lastNQuarters": "{n, plural, one {直近の # 四半期} other {直近の # 四半期}}",
|
|
107
121
|
"filters.lastNYears": "{n, plural, one {直近の # 年} other {直近の # 年間}}",
|
|
122
|
+
"filters.nextNMinutes": "{n, plural, one {次の # 分} other {次の # 分}}",
|
|
123
|
+
"filters.nextNHours": "{n, plural, one {次の # 日} other {次の # 日}}",
|
|
108
124
|
"filters.nextNDays": "{n, plural, one {次の # 日} other {次の # 日間}}",
|
|
109
125
|
"filters.nextNWeeks": "{n, plural, one {次の # 週間} other {次の # 週間}}",
|
|
110
126
|
"filters.nextNMonths": "{n, plural, one {次の # ヶ月} other {N次の # ヶ月間}}",
|
|
111
127
|
"filters.nextNQuarters": "{n, plural, one {次の # 四半期} other {次の # ヶ月間}}",
|
|
112
128
|
"filters.nextNYears": "{n, plural, one {次の # 年} other {次の # 年間}}",
|
|
129
|
+
"filters.interval.minutes.past": "{from} から {to} {to, plural, one {分} other {分}} 前",
|
|
130
|
+
"filters.interval.minutes.past.sameValue": "{value} {value, plural, one {分} other {分}} 前",
|
|
131
|
+
"filters.interval.minutes.future": "{from} から {to} {to, plural, one {分} other {分}} 後",
|
|
132
|
+
"filters.interval.minutes.future.sameValue": "{value} {value, plural, one {分} other {分}} 後",
|
|
133
|
+
"filters.interval.minutes.mixed": "{from} {from, plural, one {分} other {分}}前から {to} {to, plural, one {分} other {分}} 後",
|
|
134
|
+
"filters.interval.hours.past": "{from} から {to} {to, plural, one {時間} other {時間}} 前",
|
|
135
|
+
"filters.interval.hours.past.sameValue": "{value} {value, plural, one {時間} other {時間}} 前",
|
|
136
|
+
"filters.interval.hours.future": "{from} から {to} {to, plural, one {時間} other {時間}} 後",
|
|
137
|
+
"filters.interval.hours.future.sameValue": "{value} {value, plural, one {時間} other {時間}} 後",
|
|
138
|
+
"filters.interval.hours.mixed": "{from} {from, plural, one {時間} other {時間}}前から{to} {to, plural, one {時間} other {時間}}後まで",
|
|
113
139
|
"filters.interval.days.past": "{from} から {to} {to, plural, one {日間} other {日間}} 前まで ",
|
|
114
140
|
"filters.interval.days.past.sameValue": "{value} {value, plural, one {日間} other {日間}} 前",
|
|
115
141
|
"filters.interval.days.future": "{from} から {to} {to, plural, one {日間} other {日間}} 先まで",
|
|
@@ -135,6 +161,8 @@
|
|
|
135
161
|
"filters.interval.years.future": "{from} から {to} {to, plural, one {年間} other {年間}} 先まで",
|
|
136
162
|
"filters.interval.years.future.sameValue": "{value} {value, plural, one {年間} other {年間}} 先",
|
|
137
163
|
"filters.interval.years.mixed": "{from} {from, plural, one {年間} other {年間}} 前から {to} {to, plural, one {年間} other {年間}} 先まで",
|
|
164
|
+
"filters.granularity.minutes": "分",
|
|
165
|
+
"filters.granularity.hours": "時間",
|
|
138
166
|
"filters.granularity.days": "日次",
|
|
139
167
|
"filters.granularity.weeks": "週次",
|
|
140
168
|
"filters.granularity.months": "月次",
|
|
@@ -142,10 +170,16 @@
|
|
|
142
170
|
"filters.granularity.years": "年次",
|
|
143
171
|
"filters.from": "開始時点",
|
|
144
172
|
"filters.to": "終了時点",
|
|
145
|
-
"filters.floatingRange": "
|
|
173
|
+
"filters.floatingRange": "関連時間",
|
|
146
174
|
"filters.floatingRange.tooltip": "日付の範囲は今日を基準に変化し、正確な時間に調整されます",
|
|
147
175
|
"filters.floatingRange.noMatch": "一致するものがありません",
|
|
148
176
|
"filters.floatingRange.tooBig": "最大値: {limit}",
|
|
177
|
+
"filters.floatingRange.option.minute.offset.history": "{n, plural, one {一分前} other {# 分前}}",
|
|
178
|
+
"filters.floatingRange.option.minute.offset.today": "現時点",
|
|
179
|
+
"filters.floatingRange.option.minute.offset.future": "{n, plural, one {一分後} other {# 分後}}",
|
|
180
|
+
"filters.floatingRange.option.hour.offset.history": "{n, plural, one {一時間前} other {# 時間前}}",
|
|
181
|
+
"filters.floatingRange.option.hour.offset.today": "現時点",
|
|
182
|
+
"filters.floatingRange.option.hour.offset.future": "{n, plural, one {一時間後} other {# 時間後}}",
|
|
149
183
|
"filters.floatingRange.option.day.offset.history": "{n, plural, one {昨日} other {# 日前}}",
|
|
150
184
|
"filters.floatingRange.option.day.offset.today": "今日",
|
|
151
185
|
"filters.floatingRange.option.day.offset.future": "{n, plural, one {明日} other {# 日先}}",
|
|
@@ -163,6 +197,10 @@
|
|
|
163
197
|
"filters.floatingRange.option.year.offset.future": "{n, plural, one {来年} other {# 年先}}",
|
|
164
198
|
"filters.allTime.title": "全期間",
|
|
165
199
|
"filters.allTime.excludeCurrentPeriod": "期限なしを除外",
|
|
200
|
+
"filters.minute.title": "分間",
|
|
201
|
+
"filters.minute.excludeCurrentPeriod": "現時点を除外",
|
|
202
|
+
"filters.hour.title": "時間",
|
|
203
|
+
"filters.hour.excludeCurrentPeriod": "現時点を除外",
|
|
166
204
|
"filters.day.title": "曜日",
|
|
167
205
|
"filters.day.excludeCurrentPeriod": "今日を除外",
|
|
168
206
|
"filters.week.title": "週",
|
|
@@ -176,6 +214,7 @@
|
|
|
176
214
|
"filters.excludeCurrentPeriod.unavailable": "選択したデータ範囲ではご利用いただけません",
|
|
177
215
|
"filters.staticPeriod": "固定期間",
|
|
178
216
|
"filters.staticPeriod.incorrectFormat": "日付形式は {format} にする必要があります",
|
|
217
|
+
"filters.staticPeriod.endDateBeforeStartDate": "終了時刻は開始時刻より後にする必要があります",
|
|
179
218
|
"mvf.operator.all": "すべて",
|
|
180
219
|
"mvf.operator.greaterThan": "より大きい",
|
|
181
220
|
"mvf.operator.greaterThanOrEqualTo": "以上",
|
|
@@ -198,6 +237,7 @@
|
|
|
198
237
|
"measureNumberCustomFormatDialog.howToFormat": "フォーマット方法",
|
|
199
238
|
"measureNumberCustomFormatDialog.definition": "定義",
|
|
200
239
|
"measureNumberCustomFormatDialog.preview": "プレビュー",
|
|
240
|
+
"properties.legend.title": "凡例",
|
|
201
241
|
"attrf.all": "すべて",
|
|
202
242
|
"attrf.all_except": "次を除くすべて",
|
|
203
243
|
"rankingFilter.topBottom": "上位/下位の値",
|
|
@@ -222,7 +262,7 @@
|
|
|
222
262
|
"attributesDropdown.noData": "このアトリビュートには値がありません。",
|
|
223
263
|
"shareDialog.share.grantee.title": "ユーザやグループと共有",
|
|
224
264
|
"shareDialog.share.grantee.share": "共有する",
|
|
225
|
-
"shareDialog.share.grantee.list.title": "
|
|
265
|
+
"shareDialog.share.grantee.list.title": "共有先",
|
|
226
266
|
"shareDialog.share.grantee.add": "追加",
|
|
227
267
|
"shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
|
|
228
268
|
"shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
|
|
@@ -241,8 +281,30 @@
|
|
|
241
281
|
"sorting.dropdown.header": "インサイトの並べ替え",
|
|
242
282
|
"sorting.type.alphabetical.asc": "A から Z",
|
|
243
283
|
"sorting.type.alphabetical.desc": "Z から A",
|
|
284
|
+
"sorting.type.date.asc": "昇順で並べ替え",
|
|
285
|
+
"sorting.type.date.desc": "降順で並べ替え",
|
|
286
|
+
"sorting.type.default": "既定",
|
|
244
287
|
"sorting.type.numerical.asc": "最小から最大の順",
|
|
245
288
|
"sorting.type.numerical.desc": "最大から最小の順",
|
|
246
|
-
"sorting.
|
|
247
|
-
"sorting.sum.of.all.measure
|
|
289
|
+
"sorting.by": "別",
|
|
290
|
+
"sorting.sum.of.all.measure": "合計",
|
|
291
|
+
"sorting.default.tooltip": "属性で定義された順序を使用します。",
|
|
292
|
+
"attributeFilterDropdown.emptyValue": "空の値",
|
|
293
|
+
"embedInsightDialog.actions.close": "閉じる",
|
|
294
|
+
"embedInsightDialog.actions.copyCode": "コードをコピー",
|
|
295
|
+
"embedInsightDialog.code.language.codeAs": "コード",
|
|
296
|
+
"embedInsightDialog.code.options": "その他のオプション",
|
|
297
|
+
"embedInsightDialog.code.options.include.config": "設定を含む",
|
|
298
|
+
"embedInsightDialog.code.options.include.config.info": "カラー、軸、凡例、キャンバス(使用可能な場合)のインサイト設定を含めます。",
|
|
299
|
+
"embedInsightDialog.code.options.custom.height": "ユーザー設定の高さ",
|
|
300
|
+
"embedInsightDialog.code.options.display.title": "タイトルを表示",
|
|
301
|
+
"embedInsightDialog.headLine.byReference": "ライブインサイトとして埋め込みます",
|
|
302
|
+
"embedInsightDialog.headLine.byDefinition": "永続的なインサイトとして埋め込みます",
|
|
303
|
+
"embedInsightDialog.headLine.byReference.tooltip": "保存されたインサイトへのレファレンスとして、一般的な GD.UI リアクトコンポーネントに埋め込みます。今後のインサイトの変更(表示タイプ、メトリック、属性など)は、埋め込みバージョンに反映されます。",
|
|
304
|
+
"embedInsightDialog.headLine.byDefinition.tooltip": "現在選択されている表示タイプに基づいて、特定の GD.UI リアクト構成要素にインサイト定義として埋め込みます。このアプリケーションで行われるインサイト(表示タイプ、メトリック、属性など)に対する今後の変更は、埋め込みバージョンには反映されません。",
|
|
305
|
+
"embedInsightDialog.prepareEnvironmentMessage": "<b>注: </b> このスニペットが動作するように環境を準備します。",
|
|
306
|
+
"embedInsightDialog.prepareEnvironmentMessage.link": "詳細",
|
|
307
|
+
"embed.dialog.numeric.input.validation": "値は 0 より大きい数値にしてください",
|
|
308
|
+
"embed.dialog.numeric.input.warning": "この入力には、0 より大きい数字のみを使用できます",
|
|
309
|
+
"embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです"
|
|
248
310
|
}
|