@gooddata/sdk-ui 11.40.0-alpha.5 → 11.40.0

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.
Files changed (53) hide show
  1. package/esm/base/localization/bundles/de-DE.localization-bundle.d.ts +24 -0
  2. package/esm/base/localization/bundles/de-DE.localization-bundle.js +24 -0
  3. package/esm/base/localization/bundles/en-AU.localization-bundle.d.ts +24 -0
  4. package/esm/base/localization/bundles/en-AU.localization-bundle.js +24 -0
  5. package/esm/base/localization/bundles/en-GB.localization-bundle.d.ts +24 -0
  6. package/esm/base/localization/bundles/en-GB.localization-bundle.js +24 -0
  7. package/esm/base/localization/bundles/en-US.localization-bundle.d.ts +36 -0
  8. package/esm/base/localization/bundles/en-US.localization-bundle.js +36 -0
  9. package/esm/base/localization/bundles/es-419.localization-bundle.d.ts +24 -0
  10. package/esm/base/localization/bundles/es-419.localization-bundle.js +24 -0
  11. package/esm/base/localization/bundles/es-ES.localization-bundle.d.ts +24 -0
  12. package/esm/base/localization/bundles/es-ES.localization-bundle.js +24 -0
  13. package/esm/base/localization/bundles/fi-FI.localization-bundle.d.ts +24 -0
  14. package/esm/base/localization/bundles/fi-FI.localization-bundle.js +24 -0
  15. package/esm/base/localization/bundles/fr-CA.localization-bundle.d.ts +24 -0
  16. package/esm/base/localization/bundles/fr-CA.localization-bundle.js +24 -0
  17. package/esm/base/localization/bundles/fr-FR.localization-bundle.d.ts +24 -0
  18. package/esm/base/localization/bundles/fr-FR.localization-bundle.js +24 -0
  19. package/esm/base/localization/bundles/id-ID.localization-bundle.d.ts +24 -0
  20. package/esm/base/localization/bundles/id-ID.localization-bundle.js +24 -0
  21. package/esm/base/localization/bundles/it-IT.localization-bundle.d.ts +24 -0
  22. package/esm/base/localization/bundles/it-IT.localization-bundle.js +24 -0
  23. package/esm/base/localization/bundles/ja-JP.localization-bundle.d.ts +24 -0
  24. package/esm/base/localization/bundles/ja-JP.localization-bundle.js +24 -0
  25. package/esm/base/localization/bundles/ko-KR.localization-bundle.d.ts +24 -0
  26. package/esm/base/localization/bundles/ko-KR.localization-bundle.js +24 -0
  27. package/esm/base/localization/bundles/nl-NL.localization-bundle.d.ts +24 -0
  28. package/esm/base/localization/bundles/nl-NL.localization-bundle.js +24 -0
  29. package/esm/base/localization/bundles/pl-PL.localization-bundle.d.ts +24 -0
  30. package/esm/base/localization/bundles/pl-PL.localization-bundle.js +24 -0
  31. package/esm/base/localization/bundles/pt-BR.localization-bundle.d.ts +24 -0
  32. package/esm/base/localization/bundles/pt-BR.localization-bundle.js +24 -0
  33. package/esm/base/localization/bundles/pt-PT.localization-bundle.d.ts +24 -0
  34. package/esm/base/localization/bundles/pt-PT.localization-bundle.js +24 -0
  35. package/esm/base/localization/bundles/ru-RU.localization-bundle.d.ts +24 -0
  36. package/esm/base/localization/bundles/ru-RU.localization-bundle.js +24 -0
  37. package/esm/base/localization/bundles/sl-SI.localization-bundle.d.ts +24 -0
  38. package/esm/base/localization/bundles/sl-SI.localization-bundle.js +24 -0
  39. package/esm/base/localization/bundles/th-TH.localization-bundle.d.ts +24 -0
  40. package/esm/base/localization/bundles/th-TH.localization-bundle.js +24 -0
  41. package/esm/base/localization/bundles/tr-TR.localization-bundle.d.ts +24 -0
  42. package/esm/base/localization/bundles/tr-TR.localization-bundle.js +24 -0
  43. package/esm/base/localization/bundles/uk-UA.localization-bundle.d.ts +24 -0
  44. package/esm/base/localization/bundles/uk-UA.localization-bundle.js +24 -0
  45. package/esm/base/localization/bundles/vi-VN.localization-bundle.d.ts +24 -0
  46. package/esm/base/localization/bundles/vi-VN.localization-bundle.js +24 -0
  47. package/esm/base/localization/bundles/zh-HK.localization-bundle.d.ts +24 -0
  48. package/esm/base/localization/bundles/zh-HK.localization-bundle.js +24 -0
  49. package/esm/base/localization/bundles/zh-Hans.localization-bundle.d.ts +24 -0
  50. package/esm/base/localization/bundles/zh-Hans.localization-bundle.js +24 -0
  51. package/esm/base/localization/bundles/zh-Hant.localization-bundle.d.ts +24 -0
  52. package/esm/base/localization/bundles/zh-Hant.localization-bundle.js +24 -0
  53. package/package.json +15 -15
