@gooddata/sdk-ui-dashboard 11.42.0-alpha.1 → 11.42.0-alpha.3
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/NOTICE +6 -6
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +14 -1
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +50 -0
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -2
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +6 -0
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +11 -0
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +7 -0
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +18 -7
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +2 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +5 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +20 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +16 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +32 -12
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +75 -0
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +155 -0
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +47 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.js +69 -25
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts +21 -0
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +38 -0
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +23 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +93 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +32 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +57 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts +75 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +143 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts +1 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.js +1 -0
- package/esm/presentation/automations/shared/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFiltersSelect.js +15 -2
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts +15 -0
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map +1 -0
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.js +28 -0
- package/esm/presentation/dashboard/components/DashboardLoading.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardLoading.js +12 -2
- package/esm/presentation/export/types.d.ts +1 -1
- package/esm/presentation/export/types.d.ts.map +1 -1
- package/esm/presentation/export/useExportData.d.ts +1 -1
- package/esm/presentation/export/useExportData.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +20 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +41 -6
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +20 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +20 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +3 -11
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +3 -11
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +3 -11
- package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/EditableDashboardInsightWidget.js +10 -1
- package/esm/presentation/widget/widget/warningPartialResult/InsightWidgetWarningPartialResult.d.ts +5 -4
- package/esm/presentation/widget/widget/warningPartialResult/InsightWidgetWarningPartialResult.d.ts.map +1 -1
- package/esm/presentation/widget/widget/warningPartialResult/InsightWidgetWarningPartialResult.js +3 -3
- package/esm/sdk-ui-dashboard.d.ts +30 -3
- package/package.json +20 -20
- package/styles/css/dashboard.css +4 -1
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/main.css +5 -2
- package/styles/css/main.css.map +1 -1
- package/styles/css/warningPartialResult.css +1 -1
- package/styles/scss/dashboard.scss +9 -1
- package/styles/scss/warningPartialResult.scss +1 -1
|
@@ -5,7 +5,7 @@ import cx from "classnames";
|
|
|
5
5
|
import { debounce } from "lodash-es";
|
|
6
6
|
import { useIntl } from "react-intl";
|
|
7
7
|
import { isCatalogAttribute, isCatalogMeasure, } from "@gooddata/sdk-model";
|
|
8
|
-
import { Dropdown, DropdownList, SingleSelectListItem, isEscapeKey, useIdPrefixed, } from "@gooddata/sdk-ui-kit";
|
|
8
|
+
import { Dropdown, DropdownList, SingleSelectListItem, UiIcon, isEscapeKey, useIdPrefixed, } from "@gooddata/sdk-ui-kit";
|
|
9
9
|
import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
|
|
10
10
|
import { selectSupportsMultipleDateFilters } from "../../../../model/store/backendCapabilities/backendCapabilitiesSelectors.js";
|
|
11
11
|
import { selectEnableMeasureValueFilterKD, selectEnableMultipleDateFilters, } from "../../../../model/store/config/configSelectors.js";
|
|
@@ -61,7 +61,10 @@ const dropdownAlignPoints = [
|
|
|
61
61
|
},
|
|
62
62
|
];
|
|
63
63
|
const WIDTH = 253;
|
|
64
|
-
function
|
|
64
|
+
function isParameterDropdownListItem(item) {
|
|
65
|
+
return typeof item === "object" && item !== null && "type" in item && item.type === "parameter";
|
|
66
|
+
}
|
|
67
|
+
function createDefaultSelectedTabId({ hasAttributes, hasDateFilters, hasMeasures, hasParameters, }) {
|
|
65
68
|
if (hasAttributes) {
|
|
66
69
|
return "attributes";
|
|
67
70
|
}
|
|
@@ -71,12 +74,15 @@ function createDefaultSelectedTabId({ hasAttributes, hasDateFilters, hasMeasures
|
|
|
71
74
|
if (hasMeasures) {
|
|
72
75
|
return "metrics";
|
|
73
76
|
}
|
|
77
|
+
if (hasParameters) {
|
|
78
|
+
return "parameters";
|
|
79
|
+
}
|
|
74
80
|
return "attributes";
|
|
75
81
|
}
|
|
76
82
|
/**
|
|
77
83
|
* @internal
|
|
78
84
|
*/
|
|
79
|
-
export function AttributesDropdown({ id, className, bodyClassName, onClose, onOpen, onSelect, attributes, dateDatasets, measures = [], openOnInit = true, DropdownButtonComponent = AddAttributeFilterButton, DropdownTitleComponent, renderNoData, overlayPositionType, getCustomItemTitle, accessibilityConfig, returnFocusTo, }) {
|
|
85
|
+
export function AttributesDropdown({ id, className, bodyClassName, onClose, onOpen, onSelect, attributes, dateDatasets, measures = [], openOnInit = true, DropdownButtonComponent = AddAttributeFilterButton, DropdownTitleComponent, renderNoData, overlayPositionType, getCustomItemTitle, accessibilityConfig, returnFocusTo, parameters = [], onParameterSelect, }) {
|
|
80
86
|
const buttonId = useIdPrefixed(`add-attribute-filter-button-${id ?? ""}-`);
|
|
81
87
|
const intl = useIntl();
|
|
82
88
|
const [searchQuery, setSearchQuery] = useState("");
|
|
@@ -133,13 +139,20 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
133
139
|
insightWidgets,
|
|
134
140
|
insightsMap,
|
|
135
141
|
});
|
|
142
|
+
const filteredParameters = useMemo(() => {
|
|
143
|
+
return searchQuery
|
|
144
|
+
? parameters.filter((parameter) => parameter.title.toLowerCase().includes(searchQuery.toLowerCase()))
|
|
145
|
+
: parameters;
|
|
146
|
+
}, [parameters, searchQuery]);
|
|
136
147
|
const hasAttributes = useMemo(() => attributes.length > 0, [attributes]);
|
|
137
148
|
const hasDateFilters = useMemo(() => offerDateFilters && dateDatasets.length > 0, [dateDatasets, offerDateFilters]);
|
|
138
149
|
const hasMeasures = useMemo(() => metricMeasures.length > 0, [metricMeasures]);
|
|
150
|
+
const hasParameters = useMemo(() => parameters.length > 0, [parameters]);
|
|
139
151
|
const defaultSelectedTabId = createDefaultSelectedTabId({
|
|
140
152
|
hasAttributes,
|
|
141
153
|
hasDateFilters,
|
|
142
154
|
hasMeasures,
|
|
155
|
+
hasParameters,
|
|
143
156
|
});
|
|
144
157
|
const [selectedTabId, setSelectedTabId] = useState(defaultSelectedTabId);
|
|
145
158
|
useEffect(() => {
|
|
@@ -159,8 +172,15 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
159
172
|
if (offerDateFilters && dateDatasets.length) {
|
|
160
173
|
newTabs.push({ id: "dateDatasets", iconOnly: true, icon: "gd-icon-date" });
|
|
161
174
|
}
|
|
175
|
+
if (parameters.length) {
|
|
176
|
+
newTabs.push({
|
|
177
|
+
id: "parameters",
|
|
178
|
+
iconOnly: true,
|
|
179
|
+
iconNode: _jsx(UiIcon, { type: "parameter", size: 16, layout: "block", color: "currentColor" }),
|
|
180
|
+
});
|
|
181
|
+
}
|
|
162
182
|
return newTabs;
|
|
163
|
-
}, [attributes, dateDatasets, enableMeasureValueFilterKD, metricMeasures, offerDateFilters]);
|
|
183
|
+
}, [attributes, dateDatasets, enableMeasureValueFilterKD, metricMeasures, offerDateFilters, parameters]);
|
|
164
184
|
const buttonTitle = intl.formatMessage({ id: "addPanel.filter" });
|
|
165
185
|
const items = useMemo(() => {
|
|
166
186
|
if (selectedTabId === "attributes") {
|
|
@@ -172,8 +192,11 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
172
192
|
if (selectedTabId === "metrics") {
|
|
173
193
|
return metricDropdownItems;
|
|
174
194
|
}
|
|
195
|
+
if (selectedTabId === "parameters") {
|
|
196
|
+
return filteredParameters;
|
|
197
|
+
}
|
|
175
198
|
return [];
|
|
176
|
-
}, [selectedTabId, filteredAttributes, filteredDateDatasets, metricDropdownItems]);
|
|
199
|
+
}, [selectedTabId, filteredAttributes, filteredDateDatasets, metricDropdownItems, filteredParameters]);
|
|
177
200
|
const showTabs = useMemo(() => {
|
|
178
201
|
return tabs.length > 1;
|
|
179
202
|
}, [tabs.length]);
|
|
@@ -190,7 +213,10 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
190
213
|
if (isMetricHeaderListItem(item) || isMetricSeparatorListItem(item)) {
|
|
191
214
|
return;
|
|
192
215
|
}
|
|
193
|
-
if (
|
|
216
|
+
if (isParameterDropdownListItem(item)) {
|
|
217
|
+
onParameterSelect?.(item.ref);
|
|
218
|
+
}
|
|
219
|
+
else if (isCatalogAttribute(item)) {
|
|
194
220
|
onSelect(item.defaultDisplayForm.ref);
|
|
195
221
|
}
|
|
196
222
|
else if (isCatalogMeasure(item)) {
|
|
@@ -206,6 +232,9 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
206
232
|
if (isMetricSeparatorListItem(item)) {
|
|
207
233
|
return "";
|
|
208
234
|
}
|
|
235
|
+
if (isParameterDropdownListItem(item)) {
|
|
236
|
+
return item.title;
|
|
237
|
+
}
|
|
209
238
|
if (isCatalogAttribute(item)) {
|
|
210
239
|
return getAttributeListItemTitle(item, getCustomItemTitle?.(item));
|
|
211
240
|
}
|
|
@@ -220,6 +249,12 @@ export function AttributesDropdown({ id, className, bodyClassName, onClose, onOp
|
|
|
220
249
|
if (isMetricSeparatorListItem(item)) {
|
|
221
250
|
return _jsx(SingleSelectListItem, { type: item.type });
|
|
222
251
|
}
|
|
252
|
+
if (isParameterDropdownListItem(item)) {
|
|
253
|
+
return (_jsx(SingleSelectListItem, { title: item.title, icon: _jsx(UiIcon, { type: "parameter", size: 16, layout: "block", color: "currentColor" }), onClick: () => {
|
|
254
|
+
onParameterSelect?.(item.ref);
|
|
255
|
+
closeDropdown();
|
|
256
|
+
} }));
|
|
257
|
+
}
|
|
223
258
|
if (isCatalogAttribute(item)) {
|
|
224
259
|
const title = getCustomItemTitle?.(item);
|
|
225
260
|
return (_jsx(AttributeListItem, { item: item, title: title, isLocationIconEnabled: shouldDisplayLocationIcon, onClick: () => {
|
|
@@ -41,6 +41,8 @@ export declare const de_DE: {
|
|
|
41
41
|
"options.menu.export.dialog.widget.EXCEL": string;
|
|
42
42
|
"options.menu.export.dialog.includeExportInfo": string;
|
|
43
43
|
"options.menu.export.EXCEL": string;
|
|
44
|
+
"options.menu.export.partialResults.exportDisabled": string;
|
|
45
|
+
"options.menu.export.partialResults.warning.dashboard": string;
|
|
44
46
|
"options.menu.export.presentation.PPTX": string;
|
|
45
47
|
"options.menu.export.presentation.PDF": string;
|
|
46
48
|
"options.menu.export.image.PNG": string;
|
|
@@ -204,6 +206,7 @@ export declare const de_DE: {
|
|
|
204
206
|
"dialogs.automation.filters.deleteAriaLabel": string;
|
|
205
207
|
"dialogs.automation.filters.deleteTooltip": string;
|
|
206
208
|
"dialogs.automation.filters.lockedTooltip": string;
|
|
209
|
+
"dialogs.automation.parameters.chip": string;
|
|
207
210
|
"dialogs.automation.filters.useFiltersMessage.tooltip": string;
|
|
208
211
|
"dialogs.automation.filters.activeFilters": string;
|
|
209
212
|
"dialogs.automation.filters.missing": string;
|
|
@@ -319,17 +322,6 @@ export declare const de_DE: {
|
|
|
319
322
|
"partial_data_warning.hide_details": string;
|
|
320
323
|
"partial_data_warning.close": string;
|
|
321
324
|
"partial_data_warning.export_raw": string;
|
|
322
|
-
"partial_data_warning.description": string;
|
|
323
|
-
"partial_data_warning.rows.description": string;
|
|
324
|
-
"partial_data_warning.rows.description.unknown_total": string;
|
|
325
|
-
"partial_data_warning.columns.description": string;
|
|
326
|
-
"partial_data_warning.columns.description.unknown_total": string;
|
|
327
|
-
"partial_data_warning.rows_columns.description": string;
|
|
328
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": string;
|
|
329
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": string;
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_total": string;
|
|
331
|
-
"partial_data_warning.cells.description": string;
|
|
332
|
-
"partial_data_warning.cells.description.unknown_total": string;
|
|
333
325
|
"export_unsupported.disabled": string;
|
|
334
326
|
"widget.options.description": string;
|
|
335
327
|
"widget.options.menu.exportToCSV": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -43,6 +43,8 @@ export const de_DE = {
|
|
|
43
43
|
"options.menu.export.dialog.widget.EXCEL": "Formatierte Daten exportieren (.xlsx)",
|
|
44
44
|
"options.menu.export.dialog.includeExportInfo": "Blatt mit Exportinformationen einfügen",
|
|
45
45
|
"options.menu.export.EXCEL": "Daten (.xlsx)",
|
|
46
|
+
"options.menu.export.partialResults.exportDisabled": "Export nicht möglich, da die Visualisierung die Ergebnislimits überschreitet.",
|
|
47
|
+
"options.menu.export.partialResults.warning.dashboard": "Einige Visualisierungen überschreiten die Ergebnisgrenzen und werden nicht in den XLSX-Export aufgenommen.",
|
|
46
48
|
"options.menu.export.presentation.PPTX": "Slide Deck (.pptx)",
|
|
47
49
|
"options.menu.export.presentation.PDF": "Slide Deck (.pdf)",
|
|
48
50
|
"options.menu.export.image.PNG": "Schnappschuss (.png)",
|
|
@@ -206,6 +208,7 @@ export const de_DE = {
|
|
|
206
208
|
"dialogs.automation.filters.deleteAriaLabel": "Filter entfernen",
|
|
207
209
|
"dialogs.automation.filters.deleteTooltip": "Filter entfernen",
|
|
208
210
|
"dialogs.automation.filters.lockedTooltip": "Dieser Filter ist gesperrt und kann nicht entfernt werden.",
|
|
211
|
+
"dialogs.automation.parameters.chip": "{title} ist {value}",
|
|
209
212
|
"dialogs.automation.filters.useFiltersMessage.tooltip": "Aktivieren Sie dieses Kontrollkästchen, um diese Filter für jeden Export aufzubewahren. Wenn diese Option deaktiviert ist, verwendet der Export die neuesten Standardfilter aus dem Dashboard.",
|
|
210
213
|
"dialogs.automation.filters.activeFilters": "Hinweis: Diese Filter werden immer für zukünftige Exporte verwendet.",
|
|
211
214
|
"dialogs.automation.filters.missing": "<b>Warnung:</b> Einige Filter konnten nicht angewendet werden — sie sind im Dashboard nicht mehr verfügbar.",
|
|
@@ -321,17 +324,6 @@ export const de_DE = {
|
|
|
321
324
|
"partial_data_warning.hide_details": "Details ausblenden",
|
|
322
325
|
"partial_data_warning.close": "Warnung zu Teildaten schließen",
|
|
323
326
|
"partial_data_warning.export_raw": "Vollständiges Ergebnis als Raw (.csv) exportieren",
|
|
324
|
-
"partial_data_warning.description": "Das Ergebnis überschreitet eine Ergebnisgrößenbegrenzung.",
|
|
325
|
-
"partial_data_warning.rows.description": "Das Ergebnis überschreitet das {rowLimit} Zeilenlimit um {rowOverflow} Zeilen.",
|
|
326
|
-
"partial_data_warning.rows.description.unknown_total": "Das Ergebnis überschreitet das {rowLimit} Zeilenlimit.",
|
|
327
|
-
"partial_data_warning.columns.description": "Das Ergebnis überschreitet die {columnLimit} Spaltengrenze um {columnOverflow} Spalten.",
|
|
328
|
-
"partial_data_warning.columns.description.unknown_total": "Das Ergebnis überschreitet die {columnLimit} Spaltengrenze.",
|
|
329
|
-
"partial_data_warning.rows_columns.description": "Das Ergebnis überschreitet sowohl die {columnLimit} Spaltengrenze als auch das {rowLimit} Zeilenlimit um {columnOverflow} Spalten und {rowOverflow} Zeilen.",
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": "Das Ergebnis überschreitet sowohl die {columnLimit} Spaltengrenze als auch das {rowLimit} Zeilenlimit. Es überschreitet das Zeilenlimit um {rowOverflow} Zeilen.",
|
|
331
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": "Das Ergebnis überschreitet sowohl die {columnLimit} Spaltengrenze als auch das {rowLimit} Zeilenlimit. Es überschreitet die Spaltengrenze um {columnOverflow} Spalten.",
|
|
332
|
-
"partial_data_warning.rows_columns.description.unknown_total": "Das Ergebnis überschreitet sowohl die {columnLimit} Spaltengrenze als auch das {rowLimit} Zeilenlimit.",
|
|
333
|
-
"partial_data_warning.cells.description": "Das Ergebnis überschreitet die {cellLimit} Datenpunktgrenze um {cellOverflow} Datenpunkte.",
|
|
334
|
-
"partial_data_warning.cells.description.unknown_total": "Das Ergebnis überschreitet die {cellLimit} Datenpunktgrenze.",
|
|
335
327
|
"export_unsupported.disabled": "Es wird kein Export unterstützt",
|
|
336
328
|
"widget.options.description": "Beschreibung",
|
|
337
329
|
"widget.options.menu.exportToCSV": "Nach CSV exportieren",
|
|
@@ -41,6 +41,8 @@ export declare const en_AU: {
|
|
|
41
41
|
"options.menu.export.dialog.widget.EXCEL": string;
|
|
42
42
|
"options.menu.export.dialog.includeExportInfo": string;
|
|
43
43
|
"options.menu.export.EXCEL": string;
|
|
44
|
+
"options.menu.export.partialResults.exportDisabled": string;
|
|
45
|
+
"options.menu.export.partialResults.warning.dashboard": string;
|
|
44
46
|
"options.menu.export.presentation.PPTX": string;
|
|
45
47
|
"options.menu.export.presentation.PDF": string;
|
|
46
48
|
"options.menu.export.image.PNG": string;
|
|
@@ -204,6 +206,7 @@ export declare const en_AU: {
|
|
|
204
206
|
"dialogs.automation.filters.deleteAriaLabel": string;
|
|
205
207
|
"dialogs.automation.filters.deleteTooltip": string;
|
|
206
208
|
"dialogs.automation.filters.lockedTooltip": string;
|
|
209
|
+
"dialogs.automation.parameters.chip": string;
|
|
207
210
|
"dialogs.automation.filters.useFiltersMessage.tooltip": string;
|
|
208
211
|
"dialogs.automation.filters.activeFilters": string;
|
|
209
212
|
"dialogs.automation.filters.missing": string;
|
|
@@ -319,17 +322,6 @@ export declare const en_AU: {
|
|
|
319
322
|
"partial_data_warning.hide_details": string;
|
|
320
323
|
"partial_data_warning.close": string;
|
|
321
324
|
"partial_data_warning.export_raw": string;
|
|
322
|
-
"partial_data_warning.description": string;
|
|
323
|
-
"partial_data_warning.rows.description": string;
|
|
324
|
-
"partial_data_warning.rows.description.unknown_total": string;
|
|
325
|
-
"partial_data_warning.columns.description": string;
|
|
326
|
-
"partial_data_warning.columns.description.unknown_total": string;
|
|
327
|
-
"partial_data_warning.rows_columns.description": string;
|
|
328
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": string;
|
|
329
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": string;
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_total": string;
|
|
331
|
-
"partial_data_warning.cells.description": string;
|
|
332
|
-
"partial_data_warning.cells.description.unknown_total": string;
|
|
333
325
|
"export_unsupported.disabled": string;
|
|
334
326
|
"widget.options.description": string;
|
|
335
327
|
"widget.options.menu.exportToCSV": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -43,6 +43,8 @@ export const en_AU = {
|
|
|
43
43
|
"options.menu.export.dialog.widget.EXCEL": "Export formatted data (.xlsx)",
|
|
44
44
|
"options.menu.export.dialog.includeExportInfo": "Include sheet with export information",
|
|
45
45
|
"options.menu.export.EXCEL": "Data (.xlsx)",
|
|
46
|
+
"options.menu.export.partialResults.exportDisabled": "Cannot export, because visualisation exceeds result limits.",
|
|
47
|
+
"options.menu.export.partialResults.warning.dashboard": "Some visualisations exceed result limits and won’t be included in the XLSX export.",
|
|
46
48
|
"options.menu.export.presentation.PPTX": "Slide Deck (.pptx)",
|
|
47
49
|
"options.menu.export.presentation.PDF": "Slide Deck (.pdf)",
|
|
48
50
|
"options.menu.export.image.PNG": "Snapshot (.png)",
|
|
@@ -206,6 +208,7 @@ export const en_AU = {
|
|
|
206
208
|
"dialogs.automation.filters.deleteAriaLabel": "Remove filter",
|
|
207
209
|
"dialogs.automation.filters.deleteTooltip": "Remove filter",
|
|
208
210
|
"dialogs.automation.filters.lockedTooltip": "This filter is locked and cannot be removed.",
|
|
211
|
+
"dialogs.automation.parameters.chip": "{title} is {value}",
|
|
209
212
|
"dialogs.automation.filters.useFiltersMessage.tooltip": "Select this option to retain these filters for every export. If not selected, the export will apply the most recent default filters from the dashboard.",
|
|
210
213
|
"dialogs.automation.filters.activeFilters": "Note: These filters will always be used for future exports.",
|
|
211
214
|
"dialogs.automation.filters.missing": "<b>Warning:</b> Some filters couldn’t be applied — they’re no longer available on the dashboard.",
|
|
@@ -321,17 +324,6 @@ export const en_AU = {
|
|
|
321
324
|
"partial_data_warning.hide_details": "Hide details",
|
|
322
325
|
"partial_data_warning.close": "Dismiss partial data warning",
|
|
323
326
|
"partial_data_warning.export_raw": "Export full result as Raw (.csv)",
|
|
324
|
-
"partial_data_warning.description": "The result exceeds a result size limit.",
|
|
325
|
-
"partial_data_warning.rows.description": "The result exceeds the {rowLimit} row limit by {rowOverflow} rows.",
|
|
326
|
-
"partial_data_warning.rows.description.unknown_total": "The result exceeds the {rowLimit} row limit.",
|
|
327
|
-
"partial_data_warning.columns.description": "The result exceeds the {columnLimit} columns limit by {columnOverflow} columns.",
|
|
328
|
-
"partial_data_warning.columns.description.unknown_total": "The result exceeds the {columnLimit} columns limit.",
|
|
329
|
-
"partial_data_warning.rows_columns.description": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit by {columnOverflow} columns and {rowOverflow} rows.",
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit. It exceeds the row limit by {rowOverflow} rows.",
|
|
331
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit. It exceeds the columns limit by {columnOverflow} columns.",
|
|
332
|
-
"partial_data_warning.rows_columns.description.unknown_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit.",
|
|
333
|
-
"partial_data_warning.cells.description": "The result exceeds the {cellLimit} datapoint limit by {cellOverflow} datapoints.",
|
|
334
|
-
"partial_data_warning.cells.description.unknown_total": "The result exceeds the {cellLimit} datapoint limit.",
|
|
335
327
|
"export_unsupported.disabled": "Export is not supported",
|
|
336
328
|
"widget.options.description": "Description",
|
|
337
329
|
"widget.options.menu.exportToCSV": "Export to CSV",
|
|
@@ -41,6 +41,8 @@ export declare const en_GB: {
|
|
|
41
41
|
"options.menu.export.dialog.widget.EXCEL": string;
|
|
42
42
|
"options.menu.export.dialog.includeExportInfo": string;
|
|
43
43
|
"options.menu.export.EXCEL": string;
|
|
44
|
+
"options.menu.export.partialResults.exportDisabled": string;
|
|
45
|
+
"options.menu.export.partialResults.warning.dashboard": string;
|
|
44
46
|
"options.menu.export.presentation.PPTX": string;
|
|
45
47
|
"options.menu.export.presentation.PDF": string;
|
|
46
48
|
"options.menu.export.image.PNG": string;
|
|
@@ -204,6 +206,7 @@ export declare const en_GB: {
|
|
|
204
206
|
"dialogs.automation.filters.deleteAriaLabel": string;
|
|
205
207
|
"dialogs.automation.filters.deleteTooltip": string;
|
|
206
208
|
"dialogs.automation.filters.lockedTooltip": string;
|
|
209
|
+
"dialogs.automation.parameters.chip": string;
|
|
207
210
|
"dialogs.automation.filters.useFiltersMessage.tooltip": string;
|
|
208
211
|
"dialogs.automation.filters.activeFilters": string;
|
|
209
212
|
"dialogs.automation.filters.missing": string;
|
|
@@ -319,17 +322,6 @@ export declare const en_GB: {
|
|
|
319
322
|
"partial_data_warning.hide_details": string;
|
|
320
323
|
"partial_data_warning.close": string;
|
|
321
324
|
"partial_data_warning.export_raw": string;
|
|
322
|
-
"partial_data_warning.description": string;
|
|
323
|
-
"partial_data_warning.rows.description": string;
|
|
324
|
-
"partial_data_warning.rows.description.unknown_total": string;
|
|
325
|
-
"partial_data_warning.columns.description": string;
|
|
326
|
-
"partial_data_warning.columns.description.unknown_total": string;
|
|
327
|
-
"partial_data_warning.rows_columns.description": string;
|
|
328
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": string;
|
|
329
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": string;
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_total": string;
|
|
331
|
-
"partial_data_warning.cells.description": string;
|
|
332
|
-
"partial_data_warning.cells.description.unknown_total": string;
|
|
333
325
|
"export_unsupported.disabled": string;
|
|
334
326
|
"widget.options.description": string;
|
|
335
327
|
"widget.options.menu.exportToCSV": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -43,6 +43,8 @@ export const en_GB = {
|
|
|
43
43
|
"options.menu.export.dialog.widget.EXCEL": "Export formatted data (.xlsx)",
|
|
44
44
|
"options.menu.export.dialog.includeExportInfo": "Include sheet with export information",
|
|
45
45
|
"options.menu.export.EXCEL": "Data (.xlsx)",
|
|
46
|
+
"options.menu.export.partialResults.exportDisabled": "Cannot export, because visualisation exceeds result limits.",
|
|
47
|
+
"options.menu.export.partialResults.warning.dashboard": "Some visualisations exceed result limits and won’t be included in the XLSX export.",
|
|
46
48
|
"options.menu.export.presentation.PPTX": "Slide Deck (.pptx)",
|
|
47
49
|
"options.menu.export.presentation.PDF": "Slide Deck (.pdf)",
|
|
48
50
|
"options.menu.export.image.PNG": "Snapshot (.png)",
|
|
@@ -206,6 +208,7 @@ export const en_GB = {
|
|
|
206
208
|
"dialogs.automation.filters.deleteAriaLabel": "Remove filter",
|
|
207
209
|
"dialogs.automation.filters.deleteTooltip": "Remove filter",
|
|
208
210
|
"dialogs.automation.filters.lockedTooltip": "This filter is locked and cannot be removed",
|
|
211
|
+
"dialogs.automation.parameters.chip": "{title} is {value}",
|
|
209
212
|
"dialogs.automation.filters.useFiltersMessage.tooltip": "Select to retain these filters for each export. If not selected, the export will utilise the most recent default filters from the dashboard.",
|
|
210
213
|
"dialogs.automation.filters.activeFilters": "Note: These filters will always be used for future exports.",
|
|
211
214
|
"dialogs.automation.filters.missing": "<b>Warning:</b> Some filters couldn't be applied — they're no longer available on the dashboard.",
|
|
@@ -321,17 +324,6 @@ export const en_GB = {
|
|
|
321
324
|
"partial_data_warning.hide_details": "Hide details",
|
|
322
325
|
"partial_data_warning.close": "Dismiss partial data warning",
|
|
323
326
|
"partial_data_warning.export_raw": "Export full result as Raw (.csv)",
|
|
324
|
-
"partial_data_warning.description": "The result exceeds a result size limit.",
|
|
325
|
-
"partial_data_warning.rows.description": "The result exceeds the {rowLimit} row limit by {rowOverflow} rows.",
|
|
326
|
-
"partial_data_warning.rows.description.unknown_total": "The result exceeds the {rowLimit} row limit.",
|
|
327
|
-
"partial_data_warning.columns.description": "The result exceeds the {columnLimit} columns limit by {columnOverflow} columns.",
|
|
328
|
-
"partial_data_warning.columns.description.unknown_total": "The result exceeds the {columnLimit} columns limit.",
|
|
329
|
-
"partial_data_warning.rows_columns.description": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit by {columnOverflow} columns and {rowOverflow} rows.",
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit. It exceeds the row limit by {rowOverflow} rows.",
|
|
331
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit. It exceeds the columns limit by {columnOverflow} columns.",
|
|
332
|
-
"partial_data_warning.rows_columns.description.unknown_total": "The result exceeds both the {columnLimit} columns and the {rowLimit} row limit.",
|
|
333
|
-
"partial_data_warning.cells.description": "The result exceeds the {cellLimit} datapoint limit by {cellOverflow} datapoints.",
|
|
334
|
-
"partial_data_warning.cells.description.unknown_total": "The result exceeds the {cellLimit} datapoint limit.",
|
|
335
327
|
"export_unsupported.disabled": "Export is not supported",
|
|
336
328
|
"widget.options.description": "Description",
|
|
337
329
|
"widget.options.menu.exportToCSV": "Export to CSV",
|
|
@@ -827,10 +827,30 @@ export declare const en_US: {
|
|
|
827
827
|
text: string;
|
|
828
828
|
crowdinContext: string;
|
|
829
829
|
};
|
|
830
|
+
"dialogs.automation.parameters.chip": {
|
|
831
|
+
text: string;
|
|
832
|
+
crowdinContext: string;
|
|
833
|
+
};
|
|
834
|
+
"automationParameters.announcement.added": {
|
|
835
|
+
text: string;
|
|
836
|
+
crowdinContext: string;
|
|
837
|
+
};
|
|
838
|
+
"automationParameters.announcement.removed": {
|
|
839
|
+
text: string;
|
|
840
|
+
crowdinContext: string;
|
|
841
|
+
};
|
|
842
|
+
"automationParameters.announcement.changed": {
|
|
843
|
+
text: string;
|
|
844
|
+
crowdinContext: string;
|
|
845
|
+
};
|
|
830
846
|
"dialogs.automation.filters.useFiltersMessage.tooltip": {
|
|
831
847
|
text: string;
|
|
832
848
|
crowdinContext: string;
|
|
833
849
|
};
|
|
850
|
+
"dialogs.automation.filters.useFiltersMessage.parameters.tooltip": {
|
|
851
|
+
text: string;
|
|
852
|
+
crowdinContext: string;
|
|
853
|
+
};
|
|
834
854
|
"dialogs.automation.filters.activeFilters": {
|
|
835
855
|
text: string;
|
|
836
856
|
crowdinContext: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAy5GjB,CAAC"}
|
|
@@ -829,10 +829,30 @@ export const en_US = {
|
|
|
829
829
|
"text": "This filter is locked and cannot be removed.",
|
|
830
830
|
"crowdinContext": "Tooltip text for locked filter in automation create dialog"
|
|
831
831
|
},
|
|
832
|
+
"dialogs.automation.parameters.chip": {
|
|
833
|
+
"text": "{title} is {value}",
|
|
834
|
+
"crowdinContext": "Automation parameter chip label showing a parameter title and its value, e.g. 'Top N is 5'"
|
|
835
|
+
},
|
|
836
|
+
"automationParameters.announcement.added": {
|
|
837
|
+
"text": "Parameter {title} added.",
|
|
838
|
+
"crowdinContext": "Screen reader announcement when a parameter is added to an automation"
|
|
839
|
+
},
|
|
840
|
+
"automationParameters.announcement.removed": {
|
|
841
|
+
"text": "Parameter {title} removed.",
|
|
842
|
+
"crowdinContext": "Screen reader announcement when a parameter is removed from an automation"
|
|
843
|
+
},
|
|
844
|
+
"automationParameters.announcement.changed": {
|
|
845
|
+
"text": "Parameter {title} changed to {value}.",
|
|
846
|
+
"crowdinContext": "Screen reader announcement when a parameter value is changed in an automation"
|
|
847
|
+
},
|
|
832
848
|
"dialogs.automation.filters.useFiltersMessage.tooltip": {
|
|
833
849
|
"text": "Check to keep these filters for every export. If unchecked, the export will use the latest default filters from the dashboard.",
|
|
834
850
|
"crowdinContext": "Tooltip explaining filter persistence options for scheduled exports"
|
|
835
851
|
},
|
|
852
|
+
"dialogs.automation.filters.useFiltersMessage.parameters.tooltip": {
|
|
853
|
+
"text": "Check to keep these filter and parameter values for every export. If unchecked, exports use the dashboard's latest defaults.",
|
|
854
|
+
"crowdinContext": "Tooltip explaining filter and parameter persistence options for scheduled exports when parameters are enabled"
|
|
855
|
+
},
|
|
836
856
|
"dialogs.automation.filters.activeFilters": {
|
|
837
857
|
"text": "Note: These filters will always be used for future exports.",
|
|
838
858
|
"crowdinContext": "Informational message about filters being permanently applied to exports"
|
|
@@ -41,6 +41,8 @@ export declare const es_419: {
|
|
|
41
41
|
"options.menu.export.dialog.widget.EXCEL": string;
|
|
42
42
|
"options.menu.export.dialog.includeExportInfo": string;
|
|
43
43
|
"options.menu.export.EXCEL": string;
|
|
44
|
+
"options.menu.export.partialResults.exportDisabled": string;
|
|
45
|
+
"options.menu.export.partialResults.warning.dashboard": string;
|
|
44
46
|
"options.menu.export.presentation.PPTX": string;
|
|
45
47
|
"options.menu.export.presentation.PDF": string;
|
|
46
48
|
"options.menu.export.image.PNG": string;
|
|
@@ -204,6 +206,7 @@ export declare const es_419: {
|
|
|
204
206
|
"dialogs.automation.filters.deleteAriaLabel": string;
|
|
205
207
|
"dialogs.automation.filters.deleteTooltip": string;
|
|
206
208
|
"dialogs.automation.filters.lockedTooltip": string;
|
|
209
|
+
"dialogs.automation.parameters.chip": string;
|
|
207
210
|
"dialogs.automation.filters.useFiltersMessage.tooltip": string;
|
|
208
211
|
"dialogs.automation.filters.activeFilters": string;
|
|
209
212
|
"dialogs.automation.filters.missing": string;
|
|
@@ -319,17 +322,6 @@ export declare const es_419: {
|
|
|
319
322
|
"partial_data_warning.hide_details": string;
|
|
320
323
|
"partial_data_warning.close": string;
|
|
321
324
|
"partial_data_warning.export_raw": string;
|
|
322
|
-
"partial_data_warning.description": string;
|
|
323
|
-
"partial_data_warning.rows.description": string;
|
|
324
|
-
"partial_data_warning.rows.description.unknown_total": string;
|
|
325
|
-
"partial_data_warning.columns.description": string;
|
|
326
|
-
"partial_data_warning.columns.description.unknown_total": string;
|
|
327
|
-
"partial_data_warning.rows_columns.description": string;
|
|
328
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": string;
|
|
329
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": string;
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_total": string;
|
|
331
|
-
"partial_data_warning.cells.description": string;
|
|
332
|
-
"partial_data_warning.cells.description.unknown_total": string;
|
|
333
325
|
"export_unsupported.disabled": string;
|
|
334
326
|
"widget.options.description": string;
|
|
335
327
|
"widget.options.menu.exportToCSV": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BlB,CAAC"}
|
|
@@ -43,6 +43,8 @@ export const es_419 = {
|
|
|
43
43
|
"options.menu.export.dialog.widget.EXCEL": "Exportar datos formateados (.xlsx)",
|
|
44
44
|
"options.menu.export.dialog.includeExportInfo": "Incluir hoja con información de exportación",
|
|
45
45
|
"options.menu.export.EXCEL": "Datos (.xlsx)",
|
|
46
|
+
"options.menu.export.partialResults.exportDisabled": "No se puede exportar porque la visualización excede los límites de resultados.",
|
|
47
|
+
"options.menu.export.partialResults.warning.dashboard": "Algunas visualizaciones superan los límites de resultados y no se incluirán en el archivo exportado XLSX.",
|
|
46
48
|
"options.menu.export.presentation.PPTX": "Diapositivas (.pptx)",
|
|
47
49
|
"options.menu.export.presentation.PDF": "Diapositivas (.pdf)",
|
|
48
50
|
"options.menu.export.image.PNG": "Instantánea (.png)",
|
|
@@ -206,6 +208,7 @@ export const es_419 = {
|
|
|
206
208
|
"dialogs.automation.filters.deleteAriaLabel": "Quitar filtro",
|
|
207
209
|
"dialogs.automation.filters.deleteTooltip": "Quitar filtro",
|
|
208
210
|
"dialogs.automation.filters.lockedTooltip": "Este filtro está bloqueado y no se puede quitar.",
|
|
211
|
+
"dialogs.automation.parameters.chip": "{title} es {value}",
|
|
209
212
|
"dialogs.automation.filters.useFiltersMessage.tooltip": "Seleccione esta opción para mantener estos filtros en cada exportación. Si no se marca, la exportación utilizará los últimos filtros predeterminados del panel de control.",
|
|
210
213
|
"dialogs.automation.filters.activeFilters": "Nota: Estos filtros se utilizarán siempre para futuras exportaciones.",
|
|
211
214
|
"dialogs.automation.filters.missing": "<b>Advertencia:</b> Algunos filtros no se han podido aplicar: ya no están disponibles en el panel de control.",
|
|
@@ -321,17 +324,6 @@ export const es_419 = {
|
|
|
321
324
|
"partial_data_warning.hide_details": "Ocultar detalles",
|
|
322
325
|
"partial_data_warning.close": "Descartar advertencia de datos parciales",
|
|
323
326
|
"partial_data_warning.export_raw": "Exportar el resultado completo como Raw (.csv)",
|
|
324
|
-
"partial_data_warning.description": "El resultado supera un límite de tamaño del resultado.",
|
|
325
|
-
"partial_data_warning.rows.description": "El resultado supera el límite de {rowLimit} filas por {rowOverflow} filas.",
|
|
326
|
-
"partial_data_warning.rows.description.unknown_total": "El resultado supera el límite de {rowLimit} filas.",
|
|
327
|
-
"partial_data_warning.columns.description": "El resultado supera el límite de {columnLimit} columnas por {columnOverflow} columnas.",
|
|
328
|
-
"partial_data_warning.columns.description.unknown_total": "El resultado supera el límite de {columnLimit} columnas.",
|
|
329
|
-
"partial_data_warning.rows_columns.description": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas por {columnOverflow} columnas y {rowOverflow} filas.",
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas. Supera el límite de filas por {rowOverflow} filas.",
|
|
331
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas. Supera el límite de columnas por {columnOverflow} columnas.",
|
|
332
|
-
"partial_data_warning.rows_columns.description.unknown_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas.",
|
|
333
|
-
"partial_data_warning.cells.description": "El resultado supera el límite de {cellLimit} puntos de datos por {cellOverflow} puntos de datos.",
|
|
334
|
-
"partial_data_warning.cells.description.unknown_total": "El resultado supera el límite de {cellLimit} puntos de datos.",
|
|
335
327
|
"export_unsupported.disabled": "La exportación no es compatible",
|
|
336
328
|
"widget.options.description": "Descripción",
|
|
337
329
|
"widget.options.menu.exportToCSV": "Exportar a CSV",
|
|
@@ -41,6 +41,8 @@ export declare const es_ES: {
|
|
|
41
41
|
"options.menu.export.dialog.widget.EXCEL": string;
|
|
42
42
|
"options.menu.export.dialog.includeExportInfo": string;
|
|
43
43
|
"options.menu.export.EXCEL": string;
|
|
44
|
+
"options.menu.export.partialResults.exportDisabled": string;
|
|
45
|
+
"options.menu.export.partialResults.warning.dashboard": string;
|
|
44
46
|
"options.menu.export.presentation.PPTX": string;
|
|
45
47
|
"options.menu.export.presentation.PDF": string;
|
|
46
48
|
"options.menu.export.image.PNG": string;
|
|
@@ -204,6 +206,7 @@ export declare const es_ES: {
|
|
|
204
206
|
"dialogs.automation.filters.deleteAriaLabel": string;
|
|
205
207
|
"dialogs.automation.filters.deleteTooltip": string;
|
|
206
208
|
"dialogs.automation.filters.lockedTooltip": string;
|
|
209
|
+
"dialogs.automation.parameters.chip": string;
|
|
207
210
|
"dialogs.automation.filters.useFiltersMessage.tooltip": string;
|
|
208
211
|
"dialogs.automation.filters.activeFilters": string;
|
|
209
212
|
"dialogs.automation.filters.missing": string;
|
|
@@ -319,17 +322,6 @@ export declare const es_ES: {
|
|
|
319
322
|
"partial_data_warning.hide_details": string;
|
|
320
323
|
"partial_data_warning.close": string;
|
|
321
324
|
"partial_data_warning.export_raw": string;
|
|
322
|
-
"partial_data_warning.description": string;
|
|
323
|
-
"partial_data_warning.rows.description": string;
|
|
324
|
-
"partial_data_warning.rows.description.unknown_total": string;
|
|
325
|
-
"partial_data_warning.columns.description": string;
|
|
326
|
-
"partial_data_warning.columns.description.unknown_total": string;
|
|
327
|
-
"partial_data_warning.rows_columns.description": string;
|
|
328
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": string;
|
|
329
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": string;
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_total": string;
|
|
331
|
-
"partial_data_warning.cells.description": string;
|
|
332
|
-
"partial_data_warning.cells.description.unknown_total": string;
|
|
333
325
|
"export_unsupported.disabled": string;
|
|
334
326
|
"widget.options.description": string;
|
|
335
327
|
"widget.options.menu.exportToCSV": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -43,6 +43,8 @@ export const es_ES = {
|
|
|
43
43
|
"options.menu.export.dialog.widget.EXCEL": "Exportar datos formateados (.xlsx)",
|
|
44
44
|
"options.menu.export.dialog.includeExportInfo": "Incluir hoja con información de exportación",
|
|
45
45
|
"options.menu.export.EXCEL": "Datos (.xlsx)",
|
|
46
|
+
"options.menu.export.partialResults.exportDisabled": "No se puede exportar porque la visualización supera los límites de resultados.",
|
|
47
|
+
"options.menu.export.partialResults.warning.dashboard": "Algunas visualizaciones superan los límites de resultados y no se incluirán en el archivo XLSX exportado.",
|
|
46
48
|
"options.menu.export.presentation.PPTX": "Diapositivas (.pptx)",
|
|
47
49
|
"options.menu.export.presentation.PDF": "Diapositivas (.pdf)",
|
|
48
50
|
"options.menu.export.image.PNG": "Instantánea (.png)",
|
|
@@ -206,6 +208,7 @@ export const es_ES = {
|
|
|
206
208
|
"dialogs.automation.filters.deleteAriaLabel": "Quitar filtro",
|
|
207
209
|
"dialogs.automation.filters.deleteTooltip": "Quitar filtro",
|
|
208
210
|
"dialogs.automation.filters.lockedTooltip": "Este filtro está bloqueado y no se puede quitar.",
|
|
211
|
+
"dialogs.automation.parameters.chip": "{title} es {value}",
|
|
209
212
|
"dialogs.automation.filters.useFiltersMessage.tooltip": "Seleccione esta opción para mantener estos filtros en cada exportación. Si no se marca, la exportación utilizará los últimos filtros predeterminados del panel de control.",
|
|
210
213
|
"dialogs.automation.filters.activeFilters": "Nota: Estos filtros se utilizarán siempre para futuras exportaciones.",
|
|
211
214
|
"dialogs.automation.filters.missing": "<b>Advertencia:</b> Algunos filtros no se han podido aplicar: ya no están disponibles en el panel de control.",
|
|
@@ -321,17 +324,6 @@ export const es_ES = {
|
|
|
321
324
|
"partial_data_warning.hide_details": "Ocultar detalles",
|
|
322
325
|
"partial_data_warning.close": "Descartar advertencia de datos parciales",
|
|
323
326
|
"partial_data_warning.export_raw": "Exportar el resultado completo como Raw (.csv)",
|
|
324
|
-
"partial_data_warning.description": "El resultado supera un límite de tamaño de resultado.",
|
|
325
|
-
"partial_data_warning.rows.description": "El resultado supera el límite de {rowLimit} filas en {rowOverflow} filas.",
|
|
326
|
-
"partial_data_warning.rows.description.unknown_total": "El resultado supera el límite de {rowLimit} filas.",
|
|
327
|
-
"partial_data_warning.columns.description": "El resultado supera el límite de {columnLimit} columnas en {columnOverflow} columnas.",
|
|
328
|
-
"partial_data_warning.columns.description.unknown_total": "El resultado supera el límite de {columnLimit} columnas.",
|
|
329
|
-
"partial_data_warning.rows_columns.description": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas en {columnOverflow} columnas y {rowOverflow} filas.",
|
|
330
|
-
"partial_data_warning.rows_columns.description.unknown_column_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas. Supera el límite de filas en {rowOverflow} filas.",
|
|
331
|
-
"partial_data_warning.rows_columns.description.unknown_row_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas. Supera el límite de columnas en {columnOverflow} columnas.",
|
|
332
|
-
"partial_data_warning.rows_columns.description.unknown_total": "El resultado supera tanto el límite de {columnLimit} columnas como el límite de {rowLimit} filas.",
|
|
333
|
-
"partial_data_warning.cells.description": "El resultado supera el límite de puntos de datos de {cellLimit} en {cellOverflow} puntos de datos.",
|
|
334
|
-
"partial_data_warning.cells.description.unknown_total": "El resultado supera el límite de puntos de datos de {cellLimit}.",
|
|
335
327
|
"export_unsupported.disabled": "La exportación no es compatible",
|
|
336
328
|
"widget.options.description": "Descripción",
|
|
337
329
|
"widget.options.menu.exportToCSV": "Exportar a CSV",
|