@gooddata/sdk-ui-ext 11.11.0-alpha.1 → 11.11.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (171) hide show
  1. package/NOTICE +5 -5
  2. package/esm/automations/Automations.js +1 -1
  3. package/esm/automations/Automations.js.map +1 -1
  4. package/esm/internal/components/VisualizationCatalog.d.ts.map +1 -1
  5. package/esm/internal/components/VisualizationCatalog.js +2 -0
  6. package/esm/internal/components/VisualizationCatalog.js.map +1 -1
  7. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts +20 -0
  8. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts.map +1 -0
  9. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js +40 -0
  10. package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js.map +1 -0
  11. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
  12. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js +4 -2
  13. package/esm/internal/components/pluggableVisualizations/drillDownUtil.js.map +1 -1
  14. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts +16 -0
  15. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.d.ts.map +1 -0
  16. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js +70 -0
  17. package/esm/internal/components/pluggableVisualizations/geoAreaChart/GeoAreaChartDescriptor.js.map +1 -0
  18. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts +62 -0
  19. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts.map +1 -0
  20. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js +222 -0
  21. package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js.map +1 -0
  22. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts +76 -0
  23. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.d.ts.map +1 -0
  24. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js +201 -0
  25. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaBucketHelper.js.map +1 -0
  26. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts +20 -0
  27. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts.map +1 -0
  28. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js +30 -0
  29. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js.map +1 -0
  30. package/esm/internal/constants/supportedProperties.d.ts +1 -0
  31. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  32. package/esm/internal/constants/supportedProperties.js +9 -0
  33. package/esm/internal/constants/supportedProperties.js.map +1 -1
  34. package/esm/internal/constants/uiConfig.d.ts +1 -0
  35. package/esm/internal/constants/uiConfig.d.ts.map +1 -1
  36. package/esm/internal/constants/uiConfig.js +27 -0
  37. package/esm/internal/constants/uiConfig.js.map +1 -1
  38. package/esm/internal/interfaces/Visualization.d.ts +1 -0
  39. package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
  40. package/esm/internal/interfaces/Visualization.js.map +1 -1
  41. package/esm/internal/translations/de-DE.json +48 -96
  42. package/esm/internal/translations/de-DE.localization-bundle.d.ts +48 -96
  43. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  44. package/esm/internal/translations/de-DE.localization-bundle.js +48 -96
  45. package/esm/internal/translations/de-DE.localization-bundle.js.map +1 -1
  46. package/esm/internal/translations/en-AU.json +48 -96
  47. package/esm/internal/translations/en-AU.localization-bundle.d.ts +48 -96
  48. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  49. package/esm/internal/translations/en-AU.localization-bundle.js +48 -96
  50. package/esm/internal/translations/en-AU.localization-bundle.js.map +1 -1
  51. package/esm/internal/translations/en-GB.json +48 -96
  52. package/esm/internal/translations/en-GB.localization-bundle.d.ts +48 -96
  53. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  54. package/esm/internal/translations/en-GB.localization-bundle.js +48 -96
  55. package/esm/internal/translations/en-GB.localization-bundle.js.map +1 -1
  56. package/esm/internal/translations/en-US.json +51 -239
  57. package/esm/internal/translations/en-US.localization-bundle.d.ts +49 -96
  58. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  59. package/esm/internal/translations/en-US.localization-bundle.js +49 -96
  60. package/esm/internal/translations/en-US.localization-bundle.js.map +1 -1
  61. package/esm/internal/translations/es-419.json +48 -96
  62. package/esm/internal/translations/es-419.localization-bundle.d.ts +48 -96
  63. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  64. package/esm/internal/translations/es-419.localization-bundle.js +48 -96
  65. package/esm/internal/translations/es-419.localization-bundle.js.map +1 -1
  66. package/esm/internal/translations/es-ES.json +48 -96
  67. package/esm/internal/translations/es-ES.localization-bundle.d.ts +48 -96
  68. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  69. package/esm/internal/translations/es-ES.localization-bundle.js +48 -96
  70. package/esm/internal/translations/es-ES.localization-bundle.js.map +1 -1
  71. package/esm/internal/translations/fi-FI.json +48 -96
  72. package/esm/internal/translations/fi-FI.localization-bundle.d.ts +48 -96
  73. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  74. package/esm/internal/translations/fi-FI.localization-bundle.js +48 -96
  75. package/esm/internal/translations/fi-FI.localization-bundle.js.map +1 -1
  76. package/esm/internal/translations/fr-CA.json +48 -96
  77. package/esm/internal/translations/fr-CA.localization-bundle.d.ts +48 -96
  78. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  79. package/esm/internal/translations/fr-CA.localization-bundle.js +48 -96
  80. package/esm/internal/translations/fr-CA.localization-bundle.js.map +1 -1
  81. package/esm/internal/translations/fr-FR.json +48 -96
  82. package/esm/internal/translations/fr-FR.localization-bundle.d.ts +48 -96
  83. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  84. package/esm/internal/translations/fr-FR.localization-bundle.js +48 -96
  85. package/esm/internal/translations/fr-FR.localization-bundle.js.map +1 -1
  86. package/esm/internal/translations/it-IT.json +48 -96
  87. package/esm/internal/translations/it-IT.localization-bundle.d.ts +48 -96
  88. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  89. package/esm/internal/translations/it-IT.localization-bundle.js +48 -96
  90. package/esm/internal/translations/it-IT.localization-bundle.js.map +1 -1
  91. package/esm/internal/translations/ja-JP.json +48 -96
  92. package/esm/internal/translations/ja-JP.localization-bundle.d.ts +48 -96
  93. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  94. package/esm/internal/translations/ja-JP.localization-bundle.js +48 -96
  95. package/esm/internal/translations/ja-JP.localization-bundle.js.map +1 -1
  96. package/esm/internal/translations/ko-KR.json +48 -96
  97. package/esm/internal/translations/ko-KR.localization-bundle.d.ts +48 -96
  98. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  99. package/esm/internal/translations/ko-KR.localization-bundle.js +48 -96
  100. package/esm/internal/translations/ko-KR.localization-bundle.js.map +1 -1
  101. package/esm/internal/translations/nl-NL.json +48 -96
  102. package/esm/internal/translations/nl-NL.localization-bundle.d.ts +48 -96
  103. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  104. package/esm/internal/translations/nl-NL.localization-bundle.js +48 -96
  105. package/esm/internal/translations/nl-NL.localization-bundle.js.map +1 -1
  106. package/esm/internal/translations/pl-PL.json +48 -96
  107. package/esm/internal/translations/pl-PL.localization-bundle.d.ts +48 -96
  108. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  109. package/esm/internal/translations/pl-PL.localization-bundle.js +48 -96
  110. package/esm/internal/translations/pl-PL.localization-bundle.js.map +1 -1
  111. package/esm/internal/translations/pt-BR.json +48 -96
  112. package/esm/internal/translations/pt-BR.localization-bundle.d.ts +48 -96
  113. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  114. package/esm/internal/translations/pt-BR.localization-bundle.js +48 -96
  115. package/esm/internal/translations/pt-BR.localization-bundle.js.map +1 -1
  116. package/esm/internal/translations/pt-PT.json +48 -96
  117. package/esm/internal/translations/pt-PT.localization-bundle.d.ts +48 -96
  118. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  119. package/esm/internal/translations/pt-PT.localization-bundle.js +48 -96
  120. package/esm/internal/translations/pt-PT.localization-bundle.js.map +1 -1
  121. package/esm/internal/translations/ru-RU.json +48 -96
  122. package/esm/internal/translations/ru-RU.localization-bundle.d.ts +48 -96
  123. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  124. package/esm/internal/translations/ru-RU.localization-bundle.js +48 -96
  125. package/esm/internal/translations/ru-RU.localization-bundle.js.map +1 -1
  126. package/esm/internal/translations/sl-SI.json +504 -0
  127. package/esm/internal/translations/sl-SI.localization-bundle.d.ts +505 -0
  128. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -0
  129. package/esm/internal/translations/sl-SI.localization-bundle.js +507 -0
  130. package/esm/internal/translations/sl-SI.localization-bundle.js.map +1 -0
  131. package/esm/internal/translations/tr-TR.json +48 -96
  132. package/esm/internal/translations/tr-TR.localization-bundle.d.ts +48 -96
  133. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  134. package/esm/internal/translations/tr-TR.localization-bundle.js +48 -96
  135. package/esm/internal/translations/tr-TR.localization-bundle.js.map +1 -1
  136. package/esm/internal/translations/zh-HK.json +48 -96
  137. package/esm/internal/translations/zh-HK.localization-bundle.d.ts +48 -96
  138. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  139. package/esm/internal/translations/zh-HK.localization-bundle.js +48 -96
  140. package/esm/internal/translations/zh-HK.localization-bundle.js.map +1 -1
  141. package/esm/internal/translations/zh-Hans.json +48 -96
  142. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +48 -96
  143. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  144. package/esm/internal/translations/zh-Hans.localization-bundle.js +48 -96
  145. package/esm/internal/translations/zh-Hans.localization-bundle.js.map +1 -1
  146. package/esm/internal/translations/zh-Hant.json +48 -96
  147. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +48 -96
  148. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  149. package/esm/internal/translations/zh-Hant.localization-bundle.js +48 -96
  150. package/esm/internal/translations/zh-Hant.localization-bundle.js.map +1 -1
  151. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  152. package/esm/internal/utils/bucketHelper.js +2 -0
  153. package/esm/internal/utils/bucketHelper.js.map +1 -1
  154. package/esm/internal/utils/internalIntlProvider.d.ts +1 -2
  155. package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
  156. package/esm/internal/utils/internalIntlProvider.js +5 -21
  157. package/esm/internal/utils/internalIntlProvider.js.map +1 -1
  158. package/esm/internal/utils/translations.d.ts.map +1 -1
  159. package/esm/internal/utils/translations.js +2 -0
  160. package/esm/internal/utils/translations.js.map +1 -1
  161. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts +13 -0
  162. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.d.ts.map +1 -0
  163. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js +34 -0
  164. package/esm/internal/utils/uiConfigHelpers/geoAreaChartUiConfigHelper.js.map +1 -0
  165. package/esm/locales.d.ts.map +1 -1
  166. package/esm/locales.js +4 -0
  167. package/esm/locales.js.map +1 -1
  168. package/esm/notificationsPanel/localization/IntlWrapper.d.ts.map +1 -1
  169. package/esm/notificationsPanel/localization/IntlWrapper.js +4 -4
  170. package/esm/notificationsPanel/localization/IntlWrapper.js.map +1 -1
  171. package/package.json +18 -18
