@gooddata/sdk-ui 8.13.0-alpha.4 → 8.13.0-alpha.41
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/dist/base/constants/bucketNames.d.ts +24 -16
- package/dist/base/constants/bucketNames.d.ts.map +1 -1
- package/dist/base/constants/bucketNames.js +33 -33
- package/dist/base/constants/bucketNames.js.map +1 -1
- package/dist/base/errors/GoodDataSdkError.d.ts +2 -1
- package/dist/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/dist/base/errors/GoodDataSdkError.js +82 -112
- package/dist/base/errors/GoodDataSdkError.js.map +1 -1
- package/dist/base/errors/errorHandling.d.ts.map +1 -1
- package/dist/base/errors/errorHandling.js +26 -23
- package/dist/base/errors/errorHandling.js.map +1 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts +1 -1
- package/dist/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/dist/base/headerMatching/HeaderPredicateFactory.js +62 -70
- package/dist/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/dist/base/headerMatching/MappingHeader.d.ts +1 -1
- package/dist/base/headerMatching/MappingHeader.d.ts.map +1 -1
- package/dist/base/headerMatching/MappingHeader.js +16 -16
- package/dist/base/headerMatching/MappingHeader.js.map +1 -1
- package/dist/base/helpers/CatalogHelper.js +33 -34
- package/dist/base/helpers/CatalogHelper.js.map +1 -1
- package/dist/base/index.d.ts +1 -1
- package/dist/base/index.d.ts.map +1 -1
- package/dist/base/index.js +4 -2
- package/dist/base/index.js.map +1 -1
- package/dist/base/interfaces/OverTimeComparison.d.ts +1 -1
- package/dist/base/interfaces/OverTimeComparison.d.ts.map +1 -1
- package/dist/base/localization/IntlStore.d.ts +2 -4
- package/dist/base/localization/IntlStore.d.ts.map +1 -1
- package/dist/base/localization/IntlStore.js +15 -17
- package/dist/base/localization/IntlStore.js.map +1 -1
- package/dist/base/localization/IntlWrapper.js +10 -10
- package/dist/base/localization/IntlWrapper.js.map +1 -1
- package/dist/base/localization/Locale.d.ts +1 -1
- package/dist/base/localization/Locale.d.ts.map +1 -1
- package/dist/base/localization/Locale.js +2 -1
- package/dist/base/localization/Locale.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/Context.js +15 -15
- package/dist/base/localization/TranslationsCustomizationProvider/Context.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +29 -38
- package/dist/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/utils.d.ts +3 -3
- package/dist/base/localization/TranslationsCustomizationProvider/utils.d.ts.map +1 -1
- package/dist/base/localization/TranslationsCustomizationProvider/utils.js +31 -38
- package/dist/base/localization/TranslationsCustomizationProvider/utils.js.map +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts +1 -1
- package/dist/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/dist/base/localization/TranslationsProvider.js +14 -21
- package/dist/base/localization/TranslationsProvider.js.map +1 -1
- package/dist/base/localization/bundles/de-DE.json +23 -11
- package/dist/base/localization/bundles/en-US.json +93 -27
- package/dist/base/localization/bundles/es-ES.json +22 -10
- package/dist/base/localization/bundles/fr-FR.json +22 -10
- package/dist/base/localization/bundles/ja-JP.json +22 -10
- package/dist/base/localization/bundles/nl-NL.json +22 -10
- package/dist/base/localization/bundles/pt-BR.json +22 -10
- package/dist/base/localization/bundles/pt-PT.json +22 -10
- package/dist/base/localization/bundles/ru-RU.json +22 -10
- package/dist/base/localization/bundles/zh-Hans.json +22 -10
- package/dist/base/localization/intlUtils.js +22 -28
- package/dist/base/localization/intlUtils.js.map +1 -1
- package/dist/base/localization/messagesMap.js +12 -12
- package/dist/base/localization/messagesMap.js.map +1 -1
- package/dist/base/measureFormats/fillMissingFormat.js +6 -6
- package/dist/base/measureFormats/fillMissingFormat.js.map +1 -1
- package/dist/base/measureFormats/fillMissingFormats.js +3 -3
- package/dist/base/measureFormats/fillMissingFormats.js.map +1 -1
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js +29 -30
- package/dist/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.d.ts.map +1 -1
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +16 -17
- package/dist/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/dist/base/measureTitles/fillMissingTitles.js +55 -56
- package/dist/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/dist/base/measureTitles/ignoreTitlesForSimpleMeasures.js +5 -5
- package/dist/base/measureTitles/ignoreTitlesForSimpleMeasures.js.map +1 -1
- package/dist/base/react/BackendContext.d.ts +2 -2
- package/dist/base/react/BackendContext.d.ts.map +1 -1
- package/dist/base/react/BackendContext.js +18 -17
- package/dist/base/react/BackendContext.js.map +1 -1
- package/dist/base/react/CancelablePromise.js +23 -25
- package/dist/base/react/CancelablePromise.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +2 -2
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +39 -33
- package/dist/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/dist/base/react/ClientWorkspaceContext/resolveLCMWorkspaceIdentifiers.js +30 -82
- package/dist/base/react/ClientWorkspaceContext/resolveLCMWorkspaceIdentifiers.js.map +1 -1
- package/dist/base/react/ErrorComponent.js +35 -40
- package/dist/base/react/ErrorComponent.js.map +1 -1
- package/dist/base/react/LoadingComponent.js +42 -36
- package/dist/base/react/LoadingComponent.js.map +1 -1
- package/dist/base/react/PromiseCache.js +31 -34
- package/dist/base/react/PromiseCache.js.map +1 -1
- package/dist/base/react/WorkspaceContext.d.ts +2 -2
- package/dist/base/react/WorkspaceContext.d.ts.map +1 -1
- package/dist/base/react/WorkspaceContext.js +18 -17
- package/dist/base/react/WorkspaceContext.js.map +1 -1
- package/dist/base/react/legacy/availableDrillTargets.js +16 -17
- package/dist/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/dist/base/react/legacy/withEntireDataView.js +117 -141
- package/dist/base/react/legacy/withEntireDataView.js.map +1 -1
- package/dist/base/react/placeholders/aliases.d.ts +15 -15
- package/dist/base/react/placeholders/aliases.d.ts.map +1 -1
- package/dist/base/react/placeholders/base.d.ts +20 -20
- package/dist/base/react/placeholders/base.d.ts.map +1 -1
- package/dist/base/react/placeholders/base.js +6 -6
- package/dist/base/react/placeholders/base.js.map +1 -1
- package/dist/base/react/placeholders/context.d.ts +1 -1
- package/dist/base/react/placeholders/context.d.ts.map +1 -1
- package/dist/base/react/placeholders/context.js +17 -16
- package/dist/base/react/placeholders/context.js.map +1 -1
- package/dist/base/react/placeholders/factory.js +16 -18
- package/dist/base/react/placeholders/factory.js.map +1 -1
- package/dist/base/react/placeholders/hooks.js +41 -47
- package/dist/base/react/placeholders/hooks.js.map +1 -1
- package/dist/base/react/placeholders/resolve.js +15 -18
- package/dist/base/react/placeholders/resolve.js.map +1 -1
- package/dist/base/react/useCancelablePromise.d.ts +8 -8
- package/dist/base/react/useCancelablePromise.d.ts.map +1 -1
- package/dist/base/react/useCancelablePromise.js +24 -21
- package/dist/base/react/useCancelablePromise.js.map +1 -1
- package/dist/base/react/useCancelablePromiseUtils.js +16 -17
- package/dist/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/dist/base/react/usePagedResource.js +25 -29
- package/dist/base/react/usePagedResource.js.map +1 -1
- package/dist/base/react/usePrevious.js +5 -4
- package/dist/base/react/usePrevious.js.map +1 -1
- package/dist/base/react/usePromiseCache.js +17 -18
- package/dist/base/react/usePromiseCache.js.map +1 -1
- package/dist/base/react/withContexts.js +6 -6
- package/dist/base/react/withContexts.js.map +1 -1
- package/dist/base/react/wrapDisplayName.d.ts +1 -1
- package/dist/base/react/wrapDisplayName.d.ts.map +1 -1
- package/dist/base/react/wrapDisplayName.js +6 -5
- package/dist/base/react/wrapDisplayName.js.map +1 -1
- package/dist/base/results/dataAccess.d.ts +10 -10
- package/dist/base/results/dataAccess.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.d.ts +3 -3
- package/dist/base/results/dataAccessConfig.d.ts.map +1 -1
- package/dist/base/results/dataAccessConfig.js +10 -10
- package/dist/base/results/dataAccessConfig.js.map +1 -1
- package/dist/base/results/facade.js +39 -40
- package/dist/base/results/facade.js.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.d.ts +6 -6
- package/dist/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/dist/base/results/internal/dataAccessDigest.js +68 -81
- package/dist/base/results/internal/dataAccessDigest.js.map +1 -1
- package/dist/base/results/internal/dataAccessImpl.js +151 -159
- package/dist/base/results/internal/dataAccessImpl.js.map +1 -1
- package/dist/base/results/internal/dataAccessMethods.js +52 -58
- package/dist/base/results/internal/dataAccessMethods.js.map +1 -1
- package/dist/base/results/internal/definitionMethods.js +40 -41
- package/dist/base/results/internal/definitionMethods.js.map +1 -1
- package/dist/base/results/internal/lazyInitArray.d.ts +1 -1
- package/dist/base/results/internal/lazyInitArray.d.ts.map +1 -1
- package/dist/base/results/internal/lazyInitArray.js +20 -20
- package/dist/base/results/internal/lazyInitArray.js.map +1 -1
- package/dist/base/results/internal/resultDataMethods.js +28 -29
- package/dist/base/results/internal/resultDataMethods.js.map +1 -1
- package/dist/base/results/internal/resultMetaMethods.js +68 -76
- package/dist/base/results/internal/resultMetaMethods.js.map +1 -1
- package/dist/base/results/internal/utils.js +1 -1
- package/dist/base/results/internal/utils.js.map +1 -1
- package/dist/base/vis/DrillEvents.d.ts +5 -5
- package/dist/base/vis/DrillEvents.d.ts.map +1 -1
- package/dist/base/vis/DrillEvents.js +8 -8
- package/dist/base/vis/DrillEvents.js.map +1 -1
- package/dist/base/vis/Events.d.ts +5 -5
- package/dist/base/vis/Events.d.ts.map +1 -1
- package/dist/base/vis/drilling.d.ts.map +1 -1
- package/dist/base/vis/drilling.js +26 -31
- package/dist/base/vis/drilling.js.map +1 -1
- package/dist/base/vis/export.js +10 -10
- package/dist/base/vis/export.js.map +1 -1
- package/dist/base/vis/visualizationTypes.d.ts +10 -10
- package/dist/base/vis/visualizationTypes.d.ts.map +1 -1
- package/dist/execution/DataViewLoader.js +36 -80
- package/dist/execution/DataViewLoader.js.map +1 -1
- package/dist/execution/Execute.js +36 -35
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/ExecuteInsight.js +55 -63
- package/dist/execution/ExecuteInsight.js.map +1 -1
- package/dist/execution/RawExecute.js +28 -28
- package/dist/execution/RawExecute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +1 -1
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +18 -17
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/interfaces.d.ts +2 -2
- package/dist/execution/interfaces.d.ts.map +1 -1
- package/dist/execution/useDataExport.d.ts +2 -2
- package/dist/execution/useDataExport.d.ts.map +1 -1
- package/dist/execution/useDataExport.js +17 -20
- package/dist/execution/useDataExport.js.map +1 -1
- package/dist/execution/useDataView.d.ts +2 -2
- package/dist/execution/useDataView.d.ts.map +1 -1
- package/dist/execution/useDataView.js +19 -24
- package/dist/execution/useDataView.js.map +1 -1
- package/dist/execution/useExecution.js +12 -13
- package/dist/execution/useExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +1 -1
- package/dist/execution/useExecutionDataView.d.ts.map +1 -1
- package/dist/execution/useExecutionDataView.js +24 -24
- package/dist/execution/useExecutionDataView.js.map +1 -1
- package/dist/execution/useInsight.js +10 -10
- package/dist/execution/useInsight.js.map +1 -1
- package/dist/execution/useInsightDataView.d.ts +1 -1
- package/dist/execution/useInsightDataView.d.ts.map +1 -1
- package/dist/execution/useInsightDataView.js +28 -29
- package/dist/execution/useInsightDataView.js.map +1 -1
- package/dist/execution/withExecution.js +28 -57
- package/dist/execution/withExecution.js.map +1 -1
- package/dist/execution/withExecutionLoading.d.ts +2 -2
- package/dist/execution/withExecutionLoading.d.ts.map +1 -1
- package/dist/execution/withExecutionLoading.js +90 -107
- package/dist/execution/withExecutionLoading.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/kpi/FormattedNumber.js +9 -9
- package/dist/kpi/FormattedNumber.js.map +1 -1
- package/dist/kpi/Kpi.d.ts.map +1 -1
- package/dist/kpi/Kpi.js +31 -31
- package/dist/kpi/Kpi.js.map +1 -1
- package/dist/kpi/KpiError.js +5 -4
- package/dist/kpi/KpiError.js.map +1 -1
- package/dist/locales.d.ts +2 -41
- package/dist/locales.d.ts.map +1 -1
- package/dist/locales.js +3 -3
- package/dist/locales.js.map +1 -1
- package/dist/sdk-ui.d.ts +38 -30
- package/esm/base/constants/bucketNames.d.ts +24 -16
- package/esm/base/constants/bucketNames.d.ts.map +1 -1
- package/esm/base/constants/bucketNames.js +34 -34
- package/esm/base/constants/bucketNames.js.map +1 -1
- package/esm/base/constants/colorPalette.js +1 -1
- package/esm/base/constants/colorPalette.js.map +1 -1
- package/esm/base/errors/GoodDataSdkError.d.ts +2 -1
- package/esm/base/errors/GoodDataSdkError.d.ts.map +1 -1
- package/esm/base/errors/GoodDataSdkError.js +67 -112
- package/esm/base/errors/GoodDataSdkError.js.map +1 -1
- package/esm/base/errors/errorHandling.d.ts.map +1 -1
- package/esm/base/errors/errorHandling.js +18 -15
- package/esm/base/errors/errorHandling.js.map +1 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts +1 -1
- package/esm/base/headerMatching/HeaderPredicate.d.ts.map +1 -1
- package/esm/base/headerMatching/HeaderPredicateFactory.js +49 -57
- package/esm/base/headerMatching/HeaderPredicateFactory.js.map +1 -1
- package/esm/base/headerMatching/MappingHeader.d.ts +1 -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.js +33 -35
- package/esm/base/helpers/CatalogHelper.js.map +1 -1
- package/esm/base/index.d.ts +1 -1
- package/esm/base/index.d.ts.map +1 -1
- package/esm/base/index.js +1 -1
- package/esm/base/index.js.map +1 -1
- package/esm/base/interfaces/OverTimeComparison.d.ts +1 -1
- package/esm/base/interfaces/OverTimeComparison.d.ts.map +1 -1
- package/esm/base/interfaces/OverTimeComparison.js +1 -1
- package/esm/base/interfaces/OverTimeComparison.js.map +1 -1
- package/esm/base/localization/IntlStore.d.ts +2 -4
- package/esm/base/localization/IntlStore.d.ts.map +1 -1
- package/esm/base/localization/IntlStore.js +8 -11
- package/esm/base/localization/IntlStore.js.map +1 -1
- package/esm/base/localization/IntlWrapper.js +3 -4
- package/esm/base/localization/IntlWrapper.js.map +1 -1
- package/esm/base/localization/Locale.d.ts +1 -1
- package/esm/base/localization/Locale.d.ts.map +1 -1
- package/esm/base/localization/Locale.js +3 -3
- package/esm/base/localization/Locale.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/Context.js +7 -9
- package/esm/base/localization/TranslationsCustomizationProvider/Context.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js +22 -33
- package/esm/base/localization/TranslationsCustomizationProvider/TranslationsCustomizationProvider.js.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/utils.d.ts +3 -3
- package/esm/base/localization/TranslationsCustomizationProvider/utils.d.ts.map +1 -1
- package/esm/base/localization/TranslationsCustomizationProvider/utils.js +24 -37
- package/esm/base/localization/TranslationsCustomizationProvider/utils.js.map +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts +1 -1
- package/esm/base/localization/TranslationsProvider.d.ts.map +1 -1
- package/esm/base/localization/TranslationsProvider.js +8 -17
- package/esm/base/localization/TranslationsProvider.js.map +1 -1
- package/esm/base/localization/bundles/de-DE.json +23 -11
- package/esm/base/localization/bundles/en-US.json +93 -27
- package/esm/base/localization/bundles/es-ES.json +22 -10
- package/esm/base/localization/bundles/fr-FR.json +22 -10
- package/esm/base/localization/bundles/ja-JP.json +22 -10
- package/esm/base/localization/bundles/nl-NL.json +22 -10
- package/esm/base/localization/bundles/pt-BR.json +22 -10
- package/esm/base/localization/bundles/pt-PT.json +22 -10
- package/esm/base/localization/bundles/ru-RU.json +22 -10
- package/esm/base/localization/bundles/zh-Hans.json +22 -10
- package/esm/base/localization/intlUtils.js +12 -20
- package/esm/base/localization/intlUtils.js.map +1 -1
- package/esm/base/localization/messagesMap.js +1 -1
- package/esm/base/localization/messagesMap.js.map +1 -1
- package/esm/base/measureFormats/fillMissingFormat.js +4 -4
- package/esm/base/measureFormats/fillMissingFormat.js.map +1 -1
- package/esm/base/measureFormats/fillMissingFormats.js +1 -1
- package/esm/base/measureFormats/fillMissingFormats.js.map +1 -1
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.d.ts.map +1 -1
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js +26 -28
- package/esm/base/measureTitles/ArithmeticMeasureTitleFactory.js.map +1 -1
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.d.ts.map +1 -1
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js +12 -14
- package/esm/base/measureTitles/DerivedMeasureTitleSuffixFactory.js.map +1 -1
- package/esm/base/measureTitles/fillMissingTitles.js +44 -45
- package/esm/base/measureTitles/fillMissingTitles.js.map +1 -1
- package/esm/base/measureTitles/ignoreTitlesForSimpleMeasures.js +3 -3
- package/esm/base/measureTitles/ignoreTitlesForSimpleMeasures.js.map +1 -1
- package/esm/base/react/BackendContext.d.ts +2 -2
- package/esm/base/react/BackendContext.d.ts.map +1 -1
- package/esm/base/react/BackendContext.js +10 -13
- package/esm/base/react/BackendContext.js.map +1 -1
- package/esm/base/react/CancelablePromise.js +19 -24
- package/esm/base/react/CancelablePromise.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts +2 -2
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js +20 -21
- package/esm/base/react/ClientWorkspaceContext/ClientWorkspaceContext.js.map +1 -1
- package/esm/base/react/ClientWorkspaceContext/resolveLCMWorkspaceIdentifiers.js +27 -80
- package/esm/base/react/ClientWorkspaceContext/resolveLCMWorkspaceIdentifiers.js.map +1 -1
- package/esm/base/react/ErrorComponent.js +33 -39
- package/esm/base/react/ErrorComponent.js.map +1 -1
- package/esm/base/react/LoadingComponent.js +40 -35
- package/esm/base/react/LoadingComponent.js.map +1 -1
- package/esm/base/react/PromiseCache.js +28 -32
- package/esm/base/react/PromiseCache.js.map +1 -1
- package/esm/base/react/WorkspaceContext.d.ts +2 -2
- package/esm/base/react/WorkspaceContext.d.ts.map +1 -1
- package/esm/base/react/WorkspaceContext.js +10 -13
- package/esm/base/react/WorkspaceContext.js.map +1 -1
- package/esm/base/react/legacy/availableDrillTargets.js +12 -13
- package/esm/base/react/legacy/availableDrillTargets.js.map +1 -1
- package/esm/base/react/legacy/withEntireDataView.js +102 -127
- package/esm/base/react/legacy/withEntireDataView.js.map +1 -1
- package/esm/base/react/placeholders/aliases.d.ts +15 -15
- package/esm/base/react/placeholders/aliases.d.ts.map +1 -1
- package/esm/base/react/placeholders/base.d.ts +20 -20
- package/esm/base/react/placeholders/base.d.ts.map +1 -1
- package/esm/base/react/placeholders/base.js +2 -2
- package/esm/base/react/placeholders/base.js.map +1 -1
- package/esm/base/react/placeholders/context.d.ts +1 -1
- package/esm/base/react/placeholders/context.d.ts.map +1 -1
- package/esm/base/react/placeholders/context.js +12 -13
- package/esm/base/react/placeholders/context.js.map +1 -1
- package/esm/base/react/placeholders/factory.js +11 -13
- package/esm/base/react/placeholders/factory.js.map +1 -1
- package/esm/base/react/placeholders/hooks.js +27 -33
- package/esm/base/react/placeholders/hooks.js.map +1 -1
- package/esm/base/react/placeholders/resolve.js +6 -10
- package/esm/base/react/placeholders/resolve.js.map +1 -1
- package/esm/base/react/useCancelablePromise.d.ts +8 -8
- package/esm/base/react/useCancelablePromise.d.ts.map +1 -1
- package/esm/base/react/useCancelablePromise.js +18 -16
- package/esm/base/react/useCancelablePromise.js.map +1 -1
- package/esm/base/react/useCancelablePromiseUtils.js +13 -15
- package/esm/base/react/useCancelablePromiseUtils.js.map +1 -1
- package/esm/base/react/usePagedResource.js +23 -27
- package/esm/base/react/usePagedResource.js.map +1 -1
- package/esm/base/react/usePrevious.js +3 -3
- package/esm/base/react/usePrevious.js.map +1 -1
- package/esm/base/react/usePromiseCache.js +15 -16
- package/esm/base/react/usePromiseCache.js.map +1 -1
- package/esm/base/react/wrapDisplayName.d.ts +1 -1
- package/esm/base/react/wrapDisplayName.d.ts.map +1 -1
- package/esm/base/react/wrapDisplayName.js +5 -5
- package/esm/base/react/wrapDisplayName.js.map +1 -1
- package/esm/base/results/dataAccess.d.ts +10 -10
- package/esm/base/results/dataAccess.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.d.ts +3 -3
- package/esm/base/results/dataAccessConfig.d.ts.map +1 -1
- package/esm/base/results/dataAccessConfig.js +6 -6
- package/esm/base/results/dataAccessConfig.js.map +1 -1
- package/esm/base/results/facade.js +30 -31
- package/esm/base/results/facade.js.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.d.ts +6 -6
- package/esm/base/results/internal/dataAccessDigest.d.ts.map +1 -1
- package/esm/base/results/internal/dataAccessDigest.js +64 -78
- package/esm/base/results/internal/dataAccessDigest.js.map +1 -1
- package/esm/base/results/internal/dataAccessImpl.js +130 -139
- package/esm/base/results/internal/dataAccessImpl.js.map +1 -1
- package/esm/base/results/internal/dataAccessMethods.js +49 -55
- package/esm/base/results/internal/dataAccessMethods.js.map +1 -1
- package/esm/base/results/internal/definitionMethods.js +33 -34
- package/esm/base/results/internal/definitionMethods.js.map +1 -1
- package/esm/base/results/internal/lazyInitArray.d.ts +1 -1
- package/esm/base/results/internal/lazyInitArray.d.ts.map +1 -1
- package/esm/base/results/internal/lazyInitArray.js +18 -19
- package/esm/base/results/internal/lazyInitArray.js.map +1 -1
- package/esm/base/results/internal/resultDataMethods.js +23 -24
- package/esm/base/results/internal/resultDataMethods.js.map +1 -1
- package/esm/base/results/internal/resultMetaMethods.js +60 -68
- package/esm/base/results/internal/resultMetaMethods.js.map +1 -1
- package/esm/base/results/internal/utils.js +1 -1
- package/esm/base/results/internal/utils.js.map +1 -1
- package/esm/base/vis/DrillEvents.d.ts +5 -5
- package/esm/base/vis/DrillEvents.d.ts.map +1 -1
- package/esm/base/vis/DrillEvents.js +2 -2
- package/esm/base/vis/DrillEvents.js.map +1 -1
- package/esm/base/vis/Events.d.ts +5 -5
- package/esm/base/vis/Events.d.ts.map +1 -1
- package/esm/base/vis/drilling.d.ts.map +1 -1
- package/esm/base/vis/drilling.js +14 -20
- package/esm/base/vis/drilling.js.map +1 -1
- package/esm/base/vis/export.js +10 -10
- package/esm/base/vis/export.js.map +1 -1
- package/esm/base/vis/visualizationTypes.d.ts +10 -10
- package/esm/base/vis/visualizationTypes.d.ts.map +1 -1
- package/esm/base/vis/visualizationTypes.js +1 -1
- package/esm/base/vis/visualizationTypes.js.map +1 -1
- package/esm/execution/DataViewLoader.js +32 -78
- package/esm/execution/DataViewLoader.js.map +1 -1
- package/esm/execution/Execute.js +29 -30
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/ExecuteInsight.js +49 -58
- package/esm/execution/ExecuteInsight.js.map +1 -1
- package/esm/execution/RawExecute.js +24 -24
- package/esm/execution/RawExecute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +1 -1
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +12 -12
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/interfaces.d.ts +2 -2
- package/esm/execution/interfaces.d.ts.map +1 -1
- package/esm/execution/useDataExport.d.ts +2 -2
- package/esm/execution/useDataExport.d.ts.map +1 -1
- package/esm/execution/useDataExport.js +15 -18
- package/esm/execution/useDataExport.js.map +1 -1
- package/esm/execution/useDataView.d.ts +2 -2
- package/esm/execution/useDataView.d.ts.map +1 -1
- package/esm/execution/useDataView.js +17 -22
- package/esm/execution/useDataView.js.map +1 -1
- package/esm/execution/useExecution.js +10 -11
- package/esm/execution/useExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +1 -1
- package/esm/execution/useExecutionDataView.d.ts.map +1 -1
- package/esm/execution/useExecutionDataView.js +19 -20
- package/esm/execution/useExecutionDataView.js.map +1 -1
- package/esm/execution/useInsight.js +8 -8
- package/esm/execution/useInsight.js.map +1 -1
- package/esm/execution/useInsightDataView.d.ts +1 -1
- package/esm/execution/useInsightDataView.d.ts.map +1 -1
- package/esm/execution/useInsightDataView.js +23 -24
- package/esm/execution/useInsightDataView.js.map +1 -1
- package/esm/execution/withExecution.js +24 -53
- package/esm/execution/withExecution.js.map +1 -1
- package/esm/execution/withExecutionLoading.d.ts +2 -2
- package/esm/execution/withExecutionLoading.d.ts.map +1 -1
- package/esm/execution/withExecutionLoading.js +82 -100
- package/esm/execution/withExecutionLoading.js.map +1 -1
- package/esm/index.d.ts +0 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -3
- package/esm/index.js.map +1 -1
- package/esm/kpi/FormattedNumber.js +5 -6
- package/esm/kpi/FormattedNumber.js.map +1 -1
- package/esm/kpi/Kpi.d.ts.map +1 -1
- package/esm/kpi/Kpi.js +20 -21
- package/esm/kpi/Kpi.js.map +1 -1
- package/esm/kpi/KpiError.js +2 -2
- package/esm/kpi/KpiError.js.map +1 -1
- package/esm/locales.d.ts +2 -41
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +2 -2
- package/esm/locales.js.map +1 -1
- package/package.json +13 -18
- package/dist/polyfills.d.ts +0 -3
- package/dist/polyfills.d.ts.map +0 -1
- package/dist/polyfills.js +0 -8
- package/dist/polyfills.js.map +0 -1
- package/esm/polyfills.d.ts +0 -3
- package/esm/polyfills.d.ts.map +0 -1
- package/esm/polyfills.js +0 -6
- package/esm/polyfills.js.map +0 -1
|
@@ -1454,6 +1454,16 @@
|
|
|
1454
1454
|
"comment": "Do not translate HTML markup enclosed in <> and placeholders enclosed in {}.",
|
|
1455
1455
|
"limit": 0
|
|
1456
1456
|
},
|
|
1457
|
+
"attributesDropdown.details.type": {
|
|
1458
|
+
"value": "Attribute",
|
|
1459
|
+
"comment": "",
|
|
1460
|
+
"limit": 0
|
|
1461
|
+
},
|
|
1462
|
+
"attributesDropdown.details.dataset": {
|
|
1463
|
+
"value": "Dataset",
|
|
1464
|
+
"comment": "",
|
|
1465
|
+
"limit": 0
|
|
1466
|
+
},
|
|
1457
1467
|
"shareDialog.share.grantee.title": {
|
|
1458
1468
|
"value": "Share with users and groups",
|
|
1459
1469
|
"comment": "Title of dialog used for sharing of private dashboard with other users or user groups.",
|
|
@@ -1685,19 +1695,44 @@
|
|
|
1685
1695
|
"comment": "Label of confirm button, copy code to clipboard.",
|
|
1686
1696
|
"limit": 0
|
|
1687
1697
|
},
|
|
1698
|
+
"embedInsightDialog.component.type": {
|
|
1699
|
+
"value": "Component type",
|
|
1700
|
+
"comment": "Selector that define the component type of generated code Referential or Programmatic",
|
|
1701
|
+
"limit": 0
|
|
1702
|
+
},
|
|
1688
1703
|
"embedInsightDialog.code.language.codeAs": {
|
|
1689
1704
|
"value": "Code as",
|
|
1690
1705
|
"comment": "Selector that define language of generated code Typescript or Javascript",
|
|
1691
1706
|
"limit": 0
|
|
1692
1707
|
},
|
|
1693
|
-
"embedInsightDialog.
|
|
1708
|
+
"embedInsightDialog.react.options": {
|
|
1694
1709
|
"value": "Other options",
|
|
1695
1710
|
"comment": "Options of generated code. Include component specific item, define height etc.",
|
|
1696
1711
|
"limit": 0
|
|
1697
1712
|
},
|
|
1698
|
-
"embedInsightDialog.
|
|
1699
|
-
"value": "
|
|
1700
|
-
"comment": "
|
|
1713
|
+
"embedInsightDialog.webComponents.options": {
|
|
1714
|
+
"value": "Options",
|
|
1715
|
+
"comment": "Options of generated code. Include component specific item, define height etc.",
|
|
1716
|
+
"limit": 0
|
|
1717
|
+
},
|
|
1718
|
+
"embedInsightDialog.webComponents.options.displayTitle": {
|
|
1719
|
+
"value": "Display title",
|
|
1720
|
+
"comment": "",
|
|
1721
|
+
"limit": 0
|
|
1722
|
+
},
|
|
1723
|
+
"embedInsightDialog.webComponents.options.customTitle": {
|
|
1724
|
+
"value": "Custom title",
|
|
1725
|
+
"comment": "Options of generated code. Include component specific item, define height etc.",
|
|
1726
|
+
"limit": 0
|
|
1727
|
+
},
|
|
1728
|
+
"embedInsightDialog.webComponents.options.locale": {
|
|
1729
|
+
"value": "Locale",
|
|
1730
|
+
"comment": "Options of generated code. Include component specific item, define height etc.",
|
|
1731
|
+
"limit": 0
|
|
1732
|
+
},
|
|
1733
|
+
"embedInsightDialog.webComponents.locale.tooltip": {
|
|
1734
|
+
"value": "Choose a specific language localization. If disabled, the visualization defaults to your current display language settings.",
|
|
1735
|
+
"comment": "Tooltip for the web components locale",
|
|
1701
1736
|
"limit": 0
|
|
1702
1737
|
},
|
|
1703
1738
|
"embedInsightDialog.code.options.include.config.info|insight": {
|
|
@@ -1716,55 +1751,54 @@
|
|
|
1716
1751
|
"comment": "",
|
|
1717
1752
|
"limit": 0
|
|
1718
1753
|
},
|
|
1719
|
-
"embedInsightDialog.code.options.display.
|
|
1720
|
-
"value": "Display
|
|
1754
|
+
"embedInsightDialog.code.options.display.configuration": {
|
|
1755
|
+
"value": "Display configuration",
|
|
1721
1756
|
"comment": "",
|
|
1722
1757
|
"limit": 0
|
|
1723
1758
|
},
|
|
1724
|
-
"embedInsightDialog.headLine.
|
|
1725
|
-
"value": "Embed
|
|
1726
|
-
"comment": "
|
|
1727
|
-
"limit": 0
|
|
1728
|
-
},
|
|
1729
|
-
"embedInsightDialog.headLine.byReference|report": {
|
|
1730
|
-
"value": "Embed as a live report",
|
|
1731
|
-
"comment": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1732
|
-
"limit": 0,
|
|
1733
|
-
"translate": false
|
|
1734
|
-
},
|
|
1735
|
-
"embedInsightDialog.headLine.byDefinition|insight": {
|
|
1736
|
-
"value": "Embed as a permanent insight",
|
|
1737
|
-
"comment": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1759
|
+
"embedInsightDialog.headLine.embedInsight|insight": {
|
|
1760
|
+
"value": "Embed insight",
|
|
1761
|
+
"comment": "",
|
|
1738
1762
|
"limit": 0
|
|
1739
1763
|
},
|
|
1740
|
-
"embedInsightDialog.headLine.
|
|
1741
|
-
"value": "Embed
|
|
1742
|
-
"comment": "
|
|
1764
|
+
"embedInsightDialog.headLine.embedInsight|report": {
|
|
1765
|
+
"value": "Embed report",
|
|
1766
|
+
"comment": "",
|
|
1743
1767
|
"limit": 0,
|
|
1744
1768
|
"translate": false
|
|
1745
1769
|
},
|
|
1746
|
-
"embedInsightDialog.
|
|
1770
|
+
"embedInsightDialog.componentType.byReference.tooltip|insight": {
|
|
1747
1771
|
"value": "Embed as a reference to a saved insight in a generic GD.UI react component. Any future changes to the insight (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1748
1772
|
"comment": "Tooltip that explain what Embed as a live insight means",
|
|
1749
1773
|
"limit": 0
|
|
1750
1774
|
},
|
|
1751
|
-
"embedInsightDialog.
|
|
1775
|
+
"embedInsightDialog.componentType.byReference.tooltip|report": {
|
|
1752
1776
|
"value": "Embed as a reference to a saved report in a generic GD.UI react component. Any future changes to the report (such as visualization type, metrics, attributes) will be reflected in the embedded version.",
|
|
1753
1777
|
"comment": "Tooltip that explain what Embed as a live insight means",
|
|
1754
1778
|
"limit": 0,
|
|
1755
1779
|
"translate": false
|
|
1756
1780
|
},
|
|
1757
|
-
"embedInsightDialog.
|
|
1781
|
+
"embedInsightDialog.componentType.byDefinition.tooltip|insight": {
|
|
1758
1782
|
"value": "Embed as an insight definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the insight (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1759
1783
|
"comment": "Tooltip that explain what Embed as a a permanent report",
|
|
1760
1784
|
"limit": 0
|
|
1761
1785
|
},
|
|
1762
|
-
"embedInsightDialog.
|
|
1786
|
+
"embedInsightDialog.componentType.byDefinition.tooltip|report": {
|
|
1763
1787
|
"value": "Embed as an report definition in a specific GD.UI react component based on the currently selected visualization type. No future changes to the report (such as visualization type, metrics, attributes) made in this application will be reflected in the embedded version.",
|
|
1764
1788
|
"comment": "Tooltip that explain what Embed as a a permanent report",
|
|
1765
1789
|
"limit": 0,
|
|
1766
1790
|
"translate": false
|
|
1767
1791
|
},
|
|
1792
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": {
|
|
1793
|
+
"value": "Define the text of the title directly in the code snippet.",
|
|
1794
|
+
"comment": "Tooltip for the web components custom title",
|
|
1795
|
+
"limit": 0
|
|
1796
|
+
},
|
|
1797
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": {
|
|
1798
|
+
"value": "Enable Display title first.",
|
|
1799
|
+
"comment": "Tooltip for the web components custom title when it is disabled",
|
|
1800
|
+
"limit": 0
|
|
1801
|
+
},
|
|
1768
1802
|
"embedInsightDialog.prepareEnvironmentMessage": {
|
|
1769
1803
|
"value": "<b>Note.</b> In order for this snippet to work, prepare your environment.",
|
|
1770
1804
|
"comment": "Do not translate html tags <b>, </b>",
|
|
@@ -1790,6 +1824,38 @@
|
|
|
1790
1824
|
"comment": "Link to documentation of used component and all component properties",
|
|
1791
1825
|
"limit": 0
|
|
1792
1826
|
},
|
|
1827
|
+
"embedInsightDialog.emptyInsight.byReference|insight": {
|
|
1828
|
+
"value": "Code snipped will be displayed here once you <a>save the insight</a>.",
|
|
1829
|
+
"comment": "The disabled message for code area. Do not translate html tags <a>, </a>",
|
|
1830
|
+
"limit": 0
|
|
1831
|
+
},
|
|
1832
|
+
"embedInsightDialog.emptyInsight.byReference|report": {
|
|
1833
|
+
"value": "Code snipped will be displayed here once you <a>save the report</a>.",
|
|
1834
|
+
"comment": "The disabled message for code area. Do not translate html tags <a>, </a>",
|
|
1835
|
+
"limit": 0,
|
|
1836
|
+
"translate": false
|
|
1837
|
+
},
|
|
1838
|
+
"embedInsightDialog.emptyInsight.byDefinition|insight": {
|
|
1839
|
+
"value": "This insight type cannot be embedded as programmatic type component.",
|
|
1840
|
+
"comment": "The disabled message for code area",
|
|
1841
|
+
"limit": 0
|
|
1842
|
+
},
|
|
1843
|
+
"embedInsightDialog.emptyInsight.byDefinition|report": {
|
|
1844
|
+
"value": "This report type cannot be embedded as programmatic type component.",
|
|
1845
|
+
"comment": "The disabled message for code area",
|
|
1846
|
+
"limit": 0,
|
|
1847
|
+
"translate": false
|
|
1848
|
+
},
|
|
1849
|
+
"embedDialog.tab.react": {
|
|
1850
|
+
"value": "React",
|
|
1851
|
+
"comment": "The tab title",
|
|
1852
|
+
"limit": 0
|
|
1853
|
+
},
|
|
1854
|
+
"embedDialog.tab.webComponents": {
|
|
1855
|
+
"value": "Web Components",
|
|
1856
|
+
"comment": "The tab title",
|
|
1857
|
+
"limit": 0
|
|
1858
|
+
},
|
|
1793
1859
|
"error.overlay.login": {
|
|
1794
1860
|
"value": "Login",
|
|
1795
1861
|
"comment": "",
|
|
@@ -278,6 +278,8 @@
|
|
|
278
278
|
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> ya se ha filtrado por el filtro <strong>{childTitle}</strong> directamente o mediante otros filtros.",
|
|
279
279
|
"attributesDropdown.attributeNameWithData": "con datos de",
|
|
280
280
|
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> no se puede filtrar por <strong>{parentTitle}</strong>. No hay ninguna conexión entre los atributos de filtro en el modelo de datos.",
|
|
281
|
+
"attributesDropdown.details.type": "Atributo",
|
|
282
|
+
"attributesDropdown.details.dataset": "Conjunto de datos",
|
|
281
283
|
"shareDialog.share.grantee.title": "Compartir con usuarios y grupos",
|
|
282
284
|
"shareDialog.share.grantee.share": "Compartir",
|
|
283
285
|
"shareDialog.share.grantee.list.title": "Compartido con",
|
|
@@ -301,14 +303,14 @@
|
|
|
301
303
|
"shareDialog.share.granular.grantee.permission.view": "Puede ver",
|
|
302
304
|
"shareDialog.share.granular.grantee.permission.remove": "Quitar",
|
|
303
305
|
"shareDialog.share.granular.granularUser.tooltip.cannotChangeHigher": "No puede eliminar o modificar los permisos de usuarios con permisos más altos que los suyos.",
|
|
306
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotChangeHigher": "No puede eliminar o modificar los permisos de grupos con permisos más altos que los suyos.",
|
|
304
307
|
"shareDialog.share.granular.grantee.tooltip.cannotGrantHigher": "No puede establecer permisos más altos que los que tiene.",
|
|
305
308
|
"shareDialog.share.granular.granularUser.tooltip.cannotGrantLower": "No puede establecer permisos más bajos que los permisos de grupos de usuarios con este usuario.",
|
|
306
309
|
"shareDialog.share.granular.granularGroup.tooltip.cannotGrantLower": "No puede establecer permisos más bajos que los permisos de grupos de usuarios que incluyen este grupo.",
|
|
307
310
|
"shareDialog.share.granular.granularUser.tooltip.cannotRemoveFromParent": "No puede eliminar los permisos de este usuario en este espacio de trabajo. Para eliminar los permisos, hágalo desde el espacio de trabajo principal.",
|
|
311
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "No puede eliminar los permisos de este grupo de usuarios en este espacio de trabajo. Para eliminar los permisos, hágalo desde el espacio de trabajo principal.",
|
|
308
312
|
"shareDialog.share.granular.granularUser.tooltip.noChangeAvailable": "No puede eliminar o modificar los permisos de este usuario en este espacio de trabajo. Para editar los permisos, hágalo desde el espacio de trabajo principal.",
|
|
309
|
-
"shareDialog.share.granular.granularGroup.tooltip.
|
|
310
|
-
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "You cannot remove permissions for this user group in this workspace. To remove the permissions, do so from the parent workspace.",
|
|
311
|
-
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "You cannot remove or change permissions for this user group in this workspace. To edit the permissions, do so from the parent workspace.",
|
|
313
|
+
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "No puede eliminar o modificar los permisos de este grupo de usuarios en este espacio de trabajo. Para editar los permisos, hágalo desde el espacio de trabajo principal.",
|
|
312
314
|
"shareDialog.share.granular.administrator.info": "<b>Nota.</b> Otros administradores y usted tienen un acceso completo a todos los paneles.",
|
|
313
315
|
"sorting.dropdown.header": "Ordenar perspectiva",
|
|
314
316
|
"sorting.type.alphabetical.asc": "De la A a la Z",
|
|
@@ -323,21 +325,31 @@
|
|
|
323
325
|
"sorting.default.tooltip": "Use el orden definido en el atributo.",
|
|
324
326
|
"embedInsightDialog.actions.close": "Cerrar",
|
|
325
327
|
"embedInsightDialog.actions.copyCode": "Copiar código",
|
|
328
|
+
"embedInsightDialog.component.type": "Tipo de componente",
|
|
326
329
|
"embedInsightDialog.code.language.codeAs": "Codificar como",
|
|
327
|
-
"embedInsightDialog.
|
|
328
|
-
"embedInsightDialog.
|
|
330
|
+
"embedInsightDialog.react.options": "Otras opciones",
|
|
331
|
+
"embedInsightDialog.webComponents.options": "Opciones",
|
|
332
|
+
"embedInsightDialog.webComponents.options.displayTitle": "Mostrar título",
|
|
333
|
+
"embedInsightDialog.webComponents.options.customTitle": "Título personalizado",
|
|
334
|
+
"embedInsightDialog.webComponents.options.locale": "Lugar",
|
|
335
|
+
"embedInsightDialog.webComponents.locale.tooltip": "Elija una localización del idioma específica. Si se desactiva, la visualización adoptará por defecto la configuración actual del idioma de visualización.",
|
|
329
336
|
"embedInsightDialog.code.options.include.config.info": "Incluya la configuración de la perspectiva en cuanto a colores, ejes, leyenda y lienzos si está disponible.",
|
|
330
337
|
"embedInsightDialog.code.options.custom.height": "Personalizar altura",
|
|
331
|
-
"embedInsightDialog.code.options.display.
|
|
332
|
-
"embedInsightDialog.headLine.
|
|
333
|
-
"embedInsightDialog.
|
|
334
|
-
"embedInsightDialog.
|
|
335
|
-
"embedInsightDialog.
|
|
338
|
+
"embedInsightDialog.code.options.display.configuration": "Mostrar configuración",
|
|
339
|
+
"embedInsightDialog.headLine.embedInsight": "Perspectiva incrustada",
|
|
340
|
+
"embedInsightDialog.componentType.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.",
|
|
341
|
+
"embedInsightDialog.componentType.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.",
|
|
342
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": "Defina el texto del título directamente en el fragmento de código.",
|
|
343
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": "Activar Mostrar título primero.",
|
|
336
344
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Nota.</b> Para que este fragmento de código funcione, prepare su entorno.",
|
|
337
345
|
"embedInsightDialog.prepareEnvironmentMessage.link": "Más información",
|
|
338
346
|
"embed.dialog.numeric.input.validation": "El valor debe ser un número mayor que 0",
|
|
339
347
|
"embed.dialog.numeric.input.warning": "Esta entrada acepta solo dígitos mayores que 0",
|
|
340
348
|
"embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
|
|
349
|
+
"embedInsightDialog.emptyInsight.byReference": "El fragmento de código se mostrará aquí cuando <a>haya guardado la perspectiva</a>.",
|
|
350
|
+
"embedInsightDialog.emptyInsight.byDefinition": "Este tipo de perspectiva no se puede incrustar como un componente de tipo programático.",
|
|
351
|
+
"embedDialog.tab.react": "React",
|
|
352
|
+
"embedDialog.tab.webComponents": "Componentes web",
|
|
341
353
|
"error.overlay.login": "Iniciar sesión",
|
|
342
354
|
"error.overlay.title": "Se ha cerrado la sesión",
|
|
343
355
|
"error.overlay.text": "Iníciela de nuevo para continuar su trabajo.",
|
|
@@ -278,6 +278,8 @@
|
|
|
278
278
|
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> est déjà filtré par le filtre <strong>{childTitle}</strong>, directement ou via d'autres filtres.",
|
|
279
279
|
"attributesDropdown.attributeNameWithData": "avec les données de",
|
|
280
280
|
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> ne peut pas être filtré par <strong>{parentTitle}</strong>. Il n'existe aucune connexion entre les attributs du filtre dans le modèle de données.",
|
|
281
|
+
"attributesDropdown.details.type": "Attribut",
|
|
282
|
+
"attributesDropdown.details.dataset": "Ensemble de données",
|
|
281
283
|
"shareDialog.share.grantee.title": "Partager avec des utilisateurs et groupes",
|
|
282
284
|
"shareDialog.share.grantee.share": "Partage",
|
|
283
285
|
"shareDialog.share.grantee.list.title": "Partagé avec",
|
|
@@ -301,14 +303,14 @@
|
|
|
301
303
|
"shareDialog.share.granular.grantee.permission.view": "Autorisation de consultation",
|
|
302
304
|
"shareDialog.share.granular.grantee.permission.remove": "Supprimer",
|
|
303
305
|
"shareDialog.share.granular.granularUser.tooltip.cannotChangeHigher": "Vous ne pouvez pas supprimer ou modifier les autorisations des utilisateurs disposant d'autorisations supérieures aux vôtres.",
|
|
306
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotChangeHigher": "Vous ne pouvez pas supprimer ou modifier les autorisations des groupes disposant d'autorisations plus élevées que les vôtres.",
|
|
304
307
|
"shareDialog.share.granular.grantee.tooltip.cannotGrantHigher": "Vous ne pouvez pas configurer d'autorisations supérieures aux vôtres.",
|
|
305
308
|
"shareDialog.share.granular.granularUser.tooltip.cannotGrantLower": "Vous ne pouvez pas configurer des autorisations inférieures aux autorisations des groupes d'utilisateurs avec cet utilisateur.",
|
|
306
309
|
"shareDialog.share.granular.granularGroup.tooltip.cannotGrantLower": "Vous ne pouvez pas configurer des autorisations inférieures aux autorisations des groupes d'utilisateurs qui incluent ce groupe.",
|
|
307
310
|
"shareDialog.share.granular.granularUser.tooltip.cannotRemoveFromParent": "Vous ne pouvez pas supprimer les autorisations de cet utilisateur dans cet espace de travail. Accédez à l'espace de travail parent pour effectuer la suppression.",
|
|
311
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "Vous ne pouvez pas supprimer les autorisations de ce groupe d'utilisateurs dans cet espace de travail. Pour supprimer les autorisations, vous devez le faire à partir de l'espace de travail parent.",
|
|
308
312
|
"shareDialog.share.granular.granularUser.tooltip.noChangeAvailable": "Vous ne pouvez pas supprimer ou modifier les autorisations de cet utilisateur dans cet espace de travail. Accédez à l'espace de travail parent pour effectuer la modification.",
|
|
309
|
-
"shareDialog.share.granular.granularGroup.tooltip.
|
|
310
|
-
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "You cannot remove permissions for this user group in this workspace. To remove the permissions, do so from the parent workspace.",
|
|
311
|
-
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "You cannot remove or change permissions for this user group in this workspace. To edit the permissions, do so from the parent workspace.",
|
|
313
|
+
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "Vous ne pouvez pas supprimer ou modifier les autorisations de ce groupe d'utilisateurs dans cet espace de travail. Pour modifier les autorisations, vous devez le faire à partir de l'espace de travail parent.",
|
|
312
314
|
"shareDialog.share.granular.administrator.info": "<b>Remarque.</b> Vous et d'autres administrateurs disposez d'un accès complet à tous les tableaux de bord.",
|
|
313
315
|
"sorting.dropdown.header": "Trier la perception",
|
|
314
316
|
"sorting.type.alphabetical.asc": "A à Z",
|
|
@@ -323,21 +325,31 @@
|
|
|
323
325
|
"sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
|
|
324
326
|
"embedInsightDialog.actions.close": "Fermer",
|
|
325
327
|
"embedInsightDialog.actions.copyCode": "Copier le code",
|
|
328
|
+
"embedInsightDialog.component.type": "Type de composant",
|
|
326
329
|
"embedInsightDialog.code.language.codeAs": "Coder avec",
|
|
327
|
-
"embedInsightDialog.
|
|
328
|
-
"embedInsightDialog.
|
|
330
|
+
"embedInsightDialog.react.options": "Autres options",
|
|
331
|
+
"embedInsightDialog.webComponents.options": "Options",
|
|
332
|
+
"embedInsightDialog.webComponents.options.displayTitle": "Afficher le titre",
|
|
333
|
+
"embedInsightDialog.webComponents.options.customTitle": "Titre personnalisé",
|
|
334
|
+
"embedInsightDialog.webComponents.options.locale": "Paramètres régionaux",
|
|
335
|
+
"embedInsightDialog.webComponents.locale.tooltip": "Choisissez la localisation dans une langue spécifique. Si cette option est désactivée, la visualisation utilise par défaut vos paramètres de langue actuels.",
|
|
329
336
|
"embedInsightDialog.code.options.include.config.info": "Inclure la configuration disponible des couleurs, axes, légendes et canevas de la perception.",
|
|
330
337
|
"embedInsightDialog.code.options.custom.height": "Hauteur personnalisée",
|
|
331
|
-
"embedInsightDialog.code.options.display.
|
|
332
|
-
"embedInsightDialog.headLine.
|
|
333
|
-
"embedInsightDialog.
|
|
334
|
-
"embedInsightDialog.
|
|
335
|
-
"embedInsightDialog.
|
|
338
|
+
"embedInsightDialog.code.options.display.configuration": "Afficher la configuration",
|
|
339
|
+
"embedInsightDialog.headLine.embedInsight": "Incorporer la perception",
|
|
340
|
+
"embedInsightDialog.componentType.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.",
|
|
341
|
+
"embedInsightDialog.componentType.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.",
|
|
342
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": "Définir le texte du titre directement dans l'extrait de code.",
|
|
343
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": "Activer l'affichage du titre en premier.",
|
|
336
344
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Remarque.</b> Pour que cet extrait fonctionne, vous devez préparer l'environnement.",
|
|
337
345
|
"embedInsightDialog.prepareEnvironmentMessage.link": "En savoir plus",
|
|
338
346
|
"embed.dialog.numeric.input.validation": "La valeur doit être supérieure à 0",
|
|
339
347
|
"embed.dialog.numeric.input.warning": "La saisie n'accepte que les chiffres supérieurs à 0.",
|
|
340
348
|
"embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
|
|
349
|
+
"embedInsightDialog.emptyInsight.byReference": "L'extrait de code s'affiche ici une fois que vous avez <a>enregistré la perception</a>.",
|
|
350
|
+
"embedInsightDialog.emptyInsight.byDefinition": "Ce type de perception ne peut pas être incorporé en tant que composant de type programmatique.",
|
|
351
|
+
"embedDialog.tab.react": "React",
|
|
352
|
+
"embedDialog.tab.webComponents": "Composants web",
|
|
341
353
|
"error.overlay.login": "Connexion",
|
|
342
354
|
"error.overlay.title": "Vous avez été déconnecté(e)",
|
|
343
355
|
"error.overlay.text": "Pour continuer à travailler, reconnectez-vous.",
|
|
@@ -278,6 +278,8 @@
|
|
|
278
278
|
"attributesDropdown.filterConfiguredMessage": "直接フィルターか、他のフィルターで<strong>{parentTitle}</strong> すでにフィルター済み <strong>{childTitle}</strong>。",
|
|
279
279
|
"attributesDropdown.attributeNameWithData": "データの",
|
|
280
280
|
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> フィルターが無効 <strong>{parentTitle}</strong>。フィルターアトリビュートとデータモデルが無関係です。",
|
|
281
|
+
"attributesDropdown.details.type": "アトリビュート",
|
|
282
|
+
"attributesDropdown.details.dataset": "データセット",
|
|
281
283
|
"shareDialog.share.grantee.title": "ユーザやグループと共有",
|
|
282
284
|
"shareDialog.share.grantee.share": "共有する",
|
|
283
285
|
"shareDialog.share.grantee.list.title": "シェア相手",
|
|
@@ -301,14 +303,14 @@
|
|
|
301
303
|
"shareDialog.share.granular.grantee.permission.view": "表示",
|
|
302
304
|
"shareDialog.share.granular.grantee.permission.remove": "削除",
|
|
303
305
|
"shareDialog.share.granular.granularUser.tooltip.cannotChangeHigher": "あなたより高い権限のユーザーの権限の削除または変更はできません。",
|
|
306
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotChangeHigher": "あなたより高い権限のグループの権限の削除または変更はできません。",
|
|
304
307
|
"shareDialog.share.granular.grantee.tooltip.cannotGrantHigher": "あなたより高い権限は設定できません。",
|
|
305
308
|
"shareDialog.share.granular.granularUser.tooltip.cannotGrantLower": "このユーザーのユーザーグループの権限より低い権限は設定できません。",
|
|
306
309
|
"shareDialog.share.granular.granularGroup.tooltip.cannotGrantLower": "このグループを含んだユーザーグループの権限より低い権限は設定できません。",
|
|
307
310
|
"shareDialog.share.granular.granularUser.tooltip.cannotRemoveFromParent": "このワークスペースでのユーザーの権限を削除できません。権限を削除するには親ワークスペースから操作してください。",
|
|
311
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "このワークスペースでこのユーザーグループの権限を削除できません。権限を削除するには親ワークスペースから操作してください。",
|
|
308
312
|
"shareDialog.share.granular.granularUser.tooltip.noChangeAvailable": "このワークスペースでのユーザーの権限の削除または変更はできません。権限の編集は親ワークスペースから操作してください。",
|
|
309
|
-
"shareDialog.share.granular.granularGroup.tooltip.
|
|
310
|
-
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "You cannot remove permissions for this user group in this workspace. To remove the permissions, do so from the parent workspace.",
|
|
311
|
-
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "You cannot remove or change permissions for this user group in this workspace. To edit the permissions, do so from the parent workspace.",
|
|
313
|
+
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "このワークスペースでこのユーザーグループの権限の削除または変更はできません。権限の編集は親ワークスペースから操作してください。",
|
|
312
314
|
"shareDialog.share.granular.administrator.info": "<b>注:</b>あなたと他の管理者は、すべてのダッシュボードに完全にアクセスできます。",
|
|
313
315
|
"sorting.dropdown.header": "インサイトの並べ替え",
|
|
314
316
|
"sorting.type.alphabetical.asc": "A から Z",
|
|
@@ -323,21 +325,31 @@
|
|
|
323
325
|
"sorting.default.tooltip": "属性で定義された順序を使用します。",
|
|
324
326
|
"embedInsightDialog.actions.close": "閉じる",
|
|
325
327
|
"embedInsightDialog.actions.copyCode": "コードをコピー",
|
|
328
|
+
"embedInsightDialog.component.type": "要素の種類",
|
|
326
329
|
"embedInsightDialog.code.language.codeAs": "コード",
|
|
327
|
-
"embedInsightDialog.
|
|
328
|
-
"embedInsightDialog.
|
|
330
|
+
"embedInsightDialog.react.options": "その他のオプション",
|
|
331
|
+
"embedInsightDialog.webComponents.options": "オプション",
|
|
332
|
+
"embedInsightDialog.webComponents.options.displayTitle": "タイトルを表示",
|
|
333
|
+
"embedInsightDialog.webComponents.options.customTitle": "カスタムタイトル",
|
|
334
|
+
"embedInsightDialog.webComponents.options.locale": "ロケール",
|
|
335
|
+
"embedInsightDialog.webComponents.locale.tooltip": "ローカライズの特定の言語を選択できます。無効になっている場合現在お使いの言語設定がビジュアライゼーションに適用されます。",
|
|
329
336
|
"embedInsightDialog.code.options.include.config.info": "カラー、軸、凡例、キャンバス(使用可能な場合)のインサイト設定を含めます。",
|
|
330
337
|
"embedInsightDialog.code.options.custom.height": "ユーザー設定の高さ",
|
|
331
|
-
"embedInsightDialog.code.options.display.
|
|
332
|
-
"embedInsightDialog.headLine.
|
|
333
|
-
"embedInsightDialog.
|
|
334
|
-
"embedInsightDialog.
|
|
335
|
-
"embedInsightDialog.
|
|
338
|
+
"embedInsightDialog.code.options.display.configuration": "設定を表示",
|
|
339
|
+
"embedInsightDialog.headLine.embedInsight": "インサイト埋め込み",
|
|
340
|
+
"embedInsightDialog.componentType.byReference.tooltip": "保存されたインサイトへのレファレンスとして、一般的な GD.UI リアクトコンポーネントに埋め込みます。今後のインサイトの変更(表示タイプ、メトリック、属性など)は、埋め込みバージョンに反映されます。",
|
|
341
|
+
"embedInsightDialog.componentType.byDefinition.tooltip": "現在選択されている表示タイプに基づいて、特定の GD.UI リアクト構成要素にインサイト定義として埋め込みます。このアプリケーションで行われるインサイト(表示タイプ、メトリック、属性など)に対する今後の変更は、埋め込みバージョンには反映されません。",
|
|
342
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": "コードスニペットに直接タイトルのテキストを定義します。",
|
|
343
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": "先にタイトルの表示を有効にしてください。",
|
|
336
344
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>注: </b> このスニペットが動作するように環境を準備します。",
|
|
337
345
|
"embedInsightDialog.prepareEnvironmentMessage.link": "詳細",
|
|
338
346
|
"embed.dialog.numeric.input.validation": "値は 0 より大きい数値にしてください",
|
|
339
347
|
"embed.dialog.numeric.input.warning": "この入力には、0 より大きい数字のみを使用できます",
|
|
340
348
|
"embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
|
|
349
|
+
"embedInsightDialog.emptyInsight.byReference": "<a>インサイトを保存すると</a>コードスニペットがここに表示されます。",
|
|
350
|
+
"embedInsightDialog.emptyInsight.byDefinition": "このインサイトの種類はプログラム可能要素として埋め込めません。",
|
|
351
|
+
"embedDialog.tab.react": "React",
|
|
352
|
+
"embedDialog.tab.webComponents": "ウェブ要素",
|
|
341
353
|
"error.overlay.login": "ログイン",
|
|
342
354
|
"error.overlay.title": "ログアウトしています",
|
|
343
355
|
"error.overlay.text": "作業を続行するには、再度ログインしてください。",
|
|
@@ -278,6 +278,8 @@
|
|
|
278
278
|
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> is al gefilterd op <strong>{childTitle}</strong>, rechtstreeks of via andere filters.",
|
|
279
279
|
"attributesDropdown.attributeNameWithData": "met gegevens van",
|
|
280
280
|
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> kan niet worden gefilterd op <strong>{parentTitle}</strong>. Er is geen verbinding tussen de filterattributen in het gegevensmodel.",
|
|
281
|
+
"attributesDropdown.details.type": "Attribuut",
|
|
282
|
+
"attributesDropdown.details.dataset": "Dataset",
|
|
281
283
|
"shareDialog.share.grantee.title": "Delen met gebruikers en groepen",
|
|
282
284
|
"shareDialog.share.grantee.share": "Deel",
|
|
283
285
|
"shareDialog.share.grantee.list.title": "Gedeeld met",
|
|
@@ -301,14 +303,14 @@
|
|
|
301
303
|
"shareDialog.share.granular.grantee.permission.view": "Mag bekijken",
|
|
302
304
|
"shareDialog.share.granular.grantee.permission.remove": "Verwijderen",
|
|
303
305
|
"shareDialog.share.granular.granularUser.tooltip.cannotChangeHigher": "U kunt machtigingen voor gebruikers met hogere machtigingen dan u niet verwijderen of wijzigen.",
|
|
306
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotChangeHigher": "U kunt machtigingen voor groepen met hogere machtigingen dan u niet verwijderen of wijzigen.",
|
|
304
307
|
"shareDialog.share.granular.grantee.tooltip.cannotGrantHigher": "U kunt geen hogere machtigingen instellen dan u zelf hebt.",
|
|
305
308
|
"shareDialog.share.granular.granularUser.tooltip.cannotGrantLower": "U kunt geen lagere instellingen instellen dan de machtigingen van gebruikersgroepen met deze gebruiker.",
|
|
306
309
|
"shareDialog.share.granular.granularGroup.tooltip.cannotGrantLower": "U kunt geen lagere instellingen instellen dan de machtigingen van gebruikersgroepen met deze groep.",
|
|
307
310
|
"shareDialog.share.granular.granularUser.tooltip.cannotRemoveFromParent": "U kunt geen machtigingen verwijderen voor deze gebruiker in deze werkruimte. Verwijder de machtigingen vanuit de bovenliggende werkruimte.",
|
|
311
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "U kunt geen machtigingen voor deze gebruikersgroep in deze werkruimte verwijderen. Verwijder machtigingen vanuit de bovenliggende werkruimte.",
|
|
308
312
|
"shareDialog.share.granular.granularUser.tooltip.noChangeAvailable": "U kunt geen machtigingen verwijderen of wijzigen voor deze gebruiker in deze werkruimte. Bewerk de machtigingen vanuit de bovenliggende werkruimte.",
|
|
309
|
-
"shareDialog.share.granular.granularGroup.tooltip.
|
|
310
|
-
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "You cannot remove permissions for this user group in this workspace. To remove the permissions, do so from the parent workspace.",
|
|
311
|
-
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "You cannot remove or change permissions for this user group in this workspace. To edit the permissions, do so from the parent workspace.",
|
|
313
|
+
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "U kunt geen machtigingen verwijderen of wijzigen voor deze gebruikersgroep in deze werkruimte. Bewerk de machtigingen vanuit de bovenliggende werkruimte.",
|
|
312
314
|
"shareDialog.share.granular.administrator.info": "<b>Let op.</b> U en andere beheerders hebben volledige toegang tot alle dashboards.",
|
|
313
315
|
"sorting.dropdown.header": "Inzicht sorteren",
|
|
314
316
|
"sorting.type.alphabetical.asc": "A tot Z",
|
|
@@ -323,21 +325,31 @@
|
|
|
323
325
|
"sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut.",
|
|
324
326
|
"embedInsightDialog.actions.close": "Sluiten",
|
|
325
327
|
"embedInsightDialog.actions.copyCode": "Code kopiëren",
|
|
328
|
+
"embedInsightDialog.component.type": "Componenttype",
|
|
326
329
|
"embedInsightDialog.code.language.codeAs": "Code als",
|
|
327
|
-
"embedInsightDialog.
|
|
328
|
-
"embedInsightDialog.
|
|
330
|
+
"embedInsightDialog.react.options": "Overige opties",
|
|
331
|
+
"embedInsightDialog.webComponents.options": "Opties",
|
|
332
|
+
"embedInsightDialog.webComponents.options.displayTitle": "Titel weergeven",
|
|
333
|
+
"embedInsightDialog.webComponents.options.customTitle": "Aangepaste titel",
|
|
334
|
+
"embedInsightDialog.webComponents.options.locale": "Lokaal",
|
|
335
|
+
"embedInsightDialog.webComponents.locale.tooltip": "Kies een specifieke taallocatie. Indien uitgeschakeld wordt de weergave ingesteld op de huidige taalinstellingen voor weergave.",
|
|
329
336
|
"embedInsightDialog.code.options.include.config.info": "Implementeer de inzichtconfiguratie van kleuren, assen, legenda en canvas indien beschikbaar.",
|
|
330
337
|
"embedInsightDialog.code.options.custom.height": "Aangepaste hoogte",
|
|
331
|
-
"embedInsightDialog.code.options.display.
|
|
332
|
-
"embedInsightDialog.headLine.
|
|
333
|
-
"embedInsightDialog.
|
|
334
|
-
"embedInsightDialog.
|
|
335
|
-
"embedInsightDialog.
|
|
338
|
+
"embedInsightDialog.code.options.display.configuration": "Configuratie weergeven",
|
|
339
|
+
"embedInsightDialog.headLine.embedInsight": "Inzicht insluiten",
|
|
340
|
+
"embedInsightDialog.componentType.byReference.tooltip": "U kunt een referentie insluiten in een opgeslagen inzicht via een algemene GD.UI-reactiecomponent. Alle toekomstige wijzigingen aan het inzicht (zoals visualisatietype, meetgegevens, attributen) worden gereflecteerd in de ingesloten versie.",
|
|
341
|
+
"embedInsightDialog.componentType.byDefinition.tooltip": "Sluit in als een inzichtdefinitie in een specifieke GD.UI-reactiecomponent op basis van het huidig geselecteerde visualisatietype. Toekomstige wijzigingen aan het inzicht (zoals visualisatietype, meetgegevens, attributen) in deze app worden niet gereflecteerd in de ingesloten versie.",
|
|
342
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": "Bepaal de tekst van de titel rechtstreeks in het codefragment.",
|
|
343
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": "Schakel eerst de titel van de weergave in.",
|
|
336
344
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Let op.</b> Om dit stukje te laten werken, moet u uw omgeving voorbereiden.",
|
|
337
345
|
"embedInsightDialog.prepareEnvironmentMessage.link": "Meer weten",
|
|
338
346
|
"embed.dialog.numeric.input.validation": "De waarde moet een getal zijn dat groter is dan 0",
|
|
339
347
|
"embed.dialog.numeric.input.warning": "Deze invoer accepteert alleen getallen groter dan 0",
|
|
340
348
|
"embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen",
|
|
349
|
+
"embedInsightDialog.emptyInsight.byReference": "Het codefragment wordt hier weergegeven zodra u <a>het inzicht opslaat</a>. ",
|
|
350
|
+
"embedInsightDialog.emptyInsight.byDefinition": "Dit inzichttype kan niet worden ingesloten als programmatisch type component.",
|
|
351
|
+
"embedDialog.tab.react": "React",
|
|
352
|
+
"embedDialog.tab.webComponents": "Webcomponenten",
|
|
341
353
|
"error.overlay.login": "Login",
|
|
342
354
|
"error.overlay.title": "U bent afgemeld",
|
|
343
355
|
"error.overlay.text": "Meld u opnieuw aan om verder te werken.",
|
|
@@ -278,6 +278,8 @@
|
|
|
278
278
|
"attributesDropdown.filterConfiguredMessage": "<strong>{parentTitle}</strong> já foi filtrado por <strong>{childTitle}</strong> diretamente ou por meio de outros filtros.",
|
|
279
279
|
"attributesDropdown.attributeNameWithData": "com dados de",
|
|
280
280
|
"attributesDropdown.noConnectionMessage": "<strong>{childTitle}</strong> não pode ser filtrado por <strong>{parentTitle}</strong>. Não há conexão entre os atributos do filtro e o modelo de dados.",
|
|
281
|
+
"attributesDropdown.details.type": "Atributo",
|
|
282
|
+
"attributesDropdown.details.dataset": "Conjunto de Dados",
|
|
281
283
|
"shareDialog.share.grantee.title": "Compartilhar com usuários e grupos",
|
|
282
284
|
"shareDialog.share.grantee.share": "Compartilhar",
|
|
283
285
|
"shareDialog.share.grantee.list.title": "Compartilhado com",
|
|
@@ -301,14 +303,14 @@
|
|
|
301
303
|
"shareDialog.share.granular.grantee.permission.view": "Pode visualizar",
|
|
302
304
|
"shareDialog.share.granular.grantee.permission.remove": "Remover",
|
|
303
305
|
"shareDialog.share.granular.granularUser.tooltip.cannotChangeHigher": "Você não pode remover ou alterar permissões de usuários que tenham níveis mais altos de permissão que você.",
|
|
306
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotChangeHigher": "Você não pode remover ou alterar permissões em grupos com permissões de nível mais alto do que as suas.",
|
|
304
307
|
"shareDialog.share.granular.grantee.tooltip.cannotGrantHigher": "Você não pode definir permissões de nível mais alto do que as permissões que você possui.",
|
|
305
308
|
"shareDialog.share.granular.granularUser.tooltip.cannotGrantLower": "Você não pode definir permissões de nível mais baixo do que as permissões de grupos de usuários que incluam este usuário.",
|
|
306
309
|
"shareDialog.share.granular.granularGroup.tooltip.cannotGrantLower": "Você não pode definir permissões de nível mais baixo do que as permissões de grupos de usuários que incluam este grupo.",
|
|
307
310
|
"shareDialog.share.granular.granularUser.tooltip.cannotRemoveFromParent": "Você não pode remover permissões deste usuário neste espaço de trabalho. Para remover as permissões, vá até o espaço de trabalho principal.",
|
|
311
|
+
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "Você não pode remover permissões para este grupo de usuários neste espaço de trabalho. Para remover as permissões, acesse o espaço de trabalho principal.",
|
|
308
312
|
"shareDialog.share.granular.granularUser.tooltip.noChangeAvailable": "Você não pode remover ou alterar permissões deste usuário neste espaço de trabalho. Para editar as permissões, vá até o espaço de trabalho principal.",
|
|
309
|
-
"shareDialog.share.granular.granularGroup.tooltip.
|
|
310
|
-
"shareDialog.share.granular.granularGroup.tooltip.cannotRemoveFromParent": "You cannot remove permissions for this user group in this workspace. To remove the permissions, do so from the parent workspace.",
|
|
311
|
-
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "You cannot remove or change permissions for this user group in this workspace. To edit the permissions, do so from the parent workspace.",
|
|
313
|
+
"shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "Você não pode remover ou alterar permissões para este grupo de usuários neste espaço de trabalho. Para editar as permissões, acesse o espaço de trabalho principal.",
|
|
312
314
|
"shareDialog.share.granular.administrator.info": "<b>Aviso.</b> Você e outros administradores têm acesso total a todos os dashboards.",
|
|
313
315
|
"sorting.dropdown.header": "Classificar insight",
|
|
314
316
|
"sorting.type.alphabetical.asc": "A a Z",
|
|
@@ -323,21 +325,31 @@
|
|
|
323
325
|
"sorting.default.tooltip": "Use a ordem definida no atributo.",
|
|
324
326
|
"embedInsightDialog.actions.close": "Fechar",
|
|
325
327
|
"embedInsightDialog.actions.copyCode": "Copiar código",
|
|
328
|
+
"embedInsightDialog.component.type": "Tipo de componente",
|
|
326
329
|
"embedInsightDialog.code.language.codeAs": "Codificar em",
|
|
327
|
-
"embedInsightDialog.
|
|
328
|
-
"embedInsightDialog.
|
|
330
|
+
"embedInsightDialog.react.options": "Outras opções",
|
|
331
|
+
"embedInsightDialog.webComponents.options": "Opções",
|
|
332
|
+
"embedInsightDialog.webComponents.options.displayTitle": "Exibir título",
|
|
333
|
+
"embedInsightDialog.webComponents.options.customTitle": "Personalizar título",
|
|
334
|
+
"embedInsightDialog.webComponents.options.locale": "Local",
|
|
335
|
+
"embedInsightDialog.webComponents.locale.tooltip": "Escolha a localização de uma língua específica. Se isso estiver desativado, a visualização padrão será a mesma das configurações de visualização de idioma atuais.",
|
|
329
336
|
"embedInsightDialog.code.options.include.config.info": "Caso disponível, incluir a configuração do insight de cores, eixos, legenda e tela.",
|
|
330
337
|
"embedInsightDialog.code.options.custom.height": "Personalizar altura",
|
|
331
|
-
"embedInsightDialog.code.options.display.
|
|
332
|
-
"embedInsightDialog.headLine.
|
|
333
|
-
"embedInsightDialog.
|
|
334
|
-
"embedInsightDialog.
|
|
335
|
-
"embedInsightDialog.
|
|
338
|
+
"embedInsightDialog.code.options.display.configuration": "Exibir configuração",
|
|
339
|
+
"embedInsightDialog.headLine.embedInsight": "Incorporar Insight",
|
|
340
|
+
"embedInsightDialog.componentType.byReference.tooltip": "Incorporar como referência a um insight salvo em um componente de reação de interface do usuário do GoodData. Qualquer alteração futura no insight (como tipo de visualização, métricas, atributos) afetara a versão incorporada.",
|
|
341
|
+
"embedInsightDialog.componentType.byDefinition.tooltip": "Incorporar como definição de insight em um componente de reação de interface de usuário específico, baseado no tipo atual de visualização selecionado. Nenhuma alteração futura no insight (como tipo de visualização, métricas, atributos) feita nesse aplicativo afetara a versão incorporada.",
|
|
342
|
+
"embedInsightDialog.webComponents.customTitle.tooltip": "Definir o texto do título diretamente no fragmento de código.",
|
|
343
|
+
"embedInsightDialog.webComponents.customTitle.disabled.tooltip": "Ativar Exibição de título primeiro.",
|
|
336
344
|
"embedInsightDialog.prepareEnvironmentMessage": "<b>Obs.:</b> para que o snippet funcione, prepare seu ambiente.",
|
|
337
345
|
"embedInsightDialog.prepareEnvironmentMessage.link": "Saber mais",
|
|
338
346
|
"embed.dialog.numeric.input.validation": "O valor deve ser um número maior que 0",
|
|
339
347
|
"embed.dialog.numeric.input.warning": "Este campo somente aceita dígitos maiores que 0",
|
|
340
348
|
"embedInsightDialog.complete.list.props.message": "Lista completa de propriedades incorporadas",
|
|
349
|
+
"embedInsightDialog.emptyInsight.byReference": "O fragmento de código será exibido aqui assim que você <a>salvar o insight</a>.",
|
|
350
|
+
"embedInsightDialog.emptyInsight.byDefinition": "Esse tipo de insight não pode ser incorporado como um tipo de componente programático.",
|
|
351
|
+
"embedDialog.tab.react": "React",
|
|
352
|
+
"embedDialog.tab.webComponents": "Componentes para a Web",
|
|
341
353
|
"error.overlay.login": "Login",
|
|
342
354
|
"error.overlay.title": "Sua sessão foi encerrada",
|
|
343
355
|
"error.overlay.text": "Conecte-se novamente para continuar trabalhando.",
|