@gooddata/sdk-ui-ext 11.55.0 → 11.56.0-alpha.1

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 (440) hide show
  1. package/NOTICE +5 -5
  2. package/esm/automations/AutomationsCore.js +1 -2
  3. package/esm/automations/UserContext.d.ts.map +1 -1
  4. package/esm/automations/actions/useAutomationActions.d.ts.map +1 -1
  5. package/esm/automations/actions/useAutomationBulkActions.d.ts.map +1 -1
  6. package/esm/automations/columns/AutomationIcon.js +1 -3
  7. package/esm/automations/columns/AutomationIconTooltip.js +2 -8
  8. package/esm/automations/columns/AutomationMenu.js +1 -2
  9. package/esm/automations/columns/useAutomationColumns.d.ts.map +1 -1
  10. package/esm/automations/constants.d.ts +4 -4
  11. package/esm/automations/constants.d.ts.map +1 -1
  12. package/esm/automations/data/useLoadAutomations.d.ts.map +1 -1
  13. package/esm/automations/filters/FilterOptionsContext.d.ts.map +1 -1
  14. package/esm/automations/filters/useAutomationFilters.d.ts +2 -2
  15. package/esm/automations/filters/useAutomationFilters.d.ts.map +1 -1
  16. package/esm/automations/format.d.ts +4 -4
  17. package/esm/automations/format.d.ts.map +1 -1
  18. package/esm/automations/messages.d.ts.map +1 -1
  19. package/esm/automations/useAutomationService.d.ts.map +1 -1
  20. package/esm/automations/useAutomationsSmallLayout.d.ts.map +1 -1
  21. package/esm/automations/useAutomationsState.d.ts +1 -1
  22. package/esm/automations/useAutomationsState.d.ts.map +1 -1
  23. package/esm/automations/utils.d.ts.map +1 -1
  24. package/esm/dataLoaders/DataLoaderAbstractFactory.d.ts.map +1 -1
  25. package/esm/index.d.ts +2 -1
  26. package/esm/index.d.ts.map +1 -1
  27. package/esm/index.js +2 -1
  28. package/esm/insightPicker/InsightPickerCore.js +2 -4
  29. package/esm/insightPicker/InsightPickerFilterBar.js +1 -3
  30. package/esm/insightPicker/InsightPickerMenu.js +1 -2
  31. package/esm/insightPicker/InsightPickerRow.js +1 -2
  32. package/esm/insightPicker/InsightPickerSortDropdown.js +3 -8
  33. package/esm/insightPicker/messages.d.ts.map +1 -1
  34. package/esm/insightPicker/useInsightPickerHybridSearch.d.ts.map +1 -1
  35. package/esm/insightPicker/useInsightPickerState.d.ts.map +1 -1
  36. package/esm/insightView/InsightRenderer.d.ts +2 -4
  37. package/esm/insightView/InsightRenderer.d.ts.map +1 -1
  38. package/esm/insightView/InsightRenderer.js +1 -4
  39. package/esm/insightView/InsightView.js +1 -2
  40. package/esm/internal/FluidLayoutDescriptor.d.ts.map +1 -1
  41. package/esm/internal/components/DisabledBubbleMessage.d.ts +1 -1
  42. package/esm/internal/components/DisabledBubbleMessage.d.ts.map +1 -1
  43. package/esm/internal/components/DisabledBubbleMessage.js +1 -2
  44. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js +2 -4
  45. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js +1 -2
  46. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +1 -5
  47. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +1 -2
  48. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +1 -3
  49. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +2 -9
  50. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +1 -3
  51. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +1 -4
  52. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +1 -2
  53. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +1 -2
  54. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +1 -2
  55. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -1
  56. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -1
  57. package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts +1 -1
  58. package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts.map +1 -1
  59. package/esm/internal/components/configurationControls/CheckboxControl.js +1 -2
  60. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +1 -2
  61. package/esm/internal/components/configurationControls/ConfigSection.js +2 -6
  62. package/esm/internal/components/configurationControls/ConfigSubsection.js +2 -7
  63. package/esm/internal/components/configurationControls/ContinuousLineControl.js +1 -4
  64. package/esm/internal/components/configurationControls/DataLabelsControl.js +1 -2
  65. package/esm/internal/components/configurationControls/DistintcPointShapesControl.js +1 -4
  66. package/esm/internal/components/configurationControls/DropdownControl.d.ts +1 -1
  67. package/esm/internal/components/configurationControls/DropdownControl.d.ts.map +1 -1
  68. package/esm/internal/components/configurationControls/DropdownControl.js +1 -2
  69. package/esm/internal/components/configurationControls/GeoViewportControl.js +1 -10
  70. package/esm/internal/components/configurationControls/InputControl.js +1 -4
  71. package/esm/internal/components/configurationControls/MinMaxControl.js +1 -2
  72. package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts +1 -1
  73. package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts.map +1 -1
  74. package/esm/internal/components/configurationControls/PushpinShapeControl.js +1 -2
  75. package/esm/internal/components/configurationControls/PushpinSizeControl.js +1 -3
  76. package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts +1 -1
  77. package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts.map +1 -1
  78. package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts +1 -1
  79. package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts.map +1 -1
  80. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts +1 -1
  81. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts.map +1 -1
  82. package/esm/internal/components/configurationControls/advanced/AdvancedSection.js +1 -3
  83. package/esm/internal/components/configurationControls/advanced/ConfigEditor.js +2 -15
  84. package/esm/internal/components/configurationControls/advanced/SnippetItem.js +2 -8
  85. package/esm/internal/components/configurationControls/advanced/useOverflow.d.ts.map +1 -1
  86. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts +1 -1
  87. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts.map +1 -1
  88. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.js +1 -5
  89. package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts +1 -1
  90. package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts.map +1 -1
  91. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts +1 -1
  92. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts.map +1 -1
  93. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.js +1 -3
  94. package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts +1 -1
  95. package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts.map +1 -1
  96. package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts +1 -1
  97. package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts.map +1 -1
  98. package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts +1 -1
  99. package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts.map +1 -1
  100. package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts +1 -1
  101. package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts.map +1 -1
  102. package/esm/internal/components/configurationControls/axis/LabelSubsection.js +1 -2
  103. package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts +1 -1
  104. package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts.map +1 -1
  105. package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts +1 -1
  106. package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts.map +1 -1
  107. package/esm/internal/components/configurationControls/colors/ColorsSection.js +1 -2
  108. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +1 -1
  109. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
  110. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +3 -7
  111. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts +1 -1
  112. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts.map +1 -1
  113. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js +1 -2
  114. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +1 -1
  115. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
  116. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts +2 -2
  117. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts.map +1 -1
  118. package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts +1 -1
  119. package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts.map +1 -1
  120. package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts +1 -1
  121. package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts.map +1 -1
  122. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts +1 -1
  123. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map +1 -1
  124. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts +1 -1
  125. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts.map +1 -1
  126. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +1 -1
  127. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
  128. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts +1 -1
  129. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts.map +1 -1
  130. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.js +1 -2
  131. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts +1 -1
  132. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts.map +1 -1
  133. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.js +3 -10
  134. package/esm/internal/components/configurationControls/comparison/ComparisonSection.js +1 -3
  135. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.js +1 -5
  136. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.js +1 -5
  137. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.js +1 -2
  138. package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.js +1 -3
  139. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.js +1 -5
  140. package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.js +1 -4
  141. package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.js +1 -3
  142. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.js +1 -3
  143. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.js +7 -20
  144. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -1
  145. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +6 -17
  146. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +5 -18
  147. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.js +1 -3
  148. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -1
  149. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +6 -6
  150. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -1
  151. package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.d.ts.map +1 -1
  152. package/esm/internal/components/configurationControls/conditionalFormatting/useCfDateFilterOptions.d.ts.map +1 -1
  153. package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +1 -5
  154. package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts +1 -1
  155. package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts.map +1 -1
  156. package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts +1 -1
  157. package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts.map +1 -1
  158. package/esm/internal/components/configurationControls/forecast/ForecastSection.js +1 -4
  159. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +1 -1
  160. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -1
  161. package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +5 -17
  162. package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts +1 -1
  163. package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts.map +1 -1
  164. package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts +1 -1
  165. package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts.map +1 -1
  166. package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts +1 -1
  167. package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts.map +1 -1
  168. package/esm/internal/components/configurationControls/legend/LegendSection.d.ts +1 -1
  169. package/esm/internal/components/configurationControls/legend/LegendSection.d.ts.map +1 -1
  170. package/esm/internal/components/configurationControls/total/TotalSection.d.ts +1 -1
  171. package/esm/internal/components/configurationControls/total/TotalSection.d.ts.map +1 -1
  172. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +4 -9
  173. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -7
  174. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -6
  175. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -3
  176. package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.js +2 -5
  177. package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js +1 -4
  178. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -7
  179. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -5
  180. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -3
  181. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +3 -8
  182. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -3
  183. package/esm/internal/components/configurationPanels/RadarChartConfigurationPanel.js +2 -10
  184. package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js +1 -5
  185. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -3
  186. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -10
  187. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -3
  188. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +2 -7
  189. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSource.js +1 -3
  190. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceItem.js +1 -2
  191. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdown.js +2 -4
  192. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownItem.js +1 -3
  193. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownList.js +1 -2
  194. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/backend/loadUserDataSourceOptionsPromise.d.ts.map +1 -1
  195. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/locales.d.ts.map +1 -1
  196. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/useAddDataSource.d.ts.map +1 -1
  197. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/usePermissionsDropdownState.d.ts.map +1 -1
  198. package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js +1 -2
  199. package/esm/internal/components/dialogs/userManagementDialogs/Details/OrganizationMemberDropdown.js +3 -9
  200. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserDetailsView.js +3 -11
  201. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserGroupDetailsView.js +1 -3
  202. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
  203. package/esm/internal/components/dialogs/userManagementDialogs/ErrorDialog.js +1 -5
  204. package/esm/internal/components/dialogs/userManagementDialogs/RemoveIcon.js +1 -3
  205. package/esm/internal/components/dialogs/userManagementDialogs/TelemetryContext.d.ts.map +1 -1
  206. package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -5
  207. package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +2 -5
  208. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js +2 -4
  209. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js +1 -3
  210. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts +1 -1
  211. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts.map +1 -1
  212. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts.map +1 -1
  213. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUserContent.js +2 -4
  214. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts +1 -1
  215. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts.map +1 -1
  216. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.js +1 -2
  217. package/esm/internal/components/dialogs/userManagementDialogs/Users/UserItem.js +3 -9
  218. package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts +1 -1
  219. package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts.map +1 -1
  220. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts.map +1 -1
  221. package/esm/internal/components/dialogs/userManagementDialogs/ViewDialog.js +1 -8
  222. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +1 -3
  223. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts +1 -1
  224. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts.map +1 -1
  225. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +1 -6
  226. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsItems.js +2 -7
  227. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsWorkspaceItem.js +1 -4
  228. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionDropdownItem.js +2 -4
  229. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdown.js +2 -4
  230. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdownList.js +1 -3
  231. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionDropdownItem.js +1 -3
  232. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +2 -4
  233. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js +1 -2
  234. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +1 -3
  235. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/granularPermissionUtils.d.ts.map +1 -1
  236. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/locales.d.ts.map +1 -1
  237. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/usePermissionsDropdownState.d.ts.map +1 -1
  238. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts +2 -2
  239. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts.map +1 -1
  240. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts +1 -1
  241. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts.map +1 -1
  242. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +1 -1
  243. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
  244. package/esm/internal/components/dialogs/userManagementDialogs/hooks/usePermissions.d.ts.map +1 -1
  245. package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts.map +1 -1
  246. package/esm/internal/components/dialogs/userManagementDialogs/types.d.ts.map +1 -1
  247. package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts +1 -1
  248. package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts.map +1 -1
  249. package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts +1 -1
  250. package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts.map +1 -1
  251. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts +4 -6
  252. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts.map +1 -1
  253. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.js +4 -4
  254. package/esm/internal/components/pluggableVisualizations/alerts.d.ts +4 -4
  255. package/esm/internal/components/pluggableVisualizations/alerts.d.ts.map +1 -1
  256. package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts +1 -1
  257. package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts.map +1 -1
  258. package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts +1 -1
  259. package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts.map +1 -1
  260. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
  261. package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts +1 -1
  262. package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts.map +1 -1
  263. package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts +1 -1
  264. package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts.map +1 -1
  265. package/esm/internal/components/pluggableVisualizations/bulletChart/bucketHelper.d.ts.map +1 -1
  266. package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts +1 -1
  267. package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts.map +1 -1
  268. package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts +1 -1
  269. package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts.map +1 -1
  270. package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts +1 -1
  271. package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts.map +1 -1
  272. package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts +1 -1
  273. package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts.map +1 -1
  274. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts +1 -1
  275. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
  276. package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts +1 -1
  277. package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts.map +1 -1
  278. package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts +1 -1
  279. package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts.map +1 -1
  280. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
  281. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +1 -3
  282. package/esm/internal/components/pluggableVisualizations/geoCommon/liveMapViewTracking.d.ts.map +1 -1
  283. package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts +1 -1
  284. package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts.map +1 -1
  285. package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts +1 -1
  286. package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts.map +1 -1
  287. package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts +1 -1
  288. package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts.map +1 -1
  289. package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts +1 -1
  290. package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts.map +1 -1
  291. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts +1 -1
  292. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts.map +1 -1
  293. package/esm/internal/components/pluggableVisualizations/mekko/bucketHelper.d.ts.map +1 -1
  294. package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts +1 -1
  295. package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts.map +1 -1
  296. package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts +1 -1
  297. package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts.map +1 -1
  298. package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
  299. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.d.ts.map +1 -1
  300. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts +1 -1
  301. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts.map +1 -1
  302. package/esm/internal/components/pluggableVisualizations/pivotTableNext/helpers.d.ts.map +1 -1
  303. package/esm/internal/components/pluggableVisualizations/pivotTableNext/sortHelpers.d.ts.map +1 -1
  304. package/esm/internal/components/pluggableVisualizations/pivotTableNext/totalsHelpers.d.ts.map +1 -1
  305. package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts +1 -1
  306. package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts.map +1 -1
  307. package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts +1 -1
  308. package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts.map +1 -1
  309. package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts +1 -1
  310. package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts.map +1 -1
  311. package/esm/internal/components/pluggableVisualizations/repeater/PluggableRepeater.d.ts.map +1 -1
  312. package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts +1 -1
  313. package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts.map +1 -1
  314. package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts +1 -1
  315. package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts.map +1 -1
  316. package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts +1 -1
  317. package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts.map +1 -1
  318. package/esm/internal/components/pluggableVisualizations/scatterPlot/bucketHelper.d.ts.map +1 -1
  319. package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts +1 -1
  320. package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts.map +1 -1
  321. package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts +1 -1
  322. package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts.map +1 -1
  323. package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts +1 -1
  324. package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts.map +1 -1
  325. package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts +1 -1
  326. package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts.map +1 -1
  327. package/esm/internal/components/pluggableVisualizations/xirr/xirrBucketHelper.d.ts.map +1 -1
  328. package/esm/internal/components/visConstruct.test.helpers.d.ts.map +1 -1
  329. package/esm/internal/constants/axis.d.ts.map +1 -1
  330. package/esm/internal/constants/axis.js +1 -2
  331. package/esm/internal/constants/bucket.d.ts.map +1 -1
  332. package/esm/internal/constants/uiConfig.d.ts.map +1 -1
  333. package/esm/internal/constants/uiConfig.js +8 -8
  334. package/esm/internal/interfaces/SortConfig.d.ts +1 -1
  335. package/esm/internal/interfaces/SortConfig.d.ts.map +1 -1
  336. package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
  337. package/esm/internal/testDataProvider.d.ts +6 -6
  338. package/esm/internal/testDataProvider.d.ts.map +1 -1
  339. package/esm/internal/translations/de-DE.localization-bundle.d.ts +2 -2
  340. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  341. package/esm/internal/translations/en-AU.localization-bundle.d.ts +2 -2
  342. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  343. package/esm/internal/translations/en-GB.localization-bundle.d.ts +2 -2
  344. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  345. package/esm/internal/translations/en-US.localization-bundle.d.ts +1408 -1408
  346. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  347. package/esm/internal/translations/en-US.localization-bundle.js +3 -3
  348. package/esm/internal/translations/es-419.localization-bundle.d.ts +2 -2
  349. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  350. package/esm/internal/translations/es-ES.localization-bundle.d.ts +2 -2
  351. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  352. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +2 -2
  353. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  354. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +2 -2
  355. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  356. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +2 -2
  357. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  358. package/esm/internal/translations/id-ID.localization-bundle.d.ts +2 -2
  359. package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
  360. package/esm/internal/translations/it-IT.localization-bundle.d.ts +2 -2
  361. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  362. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +2 -2
  363. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  364. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +2 -2
  365. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  366. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +2 -2
  367. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  368. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +2 -2
  369. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  370. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +2 -2
  371. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  372. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +2 -2
  373. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  374. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +2 -2
  375. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  376. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +2 -2
  377. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
  378. package/esm/internal/translations/th-TH.localization-bundle.d.ts +2 -2
  379. package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
  380. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +2 -2
  381. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  382. package/esm/internal/translations/uk-UA.localization-bundle.d.ts +2 -2
  383. package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
  384. package/esm/internal/translations/vi-VN.localization-bundle.d.ts +2 -2
  385. package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
  386. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +2 -2
  387. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  388. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +2 -2
  389. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  390. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +2 -2
  391. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  392. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  393. package/esm/internal/utils/comparisonHelper.d.ts +2 -2
  394. package/esm/internal/utils/comparisonHelper.d.ts.map +1 -1
  395. package/esm/internal/utils/embeddingCodeGenerator/getWebComponentsCodeGenerator.d.ts.map +1 -1
  396. package/esm/internal/utils/embeddingCodeGenerator/insightToPropsConverter/convenience.d.ts.map +1 -1
  397. package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts +2 -2
  398. package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts.map +1 -1
  399. package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
  400. package/esm/internal/utils/uiConfigHelpers/dependencyWheelChartUiConfigHelper.d.ts.map +1 -1
  401. package/esm/internal/utils/uiConfigHelpers/repeaterUiConfigHelper.d.ts.map +1 -1
  402. package/esm/internal/utils/uiConfigHelpers/sankeyChartUiConfigHelper.d.ts.map +1 -1
  403. package/esm/internal/utils/uiConfigHelpers/xirrUiConfigHelper.d.ts.map +1 -1
  404. package/esm/internal/utils/uiConfigMocks.test.helpers.d.ts.map +1 -1
  405. package/esm/locales.d.ts.map +1 -1
  406. package/esm/notificationsPanel/Notification/Notification.js +7 -21
  407. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +1 -3
  408. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +1 -2
  409. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -6
  410. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +2 -4
  411. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js +1 -2
  412. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +1 -3
  413. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +1 -2
  414. package/esm/notificationsPanel/bem.d.ts +2 -2
  415. package/esm/notificationsPanel/bem.d.ts.map +1 -1
  416. package/esm/notificationsPanel/components/DetailsDialog.js +1 -5
  417. package/esm/notificationsPanel/components/Tooltip.js +1 -2
  418. package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
  419. package/esm/sdk-ui-ext.d.ts +75 -7
  420. package/esm/share/ObjectShareDialog.js +4 -6
  421. package/esm/share/accessSummary.d.ts +28 -3
  422. package/esm/share/accessSummary.d.ts.map +1 -1
  423. package/esm/share/accessSummary.js +42 -3
  424. package/esm/share/messages.d.ts.map +1 -1
  425. package/esm/share/objectShareController.helpers.d.ts.map +1 -1
  426. package/esm/share/objectShareController.types.d.ts +3 -0
  427. package/esm/share/objectShareController.types.d.ts.map +1 -1
  428. package/esm/share/types.d.ts +3 -0
  429. package/esm/share/types.d.ts.map +1 -1
  430. package/esm/share/useAccessList.d.ts.map +1 -1
  431. package/esm/share/useAccessList.js +5 -2
  432. package/esm/share/useLabelScope.d.ts.map +1 -1
  433. package/esm/share/useObjectAccessLevel.d.ts +40 -0
  434. package/esm/share/useObjectAccessLevel.d.ts.map +1 -0
  435. package/esm/share/useObjectAccessLevel.js +48 -0
  436. package/esm/share/useObjectShareController.js +5 -6
  437. package/esm/share/useObjectShareDialog.d.ts.map +1 -1
  438. package/package.json +23 -23
  439. package/styles/css/main.css.map +1 -1
  440. package/styles/internal/css/charts.css.map +1 -1