@@ -1,48 +1,30 @@
1
1
  {
2
2
  "or": "or",
3
- "dashboard.bucket.measures_title.column._measure": "Measures",
4
- "dashboard.bucket.measures_title.column._metric": "Metrics",
5
- "dashboard.bucket.measures_title.bar._measure": "Measures",
6
- "dashboard.bucket.measures_title.bar._metric": "Metrics",
7
- "dashboard.bucket.measures_title.line._measure": "Measures",
8
- "dashboard.bucket.measures_title.line._metric": "Metrics",
9
- "dashboard.bucket.measures_title.area._measure": "Measures",
10
- "dashboard.bucket.measures_title.area._metric": "Metrics",
11
- "dashboard.bucket.measures_title.pie._measure": "Measures",
12
- "dashboard.bucket.measures_title.pie._metric": "Metrics",
13
- "dashboard.bucket.measures_title.funnel._measure": "Measures",
14
- "dashboard.bucket.measures_title.funnel._metric": "Metrics",
15
- "dashboard.bucket.measures_title.pyramid._measure": "Measures",
16
- "dashboard.bucket.measures_title.pyramid._metric": "Metrics",
17
- "dashboard.bucket.measures_title.treemap._measure": "Measures",
18
- "dashboard.bucket.measures_title.treemap._metric": "Metrics",
19
- "dashboard.bucket.measures_title.donut._measure": "Measures",
20
- "dashboard.bucket.measures_title.donut._metric": "Metrics",
21
- "dashboard.bucket.measures_title.heatmap._measure": "Measure",
22
- "dashboard.bucket.measures_title.heatmap._metric": "Metric",
23
- "dashboard.bucket.measures_title.headline._measure": "Measure",
24
- "dashboard.bucket.measures_title.headline._metric": "Metric",
3
+ "dashboard.bucket.measures_title.column": "Metrics",
4
+ "dashboard.bucket.measures_title.bar": "Metrics",
5
+ "dashboard.bucket.measures_title.line": "Metrics",
6
+ "dashboard.bucket.measures_title.area": "Metrics",
7
+ "dashboard.bucket.measures_title.pie": "Metrics",
8
+ "dashboard.bucket.measures_title.funnel": "Metrics",
9
+ "dashboard.bucket.measures_title.pyramid": "Metrics",
10
+ "dashboard.bucket.measures_title.treemap": "Metrics",
11
+ "dashboard.bucket.measures_title.donut": "Metrics",
12
+ "dashboard.bucket.measures_title.heatmap": "Metric",
13
+ "dashboard.bucket.measures_title.headline": "Metric",
25
14
  "dashboard.bucket.measures_subtitle.headline": "primary",
26
- "dashboard.bucket.secondary_measures_title.headline._measure": "Measure",
27
- "dashboard.bucket.secondary_measures_title.headline._metric": "Metric",
15
+ "dashboard.bucket.secondary_measures_title.headline": "Metric",
28
16
  "dashboard.bucket.secondary_measures_subtitle.headline": "secondary",
29
- "dashboard.bucket.measures_title.scatter._measure": "Measure",
30
- "dashboard.bucket.measures_title.scatter._metric": "Metric",
31
- "dashboard.bucket.secondary_measures_title.scatter._measure": "Measure",
32
- "dashboard.bucket.secondary_measures_title.scatter._metric": "Metric",
17
+ "dashboard.bucket.measures_title.scatter": "Metric",
18
+ "dashboard.bucket.secondary_measures_title.scatter": "Metric",
33
19
  "dashboard.bucket.measures_subtitle.scatter": "X-axis",
34
20
  "dashboard.bucket.secondary_measures_subtitle.scatter": "Y-axis",
35
21
  "dashboard.bucket.attribute_title.scatter": "View by",
36
- "dashboard.bucket.measures_title.combo._measure": "Measures",
37
- "dashboard.bucket.measures_title.combo._metric": "Metrics",
22
+ "dashboard.bucket.measures_title.combo": "Metrics",
38
23
  "dashboard.bucket.measures_subtitle.combo": "Column",
39
- "dashboard.bucket.secondary_measures_title.combo._measure": "Measures",
40
- "dashboard.bucket.secondary_measures_title.combo._metric": "Metrics",
24
+ "dashboard.bucket.secondary_measures_title.combo": "Metrics",
41
25
  "dashboard.bucket.secondary_measures_subtitle.combo": "Line",
42
- "dashboard.bucket.measures_title.xirr._measure": "Measure",
43
- "dashboard.bucket.measures_title.xirr._metric": "Metric",
44
- "dashboard.bucket.measures_title.waterfall._measure": "Measures",
45
- "dashboard.bucket.measures_title.waterfall._metric": "Metrics",
26
+ "dashboard.bucket.measures_title.xirr": "Metric",
27
+ "dashboard.bucket.measures_title.waterfall": "Metrics",
46
28
  "dashboard.bucket.attribute_title.xirr": "Date attribute",
47
29
  "dashboard.bucket.attribute_from_title.sankey": "Attribute",
48
30
  "dashboard.bucket.attribute_from_subtitle.sankey": "from",
@@ -55,21 +37,16 @@
55
37
  "dashboard.bucket.combo.subtitle.column": "as columns",
56
38
  "dashboard.bucket.combo.subtitle.line": "as lines",
57
39
  "dashboard.bucket.combo.subtitle.area": "as areas",
58
- "dashboard.bucket.measures_title.bubble._measure": "Measure",
59
- "dashboard.bucket.measures_title.bubble._metric": "Metric",
60
- "dashboard.bucket.secondary_measures_title.bubble._measure": "Measure",
61
- "dashboard.bucket.secondary_measures_title.bubble._metric": "Metric",
62
- "dashboard.bucket.tertiary_measures_title.bubble._measure": "Measure",
63
- "dashboard.bucket.tertiary_measures_title.bubble._metric": "Metric",
40
+ "dashboard.bucket.measures_title.bubble": "Metric",
41
+ "dashboard.bucket.secondary_measures_title.bubble": "Metric",
42
+ "dashboard.bucket.tertiary_measures_title.bubble": "Metric",
64
43
  "dashboard.bucket.measures_subtitle.bubble": "X-axis",
65
44
  "dashboard.bucket.secondary_measures_subtitle.bubble": "Y-axis",
66
45
  "dashboard.bucket.tertiary_measures_subtitle.bubble": "Size",
67
46
  "dashboard.bucket.location_title.pushpin": "Location",
68
- "dashboard.bucket.size_title.pushpin._measure": "Measure",
69
- "dashboard.bucket.size_title.pushpin._metric": "Metric",
47
+ "dashboard.bucket.size_title.pushpin": "Metric",
70
48
  "dashboard.bucket.size_subtitle.pushpin": "Size",
71
- "dashboard.bucket.color_title.pushpin._measure": "Measure",
72
- "dashboard.bucket.color_title.pushpin._metric": "Metric",
49
+ "dashboard.bucket.color_title.pushpin": "Metric",
73
50
  "dashboard.bucket.color_subtitle.pushpin": "Colour",
74
51
  "dashboard.bucket.view_title.bubble": "View by",
75
52
  "dashboard.bucket.view_title.pie": "View by",
@@ -92,45 +69,30 @@
92
69
  "dashboard.bucket.segment_title.line": "Segment by",
93
70
  "dashboard.bucket.segment_title.treemap": "Segment by",
94
71
  "dashboard.bucket.segment_title.pushpin": "Segment by",
95
- "dashboard.bucket.metric_segment_by_warning._measure": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'segment by'</span>'",
96
- "dashboard.bucket.metric_segment_by_warning._metric": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'segment by'</span>'",
97
- "dashboard.bucket.metric_stack_by_warning._measure": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
98
- "dashboard.bucket.metric_stack_by_warning._metric": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
99
- "dashboard.bucket.metric_view_by_warning._measure": "To add additional measure, remove {icons} from '<span class=\"stack-by\">'view by'</span>'",
100
- "dashboard.bucket.metric_view_by_warning._metric": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'view by'</span>'",
101
- "dashboard.bucket.category_view_by_warning._measure": "To view by another attribute, a visualisation can have only one measure",
102
- "dashboard.bucket.category_view_by_warning._metric": "To view by another attribute, a visualisation can have only one metric",
72
+ "dashboard.bucket.metric_segment_by_warning": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'segment by'</span>'",
73
+ "dashboard.bucket.metric_stack_by_warning": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
74
+ "dashboard.bucket.metric_view_by_warning": "To add an additional metric, remove {icons} from '<span class=\"stack-by\">'view by'</span>'",
75
+ "dashboard.bucket.category_view_by_warning": "To view by another attribute, a visualisation can have only one metric",
103
76
  "dashboard.bucket.view_stack_by_warning": "To add additional attribute, remove {icons} from '<span class=\"stack-by\">'stack by'</span>'",
104
- "dashboard.bucket.category_stack_by_warning._measure": "To stack by, a visualisation can have only one measure",
105
- "dashboard.bucket.category_stack_by_warning._metric": "To stack by, a visualisation can have only one metric",
77
+ "dashboard.bucket.category_stack_by_warning": "To stack by, a visualisation can have only one metric",
106
78
  "dashboard.bucket.stack_view_by_warning": "To stack by, a visualisation can have only one attribute in view by",
107
- "dashboard.bucket.measure_stack_by_warning._measure": "To stack by an attribute, a visualisation can have only one measure",
108
- "dashboard.bucket.measure_stack_by_warning._metric": "To stack by an attribute, a visualisation can have only one metric",
109
- "dashboard.bucket.category_columns_warning._measure": "Cannot add columns: limit is {oldLimit} measures and {oldRowsLimit} rows. Follow the limits to add more",
110
- "dashboard.bucket.category_columns_warning._metric": "Cannot add columns: limit is {oldLimit} metrics and {oldRowsLimit} rows. Follow the limits to add more",
79
+ "dashboard.bucket.measure_stack_by_warning": "To stack by an attribute, a visualisation can have only one metric",
80
+ "dashboard.bucket.category_columns_warning": "Cannot add columns: limit is {oldLimit} metrics and {oldRowsLimit} rows. Follow the limits to add more",
111
81
  "dashboard.bucket.category_measures_rows_warning": "To add up to {limit} more, remove all items from columns section",
112
- "dashboard.bucket.category_category_by_warning._measure": "To view by, a visualisation can have only one measure",
113
- "dashboard.bucket.category_category_by_warning._metric": "To view by, a visualisation can have only one metric",
114
- "dashboard.bucket.category_segment_by_warning._measure": "To segment by, a visualisation can have only one measure",
115
- "dashboard.bucket.category_segment_by_warning._metric": "To segment by, a visualisation can have only one metric",
116
- "dashboard.bucket.measures_title.table._measure": "Measures",
117
- "dashboard.bucket.measures_title.table._metric": "Metrics",
118
- "dashboard.bucket.measures_title.sankey._measure": "MEASURE",
119
- "dashboard.bucket.measures_title.sankey._metric": "METRIC",
120
- "dashboard.bucket.measures_title.dependencywheel._measure": "MEASURE",
121
- "dashboard.bucket.measures_title.dependencywheel._metric": "METRIC",
82
+ "dashboard.bucket.category_category_by_warning": "To view by, a visualisation can have only one metric",
83
+ "dashboard.bucket.category_segment_by_warning": "To segment by, a visualisation can have only one metric",
84
+ "dashboard.bucket.measures_title.table": "Metrics",
85
+ "dashboard.bucket.measures_title.sankey": "METRIC",
86
+ "dashboard.bucket.measures_title.dependencywheel": "METRIC",
122
87
  "dashboard.bucket.attribute_title.table": "Rows",
123
88
  "dashboard.bucket.columns_title.table": "Columns",
124
89
  "dashboard.bucket.attribute_title.repeater": "Rows",
125
90
  "dashboard.bucket.view_title.repeater": "View by",
126
91
  "dashboard.bucket.columns_title.repeater": "Columns",
127
- "dashboard.error.missing_primary_bucket_item.heading._measure": "No primary measure in your visualisation",
128
- "dashboard.error.missing_primary_bucket_item.heading._metric": "No primary metric in your visualisation",
129
- "dashboard.error.missing_primary_bucket_item.text._measure": "Add a primary measure to your visualisation, or switch to table.\nOnce done, you'll be able to save it.",
130
- "dashboard.error.missing_primary_bucket_item.text._metric": "Add a primary metric to your visualisation, or switch to table.\nOnce done, you'll be able to save it.",
92
+ "dashboard.error.missing_primary_bucket_item.heading": "No primary metric in your visualisation",
93
+ "dashboard.error.missing_primary_bucket_item.text": "Add a primary metric to your visualisation, or switch to table.\nOnce done, you'll be able to save it.",
131
94
  "dashboard.xirr.error.invalid_buckets.heading": "Incomplete configuration",
132
- "dashboard.xirr.error.invalid_buckets.text._measure": "Ensure you have selected one measure and one date attribute",
133
- "dashboard.xirr.error.invalid_buckets.text._metric": "Ensure you have selected one metric and one date attribute",
95
+ "dashboard.xirr.error.invalid_buckets.text": "Ensure you have selected one metric and one date attribute",
134
96
  "properties.unsupported": "This visualisation doesn't support configuration",
135
97
  "properties.config.not_applicable": "Configuration Panel is not applicable for this configuration of the visualisation",
136
98
  "properties.not_applicable": "Property is not applicable for this configuration of the visualisation",
@@ -195,8 +157,7 @@
195
157
  "properties.axis.rotation": "Rotation",
196
158
  "properties.axis.format": "Format",
197
159
  "properties.axis.format.inherit": "inherit",
198
- "properties.axis.format.info.inherit._measure": "The format is inherited from the first measure in the visualisation.",
199
- "properties.axis.format.info.inherit._metric": "The format is inherited from the first metric in the visualisation.",
160
+ "properties.axis.format.info.inherit": "The format is inherited from the first metric in the visualisation.",
200
161
  "properties.axis.name": "name",
201
162
  "properties.axis.name.position": "Position",
202
163
  "properties.axis.name.position.left": "left",
@@ -252,20 +213,15 @@
252
213
  "properties.colors": "Colours",
253
214
  "properties.colors.unsupported": "There are no colours for this configuration of the visualisation.",
254
215
  "export_unsupported.colors": "The visualisation is not compatible with custom colours. To open the visualisation as a report, click Reset Colours in Configuration —> Colours.",
255
- "dashboard.bucket.measures_title.bullet._measure": "Measure",
256
- "dashboard.bucket.measures_title.bullet._metric": "Metric",
257
- "dashboard.bucket.secondary_measures_title.bullet._measure": "Measure",
258
- "dashboard.bucket.secondary_measures_title.bullet._metric": "Metric",
259
- "dashboard.bucket.tertiary_measures_title.bullet._measure": "Measure",
260
- "dashboard.bucket.tertiary_measures_title.bullet._metric": "Metric",
216
+ "dashboard.bucket.measures_title.bullet": "Metric",
217
+ "dashboard.bucket.secondary_measures_title.bullet": "Metric",
218
+ "dashboard.bucket.tertiary_measures_title.bullet": "Metric",
261
219
  "dashboard.bucket.measures_subtitle.bullet": "Primary",
262
220
  "dashboard.bucket.secondary_measures_subtitle.bullet": "Target",
263
221
  "dashboard.bucket.tertiary_measures_subtitle.bullet": "Comparative",
264
222
  "sorting.disabled.explanation.attribute": "Sorting is not possible for this visualisation configuration.",
265
- "sorting.disabled.explanation.measure._measure": "You must add at least one attribute to sort the visualisation. You can also adjust the position of items in the Measures section to change their position in the visualisation.",
266
- "sorting.disabled.explanation.measure._metric": "You must add at least one attribute to sort the visualisation. You can also adjust the position of items in the Metrics section to change their position in the visualisation.",
267
- "properties.metrics.title._measure": "Measures",
268
- "properties.metrics.title._metric": "Metrics",
223
+ "sorting.disabled.explanation.measure": "You must add at least one attribute to sort the visualisation. You can also adjust the position of items in the Metrics section to change their position in the visualisation.",
224
+ "properties.metrics.title": "Metrics",
269
225
  "properties.metrics.position": "Position",
270
226
  "properties.metrics.position.columns": "columns (default)",
271
227
  "properties.metrics.position.rows": "rows",
@@ -283,14 +239,10 @@
283
239
  "properties.comparison.calculationType.as.ratio": "Ratio",
284
240
  "properties.comparison.calculationType.as.difference": "Difference",
285
241
  "properties.comparison.calculationType.as.changeDifference": "Change (difference)",
286
- "properties.comparison.calculationType.as.change.tooltip.useIn._metric": "Calculates the relative change between primary and secondary metric values.",
287
- "properties.comparison.calculationType.as.change.tooltip.useIn._measure": "Calculates the relative change between primary and secondary measure values.",
288
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._metric": "Quantifies the share of the primary metric value in the secondary metric value.",
289
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._measure": "Quantifies the share of the primary measure value in the secondary measure value.",
290
- "properties.comparison.calculationType.as.difference.tooltip.useIn._metric": "Calculates the absolute difference between primary and secondary metric values.",
291
- "properties.comparison.calculationType.as.difference.tooltip.useIn._measure": "Calculates the absolute difference between primary and secondary measure values.",
292
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._metric": "Calculates both the relative change and absolute difference between primary and secondary metric values.",
293
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._measure": "Calculates both the relative change and absolute difference between primary and secondary measure values.",
242
+ "properties.comparison.calculationType.as.change.tooltip.useIn": "Calculates the relative change between primary and secondary metric values.",
243
+ "properties.comparison.calculationType.as.ratio.tooltip.useIn": "Quantifies the share of the primary metric value in the secondary metric value.",
244
+ "properties.comparison.calculationType.as.difference.tooltip.useIn": "Calculates the absolute difference between primary and secondary metric values.",
245
+ "properties.comparison.calculationType.as.changeDifference.tooltip.useIn": "Calculates both the relative change and absolute difference between primary and secondary metric values.",
294
246
  "properties.comparison.calculationType.tooltip.formula.section": "Formula",
295
247
  "properties.comparison.calculationType.tooltip.formulaChange.section": "Formula (relative change)",
296
248
  "properties.comparison.calculationType.tooltip.formulaDifference.section": "Formula (absolute difference)",
@@ -1,48 +1,30 @@
1
1
  export declare const en_GB: {
2
2
  or: string;
3
- "dashboard.bucket.measures_title.column._measure": string;
4
- "dashboard.bucket.measures_title.column._metric": string;
5
- "dashboard.bucket.measures_title.bar._measure": string;
6
- "dashboard.bucket.measures_title.bar._metric": string;
7
- "dashboard.bucket.measures_title.line._measure": string;
8
- "dashboard.bucket.measures_title.line._metric": string;
9
- "dashboard.bucket.measures_title.area._measure": string;
10
- "dashboard.bucket.measures_title.area._metric": string;
11
- "dashboard.bucket.measures_title.pie._measure": string;
12
- "dashboard.bucket.measures_title.pie._metric": string;
13
- "dashboard.bucket.measures_title.funnel._measure": string;
14
- "dashboard.bucket.measures_title.funnel._metric": string;
15
- "dashboard.bucket.measures_title.pyramid._measure": string;
16
- "dashboard.bucket.measures_title.pyramid._metric": string;
17
- "dashboard.bucket.measures_title.treemap._measure": string;
18
- "dashboard.bucket.measures_title.treemap._metric": string;
19
- "dashboard.bucket.measures_title.donut._measure": string;
20
- "dashboard.bucket.measures_title.donut._metric": string;
21
- "dashboard.bucket.measures_title.heatmap._measure": string;
22
- "dashboard.bucket.measures_title.heatmap._metric": string;
23
- "dashboard.bucket.measures_title.headline._measure": string;
24
- "dashboard.bucket.measures_title.headline._metric": string;
3
+ "dashboard.bucket.measures_title.column": string;
4
+ "dashboard.bucket.measures_title.bar": string;
5
+ "dashboard.bucket.measures_title.line": string;
6
+ "dashboard.bucket.measures_title.area": string;
7
+ "dashboard.bucket.measures_title.pie": string;
8
+ "dashboard.bucket.measures_title.funnel": string;
9
+ "dashboard.bucket.measures_title.pyramid": string;
10
+ "dashboard.bucket.measures_title.treemap": string;
11
+ "dashboard.bucket.measures_title.donut": string;
12
+ "dashboard.bucket.measures_title.heatmap": string;
13
+ "dashboard.bucket.measures_title.headline": string;
25
14
  "dashboard.bucket.measures_subtitle.headline": string;
26
- "dashboard.bucket.secondary_measures_title.headline._measure": string;
27
- "dashboard.bucket.secondary_measures_title.headline._metric": string;
15
+ "dashboard.bucket.secondary_measures_title.headline": string;
28
16
  "dashboard.bucket.secondary_measures_subtitle.headline": string;
29
- "dashboard.bucket.measures_title.scatter._measure": string;
30
- "dashboard.bucket.measures_title.scatter._metric": string;
31
- "dashboard.bucket.secondary_measures_title.scatter._measure": string;
32
- "dashboard.bucket.secondary_measures_title.scatter._metric": string;
17
+ "dashboard.bucket.measures_title.scatter": string;
18
+ "dashboard.bucket.secondary_measures_title.scatter": string;
33
19
  "dashboard.bucket.measures_subtitle.scatter": string;
34
20
  "dashboard.bucket.secondary_measures_subtitle.scatter": string;
35
21
  "dashboard.bucket.attribute_title.scatter": string;
36
- "dashboard.bucket.measures_title.combo._measure": string;
37
- "dashboard.bucket.measures_title.combo._metric": string;
22
+ "dashboard.bucket.measures_title.combo": string;
38
23
  "dashboard.bucket.measures_subtitle.combo": string;
39
- "dashboard.bucket.secondary_measures_title.combo._measure": string;
40
- "dashboard.bucket.secondary_measures_title.combo._metric": string;
24
+ "dashboard.bucket.secondary_measures_title.combo": string;
41
25
  "dashboard.bucket.secondary_measures_subtitle.combo": string;
42
- "dashboard.bucket.measures_title.xirr._measure": string;
43
- "dashboard.bucket.measures_title.xirr._metric": string;
44
- "dashboard.bucket.measures_title.waterfall._measure": string;
45
- "dashboard.bucket.measures_title.waterfall._metric": string;
26
+ "dashboard.bucket.measures_title.xirr": string;
27
+ "dashboard.bucket.measures_title.waterfall": string;
46
28
  "dashboard.bucket.attribute_title.xirr": string;
47
29
  "dashboard.bucket.attribute_from_title.sankey": string;
48
30
  "dashboard.bucket.attribute_from_subtitle.sankey": string;
@@ -55,21 +37,16 @@ export declare const en_GB: {
55
37
  "dashboard.bucket.combo.subtitle.column": string;
56
38
  "dashboard.bucket.combo.subtitle.line": string;
57
39
  "dashboard.bucket.combo.subtitle.area": string;
58
- "dashboard.bucket.measures_title.bubble._measure": string;
59
- "dashboard.bucket.measures_title.bubble._metric": string;
60
- "dashboard.bucket.secondary_measures_title.bubble._measure": string;
61
- "dashboard.bucket.secondary_measures_title.bubble._metric": string;
62
- "dashboard.bucket.tertiary_measures_title.bubble._measure": string;
63
- "dashboard.bucket.tertiary_measures_title.bubble._metric": string;
40
+ "dashboard.bucket.measures_title.bubble": string;
41
+ "dashboard.bucket.secondary_measures_title.bubble": string;
42
+ "dashboard.bucket.tertiary_measures_title.bubble": string;
64
43
  "dashboard.bucket.measures_subtitle.bubble": string;
65
44
  "dashboard.bucket.secondary_measures_subtitle.bubble": string;
66
45
  "dashboard.bucket.tertiary_measures_subtitle.bubble": string;
67
46
  "dashboard.bucket.location_title.pushpin": string;
68
- "dashboard.bucket.size_title.pushpin._measure": string;
69
- "dashboard.bucket.size_title.pushpin._metric": string;
47
+ "dashboard.bucket.size_title.pushpin": string;
70
48
  "dashboard.bucket.size_subtitle.pushpin": string;
71
- "dashboard.bucket.color_title.pushpin._measure": string;
72
- "dashboard.bucket.color_title.pushpin._metric": string;
49
+ "dashboard.bucket.color_title.pushpin": string;
73
50
  "dashboard.bucket.color_subtitle.pushpin": string;
74
51
  "dashboard.bucket.view_title.bubble": string;
75
52
  "dashboard.bucket.view_title.pie": string;
@@ -92,45 +69,30 @@ export declare const en_GB: {
92
69
  "dashboard.bucket.segment_title.line": string;
93
70
  "dashboard.bucket.segment_title.treemap": string;
94
71
  "dashboard.bucket.segment_title.pushpin": string;
95
- "dashboard.bucket.metric_segment_by_warning._measure": string;
96
- "dashboard.bucket.metric_segment_by_warning._metric": string;
97
- "dashboard.bucket.metric_stack_by_warning._measure": string;
98
- "dashboard.bucket.metric_stack_by_warning._metric": string;
99
- "dashboard.bucket.metric_view_by_warning._measure": string;
100
- "dashboard.bucket.metric_view_by_warning._metric": string;
101
- "dashboard.bucket.category_view_by_warning._measure": string;
102
- "dashboard.bucket.category_view_by_warning._metric": string;
72
+ "dashboard.bucket.metric_segment_by_warning": string;
73
+ "dashboard.bucket.metric_stack_by_warning": string;
74
+ "dashboard.bucket.metric_view_by_warning": string;
75
+ "dashboard.bucket.category_view_by_warning": string;
103
76
  "dashboard.bucket.view_stack_by_warning": string;
104
- "dashboard.bucket.category_stack_by_warning._measure": string;
105
- "dashboard.bucket.category_stack_by_warning._metric": string;
77
+ "dashboard.bucket.category_stack_by_warning": string;
106
78
  "dashboard.bucket.stack_view_by_warning": string;
107
- "dashboard.bucket.measure_stack_by_warning._measure": string;
108
- "dashboard.bucket.measure_stack_by_warning._metric": string;
109
- "dashboard.bucket.category_columns_warning._measure": string;
110
- "dashboard.bucket.category_columns_warning._metric": string;
79
+ "dashboard.bucket.measure_stack_by_warning": string;
80
+ "dashboard.bucket.category_columns_warning": string;
111
81
  "dashboard.bucket.category_measures_rows_warning": string;
112
- "dashboard.bucket.category_category_by_warning._measure": string;
113
- "dashboard.bucket.category_category_by_warning._metric": string;
114
- "dashboard.bucket.category_segment_by_warning._measure": string;
115
- "dashboard.bucket.category_segment_by_warning._metric": string;
116
- "dashboard.bucket.measures_title.table._measure": string;
117
- "dashboard.bucket.measures_title.table._metric": string;
118
- "dashboard.bucket.measures_title.sankey._measure": string;
119
- "dashboard.bucket.measures_title.sankey._metric": string;
120
- "dashboard.bucket.measures_title.dependencywheel._measure": string;
121
- "dashboard.bucket.measures_title.dependencywheel._metric": string;
82
+ "dashboard.bucket.category_category_by_warning": string;
83
+ "dashboard.bucket.category_segment_by_warning": string;
84
+ "dashboard.bucket.measures_title.table": string;
85
+ "dashboard.bucket.measures_title.sankey": string;
86
+ "dashboard.bucket.measures_title.dependencywheel": string;
122
87
  "dashboard.bucket.attribute_title.table": string;
123
88
  "dashboard.bucket.columns_title.table": string;
124
89
  "dashboard.bucket.attribute_title.repeater": string;
125
90
  "dashboard.bucket.view_title.repeater": string;
126
91
  "dashboard.bucket.columns_title.repeater": string;
127
- "dashboard.error.missing_primary_bucket_item.heading._measure": string;
128
- "dashboard.error.missing_primary_bucket_item.heading._metric": string;
129
- "dashboard.error.missing_primary_bucket_item.text._measure": string;
130
- "dashboard.error.missing_primary_bucket_item.text._metric": string;
92
+ "dashboard.error.missing_primary_bucket_item.heading": string;
93
+ "dashboard.error.missing_primary_bucket_item.text": string;
131
94
  "dashboard.xirr.error.invalid_buckets.heading": string;
132
- "dashboard.xirr.error.invalid_buckets.text._measure": string;
133
- "dashboard.xirr.error.invalid_buckets.text._metric": string;
95
+ "dashboard.xirr.error.invalid_buckets.text": string;
134
96
  "properties.unsupported": string;
135
97
  "properties.config.not_applicable": string;
136
98
  "properties.not_applicable": string;
@@ -195,8 +157,7 @@ export declare const en_GB: {
195
157
  "properties.axis.rotation": string;
196
158
  "properties.axis.format": string;
197
159
  "properties.axis.format.inherit": string;
198
- "properties.axis.format.info.inherit._measure": string;
199
- "properties.axis.format.info.inherit._metric": string;
160
+ "properties.axis.format.info.inherit": string;
200
161
  "properties.axis.name": string;
201
162
  "properties.axis.name.position": string;
202
163
  "properties.axis.name.position.left": string;
@@ -252,20 +213,15 @@ export declare const en_GB: {
252
213
  "properties.colors": string;
253
214
  "properties.colors.unsupported": string;
254
215
  "export_unsupported.colors": string;
255
- "dashboard.bucket.measures_title.bullet._measure": string;
256
- "dashboard.bucket.measures_title.bullet._metric": string;
257
- "dashboard.bucket.secondary_measures_title.bullet._measure": string;
258
- "dashboard.bucket.secondary_measures_title.bullet._metric": string;
259
- "dashboard.bucket.tertiary_measures_title.bullet._measure": string;
260
- "dashboard.bucket.tertiary_measures_title.bullet._metric": string;
216
+ "dashboard.bucket.measures_title.bullet": string;
217
+ "dashboard.bucket.secondary_measures_title.bullet": string;
218
+ "dashboard.bucket.tertiary_measures_title.bullet": string;
261
219
  "dashboard.bucket.measures_subtitle.bullet": string;
262
220
  "dashboard.bucket.secondary_measures_subtitle.bullet": string;
263
221
  "dashboard.bucket.tertiary_measures_subtitle.bullet": string;
264
222
  "sorting.disabled.explanation.attribute": string;
265
- "sorting.disabled.explanation.measure._measure": string;
266
- "sorting.disabled.explanation.measure._metric": string;
267
- "properties.metrics.title._measure": string;
268
- "properties.metrics.title._metric": string;
223
+ "sorting.disabled.explanation.measure": string;
224
+ "properties.metrics.title": string;
269
225
  "properties.metrics.position": string;
270
226
  "properties.metrics.position.columns": string;
271
227
  "properties.metrics.position.rows": string;
@@ -283,14 +239,10 @@ export declare const en_GB: {
283
239
  "properties.comparison.calculationType.as.ratio": string;
284
240
  "properties.comparison.calculationType.as.difference": string;
285
241
  "properties.comparison.calculationType.as.changeDifference": string;
286
- "properties.comparison.calculationType.as.change.tooltip.useIn._metric": string;
287
- "properties.comparison.calculationType.as.change.tooltip.useIn._measure": string;
288
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._metric": string;
289
- "properties.comparison.calculationType.as.ratio.tooltip.useIn._measure": string;
290
- "properties.comparison.calculationType.as.difference.tooltip.useIn._metric": string;
291
- "properties.comparison.calculationType.as.difference.tooltip.useIn._measure": string;
292
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._metric": string;
293
- "properties.comparison.calculationType.as.changeDifference.tooltip.useIn._measure": string;
242
+ "properties.comparison.calculationType.as.change.tooltip.useIn": string;
243
+ "properties.comparison.calculationType.as.ratio.tooltip.useIn": string;
244
+ "properties.comparison.calculationType.as.difference.tooltip.useIn": string;
245
+ "properties.comparison.calculationType.as.changeDifference.tooltip.useIn": string;
294
246
  "properties.comparison.calculationType.tooltip.formula.section": string;
295
247
  "properties.comparison.calculationType.tooltip.formulaChange.section": string;
296
248
  "properties.comparison.calculationType.tooltip.formulaDifference.section": string;
@@ -1 +1 @@
1
- {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyiBjB,CAAC"}
1
+ {"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyfjB,CAAC"}