@@ -451,6 +451,10 @@ export declare const de_DE: {
451
451
  "attributeFilter.details.typeValue": string;
452
452
  "mvf.operator.all": string;
453
453
  "mvf.condition": string;
454
+ "mvf.comparisonInput.ariaLabel": string;
455
+ "mvf.rangeInput.from.ariaLabel": string;
456
+ "mvf.rangeInput.to.ariaLabel": string;
457
+ "mvf.input.ariaLabel.withCondition": string;
454
458
  "mvf.addConditionTooltip": string;
455
459
  "mvf.addConditionTooltip.disabled": string;
456
460
  "mvf.removeConditionTooltip": string;
@@ -479,6 +483,11 @@ export declare const de_DE: {
479
483
  "mvf.treatNullValuesAsZeroTooltip": string;
480
484
  "mvf.preview.filterWithoutDimensionality": string;
481
485
  "mvf.preview.filterWithoutDimensionalityNoMetric": string;
486
+ "mvf.preview.filterSimplified": string;
487
+ "mvf.preview.filterSimplified.tooltip": string;
488
+ "mvf.preview.filterSimplifiedWithDimensionality": string;
489
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": string;
490
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": string;
482
491
  "mvf.preview.filterWithDimensionality": string;
483
492
  "mvf.preview.filterWithDimensionalityNoMetric": string;
484
493
  "mvf.preview.filterWithDimensionalityShortened": string;
@@ -663,6 +672,10 @@ export declare const de_DE: {
663
672
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": string;
664
673
  "shareDialog.share.granular.administrator.info": string;
665
674
  "shareDialog.share.granular.grantee.permission.label": string;
675
+ "shareDialog.olp.label.suffix.primary": string;
676
+ "shareDialog.olp.label.suffix.default": string;
677
+ "shareDialog.olp.labels.heading": string;
678
+ "shareDialog.olp.labels.popoverTitle": string;
666
679
  "shareDialog.olp.granteeAvatar.user": string;
667
680
  "shareDialog.olp.granteeAvatar.group": string;
668
681
  "shareDialog.olp.granteeRow.ownerTag": string;
@@ -680,6 +693,15 @@ export declare const de_DE: {
680
693
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": string;
681
694
  "shareDialog.olp.addGranteeDialog.emptyState": string;
682
695
  "shareDialog.olp.addGranteeDialog.add": string;
696
+ "shareDialog.olp.granteeControls.allLabels": string;
697
+ "shareDialog.olp.granteeControls.labelsCount": string;
698
+ "shareDialog.olp.permission.transferOwnership": string;
699
+ "shareDialog.olp.permission.labels": string;
700
+ "shareDialog.olp.permission.removeAccess": string;
701
+ "shareDialog.olp.permission.menuLabel": string;
702
+ "shareDialog.olp.permission.moreInfoAriaLabel": string;
703
+ "shareDialog.olp.permission.tooltip.share": string;
704
+ "shareDialog.olp.permission.tooltip.view": string;
683
705
  "dialogs.closeLabel": string;
684
706
  "dialogs.backButtonLabel": string;
685
707
  "sorting.dropdown.header": string;
@@ -901,6 +923,8 @@ export declare const de_DE: {
901
923
  "userManagement.detail.orgPermission.admin.tooltip": string;
902
924
  "userManagement.detail.orgPermission.member": string;
903
925
  "userManagement.detail.orgPermission.member.tooltip": string;
926
+ "userManagement.userDetail.systemAccount.label": string;
927
+ "userManagement.userDetail.systemAccount.tooltip": string;
904
928
  "userManagement.userDetail.id.label": string;
905
929
  "userManagement.userDetail.emptyValue": string;
906
930
  "userManagement.userGroups.emptySelection.view": string;
@@ -453,6 +453,10 @@ export const de_DE = {
453
453
  "attributeFilter.details.typeValue": "Attribut",
454
454
  "mvf.operator.all": "alle",
455
455
  "mvf.condition": "Bedingung",
456
+ "mvf.comparisonInput.ariaLabel": "Filterwert",
457
+ "mvf.rangeInput.from.ariaLabel": "Filterbereich von Wert",
458
+ "mvf.rangeInput.to.ariaLabel": "Filterbereich bis Wert",
459
+ "mvf.input.ariaLabel.withCondition": "{label}, Bedingung {number}",
456
460
  "mvf.addConditionTooltip": "Weitere Bedingung hinzufügen",
457
461
  "mvf.addConditionTooltip.disabled": "Das Hinzufügen einer weiteren Bedingung ist deaktiviert — wählen Sie eine andere Bedingung als „Alle“ aus, um dies zu aktivieren.",
458
462
  "mvf.removeConditionTooltip": "Bedingung entfernen",
@@ -481,6 +485,11 @@ export const de_DE = {
481
485
  "mvf.treatNullValuesAsZeroTooltip": "Wenn die Filterbedingung 0 einschließt, werden Blindwerte als 0 betrachtet und in die Berechnungen einbezogen.",
482
486
  "mvf.preview.filterWithoutDimensionality": "{metric} ist <b>{condition}</b>",
483
487
  "mvf.preview.filterWithoutDimensionalityNoMetric": "<b>{condition}</b>",
488
+ "mvf.preview.filterSimplified": "ist <b>{condition}</b>",
489
+ "mvf.preview.filterSimplified.tooltip": "ist {condition}",
490
+ "mvf.preview.filterSimplifiedWithDimensionality": "ist <b>{condition}</b> für jede(n) <b>{dimensionality}</b>",
491
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": "ist <b>{condition}</b> für jede(n) <b>{dimensionality}</b> ({count})",
492
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": "ist {condition} für jede(n) {dimensionality}",
484
493
  "mvf.preview.filterWithDimensionality": "{metric} ist <b>{condition}</b> für jede(n) <b>{dimensionality}</b>",
485
494
  "mvf.preview.filterWithDimensionalityNoMetric": "<b>{condition}</b> für jedes <b>{dimensionality}</b>",
486
495
  "mvf.preview.filterWithDimensionalityShortened": "{metric} ist <b>{condition}</b> für jede(n) <b>{dimensionality}</b> ({count})",
@@ -665,6 +674,10 @@ export const de_DE = {
665
674
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": "Sie können Berechtigungen für diese Benutzergruppe in diesem Arbeitsbereich nicht entfernen oder ändern. Wenn Sie Berechtigungen ändern möchten, gehen Sie bitte zum übergeordneten Arbeitsbereich.",
666
675
  "shareDialog.share.granular.administrator.info": "<b>Hinweis:</b> Sie und andere Administratoren haben vollen Zugriff auf alle Dashboards.",
667
676
  "shareDialog.share.granular.grantee.permission.label": "Berechtigung",
677
+ "shareDialog.olp.label.suffix.primary": "(Primär)",
678
+ "shareDialog.olp.label.suffix.default": "(Standard)",
679
+ "shareDialog.olp.labels.heading": "BESCHRIFTUNGEN",
680
+ "shareDialog.olp.labels.popoverTitle": "Beschriftung",
668
681
  "shareDialog.olp.granteeAvatar.user": "Benutzer",
669
682
  "shareDialog.olp.granteeAvatar.group": "Benutzergruppe",
670
683
  "shareDialog.olp.granteeRow.ownerTag": "Besitzer",
@@ -682,6 +695,15 @@ export const de_DE = {
682
695
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": "Suche",
683
696
  "shareDialog.olp.addGranteeDialog.emptyState": "Kein Benutzer oder keine Gruppe ausgewählt",
684
697
  "shareDialog.olp.addGranteeDialog.add": "Hinzufügen",
698
+ "shareDialog.olp.granteeControls.allLabels": "Alle Beschriftungen",
699
+ "shareDialog.olp.granteeControls.labelsCount": "{selected} von {total}",
700
+ "shareDialog.olp.permission.transferOwnership": "Eigentümerschaft übertragen",
701
+ "shareDialog.olp.permission.labels": "Beschriftung",
702
+ "shareDialog.olp.permission.removeAccess": "Zugriff entfernen",
703
+ "shareDialog.olp.permission.menuLabel": "Berechtigungen",
704
+ "shareDialog.olp.permission.moreInfoAriaLabel": "Weitere Informationen zu {label}",
705
+ "shareDialog.olp.permission.tooltip.share": "Der Empfänger kann dieses Objekt anzeigen und mit anderen teilen.",
706
+ "shareDialog.olp.permission.tooltip.view": "Der Empfänger kann dieses Objekt anzeigen.",
685
707
  "dialogs.closeLabel": "Dialog schließen",
686
708
  "dialogs.backButtonLabel": "Zurück zum vorherigen Schritt",
687
709
  "sorting.dropdown.header": "Visualisierung sortieren",
@@ -903,6 +925,8 @@ export const de_DE = {
903
925
  "userManagement.detail.orgPermission.admin.tooltip": "Organisationsadministrator. Dieser Benutzer hat Zugriff auf jede geschützte Aktion oder Ressource.",
904
926
  "userManagement.detail.orgPermission.member": "Mitglied",
905
927
  "userManagement.detail.orgPermission.member.tooltip": "Organisationsmitglied. Dieser Benutzer hat Zugriff auf die Aktion oder Ressource, für die er die Berechtigung hat.",
928
+ "userManagement.userDetail.systemAccount.label": "Systembenutzer",
929
+ "userManagement.userDetail.systemAccount.tooltip": "Systembenutzer sind für Endbenutzer in keiner Liste oder Suche sichtbar, wenn Inhalte geteilt oder Empfänger ausgewählt werden.",
906
930
  "userManagement.userDetail.id.label": "ID",
907
931
  "userManagement.userDetail.emptyValue": "k.A.",
908
932
  "userManagement.userGroups.emptySelection.view": "Dieser Benutzer ist kein Mitglied einer Gruppe.",
@@ -451,6 +451,10 @@ export declare const en_AU: {
451
451
  "attributeFilter.details.typeValue": string;
452
452
  "mvf.operator.all": string;
453
453
  "mvf.condition": string;
454
+ "mvf.comparisonInput.ariaLabel": string;
455
+ "mvf.rangeInput.from.ariaLabel": string;
456
+ "mvf.rangeInput.to.ariaLabel": string;
457
+ "mvf.input.ariaLabel.withCondition": string;
454
458
  "mvf.addConditionTooltip": string;
455
459
  "mvf.addConditionTooltip.disabled": string;
456
460
  "mvf.removeConditionTooltip": string;
@@ -479,6 +483,11 @@ export declare const en_AU: {
479
483
  "mvf.treatNullValuesAsZeroTooltip": string;
480
484
  "mvf.preview.filterWithoutDimensionality": string;
481
485
  "mvf.preview.filterWithoutDimensionalityNoMetric": string;
486
+ "mvf.preview.filterSimplified": string;
487
+ "mvf.preview.filterSimplified.tooltip": string;
488
+ "mvf.preview.filterSimplifiedWithDimensionality": string;
489
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": string;
490
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": string;
482
491
  "mvf.preview.filterWithDimensionality": string;
483
492
  "mvf.preview.filterWithDimensionalityNoMetric": string;
484
493
  "mvf.preview.filterWithDimensionalityShortened": string;
@@ -663,6 +672,10 @@ export declare const en_AU: {
663
672
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": string;
664
673
  "shareDialog.share.granular.administrator.info": string;
665
674
  "shareDialog.share.granular.grantee.permission.label": string;
675
+ "shareDialog.olp.label.suffix.primary": string;
676
+ "shareDialog.olp.label.suffix.default": string;
677
+ "shareDialog.olp.labels.heading": string;
678
+ "shareDialog.olp.labels.popoverTitle": string;
666
679
  "shareDialog.olp.granteeAvatar.user": string;
667
680
  "shareDialog.olp.granteeAvatar.group": string;
668
681
  "shareDialog.olp.granteeRow.ownerTag": string;
@@ -680,6 +693,15 @@ export declare const en_AU: {
680
693
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": string;
681
694
  "shareDialog.olp.addGranteeDialog.emptyState": string;
682
695
  "shareDialog.olp.addGranteeDialog.add": string;
696
+ "shareDialog.olp.granteeControls.allLabels": string;
697
+ "shareDialog.olp.granteeControls.labelsCount": string;
698
+ "shareDialog.olp.permission.transferOwnership": string;
699
+ "shareDialog.olp.permission.labels": string;
700
+ "shareDialog.olp.permission.removeAccess": string;
701
+ "shareDialog.olp.permission.menuLabel": string;
702
+ "shareDialog.olp.permission.moreInfoAriaLabel": string;
703
+ "shareDialog.olp.permission.tooltip.share": string;
704
+ "shareDialog.olp.permission.tooltip.view": string;
683
705
  "dialogs.closeLabel": string;
684
706
  "dialogs.backButtonLabel": string;
685
707
  "sorting.dropdown.header": string;
@@ -901,6 +923,8 @@ export declare const en_AU: {
901
923
  "userManagement.detail.orgPermission.admin.tooltip": string;
902
924
  "userManagement.detail.orgPermission.member": string;
903
925
  "userManagement.detail.orgPermission.member.tooltip": string;
926
+ "userManagement.userDetail.systemAccount.label": string;
927
+ "userManagement.userDetail.systemAccount.tooltip": string;
904
928
  "userManagement.userDetail.id.label": string;
905
929
  "userManagement.userDetail.emptyValue": string;
906
930
  "userManagement.userGroups.emptySelection.view": string;
@@ -453,6 +453,10 @@ export const en_AU = {
453
453
  "attributeFilter.details.typeValue": "Attribute",
454
454
  "mvf.operator.all": "all",
455
455
  "mvf.condition": "Condition",
456
+ "mvf.comparisonInput.ariaLabel": "Filter value",
457
+ "mvf.rangeInput.from.ariaLabel": "Filter range from value",
458
+ "mvf.rangeInput.to.ariaLabel": "Filter range to value",
459
+ "mvf.input.ariaLabel.withCondition": "{label}, condition {number}",
456
460
  "mvf.addConditionTooltip": "Add another condition",
457
461
  "mvf.addConditionTooltip.disabled": "Adding another condition is disabled — select a condition other than “All” to enable.",
458
462
  "mvf.removeConditionTooltip": "Remove condition",
@@ -481,6 +485,11 @@ export const en_AU = {
481
485
  "mvf.treatNullValuesAsZeroTooltip": "If the filter condition includes 0, blank values will be treated as 0 and included in calculations.",
482
486
  "mvf.preview.filterWithoutDimensionality": "{metric} is <b>{condition}</b>",
483
487
  "mvf.preview.filterWithoutDimensionalityNoMetric": "<b>{condition}</b>",
488
+ "mvf.preview.filterSimplified": "is <b>{condition}</b>",
489
+ "mvf.preview.filterSimplified.tooltip": "is {condition}",
490
+ "mvf.preview.filterSimplifiedWithDimensionality": "is <b>{condition}</b> for each <b>{dimensionality}</b>",
491
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": "is <b>{condition}</b> for each <b>{dimensionality}</b> ({count})",
492
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": "is {condition} for each {dimensionality}",
484
493
  "mvf.preview.filterWithDimensionality": "{metric} is <b>{condition}</b> for each <b>{dimensionality}</b>",
485
494
  "mvf.preview.filterWithDimensionalityNoMetric": "<b>{condition}</b> for each <b>{dimensionality}</b>",
486
495
  "mvf.preview.filterWithDimensionalityShortened": "{metric} is <b>{condition}</b> for each <b>{dimensionality}</b> ({count})",
@@ -665,6 +674,10 @@ export const en_AU = {
665
674
  "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.",
666
675
  "shareDialog.share.granular.administrator.info": "<b>Note.</b> You and other administrators have full access to all dashboards.",
667
676
  "shareDialog.share.granular.grantee.permission.label": "Permission",
677
+ "shareDialog.olp.label.suffix.primary": "(Primary)",
678
+ "shareDialog.olp.label.suffix.default": "(Default)",
679
+ "shareDialog.olp.labels.heading": "LABELS",
680
+ "shareDialog.olp.labels.popoverTitle": "Labels",
668
681
  "shareDialog.olp.granteeAvatar.user": "User",
669
682
  "shareDialog.olp.granteeAvatar.group": "User group",
670
683
  "shareDialog.olp.granteeRow.ownerTag": "Owner",
@@ -682,6 +695,15 @@ export const en_AU = {
682
695
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": "Search",
683
696
  "shareDialog.olp.addGranteeDialog.emptyState": "No user or group selected",
684
697
  "shareDialog.olp.addGranteeDialog.add": "Add",
698
+ "shareDialog.olp.granteeControls.allLabels": "All labels",
699
+ "shareDialog.olp.granteeControls.labelsCount": "{selected} of {total}",
700
+ "shareDialog.olp.permission.transferOwnership": "Transfer ownership",
701
+ "shareDialog.olp.permission.labels": "Labels",
702
+ "shareDialog.olp.permission.removeAccess": "Remove access",
703
+ "shareDialog.olp.permission.menuLabel": "Permissions",
704
+ "shareDialog.olp.permission.moreInfoAriaLabel": "More information about {label}",
705
+ "shareDialog.olp.permission.tooltip.share": "Grantee can view this object and re-share it with others.",
706
+ "shareDialog.olp.permission.tooltip.view": "Grantee can view this object.",
685
707
  "dialogs.closeLabel": "Close dialogue",
686
708
  "dialogs.backButtonLabel": "Back to the previous step.",
687
709
  "sorting.dropdown.header": "Sort visualisation",
@@ -903,6 +925,8 @@ export const en_AU = {
903
925
  "userManagement.detail.orgPermission.admin.tooltip": "Organisation administrator. This user has access to any protected action or resource.",
904
926
  "userManagement.detail.orgPermission.member": "Member",
905
927
  "userManagement.detail.orgPermission.member.tooltip": "Organisation member. This user has access to action or resource to which he has permission to.",
928
+ "userManagement.userDetail.systemAccount.label": "System user",
929
+ "userManagement.userDetail.systemAccount.tooltip": "System users are not visible to end users in any list or search when sharing or choosing recipients.",
906
930
  "userManagement.userDetail.id.label": "ID",
907
931
  "userManagement.userDetail.emptyValue": "not set",
908
932
  "userManagement.userGroups.emptySelection.view": "This user is not a member of any groups.",
@@ -451,6 +451,10 @@ export declare const en_GB: {
451
451
  "attributeFilter.details.typeValue": string;
452
452
  "mvf.operator.all": string;
453
453
  "mvf.condition": string;
454
+ "mvf.comparisonInput.ariaLabel": string;
455
+ "mvf.rangeInput.from.ariaLabel": string;
456
+ "mvf.rangeInput.to.ariaLabel": string;
457
+ "mvf.input.ariaLabel.withCondition": string;
454
458
  "mvf.addConditionTooltip": string;
455
459
  "mvf.addConditionTooltip.disabled": string;
456
460
  "mvf.removeConditionTooltip": string;
@@ -479,6 +483,11 @@ export declare const en_GB: {
479
483
  "mvf.treatNullValuesAsZeroTooltip": string;
480
484
  "mvf.preview.filterWithoutDimensionality": string;
481
485
  "mvf.preview.filterWithoutDimensionalityNoMetric": string;
486
+ "mvf.preview.filterSimplified": string;
487
+ "mvf.preview.filterSimplified.tooltip": string;
488
+ "mvf.preview.filterSimplifiedWithDimensionality": string;
489
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": string;
490
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": string;
482
491
  "mvf.preview.filterWithDimensionality": string;
483
492
  "mvf.preview.filterWithDimensionalityNoMetric": string;
484
493
  "mvf.preview.filterWithDimensionalityShortened": string;
@@ -663,6 +672,10 @@ export declare const en_GB: {
663
672
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": string;
664
673
  "shareDialog.share.granular.administrator.info": string;
665
674
  "shareDialog.share.granular.grantee.permission.label": string;
675
+ "shareDialog.olp.label.suffix.primary": string;
676
+ "shareDialog.olp.label.suffix.default": string;
677
+ "shareDialog.olp.labels.heading": string;
678
+ "shareDialog.olp.labels.popoverTitle": string;
666
679
  "shareDialog.olp.granteeAvatar.user": string;
667
680
  "shareDialog.olp.granteeAvatar.group": string;
668
681
  "shareDialog.olp.granteeRow.ownerTag": string;
@@ -680,6 +693,15 @@ export declare const en_GB: {
680
693
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": string;
681
694
  "shareDialog.olp.addGranteeDialog.emptyState": string;
682
695
  "shareDialog.olp.addGranteeDialog.add": string;
696
+ "shareDialog.olp.granteeControls.allLabels": string;
697
+ "shareDialog.olp.granteeControls.labelsCount": string;
698
+ "shareDialog.olp.permission.transferOwnership": string;
699
+ "shareDialog.olp.permission.labels": string;
700
+ "shareDialog.olp.permission.removeAccess": string;
701
+ "shareDialog.olp.permission.menuLabel": string;
702
+ "shareDialog.olp.permission.moreInfoAriaLabel": string;
703
+ "shareDialog.olp.permission.tooltip.share": string;
704
+ "shareDialog.olp.permission.tooltip.view": string;
683
705
  "dialogs.closeLabel": string;
684
706
  "dialogs.backButtonLabel": string;
685
707
  "sorting.dropdown.header": string;
@@ -901,6 +923,8 @@ export declare const en_GB: {
901
923
  "userManagement.detail.orgPermission.admin.tooltip": string;
902
924
  "userManagement.detail.orgPermission.member": string;
903
925
  "userManagement.detail.orgPermission.member.tooltip": string;
926
+ "userManagement.userDetail.systemAccount.label": string;
927
+ "userManagement.userDetail.systemAccount.tooltip": string;
904
928
  "userManagement.userDetail.id.label": string;
905
929
  "userManagement.userDetail.emptyValue": string;
906
930
  "userManagement.userGroups.emptySelection.view": string;
@@ -453,6 +453,10 @@ export const en_GB = {
453
453
  "attributeFilter.details.typeValue": "Attribute",
454
454
  "mvf.operator.all": "all",
455
455
  "mvf.condition": "Condition",
456
+ "mvf.comparisonInput.ariaLabel": "Filter value",
457
+ "mvf.rangeInput.from.ariaLabel": "Filter range from value",
458
+ "mvf.rangeInput.to.ariaLabel": "Filter range to value",
459
+ "mvf.input.ariaLabel.withCondition": "{label}, condition {number}",
456
460
  "mvf.addConditionTooltip": "Add another condition",
457
461
  "mvf.addConditionTooltip.disabled": "Adding another condition is disabled — select a condition other than \"All\" to enable.",
458
462
  "mvf.removeConditionTooltip": "Remove condition",
@@ -481,6 +485,11 @@ export const en_GB = {
481
485
  "mvf.treatNullValuesAsZeroTooltip": "If the filter condition includes 0, blank values will be treated as 0 and included in calculations.",
482
486
  "mvf.preview.filterWithoutDimensionality": "{metric} is <b>{condition}</b>",
483
487
  "mvf.preview.filterWithoutDimensionalityNoMetric": "<b>{condition}</b>",
488
+ "mvf.preview.filterSimplified": "is <b>{condition}</b>",
489
+ "mvf.preview.filterSimplified.tooltip": "is {condition}",
490
+ "mvf.preview.filterSimplifiedWithDimensionality": "is <b>{condition}</b> for each <b>{dimensionality}</b>",
491
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": "is <b>{condition}</b> for each <b>{dimensionality}</b> ({count})",
492
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": "is {condition} for each {dimensionality}",
484
493
  "mvf.preview.filterWithDimensionality": "{metric} is <b>{condition}</b> for each <b>{dimensionality}</b>",
485
494
  "mvf.preview.filterWithDimensionalityNoMetric": "<b>{condition}</b> for each <b>{dimensionality}</b>",
486
495
  "mvf.preview.filterWithDimensionalityShortened": "{metric} is <b>{condition}</b> for each <b>{dimensionality}</b> ({count})",
@@ -665,6 +674,10 @@ export const en_GB = {
665
674
  "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.",
666
675
  "shareDialog.share.granular.administrator.info": "<b>Note.</b> You and other administrators have full access to all dashboards.",
667
676
  "shareDialog.share.granular.grantee.permission.label": "Permission",
677
+ "shareDialog.olp.label.suffix.primary": "(Primary)",
678
+ "shareDialog.olp.label.suffix.default": "(Default)",
679
+ "shareDialog.olp.labels.heading": "LABELS",
680
+ "shareDialog.olp.labels.popoverTitle": "Labels",
668
681
  "shareDialog.olp.granteeAvatar.user": "User",
669
682
  "shareDialog.olp.granteeAvatar.group": "User group",
670
683
  "shareDialog.olp.granteeRow.ownerTag": "Owner",
@@ -682,6 +695,15 @@ export const en_GB = {
682
695
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": "Search",
683
696
  "shareDialog.olp.addGranteeDialog.emptyState": "No user or group selected",
684
697
  "shareDialog.olp.addGranteeDialog.add": "Add",
698
+ "shareDialog.olp.granteeControls.allLabels": "All labels",
699
+ "shareDialog.olp.granteeControls.labelsCount": "{selected} of {total}",
700
+ "shareDialog.olp.permission.transferOwnership": "Transfer ownership",
701
+ "shareDialog.olp.permission.labels": "Labels",
702
+ "shareDialog.olp.permission.removeAccess": "Remove access",
703
+ "shareDialog.olp.permission.menuLabel": "Permissions",
704
+ "shareDialog.olp.permission.moreInfoAriaLabel": "More information about {label}",
705
+ "shareDialog.olp.permission.tooltip.share": "Grantee can view this object and re-share it with others.",
706
+ "shareDialog.olp.permission.tooltip.view": "Grantee can view this object.",
685
707
  "dialogs.closeLabel": "Close dialogue",
686
708
  "dialogs.backButtonLabel": "Back to previous stage",
687
709
  "sorting.dropdown.header": "Sort visualisation",
@@ -903,6 +925,8 @@ export const en_GB = {
903
925
  "userManagement.detail.orgPermission.admin.tooltip": "Organisation administrator. This user has access to any protected action or resource.",
904
926
  "userManagement.detail.orgPermission.member": "Member",
905
927
  "userManagement.detail.orgPermission.member.tooltip": "Organisation member. This user has access to action or resource to which he has permission to.",
928
+ "userManagement.userDetail.systemAccount.label": "System user",
929
+ "userManagement.userDetail.systemAccount.tooltip": "System users are not visible to end users in any list or search when sharing or choosing recipients.",
906
930
  "userManagement.userDetail.id.label": "ID",
907
931
  "userManagement.userDetail.emptyValue": "not set",
908
932
  "userManagement.userGroups.emptySelection.view": "This user is not a member of any groups.",
@@ -1807,6 +1807,22 @@ export declare const en_US: {
1807
1807
  text: string;
1808
1808
  crowdinContext: string;
1809
1809
  };
1810
+ "mvf.comparisonInput.ariaLabel": {
1811
+ text: string;
1812
+ crowdinContext: string;
1813
+ };
1814
+ "mvf.rangeInput.from.ariaLabel": {
1815
+ text: string;
1816
+ crowdinContext: string;
1817
+ };
1818
+ "mvf.rangeInput.to.ariaLabel": {
1819
+ text: string;
1820
+ crowdinContext: string;
1821
+ };
1822
+ "mvf.input.ariaLabel.withCondition": {
1823
+ text: string;
1824
+ crowdinContext: string;
1825
+ };
1810
1826
  "mvf.addConditionTooltip": {
1811
1827
  text: string;
1812
1828
  crowdinContext: string;
@@ -1919,6 +1935,26 @@ export declare const en_US: {
1919
1935
  text: string;
1920
1936
  crowdinContext: string;
1921
1937
  };
1938
+ "mvf.preview.filterSimplified": {
1939
+ text: string;
1940
+ crowdinContext: string;
1941
+ };
1942
+ "mvf.preview.filterSimplified.tooltip": {
1943
+ text: string;
1944
+ crowdinContext: string;
1945
+ };
1946
+ "mvf.preview.filterSimplifiedWithDimensionality": {
1947
+ text: string;
1948
+ crowdinContext: string;
1949
+ };
1950
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": {
1951
+ text: string;
1952
+ crowdinContext: string;
1953
+ };
1954
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": {
1955
+ text: string;
1956
+ crowdinContext: string;
1957
+ };
1922
1958
  "mvf.preview.filterWithDimensionality": {
1923
1959
  text: string;
1924
1960
  crowdinContext: string;
@@ -1809,6 +1809,22 @@ export const en_US = {
1809
1809
  "text": "Condition",
1810
1810
  "crowdinContext": "Measure value filter dropdown label"
1811
1811
  },
1812
+ "mvf.comparisonInput.ariaLabel": {
1813
+ "text": "Filter value",
1814
+ "crowdinContext": "Accessible label for the value input of a comparison condition (e.g. greater than) in the Measure Value Filter dropdown."
1815
+ },
1816
+ "mvf.rangeInput.from.ariaLabel": {
1817
+ "text": "Filter range from value",
1818
+ "crowdinContext": "Accessible label for the 'from' input of a range condition (e.g. between) in the Measure Value Filter dropdown."
1819
+ },
1820
+ "mvf.rangeInput.to.ariaLabel": {
1821
+ "text": "Filter range to value",
1822
+ "crowdinContext": "Accessible label for the 'to' input of a range condition (e.g. between) in the Measure Value Filter dropdown."
1823
+ },
1824
+ "mvf.input.ariaLabel.withCondition": {
1825
+ "text": "{label}, condition {number}",
1826
+ "crowdinContext": "Accessible label for a Measure Value Filter value input when the filter has multiple conditions, disambiguating which condition the input belongs to. {label} is the base input label (e.g. 'Filter value'); {number} is the 1-based condition position. Example: 'Filter value, condition 2'."
1827
+ },
1812
1828
  "mvf.addConditionTooltip": {
1813
1829
  "text": "Add another condition",
1814
1830
  "crowdinContext": "Tooltip for the button that adds another condition in the Measure Value Filter dropdown."
@@ -1921,6 +1937,26 @@ export const en_US = {
1921
1937
  "text": "<b>{condition}</b>",
1922
1938
  "crowdinContext": "Template for preview of the measure value filter for the 'All' operator without dimensionality and without the metric title. Example: 'All'. Do not translate the {condition} placeholder. <b> is used to bold the condition."
1923
1939
  },
1940
+ "mvf.preview.filterSimplified": {
1941
+ "text": "is <b>{condition}</b>",
1942
+ "crowdinContext": "Template for a simplified preview of the measure value filter, where the metric title is shown elsewhere and only the condition is shown here. Example: 'is greater than 1000'. Do not translate the {condition} placeholder. <b> is used to bold the condition."
1943
+ },
1944
+ "mvf.preview.filterSimplified.tooltip": {
1945
+ "text": "is {condition}",
1946
+ "crowdinContext": "Tooltip text for the simplified measure value filter preview. Plain text version without bold formatting. Example: 'is greater than 1000'. Do not translate the {condition} placeholder."
1947
+ },
1948
+ "mvf.preview.filterSimplifiedWithDimensionality": {
1949
+ "text": "is <b>{condition}</b> for each <b>{dimensionality}</b>",
1950
+ "crowdinContext": "Template for a simplified preview of the measure value filter with dimensionality, where the metric title is shown elsewhere. Example: 'is greater than 1000 for each Product, Brand'. Do not translate the {condition} and {dimensionality} placeholders. <b> is used to bold the condition and the dimensionality."
1951
+ },
1952
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": {
1953
+ "text": "is <b>{condition}</b> for each <b>{dimensionality}</b> ({count})",
1954
+ "crowdinContext": "Template for a simplified preview of the measure value filter with truncated dimensionality, where the metric title is shown elsewhere. {count} is the number of additional, not-shown dimensionality items. Example: 'is greater than 1000 for each Product (+2)'. Do not translate the {condition}, {dimensionality}, and {count} placeholders. <b> is used to bold the condition and the dimensionality."
1955
+ },
1956
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": {
1957
+ "text": "is {condition} for each {dimensionality}",
1958
+ "crowdinContext": "Tooltip text for the simplified measure value filter preview with dimensionality. Plain text version without bold formatting. Example: 'is greater than 1000 for each Product, Brand'. Do not translate the {condition} and {dimensionality} placeholders."
1959
+ },
1924
1960
  "mvf.preview.filterWithDimensionality": {
1925
1961
  "text": "{metric} is <b>{condition}</b> for each <b>{dimensionality}</b>",
1926
1962
  "crowdinContext": "Template for preview of the measure value filter with dimensionality. Example: 'Sales is greater than 1000 for each Product, Brand'. Do not translate the {metric}, {condition}, and {dimensionality} placeholders. These placeholders will be replaced with the actual metric, condition, and dimensionality at runtime. <b> is used to bold the condition and the dimensionality."
@@ -451,6 +451,10 @@ export declare const es_419: {
451
451
  "attributeFilter.details.typeValue": string;
452
452
  "mvf.operator.all": string;
453
453
  "mvf.condition": string;
454
+ "mvf.comparisonInput.ariaLabel": string;
455
+ "mvf.rangeInput.from.ariaLabel": string;
456
+ "mvf.rangeInput.to.ariaLabel": string;
457
+ "mvf.input.ariaLabel.withCondition": string;
454
458
  "mvf.addConditionTooltip": string;
455
459
  "mvf.addConditionTooltip.disabled": string;
456
460
  "mvf.removeConditionTooltip": string;
@@ -479,6 +483,11 @@ export declare const es_419: {
479
483
  "mvf.treatNullValuesAsZeroTooltip": string;
480
484
  "mvf.preview.filterWithoutDimensionality": string;
481
485
  "mvf.preview.filterWithoutDimensionalityNoMetric": string;
486
+ "mvf.preview.filterSimplified": string;
487
+ "mvf.preview.filterSimplified.tooltip": string;
488
+ "mvf.preview.filterSimplifiedWithDimensionality": string;
489
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": string;
490
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": string;
482
491
  "mvf.preview.filterWithDimensionality": string;
483
492
  "mvf.preview.filterWithDimensionalityNoMetric": string;
484
493
  "mvf.preview.filterWithDimensionalityShortened": string;
@@ -663,6 +672,10 @@ export declare const es_419: {
663
672
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": string;
664
673
  "shareDialog.share.granular.administrator.info": string;
665
674
  "shareDialog.share.granular.grantee.permission.label": string;
675
+ "shareDialog.olp.label.suffix.primary": string;
676
+ "shareDialog.olp.label.suffix.default": string;
677
+ "shareDialog.olp.labels.heading": string;
678
+ "shareDialog.olp.labels.popoverTitle": string;
666
679
  "shareDialog.olp.granteeAvatar.user": string;
667
680
  "shareDialog.olp.granteeAvatar.group": string;
668
681
  "shareDialog.olp.granteeRow.ownerTag": string;
@@ -680,6 +693,15 @@ export declare const es_419: {
680
693
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": string;
681
694
  "shareDialog.olp.addGranteeDialog.emptyState": string;
682
695
  "shareDialog.olp.addGranteeDialog.add": string;
696
+ "shareDialog.olp.granteeControls.allLabels": string;
697
+ "shareDialog.olp.granteeControls.labelsCount": string;
698
+ "shareDialog.olp.permission.transferOwnership": string;
699
+ "shareDialog.olp.permission.labels": string;
700
+ "shareDialog.olp.permission.removeAccess": string;
701
+ "shareDialog.olp.permission.menuLabel": string;
702
+ "shareDialog.olp.permission.moreInfoAriaLabel": string;
703
+ "shareDialog.olp.permission.tooltip.share": string;
704
+ "shareDialog.olp.permission.tooltip.view": string;
683
705
  "dialogs.closeLabel": string;
684
706
  "dialogs.backButtonLabel": string;
685
707
  "sorting.dropdown.header": string;
@@ -901,6 +923,8 @@ export declare const es_419: {
901
923
  "userManagement.detail.orgPermission.admin.tooltip": string;
902
924
  "userManagement.detail.orgPermission.member": string;
903
925
  "userManagement.detail.orgPermission.member.tooltip": string;
926
+ "userManagement.userDetail.systemAccount.label": string;
927
+ "userManagement.userDetail.systemAccount.tooltip": string;
904
928
  "userManagement.userDetail.id.label": string;
905
929
  "userManagement.userDetail.emptyValue": string;
906
930
  "userManagement.userGroups.emptySelection.view": string;
@@ -453,6 +453,10 @@ export const es_419 = {
453
453
  "attributeFilter.details.typeValue": "Atributo",
454
454
  "mvf.operator.all": "todas",
455
455
  "mvf.condition": "Condición",
456
+ "mvf.comparisonInput.ariaLabel": "Valor del filtro",
457
+ "mvf.rangeInput.from.ariaLabel": "Valor inicial del rango del filtro",
458
+ "mvf.rangeInput.to.ariaLabel": "Valor final del rango del filtro",
459
+ "mvf.input.ariaLabel.withCondition": "{label}, condición {number}",
456
460
  "mvf.addConditionTooltip": "Agregar otra condición",
457
461
  "mvf.addConditionTooltip.disabled": "La opción de agregar otra condición está deshabilitada — seleccione una condición distinta de “Todas” para habilitarla.",
458
462
  "mvf.removeConditionTooltip": "Quitar condición",
@@ -481,6 +485,11 @@ export const es_419 = {
481
485
  "mvf.treatNullValuesAsZeroTooltip": "Si la condición del filtro incluye 0, los valores en blanco se tratarán como 0 y se incluirán en los cálculos.",
482
486
  "mvf.preview.filterWithoutDimensionality": "{metric} es <b>{condition}</b>",
483
487
  "mvf.preview.filterWithoutDimensionalityNoMetric": "<b>{condition}</b>",
488
+ "mvf.preview.filterSimplified": "es <b>{condition}</b>",
489
+ "mvf.preview.filterSimplified.tooltip": "es {condition}",
490
+ "mvf.preview.filterSimplifiedWithDimensionality": "es <b>{condition}</b> para cada <b>{dimensionality}</b>",
491
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": "es <b>{condition}</b> para cada <b>{dimensionality}</b> ({count})",
492
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": "es {condition} para cada {dimensionality}",
484
493
  "mvf.preview.filterWithDimensionality": "{metric} es <b>{condition}</b> para cada <b>{dimensionality}</b>",
485
494
  "mvf.preview.filterWithDimensionalityNoMetric": "<b>{condition}</b> para cada <b>{dimensionality}</b>",
486
495
  "mvf.preview.filterWithDimensionalityShortened": "{metric} es <b>{condition}</b> para cada <b>{dimensionality}</b> ({count})",
@@ -665,6 +674,10 @@ export const es_419 = {
665
674
  "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.",
666
675
  "shareDialog.share.granular.administrator.info": "<b>Nota.</b> Otros administradores y usted tienen un acceso completo a todos los paneles.",
667
676
  "shareDialog.share.granular.grantee.permission.label": "Permiso",
677
+ "shareDialog.olp.label.suffix.primary": "(Principal)",
678
+ "shareDialog.olp.label.suffix.default": "(Predeterminado)",
679
+ "shareDialog.olp.labels.heading": "ETIQUETAS",
680
+ "shareDialog.olp.labels.popoverTitle": "Etiquetas",
668
681
  "shareDialog.olp.granteeAvatar.user": "Usuario",
669
682
  "shareDialog.olp.granteeAvatar.group": "Grupo de usuarios",
670
683
  "shareDialog.olp.granteeRow.ownerTag": "Propietario",
@@ -682,6 +695,15 @@ export const es_419 = {
682
695
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": "Buscar",
683
696
  "shareDialog.olp.addGranteeDialog.emptyState": "No se seleccionó ningún usuario ni grupo",
684
697
  "shareDialog.olp.addGranteeDialog.add": "Agregar",
698
+ "shareDialog.olp.granteeControls.allLabels": "Todas las etiquetas",
699
+ "shareDialog.olp.granteeControls.labelsCount": "{selected} de {total}",
700
+ "shareDialog.olp.permission.transferOwnership": "Transferir propiedad",
701
+ "shareDialog.olp.permission.labels": "Etiquetas",
702
+ "shareDialog.olp.permission.removeAccess": "Quitar acceso",
703
+ "shareDialog.olp.permission.menuLabel": "Permisos",
704
+ "shareDialog.olp.permission.moreInfoAriaLabel": "Más información sobre {label}",
705
+ "shareDialog.olp.permission.tooltip.share": "El destinatario puede ver este objeto y compartirlo con otras personas.",
706
+ "shareDialog.olp.permission.tooltip.view": "El destinatario puede ver este objeto.",
685
707
  "dialogs.closeLabel": "Cerrar cuadro de diálogo",
686
708
  "dialogs.backButtonLabel": "Volver al paso anterior",
687
709
  "sorting.dropdown.header": "Ordenar visualización",
@@ -903,6 +925,8 @@ export const es_419 = {
903
925
  "userManagement.detail.orgPermission.admin.tooltip": "Administrador de la organización. Este usuario tiene acceso a cualquier acción o recurso protegido.",
904
926
  "userManagement.detail.orgPermission.member": "Miembro",
905
927
  "userManagement.detail.orgPermission.member.tooltip": "Miembro de la organización. Este usuario tiene acceso a la acción o recurso al que tiene permiso.",
928
+ "userManagement.userDetail.systemAccount.label": "Usuario del sistema",
929
+ "userManagement.userDetail.systemAccount.tooltip": "Los usuarios del sistema no son visibles para los usuarios finales en ninguna lista ni búsqueda al compartir o elegir destinatarios.",
906
930
  "userManagement.userDetail.id.label": "ID",
907
931
  "userManagement.userDetail.emptyValue": "no establecido",
908
932
  "userManagement.userGroups.emptySelection.view": "Este usuario no es miembro de ningún grupo.",
@@ -451,6 +451,10 @@ export declare const es_ES: {
451
451
  "attributeFilter.details.typeValue": string;
452
452
  "mvf.operator.all": string;
453
453
  "mvf.condition": string;
454
+ "mvf.comparisonInput.ariaLabel": string;
455
+ "mvf.rangeInput.from.ariaLabel": string;
456
+ "mvf.rangeInput.to.ariaLabel": string;
457
+ "mvf.input.ariaLabel.withCondition": string;
454
458
  "mvf.addConditionTooltip": string;
455
459
  "mvf.addConditionTooltip.disabled": string;
456
460
  "mvf.removeConditionTooltip": string;
@@ -479,6 +483,11 @@ export declare const es_ES: {
479
483
  "mvf.treatNullValuesAsZeroTooltip": string;
480
484
  "mvf.preview.filterWithoutDimensionality": string;
481
485
  "mvf.preview.filterWithoutDimensionalityNoMetric": string;
486
+ "mvf.preview.filterSimplified": string;
487
+ "mvf.preview.filterSimplified.tooltip": string;
488
+ "mvf.preview.filterSimplifiedWithDimensionality": string;
489
+ "mvf.preview.filterSimplifiedWithDimensionalityShortened": string;
490
+ "mvf.preview.filterSimplifiedWithDimensionality.tooltip": string;
482
491
  "mvf.preview.filterWithDimensionality": string;
483
492
  "mvf.preview.filterWithDimensionalityNoMetric": string;
484
493
  "mvf.preview.filterWithDimensionalityShortened": string;
@@ -663,6 +672,10 @@ export declare const es_ES: {
663
672
  "shareDialog.share.granular.granularGroup.tooltip.noChangeAvailable": string;
664
673
  "shareDialog.share.granular.administrator.info": string;
665
674
  "shareDialog.share.granular.grantee.permission.label": string;
675
+ "shareDialog.olp.label.suffix.primary": string;
676
+ "shareDialog.olp.label.suffix.default": string;
677
+ "shareDialog.olp.labels.heading": string;
678
+ "shareDialog.olp.labels.popoverTitle": string;
666
679
  "shareDialog.olp.granteeAvatar.user": string;
667
680
  "shareDialog.olp.granteeAvatar.group": string;
668
681
  "shareDialog.olp.granteeRow.ownerTag": string;
@@ -680,6 +693,15 @@ export declare const es_ES: {
680
693
  "shareDialog.olp.addGranteeDialog.searchPlaceholder": string;
681
694
  "shareDialog.olp.addGranteeDialog.emptyState": string;
682
695
  "shareDialog.olp.addGranteeDialog.add": string;
696
+ "shareDialog.olp.granteeControls.allLabels": string;
697
+ "shareDialog.olp.granteeControls.labelsCount": string;
698
+ "shareDialog.olp.permission.transferOwnership": string;
699
+ "shareDialog.olp.permission.labels": string;
700
+ "shareDialog.olp.permission.removeAccess": string;
701
+ "shareDialog.olp.permission.menuLabel": string;
702
+ "shareDialog.olp.permission.moreInfoAriaLabel": string;
703
+ "shareDialog.olp.permission.tooltip.share": string;
704
+ "shareDialog.olp.permission.tooltip.view": string;
683
705
  "dialogs.closeLabel": string;
684
706
  "dialogs.backButtonLabel": string;
685
707
  "sorting.dropdown.header": string;
@@ -901,6 +923,8 @@ export declare const es_ES: {
901
923
  "userManagement.detail.orgPermission.admin.tooltip": string;
902
924
  "userManagement.detail.orgPermission.member": string;
903
925
  "userManagement.detail.orgPermission.member.tooltip": string;
926
+ "userManagement.userDetail.systemAccount.label": string;
927
+ "userManagement.userDetail.systemAccount.tooltip": string;
904
928
  "userManagement.userDetail.id.label": string;
905
929
  "userManagement.userDetail.emptyValue": string;
906
930
  "userManagement.userGroups.emptySelection.view": string;