@@ -1,2815 +1,2815 @@
1
1
  export declare const en_US: {
2
- or: {
3
- text: string;
4
- crowdinContext: string;
2
+ "or": {
3
+ "text": string;
4
+ "crowdinContext": string;
5
5
  };
6
6
  "dashboard.bucket.measures_title.column": {
7
- text: string;
8
- crowdinContext: string;
7
+ "text": string;
8
+ "crowdinContext": string;
9
9
  };
10
10
  "dashboard.bucket.measures_title.bar": {
11
- text: string;
12
- crowdinContext: string;
11
+ "text": string;
12
+ "crowdinContext": string;
13
13
  };
14
14
  "dashboard.bucket.measures_title.line": {
15
- text: string;
16
- crowdinContext: string;
15
+ "text": string;
16
+ "crowdinContext": string;
17
17
  };
18
18
  "dashboard.bucket.measures_title.area": {
19
- text: string;
20
- crowdinContext: string;
19
+ "text": string;
20
+ "crowdinContext": string;
21
21
  };
22
22
  "dashboard.bucket.measures_title.pie": {
23
- text: string;
24
- crowdinContext: string;
23
+ "text": string;
24
+ "crowdinContext": string;
25
25
  };
26
26
  "dashboard.bucket.measures_title.funnel": {
27
- text: string;
28
- crowdinContext: string;
27
+ "text": string;
28
+ "crowdinContext": string;
29
29
  };
30
30
  "dashboard.bucket.measures_title.pyramid": {
31
- text: string;
32
- crowdinContext: string;
31
+ "text": string;
32
+ "crowdinContext": string;
33
33
  };
34
34
  "dashboard.bucket.measures_title.treemap": {
35
- text: string;
36
- crowdinContext: string;
35
+ "text": string;
36
+ "crowdinContext": string;
37
37
  };
38
38
  "dashboard.bucket.measures_title.donut": {
39
- text: string;
40
- crowdinContext: string;
39
+ "text": string;
40
+ "crowdinContext": string;
41
41
  };
42
42
  "dashboard.bucket.measures_title.heatmap": {
43
- text: string;
44
- crowdinContext: string;
43
+ "text": string;
44
+ "crowdinContext": string;
45
45
  };
46
46
  "dashboard.bucket.measures_title.headline": {
47
- text: string;
48
- crowdinContext: string;
47
+ "text": string;
48
+ "crowdinContext": string;
49
49
  };
50
50
  "dashboard.bucket.measures_subtitle.headline": {
51
- text: string;
52
- crowdinContext: string;
51
+ "text": string;
52
+ "crowdinContext": string;
53
53
  };
54
54
  "dashboard.bucket.secondary_measures_title.headline": {
55
- text: string;
56
- crowdinContext: string;
55
+ "text": string;
56
+ "crowdinContext": string;
57
57
  };
58
58
  "dashboard.bucket.secondary_measures_subtitle.headline": {
59
- text: string;
60
- crowdinContext: string;
59
+ "text": string;
60
+ "crowdinContext": string;
61
61
  };
62
62
  "dashboard.bucket.measures_title.scatter": {
63
- text: string;
64
- crowdinContext: string;
63
+ "text": string;
64
+ "crowdinContext": string;
65
65
  };
66
66
  "dashboard.bucket.secondary_measures_title.scatter": {
67
- text: string;
68
- crowdinContext: string;
67
+ "text": string;
68
+ "crowdinContext": string;
69
69
  };
70
70
  "dashboard.bucket.measures_title.mekko": {
71
- text: string;
72
- crowdinContext: string;
71
+ "text": string;
72
+ "crowdinContext": string;
73
73
  };
74
74
  "dashboard.bucket.secondary_measures_title.mekko": {
75
- text: string;
76
- crowdinContext: string;
75
+ "text": string;
76
+ "crowdinContext": string;
77
77
  };
78
78
  "dashboard.bucket.measures_subtitle.mekko": {
79
- text: string;
80
- crowdinContext: string;
79
+ "text": string;
80
+ "crowdinContext": string;
81
81
  };
82
82
  "dashboard.bucket.secondary_measures_subtitle.mekko": {
83
- text: string;
84
- crowdinContext: string;
83
+ "text": string;
84
+ "crowdinContext": string;
85
85
  };
86
86
  "dashboard.bucket.view_title.mekko": {
87
- text: string;
88
- crowdinContext: string;
87
+ "text": string;
88
+ "crowdinContext": string;
89
89
  };
90
90
  "dashboard.bucket.stack_title.mekko": {
91
- text: string;
92
- crowdinContext: string;
91
+ "text": string;
92
+ "crowdinContext": string;
93
93
  };
94
94
  "dashboard.bucket.measures_subtitle.scatter": {
95
- text: string;
96
- crowdinContext: string;
95
+ "text": string;
96
+ "crowdinContext": string;
97
97
  };
98
98
  "dashboard.bucket.secondary_measures_subtitle.scatter": {
99
- text: string;
100
- crowdinContext: string;
99
+ "text": string;
100
+ "crowdinContext": string;
101
101
  };
102
102
  "dashboard.bucket.attribute_title.scatter": {
103
- text: string;
104
- crowdinContext: string;
103
+ "text": string;
104
+ "crowdinContext": string;
105
105
  };
106
106
  "dashboard.bucket.segment_title.scatter": {
107
- text: string;
108
- crowdinContext: string;
107
+ "text": string;
108
+ "crowdinContext": string;
109
109
  };
110
110
  "dashboard.bucket.measures_title.combo": {
111
- text: string;
112
- crowdinContext: string;
111
+ "text": string;
112
+ "crowdinContext": string;
113
113
  };
114
114
  "dashboard.bucket.measures_subtitle.combo": {
115
- text: string;
116
- crowdinContext: string;
115
+ "text": string;
116
+ "crowdinContext": string;
117
117
  };
118
118
  "dashboard.bucket.secondary_measures_title.combo": {
119
- text: string;
120
- crowdinContext: string;
119
+ "text": string;
120
+ "crowdinContext": string;
121
121
  };
122
122
  "dashboard.bucket.secondary_measures_subtitle.combo": {
123
- text: string;
124
- crowdinContext: string;
123
+ "text": string;
124
+ "crowdinContext": string;
125
125
  };
126
126
  "dashboard.bucket.measures_title.xirr": {
127
- text: string;
128
- crowdinContext: string;
127
+ "text": string;
128
+ "crowdinContext": string;
129
129
  };
130
130
  "dashboard.bucket.measures_title.waterfall": {
131
- text: string;
132
- crowdinContext: string;
131
+ "text": string;
132
+ "crowdinContext": string;
133
133
  };
134
134
  "dashboard.bucket.attribute_title.xirr": {
135
- text: string;
136
- crowdinContext: string;
135
+ "text": string;
136
+ "crowdinContext": string;
137
137
  };
138
138
  "dashboard.bucket.attribute_from_title.sankey": {
139
- text: string;
140
- crowdinContext: string;
139
+ "text": string;
140
+ "crowdinContext": string;
141
141
  };
142
142
  "dashboard.bucket.attribute_from_subtitle.sankey": {
143
- text: string;
144
- crowdinContext: string;
143
+ "text": string;
144
+ "crowdinContext": string;
145
145
  };
146
146
  "dashboard.bucket.attribute_to_title.sankey": {
147
- text: string;
148
- crowdinContext: string;
147
+ "text": string;
148
+ "crowdinContext": string;
149
149
  };
150
150
  "dashboard.bucket.attribute_to_subtitle.sankey": {
151
- text: string;
152
- crowdinContext: string;
151
+ "text": string;
152
+ "crowdinContext": string;
153
153
  };
154
154
  "dashboard.bucket.attribute_from_title.dependencywheel": {
155
- text: string;
156
- crowdinContext: string;
155
+ "text": string;
156
+ "crowdinContext": string;
157
157
  };
158
158
  "dashboard.bucket.attribute_from_subtitle.dependencywheel": {
159
- text: string;
160
- crowdinContext: string;
159
+ "text": string;
160
+ "crowdinContext": string;
161
161
  };
162
162
  "dashboard.bucket.attribute_to_title.dependencywheel": {
163
- text: string;
164
- crowdinContext: string;
163
+ "text": string;
164
+ "crowdinContext": string;
165
165
  };
166
166
  "dashboard.bucket.attribute_to_subtitle.dependencywheel": {
167
- text: string;
168
- crowdinContext: string;
167
+ "text": string;
168
+ "crowdinContext": string;
169
169
  };
170
170
  "dashboard.bucket.combo.subtitle.column": {
171
- text: string;
172
- crowdinContext: string;
171
+ "text": string;
172
+ "crowdinContext": string;
173
173
  };
174
174
  "dashboard.bucket.combo.subtitle.line": {
175
- text: string;
176
- crowdinContext: string;
175
+ "text": string;
176
+ "crowdinContext": string;
177
177
  };
178
178
  "dashboard.bucket.combo.subtitle.area": {
179
- text: string;
180
- crowdinContext: string;
179
+ "text": string;
180
+ "crowdinContext": string;
181
181
  };
182
182
  "dashboard.bucket.measures_title.bubble": {
183
- text: string;
184
- crowdinContext: string;
183
+ "text": string;
184
+ "crowdinContext": string;
185
185
  };
186
186
  "dashboard.bucket.secondary_measures_title.bubble": {
187
- text: string;
188
- crowdinContext: string;
187
+ "text": string;
188
+ "crowdinContext": string;
189
189
  };
190
190
  "dashboard.bucket.tertiary_measures_title.bubble": {
191
- text: string;
192
- crowdinContext: string;
191
+ "text": string;
192
+ "crowdinContext": string;
193
193
  };
194
194
  "dashboard.bucket.measures_subtitle.bubble": {
195
- text: string;
196
- crowdinContext: string;
195
+ "text": string;
196
+ "crowdinContext": string;
197
197
  };
198
198
  "dashboard.bucket.secondary_measures_subtitle.bubble": {
199
- text: string;
200
- crowdinContext: string;
199
+ "text": string;
200
+ "crowdinContext": string;
201
201
  };
202
202
  "dashboard.bucket.tertiary_measures_subtitle.bubble": {
203
- text: string;
204
- crowdinContext: string;
203
+ "text": string;
204
+ "crowdinContext": string;
205
205
  };
206
206
  "dashboard.bucket.location_title.pushpin": {
207
- text: string;
208
- crowdinContext: string;
207
+ "text": string;
208
+ "crowdinContext": string;
209
209
  };
210
210
  "dashboard.bucket.area_title.choropleth": {
211
- text: string;
212
- crowdinContext: string;
211
+ "text": string;
212
+ "crowdinContext": string;
213
213
  };
214
214
  "dashboard.bucket.size_title.pushpin": {
215
- text: string;
216
- crowdinContext: string;
215
+ "text": string;
216
+ "crowdinContext": string;
217
217
  };
218
218
  "dashboard.bucket.size_subtitle.pushpin": {
219
- text: string;
220
- crowdinContext: string;
219
+ "text": string;
220
+ "crowdinContext": string;
221
221
  };
222
222
  "dashboard.bucket.color_title.pushpin": {
223
- text: string;
224
- crowdinContext: string;
223
+ "text": string;
224
+ "crowdinContext": string;
225
225
  };
226
226
  "dashboard.bucket.color_subtitle.pushpin": {
227
- text: string;
228
- crowdinContext: string;
227
+ "text": string;
228
+ "crowdinContext": string;
229
229
  };
230
230
  "dashboard.bucket.metric_title.pushpin": {
231
- text: string;
232
- crowdinContext: string;
231
+ "text": string;
232
+ "crowdinContext": string;
233
233
  };
234
234
  "dashboard.bucket.view_title.bubble": {
235
- text: string;
236
- crowdinContext: string;
235
+ "text": string;
236
+ "crowdinContext": string;
237
237
  };
238
238
  "dashboard.bucket.view_title.pie": {
239
- text: string;
240
- crowdinContext: string;
239
+ "text": string;
240
+ "crowdinContext": string;
241
241
  };
242
242
  "dashboard.bucket.view_title.treemap": {
243
- text: string;
244
- crowdinContext: string;
243
+ "text": string;
244
+ "crowdinContext": string;
245
245
  };
246
246
  "dashboard.bucket.view_title.donut": {
247
- text: string;
248
- crowdinContext: string;
247
+ "text": string;
248
+ "crowdinContext": string;
249
249
  };
250
250
  "dashboard.bucket.view_title.funnel": {
251
- text: string;
252
- crowdinContext: string;
251
+ "text": string;
252
+ "crowdinContext": string;
253
253
  };
254
254
  "dashboard.bucket.view_title.pyramid": {
255
- text: string;
256
- crowdinContext: string;
255
+ "text": string;
256
+ "crowdinContext": string;
257
257
  };
258
258
  "dashboard.bucket.view_title.column": {
259
- text: string;
260
- crowdinContext: string;
259
+ "text": string;
260
+ "crowdinContext": string;
261
261
  };
262
262
  "dashboard.bucket.view_title.bar": {
263
- text: string;
264
- crowdinContext: string;
263
+ "text": string;
264
+ "crowdinContext": string;
265
265
  };
266
266
  "dashboard.bucket.view_title.area": {
267
- text: string;
268
- crowdinContext: string;
267
+ "text": string;
268
+ "crowdinContext": string;
269
269
  };
270
270
  "dashboard.bucket.view_title.bullet": {
271
- text: string;
272
- crowdinContext: string;
271
+ "text": string;
272
+ "crowdinContext": string;
273
273
  };
274
274
  "dashboard.bucket.view_title.waterfall": {
275
- text: string;
276
- crowdinContext: string;
275
+ "text": string;
276
+ "crowdinContext": string;
277
277
  };
278
278
  "dashboard.bucket.view_title.heatmap": {
279
- text: string;
280
- crowdinContext: string;
279
+ "text": string;
280
+ "crowdinContext": string;
281
281
  };
282
282
  "dashboard.bucket.trend_title.line": {
283
- text: string;
284
- crowdinContext: string;
283
+ "text": string;
284
+ "crowdinContext": string;
285
285
  };
286
286
  "dashboard.bucket.view_title.combo": {
287
- text: string;
288
- crowdinContext: string;
287
+ "text": string;
288
+ "crowdinContext": string;
289
289
  };
290
290
  "dashboard.bucket.stack_title.column": {
291
- text: string;
292
- crowdinContext: string;
291
+ "text": string;
292
+ "crowdinContext": string;
293
293
  };
294
294
  "dashboard.bucket.stack_title.bar": {
295
- text: string;
296
- crowdinContext: string;
295
+ "text": string;
296
+ "crowdinContext": string;
297
297
  };
298
298
  "dashboard.bucket.stack_title.area": {
299
- text: string;
300
- crowdinContext: string;
299
+ "text": string;
300
+ "crowdinContext": string;
301
301
  };
302
302
  "dashboard.bucket.stack_title.heatmap": {
303
- text: string;
304
- crowdinContext: string;
303
+ "text": string;
304
+ "crowdinContext": string;
305
305
  };
306
306
  "dashboard.bucket.segment_title.line": {
307
- text: string;
308
- crowdinContext: string;
307
+ "text": string;
308
+ "crowdinContext": string;
309
309
  };
310
310
  "dashboard.bucket.measures_title.radar": {
311
- text: string;
312
- crowdinContext: string;
311
+ "text": string;
312
+ "crowdinContext": string;
313
313
  };
314
314
  "dashboard.bucket.trend_title.radar": {
315
- text: string;
316
- crowdinContext: string;
315
+ "text": string;
316
+ "crowdinContext": string;
317
317
  };
318
318
  "dashboard.bucket.segment_title.radar": {
319
- text: string;
320
- crowdinContext: string;
319
+ "text": string;
320
+ "crowdinContext": string;
321
321
  };
322
322
  "dashboard.bucket.segment_title.treemap": {
323
- text: string;
324
- crowdinContext: string;
323
+ "text": string;
324
+ "crowdinContext": string;
325
325
  };
326
326
  "dashboard.bucket.segment_title.pushpin": {
327
- text: string;
328
- crowdinContext: string;
327
+ "text": string;
328
+ "crowdinContext": string;
329
329
  };
330
330
  "dashboard.bucket.metric_segment_by_warning": {
331
- text: string;
332
- crowdinContext: string;
331
+ "text": string;
332
+ "crowdinContext": string;
333
333
  };
334
334
  "dashboard.bucket.metric_stack_by_warning": {
335
- text: string;
336
- crowdinContext: string;
335
+ "text": string;
336
+ "crowdinContext": string;
337
337
  };
338
338
  "dashboard.bucket.metric_view_by_warning": {
339
- text: string;
340
- crowdinContext: string;
339
+ "text": string;
340
+ "crowdinContext": string;
341
341
  };
342
342
  "dashboard.bucket.category_view_by_warning": {
343
- text: string;
344
- crowdinContext: string;
343
+ "text": string;
344
+ "crowdinContext": string;
345
345
  };
346
346
  "dashboard.bucket.view_stack_by_warning": {
347
- text: string;
348
- crowdinContext: string;
347
+ "text": string;
348
+ "crowdinContext": string;
349
349
  };
350
350
  "dashboard.bucket.category_stack_by_warning": {
351
- text: string;
352
- crowdinContext: string;
351
+ "text": string;
352
+ "crowdinContext": string;
353
353
  };
354
354
  "dashboard.bucket.stack_view_by_warning": {
355
- text: string;
356
- crowdinContext: string;
355
+ "text": string;
356
+ "crowdinContext": string;
357
357
  };
358
358
  "dashboard.bucket.measure_stack_by_warning": {
359
- text: string;
360
- crowdinContext: string;
359
+ "text": string;
360
+ "crowdinContext": string;
361
361
  };
362
362
  "dashboard.bucket.category_columns_warning": {
363
- text: string;
364
- crowdinContext: string;
363
+ "text": string;
364
+ "crowdinContext": string;
365
365
  };
366
366
  "dashboard.bucket.category_measures_rows_warning": {
367
- text: string;
368
- crowdinContext: string;
367
+ "text": string;
368
+ "crowdinContext": string;
369
369
  };
370
370
  "dashboard.bucket.category_category_by_warning": {
371
- text: string;
372
- crowdinContext: string;
371
+ "text": string;
372
+ "crowdinContext": string;
373
373
  };
374
374
  "dashboard.bucket.category_segment_by_warning": {
375
- text: string;
376
- crowdinContext: string;
375
+ "text": string;
376
+ "crowdinContext": string;
377
377
  };
378
378
  "dashboard.bucket.measures_title.table": {
379
- text: string;
380
- crowdinContext: string;
379
+ "text": string;
380
+ "crowdinContext": string;
381
381
  };
382
382
  "dashboard.bucket.measures_title.sankey": {
383
- text: string;
384
- crowdinContext: string;
383
+ "text": string;
384
+ "crowdinContext": string;
385
385
  };
386
386
  "dashboard.bucket.measures_title.dependencywheel": {
387
- text: string;
388
- crowdinContext: string;
387
+ "text": string;
388
+ "crowdinContext": string;
389
389
  };
390
390
  "dashboard.bucket.attribute_title.table": {
391
- text: string;
392
- crowdinContext: string;
391
+ "text": string;
392
+ "crowdinContext": string;
393
393
  };
394
394
  "dashboard.bucket.columns_title.table": {
395
- text: string;
396
- crowdinContext: string;
395
+ "text": string;
396
+ "crowdinContext": string;
397
397
  };
398
398
  "dashboard.bucket.attribute_title.repeater": {
399
- text: string;
400
- crowdinContext: string;
399
+ "text": string;
400
+ "crowdinContext": string;
401
401
  };
402
402
  "dashboard.bucket.view_title.repeater": {
403
- text: string;
404
- crowdinContext: string;
403
+ "text": string;
404
+ "crowdinContext": string;
405
405
  };
406
406
  "dashboard.bucket.columns_title.repeater": {
407
- text: string;
408
- crowdinContext: string;
407
+ "text": string;
408
+ "crowdinContext": string;
409
409
  };
410
410
  "dashboard.error.missing_primary_bucket_item.heading": {
411
- text: string;
412
- crowdinContext: string;
411
+ "text": string;
412
+ "crowdinContext": string;
413
413
  };
414
414
  "dashboard.error.missing_primary_bucket_item.text": {
415
- text: string;
416
- crowdinContext: string;
415
+ "text": string;
416
+ "crowdinContext": string;
417
417
  };
418
418
  "dashboard.xirr.error.invalid_buckets.heading": {
419
- text: string;
420
- crowdinContext: string;
419
+ "text": string;
420
+ "crowdinContext": string;
421
421
  };
422
422
  "dashboard.xirr.error.invalid_buckets.text": {
423
- text: string;
424
- crowdinContext: string;
423
+ "text": string;
424
+ "crowdinContext": string;
425
425
  };
426
426
  "properties.unsupported": {
427
- text: string;
428
- crowdinContext: string;
427
+ "text": string;
428
+ "crowdinContext": string;
429
429
  };
430
430
  "properties.config.not_applicable": {
431
- text: string;
432
- crowdinContext: string;
431
+ "text": string;
432
+ "crowdinContext": string;
433
433
  };
434
434
  "properties.not_applicable": {
435
- text: string;
436
- crowdinContext: string;
435
+ "text": string;
436
+ "crowdinContext": string;
437
437
  };
438
438
  "properties.auto_placeholder": {
439
- text: string;
440
- crowdinContext: string;
439
+ "text": string;
440
+ "crowdinContext": string;
441
441
  };
442
442
  "properties.auto_default": {
443
- text: string;
444
- crowdinContext: string;
443
+ "text": string;
444
+ "crowdinContext": string;
445
445
  };
446
446
  "properties.legend.title": {
447
- text: string;
448
- crowdinContext: string;
447
+ "text": string;
448
+ "crowdinContext": string;
449
449
  };
450
450
  "properties.legend.position": {
451
- text: string;
452
- crowdinContext: string;
451
+ "text": string;
452
+ "crowdinContext": string;
453
453
  };
454
454
  "properties.total.title": {
455
- text: string;
456
- crowdinContext: string;
455
+ "text": string;
456
+ "crowdinContext": string;
457
457
  };
458
458
  "properties.total.name": {
459
- text: string;
460
- crowdinContext: string;
459
+ "text": string;
460
+ "crowdinContext": string;
461
461
  };
462
462
  "properties.total.tooltip": {
463
- text: string;
464
- crowdinContext: string;
463
+ "text": string;
464
+ "crowdinContext": string;
465
465
  };
466
466
  "properties.total.measures.tooltip": {
467
- text: string;
468
- crowdinContext: string;
467
+ "text": string;
468
+ "crowdinContext": string;
469
469
  };
470
470
  "properties.color.total": {
471
- text: string;
472
- crowdinContext: string;
471
+ "text": string;
472
+ "crowdinContext": string;
473
473
  };
474
474
  "properties.color.positive": {
475
- text: string;
476
- crowdinContext: string;
475
+ "text": string;
476
+ "crowdinContext": string;
477
477
  };
478
478
  "properties.color.negative": {
479
- text: string;
480
- crowdinContext: string;
479
+ "text": string;
480
+ "crowdinContext": string;
481
481
  };
482
482
  "properties.canvas.title": {
483
- text: string;
484
- crowdinContext: string;
483
+ "text": string;
484
+ "crowdinContext": string;
485
485
  };
486
486
  "properties.canvas.gridline": {
487
- text: string;
488
- crowdinContext: string;
487
+ "text": string;
488
+ "crowdinContext": string;
489
489
  };
490
490
  "properties.canvas.labels.percentages": {
491
- text: string;
492
- crowdinContext: string;
491
+ "text": string;
492
+ "crowdinContext": string;
493
493
  };
494
494
  "properties.canvas.labels.percentages.info": {
495
- text: string;
496
- crowdinContext: string;
495
+ "text": string;
496
+ "crowdinContext": string;
497
497
  };
498
498
  "properties.canvas.labels.percentages.disabled": {
499
- text: string;
500
- crowdinContext: string;
499
+ "text": string;
500
+ "crowdinContext": string;
501
501
  };
502
502
  "properties.canvas.continuousLine.label": {
503
- text: string;
504
- crowdinContext: string;
503
+ "text": string;
504
+ "crowdinContext": string;
505
505
  };
506
506
  "properties.canvas.continuousLine.tooltip": {
507
- text: string;
508
- crowdinContext: string;
507
+ "text": string;
508
+ "crowdinContext": string;
509
509
  };
510
510
  "properties.canvas.distinctPointShapes.label": {
511
- text: string;
512
- crowdinContext: string;
511
+ "text": string;
512
+ "crowdinContext": string;
513
513
  };
514
514
  "properties.canvas.distinctPointShapes.tooltip": {
515
- text: string;
516
- crowdinContext: string;
515
+ "text": string;
516
+ "crowdinContext": string;
517
517
  };
518
518
  "properties.canvas.labels.subsectionTitle": {
519
- text: string;
520
- crowdinContext: string;
519
+ "text": string;
520
+ "crowdinContext": string;
521
521
  };
522
522
  "properties.canvas.dataLabels.auto": {
523
- text: string;
524
- crowdinContext: string;
523
+ "text": string;
524
+ "crowdinContext": string;
525
525
  };
526
526
  "properties.canvas.dataLabels.auto.info": {
527
- text: string;
528
- crowdinContext: string;
527
+ "text": string;
528
+ "crowdinContext": string;
529
529
  };
530
530
  "properties.canvas.dataLabels.show": {
531
- text: string;
532
- crowdinContext: string;
531
+ "text": string;
532
+ "crowdinContext": string;
533
533
  };
534
534
  "properties.canvas.dataLabels.hide": {
535
- text: string;
536
- crowdinContext: string;
535
+ "text": string;
536
+ "crowdinContext": string;
537
537
  };
538
538
  "properties.canvas.dataLabelStyle": {
539
- text: string;
540
- crowdinContext: string;
539
+ "text": string;
540
+ "crowdinContext": string;
541
541
  };
542
542
  "properties.canvas.dataLabelStyle.auto": {
543
- text: string;
544
- crowdinContext: string;
543
+ "text": string;
544
+ "crowdinContext": string;
545
545
  };
546
546
  "properties.canvas.dataLabelStyle.auto.info": {
547
- text: string;
548
- crowdinContext: string;
547
+ "text": string;
548
+ "crowdinContext": string;
549
549
  };
550
550
  "properties.canvas.dataLabelStyle.backplate": {
551
- text: string;
552
- crowdinContext: string;
551
+ "text": string;
552
+ "crowdinContext": string;
553
553
  };
554
554
  "properties.canvas.dataLabelDisplay": {
555
- text: string;
556
- crowdinContext: string;
555
+ "text": string;
556
+ "crowdinContext": string;
557
557
  };
558
558
  "properties.canvas.dataLabelPosition": {
559
- text: string;
560
- crowdinContext: string;
559
+ "text": string;
560
+ "crowdinContext": string;
561
561
  };
562
562
  "properties.canvas.dataLabelPosition.auto": {
563
- text: string;
564
- crowdinContext: string;
563
+ "text": string;
564
+ "crowdinContext": string;
565
565
  };
566
566
  "properties.canvas.dataLabelPosition.auto.info": {
567
- text: string;
568
- crowdinContext: string;
567
+ "text": string;
568
+ "crowdinContext": string;
569
569
  };
570
570
  "properties.canvas.dataLabelPosition.inside": {
571
- text: string;
572
- crowdinContext: string;
571
+ "text": string;
572
+ "crowdinContext": string;
573
573
  };
574
574
  "properties.canvas.dataLabelPosition.outside": {
575
- text: string;
576
- crowdinContext: string;
575
+ "text": string;
576
+ "crowdinContext": string;
577
577
  };
578
578
  "properties.canvas.rowHeight": {
579
- text: string;
580
- crowdinContext: string;
579
+ "text": string;
580
+ "crowdinContext": string;
581
581
  };
582
582
  "properties.canvas.rowHeight.small": {
583
- text: string;
584
- crowdinContext: string;
583
+ "text": string;
584
+ "crowdinContext": string;
585
585
  };
586
586
  "properties.canvas.rowHeight.medium": {
587
- text: string;
588
- crowdinContext: string;
587
+ "text": string;
588
+ "crowdinContext": string;
589
589
  };
590
590
  "properties.canvas.rowHeight.large": {
591
- text: string;
592
- crowdinContext: string;
591
+ "text": string;
592
+ "crowdinContext": string;
593
593
  };
594
594
  "properties.canvas.verticalAlign": {
595
- text: string;
596
- crowdinContext: string;
595
+ "text": string;
596
+ "crowdinContext": string;
597
597
  };
598
598
  "properties.canvas.verticalAlign.top": {
599
- text: string;
600
- crowdinContext: string;
599
+ "text": string;
600
+ "crowdinContext": string;
601
601
  };
602
602
  "properties.canvas.verticalAlign.middle": {
603
- text: string;
604
- crowdinContext: string;
603
+ "text": string;
604
+ "crowdinContext": string;
605
605
  };
606
606
  "properties.canvas.verticalAlign.bottom": {
607
- text: string;
608
- crowdinContext: string;
607
+ "text": string;
608
+ "crowdinContext": string;
609
609
  };
610
610
  "properties.canvas.textWrapping": {
611
- text: string;
612
- crowdinContext: string;
611
+ "text": string;
612
+ "crowdinContext": string;
613
613
  };
614
614
  "properties.canvas.textWrapping.clip": {
615
- text: string;
616
- crowdinContext: string;
615
+ "text": string;
616
+ "crowdinContext": string;
617
617
  };
618
618
  "properties.canvas.textWrapping.wrap": {
619
- text: string;
620
- crowdinContext: string;
619
+ "text": string;
620
+ "crowdinContext": string;
621
621
  };
622
622
  "properties.canvas.image": {
623
- text: string;
624
- crowdinContext: string;
623
+ "text": string;
624
+ "crowdinContext": string;
625
625
  };
626
626
  "properties.canvas.image.fit": {
627
- text: string;
628
- crowdinContext: string;
627
+ "text": string;
628
+ "crowdinContext": string;
629
629
  };
630
630
  "properties.canvas.image.fill": {
631
- text: string;
632
- crowdinContext: string;
631
+ "text": string;
632
+ "crowdinContext": string;
633
633
  };
634
634
  "properties.forecast.title": {
635
- text: string;
636
- crowdinContext: string;
635
+ "text": string;
636
+ "crowdinContext": string;
637
637
  };
638
638
  "properties.forecastDisabled.title": {
639
- text: string;
640
- crowdinContext: string;
639
+ "text": string;
640
+ "crowdinContext": string;
641
641
  };
642
642
  "properties.forecastPeriod.title": {
643
- text: string;
644
- crowdinContext: string;
643
+ "text": string;
644
+ "crowdinContext": string;
645
645
  };
646
646
  "properties.forecastPeriod.placeholder": {
647
- text: string;
648
- crowdinContext: string;
647
+ "text": string;
648
+ "crowdinContext": string;
649
649
  };
650
650
  "properties.forecastSeasonal.title": {
651
- text: string;
652
- crowdinContext: string;
651
+ "text": string;
652
+ "crowdinContext": string;
653
653
  };
654
654
  "properties.forecastConfidence.title": {
655
- text: string;
656
- crowdinContext: string;
655
+ "text": string;
656
+ "crowdinContext": string;
657
657
  };
658
658
  "properties.forecastConfidence.70": {
659
- text: string;
660
- crowdinContext: string;
659
+ "text": string;
660
+ "crowdinContext": string;
661
661
  };
662
662
  "properties.forecastConfidence.75": {
663
- text: string;
664
- crowdinContext: string;
663
+ "text": string;
664
+ "crowdinContext": string;
665
665
  };
666
666
  "properties.forecastConfidence.80": {
667
- text: string;
668
- crowdinContext: string;
667
+ "text": string;
668
+ "crowdinContext": string;
669
669
  };
670
670
  "properties.forecastConfidence.85": {
671
- text: string;
672
- crowdinContext: string;
671
+ "text": string;
672
+ "crowdinContext": string;
673
673
  };
674
674
  "properties.forecastConfidence.90": {
675
- text: string;
676
- crowdinContext: string;
675
+ "text": string;
676
+ "crowdinContext": string;
677
677
  };
678
678
  "properties.forecastConfidence.95": {
679
- text: string;
680
- crowdinContext: string;
679
+ "text": string;
680
+ "crowdinContext": string;
681
681
  };
682
682
  "properties.forecastSliced.title": {
683
- text: string;
684
- crowdinContext: string;
683
+ "text": string;
684
+ "crowdinContext": string;
685
685
  };
686
686
  "properties.forecastSliced.description": {
687
- text: string;
688
- crowdinContext: string;
687
+ "text": string;
688
+ "crowdinContext": string;
689
689
  };
690
690
  "properties.anomalies.title": {
691
- text: string;
692
- crowdinContext: string;
691
+ "text": string;
692
+ "crowdinContext": string;
693
693
  };
694
694
  "properties.anomaliesDisabled.title": {
695
- text: string;
696
- crowdinContext: string;
695
+ "text": string;
696
+ "crowdinContext": string;
697
697
  };
698
698
  "properties.anomalySensitivity.low": {
699
- text: string;
700
- crowdinContext: string;
699
+ "text": string;
700
+ "crowdinContext": string;
701
701
  };
702
702
  "properties.anomalySensitivity.medium": {
703
- text: string;
704
- crowdinContext: string;
703
+ "text": string;
704
+ "crowdinContext": string;
705
705
  };
706
706
  "properties.anomalySensitivity.high": {
707
- text: string;
708
- crowdinContext: string;
707
+ "text": string;
708
+ "crowdinContext": string;
709
709
  };
710
710
  "properties.anomalySensitivity.title": {
711
- text: string;
712
- crowdinContext: string;
711
+ "text": string;
712
+ "crowdinContext": string;
713
713
  };
714
714
  "properties.anomalyPointSize.small": {
715
- text: string;
716
- crowdinContext: string;
715
+ "text": string;
716
+ "crowdinContext": string;
717
717
  };
718
718
  "properties.anomalyPointSize.medium": {
719
- text: string;
720
- crowdinContext: string;
719
+ "text": string;
720
+ "crowdinContext": string;
721
721
  };
722
722
  "properties.anomalyPointSize.big": {
723
- text: string;
724
- crowdinContext: string;
723
+ "text": string;
724
+ "crowdinContext": string;
725
725
  };
726
726
  "properties.anomalyPointSize.title": {
727
- text: string;
728
- crowdinContext: string;
727
+ "text": string;
728
+ "crowdinContext": string;
729
729
  };
730
730
  "properties.anomalyIndicator.title": {
731
- text: string;
732
- crowdinContext: string;
731
+ "text": string;
732
+ "crowdinContext": string;
733
733
  };
734
734
  "properties.anomalyColor.color": {
735
- text: string;
736
- crowdinContext: string;
735
+ "text": string;
736
+ "crowdinContext": string;
737
737
  };
738
738
  "properties.clustering.title": {
739
- text: string;
740
- crowdinContext: string;
739
+ "text": string;
740
+ "crowdinContext": string;
741
741
  };
742
742
  "properties.clustering.amount": {
743
- text: string;
744
- crowdinContext: string;
743
+ "text": string;
744
+ "crowdinContext": string;
745
745
  };
746
746
  "properties.clustering.amount.placeholder": {
747
- text: string;
748
- crowdinContext: string;
747
+ "text": string;
748
+ "crowdinContext": string;
749
749
  };
750
750
  "properties.clustering.threshold": {
751
- text: string;
752
- crowdinContext: string;
751
+ "text": string;
752
+ "crowdinContext": string;
753
753
  };
754
754
  "properties.clustering.threshold.placeholder": {
755
- text: string;
756
- crowdinContext: string;
755
+ "text": string;
756
+ "crowdinContext": string;
757
757
  };
758
758
  "properties.clustering.threshold.tooltip": {
759
- text: string;
760
- crowdinContext: string;
759
+ "text": string;
760
+ "crowdinContext": string;
761
761
  };
762
762
  "properties.clustering.amount.partial.title": {
763
- text: string;
764
- crowdinContext: string;
763
+ "text": string;
764
+ "crowdinContext": string;
765
765
  };
766
766
  "properties.clustering.amount.partial.description": {
767
- text: string;
768
- crowdinContext: string;
767
+ "text": string;
768
+ "crowdinContext": string;
769
769
  };
770
770
  "properties.clustering.disabled": {
771
- text: string;
772
- crowdinContext: string;
771
+ "text": string;
772
+ "crowdinContext": string;
773
773
  };
774
774
  "properties.canvas.totalLabels": {
775
- text: string;
776
- crowdinContext: string;
775
+ "text": string;
776
+ "crowdinContext": string;
777
777
  };
778
778
  "properties.canvas.totalLabels.auto": {
779
- text: string;
780
- crowdinContext: string;
779
+ "text": string;
780
+ "crowdinContext": string;
781
781
  };
782
782
  "properties.canvas.totalLabels.show": {
783
- text: string;
784
- crowdinContext: string;
783
+ "text": string;
784
+ "crowdinContext": string;
785
785
  };
786
786
  "properties.canvas.totalLabels.hide": {
787
- text: string;
788
- crowdinContext: string;
787
+ "text": string;
788
+ "crowdinContext": string;
789
789
  };
790
790
  "properties.canvas.dataPoints": {
791
- text: string;
792
- crowdinContext: string;
791
+ "text": string;
792
+ "crowdinContext": string;
793
793
  };
794
794
  "properties.canvas.dataPoints.auto": {
795
- text: string;
796
- crowdinContext: string;
795
+ "text": string;
796
+ "crowdinContext": string;
797
797
  };
798
798
  "properties.canvas.dataPoints.show": {
799
- text: string;
800
- crowdinContext: string;
799
+ "text": string;
800
+ "crowdinContext": string;
801
801
  };
802
802
  "properties.canvas.dataPoints.hide": {
803
- text: string;
804
- crowdinContext: string;
803
+ "text": string;
804
+ "crowdinContext": string;
805
805
  };
806
806
  "properties.yaxis.title": {
807
- text: string;
808
- crowdinContext: string;
807
+ "text": string;
808
+ "crowdinContext": string;
809
809
  };
810
810
  "properties.axis.labels": {
811
- text: string;
812
- crowdinContext: string;
811
+ "text": string;
812
+ "crowdinContext": string;
813
813
  };
814
814
  "properties.axis.rotation": {
815
- text: string;
816
- crowdinContext: string;
815
+ "text": string;
816
+ "crowdinContext": string;
817
817
  };
818
818
  "properties.axis.format": {
819
- text: string;
820
- crowdinContext: string;
819
+ "text": string;
820
+ "crowdinContext": string;
821
821
  };
822
822
  "properties.axis.format.inherit": {
823
- text: string;
824
- crowdinContext: string;
823
+ "text": string;
824
+ "crowdinContext": string;
825
825
  };
826
826
  "properties.axis.format.info.inherit": {
827
- text: string;
828
- crowdinContext: string;
827
+ "text": string;
828
+ "crowdinContext": string;
829
829
  };
830
830
  "properties.axis.name": {
831
- text: string;
832
- crowdinContext: string;
831
+ "text": string;
832
+ "crowdinContext": string;
833
833
  };
834
834
  "properties.axis.name.position": {
835
- text: string;
836
- crowdinContext: string;
835
+ "text": string;
836
+ "crowdinContext": string;
837
837
  };
838
838
  "properties.axis.name.position.left": {
839
- text: string;
840
- crowdinContext: string;
839
+ "text": string;
840
+ "crowdinContext": string;
841
841
  };
842
842
  "properties.axis.name.position.center": {
843
- text: string;
844
- crowdinContext: string;
843
+ "text": string;
844
+ "crowdinContext": string;
845
845
  };
846
846
  "properties.axis.name.position.right": {
847
- text: string;
848
- crowdinContext: string;
847
+ "text": string;
848
+ "crowdinContext": string;
849
849
  };
850
850
  "properties.axis.name.position.top": {
851
- text: string;
852
- crowdinContext: string;
851
+ "text": string;
852
+ "crowdinContext": string;
853
853
  };
854
854
  "properties.axis.name.position.middle": {
855
- text: string;
856
- crowdinContext: string;
855
+ "text": string;
856
+ "crowdinContext": string;
857
857
  };
858
858
  "properties.axis.name.position.bottom": {
859
- text: string;
860
- crowdinContext: string;
859
+ "text": string;
860
+ "crowdinContext": string;
861
861
  };
862
862
  "properties.axis.min": {
863
- text: string;
864
- crowdinContext: string;
863
+ "text": string;
864
+ "crowdinContext": string;
865
865
  };
866
866
  "properties.axis.min.warning": {
867
- text: string;
868
- crowdinContext: string;
867
+ "text": string;
868
+ "crowdinContext": string;
869
869
  };
870
870
  "properties.axis.max": {
871
- text: string;
872
- crowdinContext: string;
871
+ "text": string;
872
+ "crowdinContext": string;
873
873
  };
874
874
  "properties.axis.max.warning": {
875
- text: string;
876
- crowdinContext: string;
875
+ "text": string;
876
+ "crowdinContext": string;
877
877
  };
878
878
  "properties.xaxis.title": {
879
- text: string;
880
- crowdinContext: string;
879
+ "text": string;
880
+ "crowdinContext": string;
881
881
  };
882
882
  "properties.axis.scale": {
883
- text: string;
884
- crowdinContext: string;
883
+ "text": string;
884
+ "crowdinContext": string;
885
885
  };
886
886
  "properties.axis.left": {
887
- text: string;
888
- crowdinContext: string;
887
+ "text": string;
888
+ "crowdinContext": string;
889
889
  };
890
890
  "properties.axis.right": {
891
- text: string;
892
- crowdinContext: string;
891
+ "text": string;
892
+ "crowdinContext": string;
893
893
  };
894
894
  "properties.axis.top": {
895
- text: string;
896
- crowdinContext: string;
895
+ "text": string;
896
+ "crowdinContext": string;
897
897
  };
898
898
  "properties.axis.bottom": {
899
- text: string;
900
- crowdinContext: string;
899
+ "text": string;
900
+ "crowdinContext": string;
901
901
  };
902
902
  "properties.rotation.0": {
903
- text: string;
904
- crowdinContext: string;
903
+ "text": string;
904
+ "crowdinContext": string;
905
905
  };
906
906
  "properties.rotation.30": {
907
- text: string;
908
- crowdinContext: string;
907
+ "text": string;
908
+ "crowdinContext": string;
909
909
  };
910
910
  "properties.rotation.45": {
911
- text: string;
912
- crowdinContext: string;
911
+ "text": string;
912
+ "crowdinContext": string;
913
913
  };
914
914
  "properties.rotation.60": {
915
- text: string;
916
- crowdinContext: string;
915
+ "text": string;
916
+ "crowdinContext": string;
917
917
  };
918
918
  "properties.rotation.90": {
919
- text: string;
920
- crowdinContext: string;
919
+ "text": string;
920
+ "crowdinContext": string;
921
921
  };
922
922
  "properties.legend.position.up": {
923
- text: string;
924
- crowdinContext: string;
923
+ "text": string;
924
+ "crowdinContext": string;
925
925
  };
926
926
  "properties.legend.position.down": {
927
- text: string;
928
- crowdinContext: string;
927
+ "text": string;
928
+ "crowdinContext": string;
929
929
  };
930
930
  "properties.legend.position.right": {
931
- text: string;
932
- crowdinContext: string;
931
+ "text": string;
932
+ "crowdinContext": string;
933
933
  };
934
934
  "properties.legend.position.left": {
935
- text: string;
936
- crowdinContext: string;
935
+ "text": string;
936
+ "crowdinContext": string;
937
937
  };
938
938
  "properties.orientation.title": {
939
- text: string;
940
- crowdinContext: string;
939
+ "text": string;
940
+ "crowdinContext": string;
941
941
  };
942
942
  "properties.orientation.horizontal": {
943
- text: string;
944
- crowdinContext: string;
943
+ "text": string;
944
+ "crowdinContext": string;
945
945
  };
946
946
  "properties.orientation.vertical": {
947
- text: string;
948
- crowdinContext: string;
947
+ "text": string;
948
+ "crowdinContext": string;
949
949
  };
950
950
  "properties.radar.grid.title": {
951
- text: string;
952
- crowdinContext: string;
951
+ "text": string;
952
+ "crowdinContext": string;
953
953
  };
954
954
  "properties.radar.gridLineShape.label": {
955
- text: string;
956
- crowdinContext: string;
955
+ "text": string;
956
+ "crowdinContext": string;
957
957
  };
958
958
  "properties.radar.gridLineShape.polygon": {
959
- text: string;
960
- crowdinContext: string;
959
+ "text": string;
960
+ "crowdinContext": string;
961
961
  };
962
962
  "properties.radar.gridLineShape.circle": {
963
- text: string;
964
- crowdinContext: string;
963
+ "text": string;
964
+ "crowdinContext": string;
965
965
  };
966
966
  "properties.radar.renderAs.label": {
967
- text: string;
968
- crowdinContext: string;
967
+ "text": string;
968
+ "crowdinContext": string;
969
969
  };
970
970
  "properties.radar.renderAs.filled": {
971
- text: string;
972
- crowdinContext: string;
971
+ "text": string;
972
+ "crowdinContext": string;
973
973
  };
974
974
  "properties.radar.renderAs.outline": {
975
- text: string;
976
- crowdinContext: string;
975
+ "text": string;
976
+ "crowdinContext": string;
977
977
  };
978
978
  "properties.radar.labels.title": {
979
- text: string;
980
- crowdinContext: string;
979
+ "text": string;
980
+ "crowdinContext": string;
981
981
  };
982
982
  "properties.radar.spokeLabels": {
983
- text: string;
984
- crowdinContext: string;
983
+ "text": string;
984
+ "crowdinContext": string;
985
985
  };
986
986
  "properties.radar.radialLabels": {
987
- text: string;
988
- crowdinContext: string;
987
+ "text": string;
988
+ "crowdinContext": string;
989
989
  };
990
990
  "properties.points.title": {
991
- text: string;
992
- crowdinContext: string;
991
+ "text": string;
992
+ "crowdinContext": string;
993
993
  };
994
994
  "properties.points.groupNearbyPoints": {
995
- text: string;
996
- crowdinContext: string;
995
+ "text": string;
996
+ "crowdinContext": string;
997
997
  };
998
998
  "properties.points.shape.title": {
999
- text: string;
1000
- crowdinContext: string;
999
+ "text": string;
1000
+ "crowdinContext": string;
1001
1001
  };
1002
1002
  "properties.points.shape.type.title": {
1003
- text: string;
1004
- crowdinContext: string;
1003
+ "text": string;
1004
+ "crowdinContext": string;
1005
1005
  };
1006
1006
  "properties.points.shape.type.circle": {
1007
- text: string;
1008
- crowdinContext: string;
1007
+ "text": string;
1008
+ "crowdinContext": string;
1009
1009
  };
1010
1010
  "properties.points.shape.type.iconByValue": {
1011
- text: string;
1012
- crowdinContext: string;
1011
+ "text": string;
1012
+ "crowdinContext": string;
1013
1013
  };
1014
1014
  "properties.points.shape.type.oneIcon": {
1015
- text: string;
1016
- crowdinContext: string;
1015
+ "text": string;
1016
+ "crowdinContext": string;
1017
1017
  };
1018
1018
  "properties.points.shape.icon.title": {
1019
- text: string;
1020
- crowdinContext: string;
1019
+ "text": string;
1020
+ "crowdinContext": string;
1021
1021
  };
1022
1022
  "properties.points.shape.type.iconByValue.info": {
1023
- text: string;
1024
- crowdinContext: string;
1023
+ "text": string;
1024
+ "crowdinContext": string;
1025
1025
  };
1026
1026
  "properties.points.shape.type.oneIcon.info": {
1027
- text: string;
1028
- crowdinContext: string;
1027
+ "text": string;
1028
+ "crowdinContext": string;
1029
1029
  };
1030
1030
  "properties.points.shape.type.icon.disabled": {
1031
- text: string;
1032
- crowdinContext: string;
1031
+ "text": string;
1032
+ "crowdinContext": string;
1033
1033
  };
1034
1034
  "properties.points.size.title": {
1035
- text: string;
1036
- crowdinContext: string;
1035
+ "text": string;
1036
+ "crowdinContext": string;
1037
1037
  };
1038
1038
  "properties.points.size.extra_small": {
1039
- text: string;
1040
- crowdinContext: string;
1039
+ "text": string;
1040
+ "crowdinContext": string;
1041
1041
  };
1042
1042
  "properties.points.size.small": {
1043
- text: string;
1044
- crowdinContext: string;
1043
+ "text": string;
1044
+ "crowdinContext": string;
1045
1045
  };
1046
1046
  "properties.points.size.normal": {
1047
- text: string;
1048
- crowdinContext: string;
1047
+ "text": string;
1048
+ "crowdinContext": string;
1049
1049
  };
1050
1050
  "properties.points.size.large": {
1051
- text: string;
1052
- crowdinContext: string;
1051
+ "text": string;
1052
+ "crowdinContext": string;
1053
1053
  };
1054
1054
  "properties.points.size.extra_large": {
1055
- text: string;
1056
- crowdinContext: string;
1055
+ "text": string;
1056
+ "crowdinContext": string;
1057
1057
  };
1058
1058
  "properties.points.size.min.title": {
1059
- text: string;
1060
- crowdinContext: string;
1059
+ "text": string;
1060
+ "crowdinContext": string;
1061
1061
  };
1062
1062
  "properties.points.size.max.title": {
1063
- text: string;
1064
- crowdinContext: string;
1063
+ "text": string;
1064
+ "crowdinContext": string;
1065
1065
  };
1066
1066
  "properties.map.title": {
1067
- text: string;
1068
- crowdinContext: string;
1067
+ "text": string;
1068
+ "crowdinContext": string;
1069
1069
  };
1070
1070
  "properties.map.basemap.title": {
1071
- text: string;
1072
- crowdinContext: string;
1071
+ "text": string;
1072
+ "crowdinContext": string;
1073
1073
  };
1074
1074
  "properties.viewport.area.title": {
1075
- text: string;
1076
- crowdinContext: string;
1075
+ "text": string;
1076
+ "crowdinContext": string;
1077
1077
  };
1078
1078
  "properties.viewport.area.auto_default": {
1079
- text: string;
1080
- crowdinContext: string;
1079
+ "text": string;
1080
+ "crowdinContext": string;
1081
1081
  };
1082
1082
  "properties.viewport.area.auto_default.info": {
1083
- text: string;
1084
- crowdinContext: string;
1083
+ "text": string;
1084
+ "crowdinContext": string;
1085
1085
  };
1086
1086
  "properties.viewport.area.custom": {
1087
- text: string;
1088
- crowdinContext: string;
1087
+ "text": string;
1088
+ "crowdinContext": string;
1089
1089
  };
1090
1090
  "properties.viewport.area.custom.info": {
1091
- text: string;
1092
- crowdinContext: string;
1091
+ "text": string;
1092
+ "crowdinContext": string;
1093
1093
  };
1094
1094
  "properties.viewport.area.continents": {
1095
- text: string;
1096
- crowdinContext: string;
1095
+ "text": string;
1096
+ "crowdinContext": string;
1097
1097
  };
1098
1098
  "properties.viewport.area.continent_af": {
1099
- text: string;
1100
- crowdinContext: string;
1099
+ "text": string;
1100
+ "crowdinContext": string;
1101
1101
  };
1102
1102
  "properties.viewport.area.continent_as": {
1103
- text: string;
1104
- crowdinContext: string;
1103
+ "text": string;
1104
+ "crowdinContext": string;
1105
1105
  };
1106
1106
  "properties.viewport.area.continent_au": {
1107
- text: string;
1108
- crowdinContext: string;
1107
+ "text": string;
1108
+ "crowdinContext": string;
1109
1109
  };
1110
1110
  "properties.viewport.area.continent_eu": {
1111
- text: string;
1112
- crowdinContext: string;
1111
+ "text": string;
1112
+ "crowdinContext": string;
1113
1113
  };
1114
1114
  "properties.viewport.area.continent_na": {
1115
- text: string;
1116
- crowdinContext: string;
1115
+ "text": string;
1116
+ "crowdinContext": string;
1117
1117
  };
1118
1118
  "properties.viewport.area.continent_sa": {
1119
- text: string;
1120
- crowdinContext: string;
1119
+ "text": string;
1120
+ "crowdinContext": string;
1121
1121
  };
1122
1122
  "properties.viewport.area.world": {
1123
- text: string;
1124
- crowdinContext: string;
1123
+ "text": string;
1124
+ "crowdinContext": string;
1125
1125
  };
1126
1126
  "properties.viewport.navigation.title": {
1127
- text: string;
1128
- crowdinContext: string;
1127
+ "text": string;
1128
+ "crowdinContext": string;
1129
1129
  };
1130
1130
  "properties.viewport.navigation.tooltip": {
1131
- text: string;
1132
- crowdinContext: string;
1131
+ "text": string;
1132
+ "crowdinContext": string;
1133
1133
  };
1134
1134
  "properties.viewport.navigation.pan": {
1135
- text: string;
1136
- crowdinContext: string;
1135
+ "text": string;
1136
+ "crowdinContext": string;
1137
1137
  };
1138
1138
  "properties.viewport.navigation.zoom": {
1139
- text: string;
1140
- crowdinContext: string;
1139
+ "text": string;
1140
+ "crowdinContext": string;
1141
1141
  };
1142
1142
  "gs.color-dropdown.custom-color": {
1143
- text: string;
1144
- crowdinContext: string;
1143
+ "text": string;
1144
+ "crowdinContext": string;
1145
1145
  };
1146
1146
  "properties.colors.reset-colors": {
1147
- text: string;
1148
- crowdinContext: string;
1147
+ "text": string;
1148
+ "crowdinContext": string;
1149
1149
  };
1150
1150
  "properties.colors.reset-color": {
1151
- text: string;
1152
- crowdinContext: string;
1151
+ "text": string;
1152
+ "crowdinContext": string;
1153
1153
  };
1154
1154
  "properties.colors.reset-colors-and-styles": {
1155
- text: string;
1156
- crowdinContext: string;
1155
+ "text": string;
1156
+ "crowdinContext": string;
1157
1157
  };
1158
1158
  "properties.colors": {
1159
- text: string;
1160
- crowdinContext: string;
1159
+ "text": string;
1160
+ "crowdinContext": string;
1161
1161
  };
1162
1162
  "properties.colorsAndFills": {
1163
- text: string;
1164
- crowdinContext: string;
1163
+ "text": string;
1164
+ "crowdinContext": string;
1165
1165
  };
1166
1166
  "properties.colorsAndStyles": {
1167
- text: string;
1168
- crowdinContext: string;
1167
+ "text": string;
1168
+ "crowdinContext": string;
1169
1169
  };
1170
1170
  "properties.lineStyle.label": {
1171
- text: string;
1172
- crowdinContext: string;
1171
+ "text": string;
1172
+ "crowdinContext": string;
1173
1173
  };
1174
1174
  "properties.lineStyle.triggerAriaLabel": {
1175
- text: string;
1176
- crowdinContext: string;
1175
+ "text": string;
1176
+ "crowdinContext": string;
1177
1177
  };
1178
1178
  "properties.lineStyle.solid": {
1179
- text: string;
1180
- crowdinContext: string;
1179
+ "text": string;
1180
+ "crowdinContext": string;
1181
1181
  };
1182
1182
  "properties.lineStyle.dashed": {
1183
- text: string;
1184
- crowdinContext: string;
1183
+ "text": string;
1184
+ "crowdinContext": string;
1185
1185
  };
1186
1186
  "properties.lineStyle.dotted": {
1187
- text: string;
1188
- crowdinContext: string;
1187
+ "text": string;
1188
+ "crowdinContext": string;
1189
1189
  };
1190
1190
  "properties.lineWidth.label": {
1191
- text: string;
1192
- crowdinContext: string;
1191
+ "text": string;
1192
+ "crowdinContext": string;
1193
1193
  };
1194
1194
  "properties.lineWidth.1px": {
1195
- text: string;
1196
- crowdinContext: string;
1195
+ "text": string;
1196
+ "crowdinContext": string;
1197
1197
  };
1198
1198
  "properties.lineWidth.2px": {
1199
- text: string;
1200
- crowdinContext: string;
1199
+ "text": string;
1200
+ "crowdinContext": string;
1201
1201
  };
1202
1202
  "properties.lineWidth.3px": {
1203
- text: string;
1204
- crowdinContext: string;
1203
+ "text": string;
1204
+ "crowdinContext": string;
1205
1205
  };
1206
1206
  "properties.lineWidth.4px": {
1207
- text: string;
1208
- crowdinContext: string;
1207
+ "text": string;
1208
+ "crowdinContext": string;
1209
1209
  };
1210
1210
  "properties.fill": {
1211
- text: string;
1212
- crowdinContext: string;
1211
+ "text": string;
1212
+ "crowdinContext": string;
1213
1213
  };
1214
1214
  "properties.fill.solid": {
1215
- text: string;
1216
- crowdinContext: string;
1215
+ "text": string;
1216
+ "crowdinContext": string;
1217
1217
  };
1218
1218
  "properties.fill.pattern": {
1219
- text: string;
1220
- crowdinContext: string;
1219
+ "text": string;
1220
+ "crowdinContext": string;
1221
1221
  };
1222
1222
  "properties.fill.outline": {
1223
- text: string;
1224
- crowdinContext: string;
1223
+ "text": string;
1224
+ "crowdinContext": string;
1225
1225
  };
1226
1226
  "properties.colors.unsupported": {
1227
- text: string;
1228
- crowdinContext: string;
1227
+ "text": string;
1228
+ "crowdinContext": string;
1229
1229
  };
1230
1230
  "export_unsupported.colors": {
1231
- text: string;
1232
- crowdinContext: string;
1231
+ "text": string;
1232
+ "crowdinContext": string;
1233
1233
  };
1234
1234
  "dashboard.bucket.measures_title.bullet": {
1235
- text: string;
1236
- crowdinContext: string;
1235
+ "text": string;
1236
+ "crowdinContext": string;
1237
1237
  };
1238
1238
  "dashboard.bucket.secondary_measures_title.bullet": {
1239
- text: string;
1240
- crowdinContext: string;
1239
+ "text": string;
1240
+ "crowdinContext": string;
1241
1241
  };
1242
1242
  "dashboard.bucket.tertiary_measures_title.bullet": {
1243
- text: string;
1244
- crowdinContext: string;
1243
+ "text": string;
1244
+ "crowdinContext": string;
1245
1245
  };
1246
1246
  "dashboard.bucket.measures_subtitle.bullet": {
1247
- text: string;
1248
- crowdinContext: string;
1247
+ "text": string;
1248
+ "crowdinContext": string;
1249
1249
  };
1250
1250
  "dashboard.bucket.secondary_measures_subtitle.bullet": {
1251
- text: string;
1252
- crowdinContext: string;
1251
+ "text": string;
1252
+ "crowdinContext": string;
1253
1253
  };
1254
1254
  "dashboard.bucket.tertiary_measures_subtitle.bullet": {
1255
- text: string;
1256
- crowdinContext: string;
1255
+ "text": string;
1256
+ "crowdinContext": string;
1257
1257
  };
1258
1258
  "sorting.disabled.explanation.attribute": {
1259
- text: string;
1260
- crowdinContext: string;
1259
+ "text": string;
1260
+ "crowdinContext": string;
1261
1261
  };
1262
1262
  "sorting.disabled.explanation.measure": {
1263
- text: string;
1264
- crowdinContext: string;
1263
+ "text": string;
1264
+ "crowdinContext": string;
1265
1265
  };
1266
1266
  "properties.metrics.title": {
1267
- text: string;
1268
- crowdinContext: string;
1267
+ "text": string;
1268
+ "crowdinContext": string;
1269
1269
  };
1270
1270
  "properties.metrics.position": {
1271
- text: string;
1272
- crowdinContext: string;
1271
+ "text": string;
1272
+ "crowdinContext": string;
1273
1273
  };
1274
1274
  "properties.metrics.position.columns": {
1275
- text: string;
1276
- crowdinContext: string;
1275
+ "text": string;
1276
+ "crowdinContext": string;
1277
1277
  };
1278
1278
  "properties.metrics.position.rows": {
1279
- text: string;
1280
- crowdinContext: string;
1279
+ "text": string;
1280
+ "crowdinContext": string;
1281
1281
  };
1282
1282
  "properties.column.headers.title": {
1283
- text: string;
1284
- crowdinContext: string;
1283
+ "text": string;
1284
+ "crowdinContext": string;
1285
1285
  };
1286
1286
  "properties.column.headers.position": {
1287
- text: string;
1288
- crowdinContext: string;
1287
+ "text": string;
1288
+ "crowdinContext": string;
1289
1289
  };
1290
1290
  "properties.column.headers.position.top": {
1291
- text: string;
1292
- crowdinContext: string;
1291
+ "text": string;
1292
+ "crowdinContext": string;
1293
1293
  };
1294
1294
  "properties.column.headers.position.left": {
1295
- text: string;
1296
- crowdinContext: string;
1295
+ "text": string;
1296
+ "crowdinContext": string;
1297
1297
  };
1298
1298
  "properties.column.headers.wrapText": {
1299
- text: string;
1300
- crowdinContext: string;
1299
+ "text": string;
1300
+ "crowdinContext": string;
1301
1301
  };
1302
1302
  "properties.cells.title": {
1303
- text: string;
1304
- crowdinContext: string;
1303
+ "text": string;
1304
+ "crowdinContext": string;
1305
1305
  };
1306
1306
  "properties.cells.wrapText": {
1307
- text: string;
1308
- crowdinContext: string;
1307
+ "text": string;
1308
+ "crowdinContext": string;
1309
1309
  };
1310
1310
  "properties.cells.grandTotals.title": {
1311
- text: string;
1312
- crowdinContext: string;
1311
+ "text": string;
1312
+ "crowdinContext": string;
1313
1313
  };
1314
1314
  "properties.cells.grandTotals.position.label": {
1315
- text: string;
1316
- crowdinContext: string;
1315
+ "text": string;
1316
+ "crowdinContext": string;
1317
1317
  };
1318
1318
  "properties.cells.grandTotals.position.pinnedBottom": {
1319
- text: string;
1320
- crowdinContext: string;
1319
+ "text": string;
1320
+ "crowdinContext": string;
1321
1321
  };
1322
1322
  "properties.cells.grandTotals.position.bottom": {
1323
- text: string;
1324
- crowdinContext: string;
1323
+ "text": string;
1324
+ "crowdinContext": string;
1325
1325
  };
1326
1326
  "properties.cells.grandTotals.position.pinnedTop": {
1327
- text: string;
1328
- crowdinContext: string;
1327
+ "text": string;
1328
+ "crowdinContext": string;
1329
1329
  };
1330
1330
  "properties.cells.grandTotals.position.top": {
1331
- text: string;
1332
- crowdinContext: string;
1331
+ "text": string;
1332
+ "crowdinContext": string;
1333
1333
  };
1334
1334
  "properties.paging.title": {
1335
- text: string;
1336
- crowdinContext: string;
1335
+ "text": string;
1336
+ "crowdinContext": string;
1337
1337
  };
1338
1338
  "properties.paging.pageSize": {
1339
- text: string;
1340
- crowdinContext: string;
1339
+ "text": string;
1340
+ "crowdinContext": string;
1341
1341
  };
1342
1342
  "properties.paging.pageSize.auto": {
1343
- text: string;
1344
- crowdinContext: string;
1343
+ "text": string;
1344
+ "crowdinContext": string;
1345
1345
  };
1346
1346
  "dashboard.bucket.table.subtitle.columns": {
1347
- text: string;
1348
- crowdinContext: string;
1347
+ "text": string;
1348
+ "crowdinContext": string;
1349
1349
  };
1350
1350
  "dashboard.bucket.table.subtitle.rows": {
1351
- text: string;
1352
- crowdinContext: string;
1351
+ "text": string;
1352
+ "crowdinContext": string;
1353
1353
  };
1354
1354
  "properties.interactions.title": {
1355
- text: string;
1356
- crowdinContext: string;
1355
+ "text": string;
1356
+ "crowdinContext": string;
1357
1357
  };
1358
1358
  "properties.customTooltip.title": {
1359
- text: string;
1360
- crowdinContext: string;
1359
+ "text": string;
1360
+ "crowdinContext": string;
1361
1361
  };
1362
1362
  "properties.customTooltip.placeholder": {
1363
- text: string;
1364
- crowdinContext: string;
1363
+ "text": string;
1364
+ "crowdinContext": string;
1365
1365
  };
1366
1366
  "properties.customTooltip.contentLabel": {
1367
- text: string;
1368
- crowdinContext: string;
1367
+ "text": string;
1368
+ "crowdinContext": string;
1369
1369
  };
1370
1370
  "properties.customTooltip.formattingOptions": {
1371
- text: string;
1372
- crowdinContext: string;
1371
+ "text": string;
1372
+ "crowdinContext": string;
1373
1373
  };
1374
1374
  "properties.customTooltip.placement": {
1375
- text: string;
1376
- crowdinContext: string;
1375
+ "text": string;
1376
+ "crowdinContext": string;
1377
1377
  };
1378
1378
  "properties.customTooltip.placement.above": {
1379
- text: string;
1380
- crowdinContext: string;
1379
+ "text": string;
1380
+ "crowdinContext": string;
1381
1381
  };
1382
1382
  "properties.customTooltip.placement.below": {
1383
- text: string;
1384
- crowdinContext: string;
1383
+ "text": string;
1384
+ "crowdinContext": string;
1385
1385
  };
1386
1386
  "properties.customTooltip.placement.replace": {
1387
- text: string;
1388
- crowdinContext: string;
1387
+ "text": string;
1388
+ "crowdinContext": string;
1389
1389
  };
1390
1390
  "properties.advanced.title": {
1391
- text: string;
1392
- crowdinContext: string;
1391
+ "text": string;
1392
+ "crowdinContext": string;
1393
1393
  };
1394
1394
  "properties.advanced.chartConfigOverride.noValueLabel": {
1395
- text: string;
1396
- crowdinContext: string;
1395
+ "text": string;
1396
+ "crowdinContext": string;
1397
1397
  };
1398
1398
  "properties.advanced.chartConfigOverride.link": {
1399
- text: string;
1400
- crowdinContext: string;
1399
+ "text": string;
1400
+ "crowdinContext": string;
1401
1401
  };
1402
1402
  "properties.advanced.chartConfigOverride.editorButton": {
1403
- text: string;
1404
- crowdinContext: string;
1403
+ "text": string;
1404
+ "crowdinContext": string;
1405
1405
  };
1406
1406
  "properties.advanced.chartConfigOverride.title": {
1407
- text: string;
1408
- crowdinContext: string;
1407
+ "text": string;
1408
+ "crowdinContext": string;
1409
1409
  };
1410
1410
  "properties.advanced.chartConfigOverride.snippets.header": {
1411
- text: string;
1412
- crowdinContext: string;
1411
+ "text": string;
1412
+ "crowdinContext": string;
1413
1413
  };
1414
1414
  "properties.advanced.chartConfigOverride.button.apply": {
1415
- text: string;
1416
- crowdinContext: string;
1415
+ "text": string;
1416
+ "crowdinContext": string;
1417
1417
  };
1418
1418
  "properties.advanced.chartConfigOverride.button.cancel": {
1419
- text: string;
1420
- crowdinContext: string;
1419
+ "text": string;
1420
+ "crowdinContext": string;
1421
1421
  };
1422
1422
  "properties.interactions.drillDown": {
1423
- text: string;
1424
- crowdinContext: string;
1423
+ "text": string;
1424
+ "crowdinContext": string;
1425
1425
  };
1426
1426
  "properties.interactions.drillIntoURL": {
1427
- text: string;
1428
- crowdinContext: string;
1427
+ "text": string;
1428
+ "crowdinContext": string;
1429
1429
  };
1430
1430
  "properties.interactions.alerts": {
1431
- text: string;
1432
- crowdinContext: string;
1431
+ "text": string;
1432
+ "crowdinContext": string;
1433
1433
  };
1434
1434
  "properties.interactions.alerts.tooltip": {
1435
- text: string;
1436
- crowdinContext: string;
1435
+ "text": string;
1436
+ "crowdinContext": string;
1437
1437
  };
1438
1438
  "properties.interactions.scheduledExports": {
1439
- text: string;
1440
- crowdinContext: string;
1439
+ "text": string;
1440
+ "crowdinContext": string;
1441
1441
  };
1442
1442
  "properties.interactions.scheduledExports.tooltip": {
1443
- text: string;
1444
- crowdinContext: string;
1443
+ "text": string;
1444
+ "crowdinContext": string;
1445
1445
  };
1446
1446
  "properties.interactions.kda": {
1447
- text: string;
1448
- crowdinContext: string;
1447
+ "text": string;
1448
+ "crowdinContext": string;
1449
1449
  };
1450
1450
  "properties.interactions.kda.tooltip": {
1451
- text: string;
1452
- crowdinContext: string;
1451
+ "text": string;
1452
+ "crowdinContext": string;
1453
1453
  };
1454
1454
  "properties.comparison.title": {
1455
- text: string;
1456
- crowdinContext: string;
1455
+ "text": string;
1456
+ "crowdinContext": string;
1457
1457
  };
1458
1458
  "properties.comparison.calculationType.title": {
1459
- text: string;
1460
- crowdinContext: string;
1459
+ "text": string;
1460
+ "crowdinContext": string;
1461
1461
  };
1462
1462
  "properties.comparison.calculationType.as.change": {
1463
- text: string;
1464
- crowdinContext: string;
1463
+ "text": string;
1464
+ "crowdinContext": string;
1465
1465
  };
1466
1466
  "properties.comparison.calculationType.as.ratio": {
1467
- text: string;
1468
- crowdinContext: string;
1467
+ "text": string;
1468
+ "crowdinContext": string;
1469
1469
  };
1470
1470
  "properties.comparison.calculationType.as.difference": {
1471
- text: string;
1472
- crowdinContext: string;
1471
+ "text": string;
1472
+ "crowdinContext": string;
1473
1473
  };
1474
1474
  "properties.comparison.calculationType.as.changeDifference": {
1475
- text: string;
1476
- crowdinContext: string;
1475
+ "text": string;
1476
+ "crowdinContext": string;
1477
1477
  };
1478
1478
  "properties.comparison.calculationType.as.change.tooltip.useIn": {
1479
- text: string;
1480
- crowdinContext: string;
1479
+ "text": string;
1480
+ "crowdinContext": string;
1481
1481
  };
1482
1482
  "properties.comparison.calculationType.as.ratio.tooltip.useIn": {
1483
- text: string;
1484
- crowdinContext: string;
1483
+ "text": string;
1484
+ "crowdinContext": string;
1485
1485
  };
1486
1486
  "properties.comparison.calculationType.as.difference.tooltip.useIn": {
1487
- text: string;
1488
- crowdinContext: string;
1487
+ "text": string;
1488
+ "crowdinContext": string;
1489
1489
  };
1490
1490
  "properties.comparison.calculationType.as.changeDifference.tooltip.useIn": {
1491
- text: string;
1492
- crowdinContext: string;
1491
+ "text": string;
1492
+ "crowdinContext": string;
1493
1493
  };
1494
1494
  "properties.comparison.calculationType.tooltip.formula.section": {
1495
- text: string;
1496
- crowdinContext: string;
1495
+ "text": string;
1496
+ "crowdinContext": string;
1497
1497
  };
1498
1498
  "properties.comparison.calculationType.tooltip.formulaChange.section": {
1499
- text: string;
1500
- crowdinContext: string;
1499
+ "text": string;
1500
+ "crowdinContext": string;
1501
1501
  };
1502
1502
  "properties.comparison.calculationType.tooltip.formulaDifference.section": {
1503
- text: string;
1504
- crowdinContext: string;
1503
+ "text": string;
1504
+ "crowdinContext": string;
1505
1505
  };
1506
1506
  "properties.comparison.calculationType.as.change.tooltip.formula": {
1507
- text: string;
1508
- crowdinContext: string;
1507
+ "text": string;
1508
+ "crowdinContext": string;
1509
1509
  };
1510
1510
  "properties.comparison.calculationType.as.ratio.tooltip.formula": {
1511
- text: string;
1512
- crowdinContext: string;
1511
+ "text": string;
1512
+ "crowdinContext": string;
1513
1513
  };
1514
1514
  "properties.comparison.calculationType.as.difference.tooltip.formula": {
1515
- text: string;
1516
- crowdinContext: string;
1515
+ "text": string;
1516
+ "crowdinContext": string;
1517
1517
  };
1518
1518
  "properties.comparison.calculationType.tooltip.example.section": {
1519
- text: string;
1520
- crowdinContext: string;
1519
+ "text": string;
1520
+ "crowdinContext": string;
1521
1521
  };
1522
1522
  "properties.comparison.calculationType.as.change.tooltip.example": {
1523
- text: string;
1524
- crowdinContext: string;
1523
+ "text": string;
1524
+ "crowdinContext": string;
1525
1525
  };
1526
1526
  "properties.comparison.calculationType.as.ratio.tooltip.example": {
1527
- text: string;
1528
- crowdinContext: string;
1527
+ "text": string;
1528
+ "crowdinContext": string;
1529
1529
  };
1530
1530
  "properties.comparison.calculationType.as.difference.tooltip.example": {
1531
- text: string;
1532
- crowdinContext: string;
1531
+ "text": string;
1532
+ "crowdinContext": string;
1533
1533
  };
1534
1534
  "properties.comparison.calculationType.as.changeDifference.tooltip.example": {
1535
- text: string;
1536
- crowdinContext: string;
1535
+ "text": string;
1536
+ "crowdinContext": string;
1537
1537
  };
1538
1538
  "properties.comparison.measureNumber.format.preset.inherit": {
1539
- text: string;
1540
- crowdinContext: string;
1539
+ "text": string;
1540
+ "crowdinContext": string;
1541
1541
  };
1542
1542
  "properties.comparison.measureNumber.format.preset.rounded": {
1543
- text: string;
1544
- crowdinContext: string;
1543
+ "text": string;
1544
+ "crowdinContext": string;
1545
1545
  };
1546
1546
  "properties.comparison.measureNumber.format.preset.decimal1": {
1547
- text: string;
1548
- crowdinContext: string;
1547
+ "text": string;
1548
+ "crowdinContext": string;
1549
1549
  };
1550
1550
  "properties.comparison.measureNumber.format.preset.decimal2": {
1551
- text: string;
1552
- crowdinContext: string;
1551
+ "text": string;
1552
+ "crowdinContext": string;
1553
1553
  };
1554
1554
  "properties.comparison.measureNumber.format.preset.percentRounded": {
1555
- text: string;
1556
- crowdinContext: string;
1555
+ "text": string;
1556
+ "crowdinContext": string;
1557
1557
  };
1558
1558
  "properties.comparison.measureNumber.format.preset.percent1": {
1559
- text: string;
1560
- crowdinContext: string;
1559
+ "text": string;
1560
+ "crowdinContext": string;
1561
1561
  };
1562
1562
  "properties.comparison.measureNumber.format.preset.percent2": {
1563
- text: string;
1564
- crowdinContext: string;
1563
+ "text": string;
1564
+ "crowdinContext": string;
1565
1565
  };
1566
1566
  "properties.comparison.measureNumber.format.template.rounded": {
1567
- text: string;
1568
- crowdinContext: string;
1567
+ "text": string;
1568
+ "crowdinContext": string;
1569
1569
  };
1570
1570
  "properties.comparison.measureNumber.format.template.decimal1": {
1571
- text: string;
1572
- crowdinContext: string;
1571
+ "text": string;
1572
+ "crowdinContext": string;
1573
1573
  };
1574
1574
  "properties.comparison.measureNumber.format.template.decimal2": {
1575
- text: string;
1576
- crowdinContext: string;
1575
+ "text": string;
1576
+ "crowdinContext": string;
1577
1577
  };
1578
1578
  "properties.comparison.measureNumber.format.template.percentRounded": {
1579
- text: string;
1580
- crowdinContext: string;
1579
+ "text": string;
1580
+ "crowdinContext": string;
1581
1581
  };
1582
1582
  "properties.comparison.measureNumber.format.template.percent1": {
1583
- text: string;
1584
- crowdinContext: string;
1583
+ "text": string;
1584
+ "crowdinContext": string;
1585
1585
  };
1586
1586
  "properties.comparison.measureNumber.format.template.percent2": {
1587
- text: string;
1588
- crowdinContext: string;
1587
+ "text": string;
1588
+ "crowdinContext": string;
1589
1589
  };
1590
1590
  "properties.comparison.measureNumber.format.template.currency": {
1591
- text: string;
1592
- crowdinContext: string;
1591
+ "text": string;
1592
+ "crowdinContext": string;
1593
1593
  };
1594
1594
  "properties.comparison.measureNumber.format.template.currencyShortened": {
1595
- text: string;
1596
- crowdinContext: string;
1595
+ "text": string;
1596
+ "crowdinContext": string;
1597
1597
  };
1598
1598
  "properties.comparison.measureNumber.format.template.largeNumbersShortened": {
1599
- text: string;
1600
- crowdinContext: string;
1599
+ "text": string;
1600
+ "crowdinContext": string;
1601
1601
  };
1602
1602
  "properties.comparison.measureNumber.format.template.largeNumbersShortenedWithColors": {
1603
- text: string;
1604
- crowdinContext: string;
1603
+ "text": string;
1604
+ "crowdinContext": string;
1605
1605
  };
1606
1606
  "properties.comparison.measureNumber.format.template.negativeNumbersRed": {
1607
- text: string;
1608
- crowdinContext: string;
1607
+ "text": string;
1608
+ "crowdinContext": string;
1609
1609
  };
1610
1610
  "properties.comparison.measureNumber.format.template.financial": {
1611
- text: string;
1612
- crowdinContext: string;
1611
+ "text": string;
1612
+ "crowdinContext": string;
1613
1613
  };
1614
1614
  "properties.comparison.measureNumber.format.template.decimalWithoutThousandsSeparator": {
1615
- text: string;
1616
- crowdinContext: string;
1615
+ "text": string;
1616
+ "crowdinContext": string;
1617
1617
  };
1618
1618
  "properties.comparison.measureNumber.format.template.conditionalColors": {
1619
- text: string;
1620
- crowdinContext: string;
1619
+ "text": string;
1620
+ "crowdinContext": string;
1621
1621
  };
1622
1622
  "properties.comparison.measureNumber.format.template.trendSymbols": {
1623
- text: string;
1624
- crowdinContext: string;
1623
+ "text": string;
1624
+ "crowdinContext": string;
1625
1625
  };
1626
1626
  "properties.comparison.measureNumber.format.template.timeFromSeconds": {
1627
- text: string;
1628
- crowdinContext: string;
1627
+ "text": string;
1628
+ "crowdinContext": string;
1629
1629
  };
1630
1630
  "properties.comparison.measureNumber.format.template.zeroInsteadOfNull": {
1631
- text: string;
1632
- crowdinContext: string;
1631
+ "text": string;
1632
+ "crowdinContext": string;
1633
1633
  };
1634
1634
  "properties.comparison.valueSubSection.title": {
1635
- text: string;
1636
- crowdinContext: string;
1635
+ "text": string;
1636
+ "crowdinContext": string;
1637
1637
  };
1638
1638
  "properties.comparison.format.title": {
1639
- text: string;
1640
- crowdinContext: string;
1639
+ "text": string;
1640
+ "crowdinContext": string;
1641
1641
  };
1642
1642
  "properties.comparison.subFormat.title": {
1643
- text: string;
1644
- crowdinContext: string;
1643
+ "text": string;
1644
+ "crowdinContext": string;
1645
1645
  };
1646
1646
  "properties.comparison.indicator.title": {
1647
- text: string;
1648
- crowdinContext: string;
1647
+ "text": string;
1648
+ "crowdinContext": string;
1649
1649
  };
1650
1650
  "properties.comparison.indicator.arrow.title": {
1651
- text: string;
1652
- crowdinContext: string;
1651
+ "text": string;
1652
+ "crowdinContext": string;
1653
1653
  };
1654
1654
  "properties.comparison.indicator.colorConfig.title": {
1655
- text: string;
1656
- crowdinContext: string;
1655
+ "text": string;
1656
+ "crowdinContext": string;
1657
1657
  };
1658
1658
  "properties.comparison.indicator.colorConfig.equals": {
1659
- text: string;
1660
- crowdinContext: string;
1659
+ "text": string;
1660
+ "crowdinContext": string;
1661
1661
  };
1662
1662
  "properties.comparison.indicator.colorConfig.positive": {
1663
- text: string;
1664
- crowdinContext: string;
1663
+ "text": string;
1664
+ "crowdinContext": string;
1665
1665
  };
1666
1666
  "properties.comparison.indicator.colorConfig.negative": {
1667
- text: string;
1668
- crowdinContext: string;
1667
+ "text": string;
1668
+ "crowdinContext": string;
1669
1669
  };
1670
1670
  "properties.comparison.labelSubSection.title": {
1671
- text: string;
1672
- crowdinContext: string;
1671
+ "text": string;
1672
+ "crowdinContext": string;
1673
1673
  };
1674
1674
  "properties.comparison.labelSubSection.positionOnTop.disabled": {
1675
- text: string;
1676
- crowdinContext: string;
1675
+ "text": string;
1676
+ "crowdinContext": string;
1677
1677
  };
1678
1678
  "properties.comparison.labelSubSection.conditional.disabled": {
1679
- text: string;
1680
- crowdinContext: string;
1679
+ "text": string;
1680
+ "crowdinContext": string;
1681
1681
  };
1682
1682
  "properties.comparison.labelName.title": {
1683
- text: string;
1684
- crowdinContext: string;
1683
+ "text": string;
1684
+ "crowdinContext": string;
1685
1685
  };
1686
1686
  "properties.comparison.labelConditional.title": {
1687
- text: string;
1688
- crowdinContext: string;
1687
+ "text": string;
1688
+ "crowdinContext": string;
1689
1689
  };
1690
1690
  "properties.comparison.labelPositive.title": {
1691
- text: string;
1692
- crowdinContext: string;
1691
+ "text": string;
1692
+ "crowdinContext": string;
1693
1693
  };
1694
1694
  "properties.comparison.labelNegative.title": {
1695
- text: string;
1696
- crowdinContext: string;
1695
+ "text": string;
1696
+ "crowdinContext": string;
1697
1697
  };
1698
1698
  "properties.comparison.labelEquals.title": {
1699
- text: string;
1700
- crowdinContext: string;
1699
+ "text": string;
1700
+ "crowdinContext": string;
1701
1701
  };
1702
1702
  "properties.comparison.position.title": {
1703
- text: string;
1704
- crowdinContext: string;
1703
+ "text": string;
1704
+ "crowdinContext": string;
1705
1705
  };
1706
1706
  "properties.comparison.position.top": {
1707
- text: string;
1708
- crowdinContext: string;
1707
+ "text": string;
1708
+ "crowdinContext": string;
1709
1709
  };
1710
1710
  "properties.comparison.position.right": {
1711
- text: string;
1712
- crowdinContext: string;
1711
+ "text": string;
1712
+ "crowdinContext": string;
1713
1713
  };
1714
1714
  "properties.comparison.position.left": {
1715
- text: string;
1716
- crowdinContext: string;
1715
+ "text": string;
1716
+ "crowdinContext": string;
1717
1717
  };
1718
1718
  "visualizations.headline.tertiary.title": {
1719
- text: string;
1720
- crowdinContext: string;
1719
+ "text": string;
1720
+ "crowdinContext": string;
1721
1721
  };
1722
1722
  "gs.date.yesterday": {
1723
- text: string;
1724
- crowdinContext: string;
1723
+ "text": string;
1724
+ "crowdinContext": string;
1725
1725
  };
1726
1726
  "notifications.panel.button.label": {
1727
- text: string;
1728
- crowdinContext: string;
1727
+ "text": string;
1728
+ "crowdinContext": string;
1729
1729
  };
1730
1730
  "notifications.panel.notifications.list.label": {
1731
- text: string;
1732
- crowdinContext: string;
1731
+ "text": string;
1732
+ "crowdinContext": string;
1733
1733
  };
1734
1734
  "notifications.panel.tab.unread": {
1735
- text: string;
1736
- crowdinContext: string;
1735
+ "text": string;
1736
+ "crowdinContext": string;
1737
1737
  };
1738
1738
  "notifications.panel.tab.all": {
1739
- text: string;
1740
- crowdinContext: string;
1739
+ "text": string;
1740
+ "crowdinContext": string;
1741
1741
  };
1742
1742
  "notifications.panel.markAllAsRead": {
1743
- text: string;
1744
- crowdinContext: string;
1743
+ "text": string;
1744
+ "crowdinContext": string;
1745
1745
  };
1746
1746
  "notifications.panel.error.loading": {
1747
- text: string;
1748
- crowdinContext: string;
1747
+ "text": string;
1748
+ "crowdinContext": string;
1749
1749
  };
1750
1750
  "notifications.panel.empty.all": {
1751
- text: string;
1752
- crowdinContext: string;
1751
+ "text": string;
1752
+ "crowdinContext": string;
1753
1753
  };
1754
1754
  "notifications.panel.empty.unread": {
1755
- text: string;
1756
- crowdinContext: string;
1755
+ "text": string;
1756
+ "crowdinContext": string;
1757
1757
  };
1758
1758
  "notifications.panel.unsupported.notification.type": {
1759
- text: string;
1760
- crowdinContext: string;
1759
+ "text": string;
1760
+ "crowdinContext": string;
1761
1761
  };
1762
1762
  "notifications.panel.markAsRead": {
1763
- text: string;
1764
- crowdinContext: string;
1763
+ "text": string;
1764
+ "crowdinContext": string;
1765
1765
  };
1766
1766
  "notifications.panel.alert.notification.type.label": {
1767
- text: string;
1768
- crowdinContext: string;
1767
+ "text": string;
1768
+ "crowdinContext": string;
1769
1769
  };
1770
1770
  "notifications.panel.download": {
1771
- text: string;
1772
- crowdinContext: string;
1771
+ "text": string;
1772
+ "crowdinContext": string;
1773
1773
  };
1774
1774
  "notifications.panel.expiresOn": {
1775
- text: string;
1776
- crowdinContext: string;
1775
+ "text": string;
1776
+ "crowdinContext": string;
1777
1777
  };
1778
1778
  "notifications.panel.linkHasExpired": {
1779
- text: string;
1780
- crowdinContext: string;
1779
+ "text": string;
1780
+ "crowdinContext": string;
1781
1781
  };
1782
1782
  "notifications.panel.toast.warning.filesExpired": {
1783
- text: string;
1784
- crowdinContext: string;
1783
+ "text": string;
1784
+ "crowdinContext": string;
1785
1785
  };
1786
1786
  "notifications.panel.dashboardLinkHint": {
1787
- text: string;
1788
- crowdinContext: string;
1787
+ "text": string;
1788
+ "crowdinContext": string;
1789
1789
  };
1790
1790
  "notifications.panel.dashboardLink": {
1791
- text: string;
1792
- crowdinContext: string;
1791
+ "text": string;
1792
+ "crowdinContext": string;
1793
1793
  };
1794
1794
  "notifications.panel.downloadFilesHint": {
1795
- text: string;
1796
- crowdinContext: string;
1795
+ "text": string;
1796
+ "crowdinContext": string;
1797
1797
  };
1798
1798
  "notifications.filters.buttonLabel": {
1799
- text: string;
1800
- crowdinContext: string;
1799
+ "text": string;
1800
+ "crowdinContext": string;
1801
1801
  };
1802
1802
  "notifications.filters.dialog.title": {
1803
- text: string;
1804
- crowdinContext: string;
1803
+ "text": string;
1804
+ "crowdinContext": string;
1805
1805
  };
1806
1806
  "notifications.panel.triggers.title": {
1807
- text: string;
1808
- crowdinContext: string;
1807
+ "text": string;
1808
+ "crowdinContext": string;
1809
1809
  };
1810
1810
  "notifications.panel.triggers.dialog.newValue": {
1811
- text: string;
1812
- crowdinContext: string;
1811
+ "text": string;
1812
+ "crowdinContext": string;
1813
1813
  };
1814
1814
  "notifications.panel.triggers.dialog.truncatedValues": {
1815
- text: string;
1816
- crowdinContext: string;
1815
+ "text": string;
1816
+ "crowdinContext": string;
1817
1817
  };
1818
- close: {
1819
- text: string;
1820
- crowdinContext: string;
1818
+ "close": {
1819
+ "text": string;
1820
+ "crowdinContext": string;
1821
1821
  };
1822
1822
  "notifications.panel.triggers.dialog.title": {
1823
- text: string;
1824
- crowdinContext: string;
1823
+ "text": string;
1824
+ "crowdinContext": string;
1825
1825
  };
1826
1826
  "notifications.panel.error.learnMore": {
1827
- text: string;
1828
- crowdinContext: string;
1827
+ "text": string;
1828
+ "crowdinContext": string;
1829
1829
  };
1830
1830
  "notifications.panel.error.traceId": {
1831
- text: string;
1832
- crowdinContext: string;
1831
+ "text": string;
1832
+ "crowdinContext": string;
1833
1833
  };
1834
1834
  "notifications.panel.error.alert.title": {
1835
- text: string;
1836
- crowdinContext: string;
1835
+ "text": string;
1836
+ "crowdinContext": string;
1837
1837
  };
1838
1838
  "notifications.panel.error.schedule.title": {
1839
- text: string;
1840
- crowdinContext: string;
1839
+ "text": string;
1840
+ "crowdinContext": string;
1841
1841
  };
1842
1842
  "notifications.panel.error.limitExceeded.message": {
1843
- text: string;
1844
- crowdinContext: string;
1843
+ "text": string;
1844
+ "crowdinContext": string;
1845
1845
  };
1846
1846
  "automations.alert.config.comparisonOperator.lessThan": {
1847
- text: string;
1848
- crowdinContext: string;
1847
+ "text": string;
1848
+ "crowdinContext": string;
1849
1849
  };
1850
1850
  "automations.alert.config.comparisonOperator.lessThanOrEquals": {
1851
- text: string;
1852
- crowdinContext: string;
1851
+ "text": string;
1852
+ "crowdinContext": string;
1853
1853
  };
1854
1854
  "automations.alert.config.comparisonOperator.greaterThan": {
1855
- text: string;
1856
- crowdinContext: string;
1855
+ "text": string;
1856
+ "crowdinContext": string;
1857
1857
  };
1858
1858
  "automations.alert.config.comparisonOperator.greaterThanOrEquals": {
1859
- text: string;
1860
- crowdinContext: string;
1859
+ "text": string;
1860
+ "crowdinContext": string;
1861
1861
  };
1862
1862
  "automations.alert.config.changeOperator.increasesBy": {
1863
- text: string;
1864
- crowdinContext: string;
1863
+ "text": string;
1864
+ "crowdinContext": string;
1865
1865
  };
1866
1866
  "automations.alert.config.changeOperator.decreasesBy": {
1867
- text: string;
1868
- crowdinContext: string;
1867
+ "text": string;
1868
+ "crowdinContext": string;
1869
1869
  };
1870
1870
  "automations.alert.config.changeOperator.changesBy": {
1871
- text: string;
1872
- crowdinContext: string;
1871
+ "text": string;
1872
+ "crowdinContext": string;
1873
1873
  };
1874
1874
  "automations.filter.untitledUser": {
1875
- text: string;
1876
- crowdinContext: string;
1875
+ "text": string;
1876
+ "crowdinContext": string;
1877
1877
  };
1878
1878
  "automations.alert.config.differenceOperator.increasesBy": {
1879
- text: string;
1880
- crowdinContext: string;
1879
+ "text": string;
1880
+ "crowdinContext": string;
1881
1881
  };
1882
1882
  "automations.alert.config.differenceOperator.decreasesBy": {
1883
- text: string;
1884
- crowdinContext: string;
1883
+ "text": string;
1884
+ "crowdinContext": string;
1885
1885
  };
1886
1886
  "automations.alert.config.differenceOperator.changesBy": {
1887
- text: string;
1888
- crowdinContext: string;
1887
+ "text": string;
1888
+ "crowdinContext": string;
1889
1889
  };
1890
1890
  "automations.alert.config.anomalyDetection.operatorName": {
1891
- text: string;
1892
- crowdinContext: string;
1891
+ "text": string;
1892
+ "crowdinContext": string;
1893
1893
  };
1894
1894
  "automations.filter.allDashboards": {
1895
- text: string;
1896
- crowdinContext: string;
1895
+ "text": string;
1896
+ "crowdinContext": string;
1897
1897
  };
1898
1898
  "automations.filter.allRecipients": {
1899
- text: string;
1900
- crowdinContext: string;
1899
+ "text": string;
1900
+ "crowdinContext": string;
1901
1901
  };
1902
1902
  "automations.filter.allAuthors": {
1903
- text: string;
1904
- crowdinContext: string;
1903
+ "text": string;
1904
+ "crowdinContext": string;
1905
1905
  };
1906
1906
  "automations.filter.allStatus": {
1907
- text: string;
1908
- crowdinContext: string;
1907
+ "text": string;
1908
+ "crowdinContext": string;
1909
1909
  };
1910
1910
  "automations.filter.status.label": {
1911
- text: string;
1912
- crowdinContext: string;
1911
+ "text": string;
1912
+ "crowdinContext": string;
1913
1913
  };
1914
1914
  "automations.filter.workspaces.label": {
1915
- text: string;
1916
- crowdinContext: string;
1915
+ "text": string;
1916
+ "crowdinContext": string;
1917
1917
  };
1918
1918
  "automations.filter.status.success": {
1919
- text: string;
1920
- crowdinContext: string;
1919
+ "text": string;
1920
+ "crowdinContext": string;
1921
1921
  };
1922
1922
  "automations.filter.status.failed": {
1923
- text: string;
1924
- crowdinContext: string;
1923
+ "text": string;
1924
+ "crowdinContext": string;
1925
1925
  };
1926
1926
  "automations.filter.status.neverRun": {
1927
- text: string;
1928
- crowdinContext: string;
1927
+ "text": string;
1928
+ "crowdinContext": string;
1929
1929
  };
1930
1930
  "automations.filter.dashboard.label": {
1931
- text: string;
1932
- crowdinContext: string;
1931
+ "text": string;
1932
+ "crowdinContext": string;
1933
1933
  };
1934
1934
  "automations.filter.recipients.label": {
1935
- text: string;
1936
- crowdinContext: string;
1935
+ "text": string;
1936
+ "crowdinContext": string;
1937
1937
  };
1938
1938
  "automations.filter.createdBy.label": {
1939
- text: string;
1940
- crowdinContext: string;
1939
+ "text": string;
1940
+ "crowdinContext": string;
1941
1941
  };
1942
1942
  "automations.filter.currentUser": {
1943
- text: string;
1944
- crowdinContext: string;
1943
+ "text": string;
1944
+ "crowdinContext": string;
1945
1945
  };
1946
1946
  "automations.cell.lastRun.never": {
1947
- text: string;
1948
- crowdinContext: string;
1947
+ "text": string;
1948
+ "crowdinContext": string;
1949
1949
  };
1950
1950
  "automations.column.id": {
1951
- text: string;
1952
- crowdinContext: string;
1951
+ "text": string;
1952
+ "crowdinContext": string;
1953
1953
  };
1954
1954
  "automations.column.name": {
1955
- text: string;
1956
- crowdinContext: string;
1955
+ "text": string;
1956
+ "crowdinContext": string;
1957
1957
  };
1958
1958
  "automations.column.dashboard": {
1959
- text: string;
1960
- crowdinContext: string;
1959
+ "text": string;
1960
+ "crowdinContext": string;
1961
1961
  };
1962
1962
  "automations.column.widget": {
1963
- text: string;
1964
- crowdinContext: string;
1963
+ "text": string;
1964
+ "crowdinContext": string;
1965
1965
  };
1966
1966
  "automations.column.attachments": {
1967
- text: string;
1968
- crowdinContext: string;
1967
+ "text": string;
1968
+ "crowdinContext": string;
1969
1969
  };
1970
1970
  "automations.column.nextRun": {
1971
- text: string;
1972
- crowdinContext: string;
1971
+ "text": string;
1972
+ "crowdinContext": string;
1973
1973
  };
1974
1974
  "automations.column.recipients": {
1975
- text: string;
1976
- crowdinContext: string;
1975
+ "text": string;
1976
+ "crowdinContext": string;
1977
1977
  };
1978
1978
  "automations.column.lastSent": {
1979
- text: string;
1980
- crowdinContext: string;
1979
+ "text": string;
1980
+ "crowdinContext": string;
1981
1981
  };
1982
1982
  "automations.column.state": {
1983
- text: string;
1984
- crowdinContext: string;
1983
+ "text": string;
1984
+ "crowdinContext": string;
1985
1985
  };
1986
1986
  "automations.column.lastRunStatus": {
1987
- text: string;
1988
- crowdinContext: string;
1987
+ "text": string;
1988
+ "crowdinContext": string;
1989
1989
  };
1990
1990
  "automations.column.createdBy": {
1991
- text: string;
1992
- crowdinContext: string;
1991
+ "text": string;
1992
+ "crowdinContext": string;
1993
1993
  };
1994
1994
  "automations.column.createdAt": {
1995
- text: string;
1996
- crowdinContext: string;
1995
+ "text": string;
1996
+ "crowdinContext": string;
1997
1997
  };
1998
1998
  "automations.column.notificationChannel": {
1999
- text: string;
2000
- crowdinContext: string;
1999
+ "text": string;
2000
+ "crowdinContext": string;
2001
2001
  };
2002
2002
  "automations.column.workspace": {
2003
- text: string;
2004
- crowdinContext: string;
2003
+ "text": string;
2004
+ "crowdinContext": string;
2005
2005
  };
2006
2006
  "automations.menu.edit": {
2007
- text: string;
2008
- crowdinContext: string;
2007
+ "text": string;
2008
+ "crowdinContext": string;
2009
2009
  };
2010
2010
  "automations.menu.delete": {
2011
- text: string;
2012
- crowdinContext: string;
2011
+ "text": string;
2012
+ "crowdinContext": string;
2013
2013
  };
2014
2014
  "automations.menu.unsubscribe": {
2015
- text: string;
2016
- crowdinContext: string;
2015
+ "text": string;
2016
+ "crowdinContext": string;
2017
2017
  };
2018
2018
  "automations.menu.pause": {
2019
- text: string;
2020
- crowdinContext: string;
2019
+ "text": string;
2020
+ "crowdinContext": string;
2021
2021
  };
2022
2022
  "automations.menu.resume": {
2023
- text: string;
2024
- crowdinContext: string;
2023
+ "text": string;
2024
+ "crowdinContext": string;
2025
2025
  };
2026
2026
  "automations.menu.ariaLabel": {
2027
- text: string;
2028
- crowdinContext: string;
2027
+ "text": string;
2028
+ "crowdinContext": string;
2029
2029
  };
2030
2030
  "automations.menu.edit.unavailable": {
2031
- text: string;
2032
- crowdinContext: string;
2031
+ "text": string;
2032
+ "crowdinContext": string;
2033
2033
  };
2034
2034
  "automations.icon.tooltip.header.schedule": {
2035
- text: string;
2036
- crowdinContext: string;
2035
+ "text": string;
2036
+ "crowdinContext": string;
2037
2037
  };
2038
2038
  "automations.icon.tooltip.header.alert": {
2039
- text: string;
2040
- crowdinContext: string;
2039
+ "text": string;
2040
+ "crowdinContext": string;
2041
2041
  };
2042
2042
  "automations.icon.tooltip.status": {
2043
- text: string;
2044
- crowdinContext: string;
2043
+ "text": string;
2044
+ "crowdinContext": string;
2045
2045
  };
2046
2046
  "automations.icon.tooltip.traceId": {
2047
- text: string;
2048
- crowdinContext: string;
2047
+ "text": string;
2048
+ "crowdinContext": string;
2049
2049
  };
2050
2050
  "automations.icon.tooltip.startsOn": {
2051
- text: string;
2052
- crowdinContext: string;
2051
+ "text": string;
2052
+ "crowdinContext": string;
2053
2053
  };
2054
2054
  "automations.icon.tooltip.repeats": {
2055
- text: string;
2056
- crowdinContext: string;
2055
+ "text": string;
2056
+ "crowdinContext": string;
2057
2057
  };
2058
2058
  "automations.menu.trigger": {
2059
- text: string;
2060
- crowdinContext: string;
2059
+ "text": string;
2060
+ "crowdinContext": string;
2061
2061
  };
2062
2062
  "automations.menu.copyId": {
2063
- text: string;
2064
- crowdinContext: string;
2063
+ "text": string;
2064
+ "crowdinContext": string;
2065
2065
  };
2066
2066
  "automations.message.copyId.success": {
2067
- text: string;
2068
- crowdinContext: string;
2067
+ "text": string;
2068
+ "crowdinContext": string;
2069
2069
  };
2070
2070
  "automations.message.schedule.delete.success": {
2071
- text: string;
2072
- crowdinContext: string;
2071
+ "text": string;
2072
+ "crowdinContext": string;
2073
2073
  };
2074
2074
  "automations.message.schedule.delete.error": {
2075
- text: string;
2076
- crowdinContext: string;
2075
+ "text": string;
2076
+ "crowdinContext": string;
2077
2077
  };
2078
2078
  "automations.message.schedule.unsubscribe.success": {
2079
- text: string;
2080
- crowdinContext: string;
2079
+ "text": string;
2080
+ "crowdinContext": string;
2081
2081
  };
2082
2082
  "automations.message.schedule.unsubscribe.error": {
2083
- text: string;
2084
- crowdinContext: string;
2083
+ "text": string;
2084
+ "crowdinContext": string;
2085
2085
  };
2086
2086
  "automations.message.schedule.bulk.delete.success": {
2087
- text: string;
2088
- crowdinContext: string;
2087
+ "text": string;
2088
+ "crowdinContext": string;
2089
2089
  };
2090
2090
  "automations.message.schedule.bulk.delete.error": {
2091
- text: string;
2092
- crowdinContext: string;
2091
+ "text": string;
2092
+ "crowdinContext": string;
2093
2093
  };
2094
2094
  "automations.message.schedule.bulk.unsubscribe.success": {
2095
- text: string;
2096
- crowdinContext: string;
2095
+ "text": string;
2096
+ "crowdinContext": string;
2097
2097
  };
2098
2098
  "automations.message.schedule.bulk.unsubscribe.error": {
2099
- text: string;
2100
- crowdinContext: string;
2099
+ "text": string;
2100
+ "crowdinContext": string;
2101
2101
  };
2102
2102
  "automations.message.schedule.pause.success": {
2103
- text: string;
2104
- crowdinContext: string;
2103
+ "text": string;
2104
+ "crowdinContext": string;
2105
2105
  };
2106
2106
  "automations.message.schedule.pause.error": {
2107
- text: string;
2108
- crowdinContext: string;
2107
+ "text": string;
2108
+ "crowdinContext": string;
2109
2109
  };
2110
2110
  "automations.message.schedule.bulk.pause.success": {
2111
- text: string;
2112
- crowdinContext: string;
2111
+ "text": string;
2112
+ "crowdinContext": string;
2113
2113
  };
2114
2114
  "automations.message.schedule.bulk.pause.error": {
2115
- text: string;
2116
- crowdinContext: string;
2115
+ "text": string;
2116
+ "crowdinContext": string;
2117
2117
  };
2118
2118
  "automations.message.schedule.resume.success": {
2119
- text: string;
2120
- crowdinContext: string;
2119
+ "text": string;
2120
+ "crowdinContext": string;
2121
2121
  };
2122
2122
  "automations.message.schedule.resume.error": {
2123
- text: string;
2124
- crowdinContext: string;
2123
+ "text": string;
2124
+ "crowdinContext": string;
2125
2125
  };
2126
2126
  "automations.message.schedule.bulk.resume.success": {
2127
- text: string;
2128
- crowdinContext: string;
2127
+ "text": string;
2128
+ "crowdinContext": string;
2129
2129
  };
2130
2130
  "automations.message.schedule.bulk.resume.error": {
2131
- text: string;
2132
- crowdinContext: string;
2131
+ "text": string;
2132
+ "crowdinContext": string;
2133
2133
  };
2134
2134
  "automations.message.schedule.trigger.success": {
2135
- text: string;
2136
- crowdinContext: string;
2135
+ "text": string;
2136
+ "crowdinContext": string;
2137
2137
  };
2138
2138
  "automations.message.schedule.trigger.error": {
2139
- text: string;
2140
- crowdinContext: string;
2139
+ "text": string;
2140
+ "crowdinContext": string;
2141
2141
  };
2142
2142
  "automations.message.alert.delete.success": {
2143
- text: string;
2144
- crowdinContext: string;
2143
+ "text": string;
2144
+ "crowdinContext": string;
2145
2145
  };
2146
2146
  "automations.message.alert.delete.error": {
2147
- text: string;
2148
- crowdinContext: string;
2147
+ "text": string;
2148
+ "crowdinContext": string;
2149
2149
  };
2150
2150
  "automations.message.alert.unsubscribe.success": {
2151
- text: string;
2152
- crowdinContext: string;
2151
+ "text": string;
2152
+ "crowdinContext": string;
2153
2153
  };
2154
2154
  "automations.message.alert.unsubscribe.error": {
2155
- text: string;
2156
- crowdinContext: string;
2155
+ "text": string;
2156
+ "crowdinContext": string;
2157
2157
  };
2158
2158
  "automations.message.alert.pause.success": {
2159
- text: string;
2160
- crowdinContext: string;
2159
+ "text": string;
2160
+ "crowdinContext": string;
2161
2161
  };
2162
2162
  "automations.message.alert.pause.error": {
2163
- text: string;
2164
- crowdinContext: string;
2163
+ "text": string;
2164
+ "crowdinContext": string;
2165
2165
  };
2166
2166
  "automations.message.alert.resume.success": {
2167
- text: string;
2168
- crowdinContext: string;
2167
+ "text": string;
2168
+ "crowdinContext": string;
2169
2169
  };
2170
2170
  "automations.message.alert.resume.error": {
2171
- text: string;
2172
- crowdinContext: string;
2171
+ "text": string;
2172
+ "crowdinContext": string;
2173
2173
  };
2174
2174
  "automations.message.alert.bulk.delete.success": {
2175
- text: string;
2176
- crowdinContext: string;
2175
+ "text": string;
2176
+ "crowdinContext": string;
2177
2177
  };
2178
2178
  "automations.message.alert.bulk.delete.error": {
2179
- text: string;
2180
- crowdinContext: string;
2179
+ "text": string;
2180
+ "crowdinContext": string;
2181
2181
  };
2182
2182
  "automations.message.alert.bulk.unsubscribe.success": {
2183
- text: string;
2184
- crowdinContext: string;
2183
+ "text": string;
2184
+ "crowdinContext": string;
2185
2185
  };
2186
2186
  "automations.message.alert.bulk.unsubscribe.error": {
2187
- text: string;
2188
- crowdinContext: string;
2187
+ "text": string;
2188
+ "crowdinContext": string;
2189
2189
  };
2190
2190
  "automations.message.alert.bulk.pause.success": {
2191
- text: string;
2192
- crowdinContext: string;
2191
+ "text": string;
2192
+ "crowdinContext": string;
2193
2193
  };
2194
2194
  "automations.message.alert.bulk.pause.error": {
2195
- text: string;
2196
- crowdinContext: string;
2195
+ "text": string;
2196
+ "crowdinContext": string;
2197
2197
  };
2198
2198
  "automations.message.alert.bulk.resume.success": {
2199
- text: string;
2200
- crowdinContext: string;
2199
+ "text": string;
2200
+ "crowdinContext": string;
2201
2201
  };
2202
2202
  "automations.message.alert.bulk.resume.error": {
2203
- text: string;
2204
- crowdinContext: string;
2203
+ "text": string;
2204
+ "crowdinContext": string;
2205
2205
  };
2206
2206
  "automations.message.automationIconTooltipTraceIdCopied": {
2207
- text: string;
2208
- crowdinContext: string;
2207
+ "text": string;
2208
+ "crowdinContext": string;
2209
2209
  };
2210
2210
  "automations.confirmDialog.delete.schedule.headline": {
2211
- text: string;
2212
- crowdinContext: string;
2211
+ "text": string;
2212
+ "crowdinContext": string;
2213
2213
  };
2214
2214
  "automations.confirmDialog.delete.schedule.content": {
2215
- text: string;
2216
- crowdinContext: string;
2215
+ "text": string;
2216
+ "crowdinContext": string;
2217
2217
  };
2218
2218
  "automations.confirmDialog.delete.alert.headline": {
2219
- text: string;
2220
- crowdinContext: string;
2219
+ "text": string;
2220
+ "crowdinContext": string;
2221
2221
  };
2222
2222
  "automations.confirmDialog.delete.alert.content": {
2223
- text: string;
2224
- crowdinContext: string;
2223
+ "text": string;
2224
+ "crowdinContext": string;
2225
2225
  };
2226
2226
  "automations.confirmDialog.unsubscribe.schedule.headline": {
2227
- text: string;
2228
- crowdinContext: string;
2227
+ "text": string;
2228
+ "crowdinContext": string;
2229
2229
  };
2230
2230
  "automations.confirmDialog.unsubscribe.schedule.content": {
2231
- text: string;
2232
- crowdinContext: string;
2231
+ "text": string;
2232
+ "crowdinContext": string;
2233
2233
  };
2234
2234
  "automations.confirmDialog.unsubscribe.alert.headline": {
2235
- text: string;
2236
- crowdinContext: string;
2235
+ "text": string;
2236
+ "crowdinContext": string;
2237
2237
  };
2238
2238
  "automations.confirmDialog.unsubscribe.alert.content": {
2239
- text: string;
2240
- crowdinContext: string;
2239
+ "text": string;
2240
+ "crowdinContext": string;
2241
2241
  };
2242
2242
  "automations.confirmDialog.bulkDelete.schedule.headline": {
2243
- text: string;
2244
- crowdinContext: string;
2243
+ "text": string;
2244
+ "crowdinContext": string;
2245
2245
  };
2246
2246
  "automations.confirmDialog.bulkDelete.schedule.content": {
2247
- text: string;
2248
- crowdinContext: string;
2247
+ "text": string;
2248
+ "crowdinContext": string;
2249
2249
  };
2250
2250
  "automations.confirmDialog.bulkDelete.alert.headline": {
2251
- text: string;
2252
- crowdinContext: string;
2251
+ "text": string;
2252
+ "crowdinContext": string;
2253
2253
  };
2254
2254
  "automations.confirmDialog.bulkDelete.alert.content": {
2255
- text: string;
2256
- crowdinContext: string;
2255
+ "text": string;
2256
+ "crowdinContext": string;
2257
2257
  };
2258
2258
  "automations.confirmDialog.bulkUnsubscribe.schedule.headline": {
2259
- text: string;
2260
- crowdinContext: string;
2259
+ "text": string;
2260
+ "crowdinContext": string;
2261
2261
  };
2262
2262
  "automations.confirmDialog.bulkUnsubscribe.schedule.content": {
2263
- text: string;
2264
- crowdinContext: string;
2263
+ "text": string;
2264
+ "crowdinContext": string;
2265
2265
  };
2266
2266
  "automations.confirmDialog.bulkUnsubscribe.alert.headline": {
2267
- text: string;
2268
- crowdinContext: string;
2267
+ "text": string;
2268
+ "crowdinContext": string;
2269
2269
  };
2270
2270
  "automations.confirmDialog.bulkUnsubscribe.alert.content": {
2271
- text: string;
2272
- crowdinContext: string;
2271
+ "text": string;
2272
+ "crowdinContext": string;
2273
2273
  };
2274
2274
  "automations.confirmDialog.pause.schedule.headline": {
2275
- text: string;
2276
- crowdinContext: string;
2275
+ "text": string;
2276
+ "crowdinContext": string;
2277
2277
  };
2278
2278
  "automations.confirmDialog.pause.schedule.content": {
2279
- text: string;
2280
- crowdinContext: string;
2279
+ "text": string;
2280
+ "crowdinContext": string;
2281
2281
  };
2282
2282
  "automations.confirmDialog.pause.alert.headline": {
2283
- text: string;
2284
- crowdinContext: string;
2283
+ "text": string;
2284
+ "crowdinContext": string;
2285
2285
  };
2286
2286
  "automations.confirmDialog.pause.alert.content": {
2287
- text: string;
2288
- crowdinContext: string;
2287
+ "text": string;
2288
+ "crowdinContext": string;
2289
2289
  };
2290
2290
  "automations.confirmDialog.resume.schedule.headline": {
2291
- text: string;
2292
- crowdinContext: string;
2291
+ "text": string;
2292
+ "crowdinContext": string;
2293
2293
  };
2294
2294
  "automations.confirmDialog.resume.schedule.content": {
2295
- text: string;
2296
- crowdinContext: string;
2295
+ "text": string;
2296
+ "crowdinContext": string;
2297
2297
  };
2298
2298
  "automations.confirmDialog.resume.alert.headline": {
2299
- text: string;
2300
- crowdinContext: string;
2299
+ "text": string;
2300
+ "crowdinContext": string;
2301
2301
  };
2302
2302
  "automations.confirmDialog.resume.alert.content": {
2303
- text: string;
2304
- crowdinContext: string;
2303
+ "text": string;
2304
+ "crowdinContext": string;
2305
2305
  };
2306
2306
  "automations.confirmDialog.bulkPause.schedule.headline": {
2307
- text: string;
2308
- crowdinContext: string;
2307
+ "text": string;
2308
+ "crowdinContext": string;
2309
2309
  };
2310
2310
  "automations.confirmDialog.bulkPause.schedule.content": {
2311
- text: string;
2312
- crowdinContext: string;
2311
+ "text": string;
2312
+ "crowdinContext": string;
2313
2313
  };
2314
2314
  "automations.confirmDialog.bulkPause.alert.headline": {
2315
- text: string;
2316
- crowdinContext: string;
2315
+ "text": string;
2316
+ "crowdinContext": string;
2317
2317
  };
2318
2318
  "automations.confirmDialog.bulkPause.alert.content": {
2319
- text: string;
2320
- crowdinContext: string;
2319
+ "text": string;
2320
+ "crowdinContext": string;
2321
2321
  };
2322
2322
  "automations.confirmDialog.bulkResume.schedule.headline": {
2323
- text: string;
2324
- crowdinContext: string;
2323
+ "text": string;
2324
+ "crowdinContext": string;
2325
2325
  };
2326
2326
  "automations.confirmDialog.bulkResume.schedule.content": {
2327
- text: string;
2328
- crowdinContext: string;
2327
+ "text": string;
2328
+ "crowdinContext": string;
2329
2329
  };
2330
2330
  "automations.confirmDialog.bulkResume.alert.headline": {
2331
- text: string;
2332
- crowdinContext: string;
2331
+ "text": string;
2332
+ "crowdinContext": string;
2333
2333
  };
2334
2334
  "automations.confirmDialog.bulkResume.alert.content": {
2335
- text: string;
2336
- crowdinContext: string;
2335
+ "text": string;
2336
+ "crowdinContext": string;
2337
2337
  };
2338
2338
  "automations.confirmDialog.button.delete": {
2339
- text: string;
2340
- crowdinContext: string;
2339
+ "text": string;
2340
+ "crowdinContext": string;
2341
2341
  };
2342
2342
  "automations.confirmDialog.button.confirm": {
2343
- text: string;
2344
- crowdinContext: string;
2343
+ "text": string;
2344
+ "crowdinContext": string;
2345
2345
  };
2346
2346
  "automations.confirmDialog.button.cancel": {
2347
- text: string;
2348
- crowdinContext: string;
2347
+ "text": string;
2348
+ "crowdinContext": string;
2349
2349
  };
2350
2350
  "automations.emptyState.schedule.title": {
2351
- text: string;
2352
- crowdinContext: string;
2351
+ "text": string;
2352
+ "crowdinContext": string;
2353
2353
  };
2354
2354
  "automations.emptyState.schedule.description": {
2355
- text: string;
2356
- crowdinContext: string;
2355
+ "text": string;
2356
+ "crowdinContext": string;
2357
2357
  };
2358
2358
  "automations.emptyState.alert.title": {
2359
- text: string;
2360
- crowdinContext: string;
2359
+ "text": string;
2360
+ "crowdinContext": string;
2361
2361
  };
2362
2362
  "automations.emptyState.alert.description": {
2363
- text: string;
2364
- crowdinContext: string;
2363
+ "text": string;
2364
+ "crowdinContext": string;
2365
2365
  };
2366
2366
  "automations.accessibility.selectAll.alerts": {
2367
- text: string;
2368
- crowdinContext: string;
2367
+ "text": string;
2368
+ "crowdinContext": string;
2369
2369
  };
2370
2370
  "automations.accessibility.selectAll.schedules": {
2371
- text: string;
2372
- crowdinContext: string;
2371
+ "text": string;
2372
+ "crowdinContext": string;
2373
2373
  };
2374
2374
  "automations.accessibility.select.alert": {
2375
- text: string;
2376
- crowdinContext: string;
2375
+ "text": string;
2376
+ "crowdinContext": string;
2377
2377
  };
2378
2378
  "automations.accessibility.select.schedule": {
2379
- text: string;
2380
- crowdinContext: string;
2379
+ "text": string;
2380
+ "crowdinContext": string;
2381
2381
  };
2382
2382
  "automations.accessibility.search.alerts": {
2383
- text: string;
2384
- crowdinContext: string;
2383
+ "text": string;
2384
+ "crowdinContext": string;
2385
2385
  };
2386
2386
  "automations.accessibility.search.schedules": {
2387
- text: string;
2388
- crowdinContext: string;
2387
+ "text": string;
2388
+ "crowdinContext": string;
2389
2389
  };
2390
2390
  "automations.accessibility.gridLabel.alerts": {
2391
- text: string;
2392
- crowdinContext: string;
2391
+ "text": string;
2392
+ "crowdinContext": string;
2393
2393
  };
2394
2394
  "automations.accessibility.gridLabel.schedules": {
2395
- text: string;
2396
- crowdinContext: string;
2395
+ "text": string;
2396
+ "crowdinContext": string;
2397
2397
  };
2398
2398
  "filters.allTime.exceptEmptyValues.title": {
2399
- text: string;
2400
- crowdinContext: string;
2399
+ "text": string;
2400
+ "crowdinContext": string;
2401
2401
  };
2402
2402
  "filters.emptyValues.label": {
2403
- text: string;
2404
- crowdinContext: string;
2403
+ "text": string;
2404
+ "crowdinContext": string;
2405
2405
  };
2406
2406
  "filters.emptyValues.title": {
2407
- text: string;
2408
- crowdinContext: string;
2407
+ "text": string;
2408
+ "crowdinContext": string;
2409
2409
  };
2410
2410
  "insightPicker.searchPlaceholder": {
2411
- text: string;
2412
- crowdinContext: string;
2411
+ "text": string;
2412
+ "crowdinContext": string;
2413
2413
  };
2414
2414
  "insightPicker.tabs.all": {
2415
- text: string;
2416
- crowdinContext: string;
2415
+ "text": string;
2416
+ "crowdinContext": string;
2417
2417
  };
2418
2418
  "insightPicker.tabs.my": {
2419
- text: string;
2420
- crowdinContext: string;
2419
+ "text": string;
2420
+ "crowdinContext": string;
2421
2421
  };
2422
2422
  "insightPicker.noInsightsFound": {
2423
- text: string;
2424
- crowdinContext: string;
2423
+ "text": string;
2424
+ "crowdinContext": string;
2425
2425
  };
2426
2426
  "insightPicker.noInsights": {
2427
- text: string;
2428
- crowdinContext: string;
2427
+ "text": string;
2428
+ "crowdinContext": string;
2429
2429
  };
2430
2430
  "insightPicker.sortBy.header": {
2431
- text: string;
2432
- crowdinContext: string;
2431
+ "text": string;
2432
+ "crowdinContext": string;
2433
2433
  };
2434
2434
  "insightPicker.sortBy.lastModified": {
2435
- text: string;
2436
- crowdinContext: string;
2435
+ "text": string;
2436
+ "crowdinContext": string;
2437
2437
  };
2438
2438
  "insightPicker.sortBy.name": {
2439
- text: string;
2440
- crowdinContext: string;
2439
+ "text": string;
2440
+ "crowdinContext": string;
2441
2441
  };
2442
2442
  "insightPicker.filters": {
2443
- text: string;
2444
- crowdinContext: string;
2443
+ "text": string;
2444
+ "crowdinContext": string;
2445
2445
  };
2446
2446
  "insightPicker.filter.createdBy": {
2447
- text: string;
2448
- crowdinContext: string;
2447
+ "text": string;
2448
+ "crowdinContext": string;
2449
2449
  };
2450
2450
  "insightPicker.filter.createdByMe": {
2451
- text: string;
2452
- crowdinContext: string;
2451
+ "text": string;
2452
+ "crowdinContext": string;
2453
2453
  };
2454
2454
  "insightPicker.filter.all": {
2455
- text: string;
2456
- crowdinContext: string;
2455
+ "text": string;
2456
+ "crowdinContext": string;
2457
2457
  };
2458
2458
  "insightPicker.filter.apply": {
2459
- text: string;
2460
- crowdinContext: string;
2459
+ "text": string;
2460
+ "crowdinContext": string;
2461
2461
  };
2462
2462
  "insightPicker.filter.cancel": {
2463
- text: string;
2464
- crowdinContext: string;
2463
+ "text": string;
2464
+ "crowdinContext": string;
2465
2465
  };
2466
2466
  "insightPicker.filter.tag": {
2467
- text: string;
2468
- crowdinContext: string;
2467
+ "text": string;
2468
+ "crowdinContext": string;
2469
2469
  };
2470
2470
  "insightPicker.sortDirection.ascending": {
2471
- text: string;
2472
- crowdinContext: string;
2471
+ "text": string;
2472
+ "crowdinContext": string;
2473
2473
  };
2474
2474
  "insightPicker.sortDirection.descending": {
2475
- text: string;
2476
- crowdinContext: string;
2475
+ "text": string;
2476
+ "crowdinContext": string;
2477
2477
  };
2478
2478
  "insightPicker.menu.actions": {
2479
- text: string;
2480
- crowdinContext: string;
2479
+ "text": string;
2480
+ "crowdinContext": string;
2481
2481
  };
2482
2482
  "insightPicker.resetFilters": {
2483
- text: string;
2484
- crowdinContext: string;
2483
+ "text": string;
2484
+ "crowdinContext": string;
2485
2485
  };
2486
2486
  "objectShare.confirm.restrict.title": {
2487
- text: string;
2488
- crowdinContext: string;
2487
+ "text": string;
2488
+ "crowdinContext": string;
2489
2489
  };
2490
2490
  "objectShare.confirm.restrict.description": {
2491
- text: string;
2492
- crowdinContext: string;
2491
+ "text": string;
2492
+ "crowdinContext": string;
2493
2493
  };
2494
2494
  "objectShare.confirm.grantWorkspace.title": {
2495
- text: string;
2496
- crowdinContext: string;
2495
+ "text": string;
2496
+ "crowdinContext": string;
2497
2497
  };
2498
2498
  "objectShare.confirm.grantWorkspace.description": {
2499
- text: string;
2500
- crowdinContext: string;
2499
+ "text": string;
2500
+ "crowdinContext": string;
2501
2501
  };
2502
2502
  "objectShare.confirm.button": {
2503
- text: string;
2504
- crowdinContext: string;
2503
+ "text": string;
2504
+ "crowdinContext": string;
2505
2505
  };
2506
2506
  "objectShare.selfRestrict.title": {
2507
- text: string;
2508
- crowdinContext: string;
2507
+ "text": string;
2508
+ "crowdinContext": string;
2509
2509
  };
2510
2510
  "objectShare.selfRestrict.warning": {
2511
- text: string;
2512
- crowdinContext: string;
2511
+ "text": string;
2512
+ "crowdinContext": string;
2513
2513
  };
2514
2514
  "objectShare.workspaceLevel.inherited": {
2515
- text: string;
2516
- crowdinContext: string;
2515
+ "text": string;
2516
+ "crowdinContext": string;
2517
2517
  };
2518
2518
  "objectShare.granteeRemove.inherited": {
2519
- text: string;
2520
- crowdinContext: string;
2519
+ "text": string;
2520
+ "crowdinContext": string;
2521
2521
  };
2522
2522
  "objectShare.granteeLevel.inheritedCovered": {
2523
- text: string;
2524
- crowdinContext: string;
2523
+ "text": string;
2524
+ "crowdinContext": string;
2525
2525
  };
2526
2526
  "objectShare.grantee.you": {
2527
- text: string;
2528
- crowdinContext: string;
2527
+ "text": string;
2528
+ "crowdinContext": string;
2529
2529
  };
2530
2530
  "objectShare.adminTag.label": {
2531
- text: string;
2532
- crowdinContext: string;
2531
+ "text": string;
2532
+ "crowdinContext": string;
2533
2533
  };
2534
2534
  "objectShare.adminTag.tooltip": {
2535
- text: string;
2536
- crowdinContext: string;
2535
+ "text": string;
2536
+ "crowdinContext": string;
2537
2537
  };
2538
2538
  "objectShare.toast.granteeAdded": {
2539
- text: string;
2540
- crowdinContext: string;
2539
+ "text": string;
2540
+ "crowdinContext": string;
2541
2541
  };
2542
2542
  "objectShare.toast.accessUpdated": {
2543
- text: string;
2544
- crowdinContext: string;
2543
+ "text": string;
2544
+ "crowdinContext": string;
2545
2545
  };
2546
2546
  "objectShare.toast.generalAccessUpdated": {
2547
- text: string;
2548
- crowdinContext: string;
2547
+ "text": string;
2548
+ "crowdinContext": string;
2549
2549
  };
2550
2550
  "objectShare.toast.error": {
2551
- text: string;
2552
- crowdinContext: string;
2551
+ "text": string;
2552
+ "crowdinContext": string;
2553
2553
  };
2554
2554
  "objectShare.toast.escalationRefused": {
2555
- text: string;
2556
- crowdinContext: string;
2555
+ "text": string;
2556
+ "crowdinContext": string;
2557
2557
  };
2558
2558
  "objectShare.toast.labelScopePartial": {
2559
- text: string;
2560
- crowdinContext: string;
2559
+ "text": string;
2560
+ "crowdinContext": string;
2561
2561
  };
2562
2562
  "objectShare.loadError": {
2563
- text: string;
2564
- crowdinContext: string;
2563
+ "text": string;
2564
+ "crowdinContext": string;
2565
2565
  };
2566
2566
  "properties.conditionalFormatting.title": {
2567
- text: string;
2568
- crowdinContext: string;
2567
+ "text": string;
2568
+ "crowdinContext": string;
2569
2569
  };
2570
2570
  "properties.conditionalFormatting.empty": {
2571
- text: string;
2572
- crowdinContext: string;
2571
+ "text": string;
2572
+ "crowdinContext": string;
2573
2573
  };
2574
2574
  "properties.conditionalFormatting.rulesLabel": {
2575
- text: string;
2576
- crowdinContext: string;
2575
+ "text": string;
2576
+ "crowdinContext": string;
2577
2577
  };
2578
2578
  "properties.conditionalFormatting.addRule": {
2579
- text: string;
2580
- crowdinContext: string;
2579
+ "text": string;
2580
+ "crowdinContext": string;
2581
2581
  };
2582
2582
  "properties.conditionalFormatting.semanticLabel": {
2583
- text: string;
2584
- crowdinContext: string;
2583
+ "text": string;
2584
+ "crowdinContext": string;
2585
2585
  };
2586
2586
  "properties.conditionalFormatting.rule.invalid": {
2587
- text: string;
2588
- crowdinContext: string;
2587
+ "text": string;
2588
+ "crowdinContext": string;
2589
2589
  };
2590
2590
  "properties.conditionalFormatting.rule.invalidValue": {
2591
- text: string;
2592
- crowdinContext: string;
2591
+ "text": string;
2592
+ "crowdinContext": string;
2593
2593
  };
2594
2594
  "properties.conditionalFormatting.rule.edit": {
2595
- text: string;
2596
- crowdinContext: string;
2595
+ "text": string;
2596
+ "crowdinContext": string;
2597
2597
  };
2598
2598
  "properties.conditionalFormatting.rule.delete": {
2599
- text: string;
2600
- crowdinContext: string;
2599
+ "text": string;
2600
+ "crowdinContext": string;
2601
2601
  };
2602
2602
  "properties.conditionalFormatting.semanticToggleAriaLabel": {
2603
- text: string;
2604
- crowdinContext: string;
2603
+ "text": string;
2604
+ "crowdinContext": string;
2605
2605
  };
2606
2606
  "properties.conditionalFormatting.dialog.addTitle": {
2607
- text: string;
2608
- crowdinContext: string;
2607
+ "text": string;
2608
+ "crowdinContext": string;
2609
2609
  };
2610
2610
  "properties.conditionalFormatting.dialog.editTitle": {
2611
- text: string;
2612
- crowdinContext: string;
2611
+ "text": string;
2612
+ "crowdinContext": string;
2613
2613
  };
2614
2614
  "properties.conditionalFormatting.dialog.ruleTitle": {
2615
- text: string;
2616
- crowdinContext: string;
2615
+ "text": string;
2616
+ "crowdinContext": string;
2617
2617
  };
2618
2618
  "properties.conditionalFormatting.dialog.useDefaultRule": {
2619
- text: string;
2620
- crowdinContext: string;
2619
+ "text": string;
2620
+ "crowdinContext": string;
2621
2621
  };
2622
2622
  "properties.conditionalFormatting.dialog.useDefaultRuleInfo": {
2623
- text: string;
2624
- crowdinContext: string;
2623
+ "text": string;
2624
+ "crowdinContext": string;
2625
2625
  };
2626
2626
  "properties.conditionalFormatting.dialog.ruleCannotBeDeleted": {
2627
- text: string;
2628
- crowdinContext: string;
2627
+ "text": string;
2628
+ "crowdinContext": string;
2629
2629
  };
2630
2630
  "properties.conditionalFormatting.dialog.target": {
2631
- text: string;
2632
- crowdinContext: string;
2631
+ "text": string;
2632
+ "crowdinContext": string;
2633
2633
  };
2634
2634
  "properties.conditionalFormatting.dialog.selectTarget": {
2635
- text: string;
2636
- crowdinContext: string;
2635
+ "text": string;
2636
+ "crowdinContext": string;
2637
2637
  };
2638
2638
  "properties.conditionalFormatting.dialog.condition": {
2639
- text: string;
2640
- crowdinContext: string;
2639
+ "text": string;
2640
+ "crowdinContext": string;
2641
2641
  };
2642
2642
  "properties.conditionalFormatting.dialog.format": {
2643
- text: string;
2644
- crowdinContext: string;
2643
+ "text": string;
2644
+ "crowdinContext": string;
2645
2645
  };
2646
2646
  "properties.conditionalFormatting.dialog.addCondition": {
2647
- text: string;
2648
- crowdinContext: string;
2647
+ "text": string;
2648
+ "crowdinContext": string;
2649
2649
  };
2650
2650
  "properties.conditionalFormatting.dialog.removeCondition": {
2651
- text: string;
2652
- crowdinContext: string;
2651
+ "text": string;
2652
+ "crowdinContext": string;
2653
2653
  };
2654
2654
  "properties.conditionalFormatting.dialog.textColor": {
2655
- text: string;
2656
- crowdinContext: string;
2655
+ "text": string;
2656
+ "crowdinContext": string;
2657
2657
  };
2658
2658
  "properties.conditionalFormatting.dialog.fillColor": {
2659
- text: string;
2660
- crowdinContext: string;
2659
+ "text": string;
2660
+ "crowdinContext": string;
2661
2661
  };
2662
2662
  "properties.conditionalFormatting.dialog.noColor": {
2663
- text: string;
2664
- crowdinContext: string;
2663
+ "text": string;
2664
+ "crowdinContext": string;
2665
2665
  };
2666
2666
  "properties.conditionalFormatting.dialog.scope.cell": {
2667
- text: string;
2668
- crowdinContext: string;
2667
+ "text": string;
2668
+ "crowdinContext": string;
2669
2669
  };
2670
2670
  "properties.conditionalFormatting.dialog.scope.row": {
2671
- text: string;
2672
- crowdinContext: string;
2671
+ "text": string;
2672
+ "crowdinContext": string;
2673
2673
  };
2674
2674
  "properties.conditionalFormatting.dialog.value": {
2675
- text: string;
2676
- crowdinContext: string;
2675
+ "text": string;
2676
+ "crowdinContext": string;
2677
2677
  };
2678
2678
  "properties.conditionalFormatting.dialog.from": {
2679
- text: string;
2680
- crowdinContext: string;
2679
+ "text": string;
2680
+ "crowdinContext": string;
2681
2681
  };
2682
2682
  "properties.conditionalFormatting.dialog.to": {
2683
- text: string;
2684
- crowdinContext: string;
2683
+ "text": string;
2684
+ "crowdinContext": string;
2685
2685
  };
2686
2686
  "properties.conditionalFormatting.dialog.unitPercent": {
2687
- text: string;
2688
- crowdinContext: string;
2687
+ "text": string;
2688
+ "crowdinContext": string;
2689
2689
  };
2690
2690
  "properties.conditionalFormatting.dialog.cancel": {
2691
- text: string;
2692
- crowdinContext: string;
2691
+ "text": string;
2692
+ "crowdinContext": string;
2693
2693
  };
2694
2694
  "properties.conditionalFormatting.dialog.save": {
2695
- text: string;
2696
- crowdinContext: string;
2695
+ "text": string;
2696
+ "crowdinContext": string;
2697
2697
  };
2698
2698
  "properties.conditionalFormatting.dialog.error.wrapper": {
2699
- text: string;
2700
- crowdinContext: string;
2699
+ "text": string;
2700
+ "crowdinContext": string;
2701
2701
  };
2702
2702
  "properties.conditionalFormatting.dialog.error.rangeOrder": {
2703
- text: string;
2704
- crowdinContext: string;
2703
+ "text": string;
2704
+ "crowdinContext": string;
2705
2705
  };
2706
2706
  "properties.conditionalFormatting.dialog.error.valueEmpty": {
2707
- text: string;
2708
- crowdinContext: string;
2707
+ "text": string;
2708
+ "crowdinContext": string;
2709
2709
  };
2710
2710
  "properties.conditionalFormatting.dialog.selectPeriod": {
2711
- text: string;
2712
- crowdinContext: string;
2711
+ "text": string;
2712
+ "crowdinContext": string;
2713
2713
  };
2714
2714
  "properties.conditionalFormatting.dialog.error.dateUnresolvable": {
2715
- text: string;
2716
- crowdinContext: string;
2715
+ "text": string;
2716
+ "crowdinContext": string;
2717
2717
  };
2718
2718
  "properties.conditionalFormatting.dateOperator.allTime": {
2719
- text: string;
2720
- crowdinContext: string;
2719
+ "text": string;
2720
+ "crowdinContext": string;
2721
2721
  };
2722
2722
  "properties.conditionalFormatting.dateOperator.isOn": {
2723
- text: string;
2724
- crowdinContext: string;
2723
+ "text": string;
2724
+ "crowdinContext": string;
2725
2725
  };
2726
2726
  "properties.conditionalFormatting.dateOperator.isNotOn": {
2727
- text: string;
2728
- crowdinContext: string;
2727
+ "text": string;
2728
+ "crowdinContext": string;
2729
2729
  };
2730
2730
  "properties.conditionalFormatting.dateOperator.isAfter": {
2731
- text: string;
2732
- crowdinContext: string;
2731
+ "text": string;
2732
+ "crowdinContext": string;
2733
2733
  };
2734
2734
  "properties.conditionalFormatting.dateOperator.isOnOrAfter": {
2735
- text: string;
2736
- crowdinContext: string;
2735
+ "text": string;
2736
+ "crowdinContext": string;
2737
2737
  };
2738
2738
  "properties.conditionalFormatting.dateOperator.isBefore": {
2739
- text: string;
2740
- crowdinContext: string;
2739
+ "text": string;
2740
+ "crowdinContext": string;
2741
2741
  };
2742
2742
  "properties.conditionalFormatting.dateOperator.isOnOrBefore": {
2743
- text: string;
2744
- crowdinContext: string;
2743
+ "text": string;
2744
+ "crowdinContext": string;
2745
2745
  };
2746
2746
  "properties.conditionalFormatting.operator.all": {
2747
- text: string;
2748
- crowdinContext: string;
2747
+ "text": string;
2748
+ "crowdinContext": string;
2749
2749
  };
2750
2750
  "properties.conditionalFormatting.operator.equalTo": {
2751
- text: string;
2752
- crowdinContext: string;
2751
+ "text": string;
2752
+ "crowdinContext": string;
2753
2753
  };
2754
2754
  "properties.conditionalFormatting.operator.notEqualTo": {
2755
- text: string;
2756
- crowdinContext: string;
2755
+ "text": string;
2756
+ "crowdinContext": string;
2757
2757
  };
2758
2758
  "properties.conditionalFormatting.operator.greaterThan": {
2759
- text: string;
2760
- crowdinContext: string;
2759
+ "text": string;
2760
+ "crowdinContext": string;
2761
2761
  };
2762
2762
  "properties.conditionalFormatting.operator.greaterThanOrEqualTo": {
2763
- text: string;
2764
- crowdinContext: string;
2763
+ "text": string;
2764
+ "crowdinContext": string;
2765
2765
  };
2766
2766
  "properties.conditionalFormatting.operator.lessThan": {
2767
- text: string;
2768
- crowdinContext: string;
2767
+ "text": string;
2768
+ "crowdinContext": string;
2769
2769
  };
2770
2770
  "properties.conditionalFormatting.operator.lessThanOrEqualTo": {
2771
- text: string;
2772
- crowdinContext: string;
2771
+ "text": string;
2772
+ "crowdinContext": string;
2773
2773
  };
2774
2774
  "properties.conditionalFormatting.operator.between": {
2775
- text: string;
2776
- crowdinContext: string;
2775
+ "text": string;
2776
+ "crowdinContext": string;
2777
2777
  };
2778
2778
  "properties.conditionalFormatting.operator.notBetween": {
2779
- text: string;
2780
- crowdinContext: string;
2779
+ "text": string;
2780
+ "crowdinContext": string;
2781
2781
  };
2782
2782
  "properties.conditionalFormatting.operator.contains": {
2783
- text: string;
2784
- crowdinContext: string;
2783
+ "text": string;
2784
+ "crowdinContext": string;
2785
2785
  };
2786
2786
  "properties.conditionalFormatting.operator.notContains": {
2787
- text: string;
2788
- crowdinContext: string;
2787
+ "text": string;
2788
+ "crowdinContext": string;
2789
2789
  };
2790
2790
  "properties.conditionalFormatting.operator.startsWith": {
2791
- text: string;
2792
- crowdinContext: string;
2791
+ "text": string;
2792
+ "crowdinContext": string;
2793
2793
  };
2794
2794
  "properties.conditionalFormatting.operator.notStartsWith": {
2795
- text: string;
2796
- crowdinContext: string;
2795
+ "text": string;
2796
+ "crowdinContext": string;
2797
2797
  };
2798
2798
  "properties.conditionalFormatting.operator.endsWith": {
2799
- text: string;
2800
- crowdinContext: string;
2799
+ "text": string;
2800
+ "crowdinContext": string;
2801
2801
  };
2802
2802
  "properties.conditionalFormatting.operator.notEndsWith": {
2803
- text: string;
2804
- crowdinContext: string;
2803
+ "text": string;
2804
+ "crowdinContext": string;
2805
2805
  };
2806
2806
  "properties.conditionalFormatting.operator.isEmpty": {
2807
- text: string;
2808
- crowdinContext: string;
2807
+ "text": string;
2808
+ "crowdinContext": string;
2809
2809
  };
2810
2810
  "properties.conditionalFormatting.operator.isNotEmpty": {
2811
- text: string;
2812
- crowdinContext: string;
2811
+ "text": string;
2812
+ "crowdinContext": string;
2813
2813
  };
2814
2814
  };
2815
2815
  //# sourceMappingURL=en-US.localization-bundle.d.ts.map