@gooddata/sdk-ui-ext 11.47.0-alpha.1 → 11.47.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +5 -5
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts +2 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.js +37 -17
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts +2 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.js +2 -2
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +4 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.js +5 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts +16 -0
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.js +22 -0
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts +21 -0
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.js +64 -0
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +10 -0
- package/esm/internal/constants/featureFlags.d.ts +2 -0
- package/esm/internal/constants/featureFlags.d.ts.map +1 -1
- package/esm/internal/constants/featureFlags.js +5 -0
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +3 -0
- package/esm/internal/interfaces/Colors.d.ts +3 -0
- package/esm/internal/interfaces/Colors.d.ts.map +1 -1
- package/esm/internal/interfaces/Colors.js +1 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/de-DE.localization-bundle.js +18 -0
- package/esm/internal/translations/en-AU.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-AU.localization-bundle.js +18 -0
- package/esm/internal/translations/en-GB.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-GB.localization-bundle.js +18 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts +48 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +48 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-419.localization-bundle.js +18 -0
- package/esm/internal/translations/es-ES.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-ES.localization-bundle.js +18 -0
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fi-FI.localization-bundle.js +18 -0
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-CA.localization-bundle.js +18 -0
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-FR.localization-bundle.js +18 -0
- package/esm/internal/translations/id-ID.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/id-ID.localization-bundle.js +18 -0
- package/esm/internal/translations/it-IT.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/it-IT.localization-bundle.js +18 -0
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ja-JP.localization-bundle.js +18 -0
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ko-KR.localization-bundle.js +18 -0
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/nl-NL.localization-bundle.js +18 -0
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pl-PL.localization-bundle.js +18 -0
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-BR.localization-bundle.js +18 -0
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-PT.localization-bundle.js +18 -0
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ru-RU.localization-bundle.js +18 -0
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/sl-SI.localization-bundle.js +18 -0
- package/esm/internal/translations/th-TH.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/th-TH.localization-bundle.js +18 -0
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/tr-TR.localization-bundle.js +18 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.js +18 -0
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/vi-VN.localization-bundle.js +18 -0
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-HK.localization-bundle.js +18 -0
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.js +18 -0
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +18 -0
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.js +18 -0
- package/esm/internal/utils/colors.d.ts +3 -1
- package/esm/internal/utils/colors.d.ts.map +1 -1
- package/esm/internal/utils/colors.js +68 -32
- package/esm/locales.d.ts +36 -0
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +12 -0
- package/esm/sdk-ui-ext.d.ts +19 -5
- package/esm/share/ObjectShareDialog.d.ts.map +1 -1
- package/esm/share/ObjectShareDialog.js +2 -2
- package/esm/share/objectShareController.helpers.d.ts +20 -6
- package/esm/share/objectShareController.helpers.d.ts.map +1 -1
- package/esm/share/objectShareController.helpers.js +40 -9
- package/esm/share/objectShareController.types.d.ts +15 -4
- package/esm/share/objectShareController.types.d.ts.map +1 -1
- package/esm/share/useAccessList.d.ts +0 -1
- package/esm/share/useAccessList.d.ts.map +1 -1
- package/esm/share/useAccessList.js +74 -83
- package/esm/share/useObjectShareController.d.ts +3 -1
- package/esm/share/useObjectShareController.d.ts.map +1 -1
- package/esm/share/useObjectShareController.js +12 -19
- package/package.json +21 -21
- package/styles/internal/css/config_panel.css +82 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/config_panel.scss +94 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const de_DE = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "sekundär",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metrik",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metrik",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metrik",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metrik",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Breite",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Höhe",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Anzeigen nach",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Stapeln nach",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-Achse",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-Achse",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Anzeigen nach",
|
|
@@ -276,6 +282,18 @@ export const de_DE = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Farben zurücksetzen",
|
|
277
283
|
"properties.colors": "Farben",
|
|
278
284
|
"properties.colorsAndFills": "Farben und Füllungen",
|
|
285
|
+
"properties.colorsAndStyles": "Farben und Stile",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Farben und Stile zurücksetzen",
|
|
287
|
+
"properties.lineStyle.label": "Linienstil",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Farbe und Stil für {name} bearbeiten",
|
|
289
|
+
"properties.lineStyle.solid": "Durchgezogen",
|
|
290
|
+
"properties.lineStyle.dashed": "Gestrichelt",
|
|
291
|
+
"properties.lineStyle.dotted": "Gepunktet",
|
|
292
|
+
"properties.lineWidth.label": "Linienstärke",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Füllen",
|
|
280
298
|
"properties.fill.solid": "fest (Standard)",
|
|
281
299
|
"properties.fill.pattern": "muster",
|
|
@@ -16,6 +16,12 @@ export declare const en_AU: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const en_AU: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const en_AU = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secondary",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metric",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metric",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metric",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metric",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Width",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Height",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "View by",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Stack by",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-axis",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-axis",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "View by",
|
|
@@ -276,6 +282,18 @@ export const en_AU = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Reset Colours",
|
|
277
283
|
"properties.colors": "Colours",
|
|
278
284
|
"properties.colorsAndFills": "Colours and fills",
|
|
285
|
+
"properties.colorsAndStyles": "Colours and styles",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Reset Colours and styles",
|
|
287
|
+
"properties.lineStyle.label": "Line style",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Edit colour and style for {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Solid",
|
|
290
|
+
"properties.lineStyle.dashed": "Dashed",
|
|
291
|
+
"properties.lineStyle.dotted": "Dotted",
|
|
292
|
+
"properties.lineWidth.label": "Line weight",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Fill",
|
|
280
298
|
"properties.fill.solid": "solid (default)",
|
|
281
299
|
"properties.fill.pattern": "pattern",
|
|
@@ -16,6 +16,12 @@ export declare const en_GB: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const en_GB: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": 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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const en_GB = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secondary",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metric",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metric",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metric",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metric",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Width",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Height",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "View by",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Stack by",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-axis",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-axis",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "View by",
|
|
@@ -276,6 +282,18 @@ export const en_GB = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Reset Colours",
|
|
277
283
|
"properties.colors": "Colours",
|
|
278
284
|
"properties.colorsAndFills": "Colours and fills",
|
|
285
|
+
"properties.colorsAndStyles": "Colours and styles",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Reset colours and styles",
|
|
287
|
+
"properties.lineStyle.label": "Line style",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Edit colour and style for {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Solid",
|
|
290
|
+
"properties.lineStyle.dashed": "Dashed",
|
|
291
|
+
"properties.lineStyle.dotted": "Dotted",
|
|
292
|
+
"properties.lineWidth.label": "Line weight",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Fill",
|
|
280
298
|
"properties.fill.solid": "solid (default)",
|
|
281
299
|
"properties.fill.pattern": "pattern",
|
|
@@ -1123,6 +1123,54 @@ export declare const en_US: {
|
|
|
1123
1123
|
text: string;
|
|
1124
1124
|
crowdinContext: string;
|
|
1125
1125
|
};
|
|
1126
|
+
"properties.colorsAndStyles": {
|
|
1127
|
+
text: string;
|
|
1128
|
+
crowdinContext: string;
|
|
1129
|
+
};
|
|
1130
|
+
"properties.colors.reset-colors-and-styles": {
|
|
1131
|
+
text: string;
|
|
1132
|
+
crowdinContext: string;
|
|
1133
|
+
};
|
|
1134
|
+
"properties.lineStyle.label": {
|
|
1135
|
+
text: string;
|
|
1136
|
+
crowdinContext: string;
|
|
1137
|
+
};
|
|
1138
|
+
"properties.lineStyle.triggerAriaLabel": {
|
|
1139
|
+
text: string;
|
|
1140
|
+
crowdinContext: string;
|
|
1141
|
+
};
|
|
1142
|
+
"properties.lineStyle.solid": {
|
|
1143
|
+
text: string;
|
|
1144
|
+
crowdinContext: string;
|
|
1145
|
+
};
|
|
1146
|
+
"properties.lineStyle.dashed": {
|
|
1147
|
+
text: string;
|
|
1148
|
+
crowdinContext: string;
|
|
1149
|
+
};
|
|
1150
|
+
"properties.lineStyle.dotted": {
|
|
1151
|
+
text: string;
|
|
1152
|
+
crowdinContext: string;
|
|
1153
|
+
};
|
|
1154
|
+
"properties.lineWidth.label": {
|
|
1155
|
+
text: string;
|
|
1156
|
+
crowdinContext: string;
|
|
1157
|
+
};
|
|
1158
|
+
"properties.lineWidth.1px": {
|
|
1159
|
+
text: string;
|
|
1160
|
+
crowdinContext: string;
|
|
1161
|
+
};
|
|
1162
|
+
"properties.lineWidth.2px": {
|
|
1163
|
+
text: string;
|
|
1164
|
+
crowdinContext: string;
|
|
1165
|
+
};
|
|
1166
|
+
"properties.lineWidth.3px": {
|
|
1167
|
+
text: string;
|
|
1168
|
+
crowdinContext: string;
|
|
1169
|
+
};
|
|
1170
|
+
"properties.lineWidth.4px": {
|
|
1171
|
+
text: string;
|
|
1172
|
+
crowdinContext: string;
|
|
1173
|
+
};
|
|
1126
1174
|
"properties.fill": {
|
|
1127
1175
|
text: string;
|
|
1128
1176
|
crowdinContext: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6nFjB,CAAC"}
|
|
@@ -1125,6 +1125,54 @@ export const en_US = {
|
|
|
1125
1125
|
"text": "Colors and fills",
|
|
1126
1126
|
"crowdinContext": "Label for colors configuration section"
|
|
1127
1127
|
},
|
|
1128
|
+
"properties.colorsAndStyles": {
|
|
1129
|
+
"text": "Colors and styles",
|
|
1130
|
+
"crowdinContext": "Label for colors and line styles configuration section on line charts"
|
|
1131
|
+
},
|
|
1132
|
+
"properties.colors.reset-colors-and-styles": {
|
|
1133
|
+
"text": "Reset Colors and styles",
|
|
1134
|
+
"crowdinContext": "Button to reset colors and line styles to default values on line charts"
|
|
1135
|
+
},
|
|
1136
|
+
"properties.lineStyle.label": {
|
|
1137
|
+
"text": "Line style",
|
|
1138
|
+
"crowdinContext": "Accessible label for the line style dropdown in the series configuration toolbar"
|
|
1139
|
+
},
|
|
1140
|
+
"properties.lineStyle.triggerAriaLabel": {
|
|
1141
|
+
"text": "Edit color and style for {name}",
|
|
1142
|
+
"crowdinContext": "Accessible label for the button that opens the color and line style dialog for a specific series. {name} is the series/measure name."
|
|
1143
|
+
},
|
|
1144
|
+
"properties.lineStyle.solid": {
|
|
1145
|
+
"text": "Solid",
|
|
1146
|
+
"crowdinContext": "Line style option: solid line"
|
|
1147
|
+
},
|
|
1148
|
+
"properties.lineStyle.dashed": {
|
|
1149
|
+
"text": "Dashed",
|
|
1150
|
+
"crowdinContext": "Line style option: dashed line"
|
|
1151
|
+
},
|
|
1152
|
+
"properties.lineStyle.dotted": {
|
|
1153
|
+
"text": "Dotted",
|
|
1154
|
+
"crowdinContext": "Line style option: dotted line"
|
|
1155
|
+
},
|
|
1156
|
+
"properties.lineWidth.label": {
|
|
1157
|
+
"text": "Line weight",
|
|
1158
|
+
"crowdinContext": "Accessible label for the line weight dropdown in the series configuration toolbar"
|
|
1159
|
+
},
|
|
1160
|
+
"properties.lineWidth.1px": {
|
|
1161
|
+
"text": "1 px",
|
|
1162
|
+
"crowdinContext": "Line weight option: 1 pixel"
|
|
1163
|
+
},
|
|
1164
|
+
"properties.lineWidth.2px": {
|
|
1165
|
+
"text": "2 px",
|
|
1166
|
+
"crowdinContext": "Line weight option: 2 pixels"
|
|
1167
|
+
},
|
|
1168
|
+
"properties.lineWidth.3px": {
|
|
1169
|
+
"text": "3 px",
|
|
1170
|
+
"crowdinContext": "Line weight option: 3 pixels (default)"
|
|
1171
|
+
},
|
|
1172
|
+
"properties.lineWidth.4px": {
|
|
1173
|
+
"text": "4 px",
|
|
1174
|
+
"crowdinContext": "Line weight option: 4 pixels"
|
|
1175
|
+
},
|
|
1128
1176
|
"properties.fill": {
|
|
1129
1177
|
"text": "Fill",
|
|
1130
1178
|
"crowdinContext": "Label for a checkbox that enables usages of pattern fill instead of solid colors in charts"
|
|
@@ -16,6 +16,12 @@ export declare const es_419: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const es_419: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBlB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const es_419 = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secundario",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Métrica",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Métrica",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Métrica",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Métrica",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Ancho",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Altura",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Ver por",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Apilar por",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Eje X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Eje Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Ver por",
|
|
@@ -276,6 +282,18 @@ export const es_419 = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Restablecer colores",
|
|
277
283
|
"properties.colors": "Colores",
|
|
278
284
|
"properties.colorsAndFills": "Colores y rellenos",
|
|
285
|
+
"properties.colorsAndStyles": "Colores y estilos",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Restablecer colores y estilos",
|
|
287
|
+
"properties.lineStyle.label": "Estilo de línea",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Editar color y estilo de {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Sólida",
|
|
290
|
+
"properties.lineStyle.dashed": "Discontinua",
|
|
291
|
+
"properties.lineStyle.dotted": "Punteada",
|
|
292
|
+
"properties.lineWidth.label": "Grosor de línea",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Relleno",
|
|
280
298
|
"properties.fill.solid": "sólido (por defecto)",
|
|
281
299
|
"properties.fill.pattern": "patrón",
|
|
@@ -16,6 +16,12 @@ export declare const es_ES: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const es_ES: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const es_ES = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secundario",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Métrica",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Métrica",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Métrica",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Métrica",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Ancho",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Altura",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Ver por",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Apilar por",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Eje X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Eje Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Ver por",
|
|
@@ -276,6 +282,18 @@ export const es_ES = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Restablecer colores",
|
|
277
283
|
"properties.colors": "Colores",
|
|
278
284
|
"properties.colorsAndFills": "Colores y rellenos",
|
|
285
|
+
"properties.colorsAndStyles": "Colores y estilos",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Restablecer colores y estilos",
|
|
287
|
+
"properties.lineStyle.label": "Estilo de línea",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Editar color y estilo de {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Sólida",
|
|
290
|
+
"properties.lineStyle.dashed": "Discontinua",
|
|
291
|
+
"properties.lineStyle.dotted": "Punteada",
|
|
292
|
+
"properties.lineWidth.label": "Grosor de línea",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Relleno",
|
|
280
298
|
"properties.fill.solid": "sólido (por defecto)",
|
|
281
299
|
"properties.fill.pattern": "patrón",
|
|
@@ -16,6 +16,12 @@ export declare const fi_FI: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const fi_FI: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const fi_FI = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "toissijainen",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metriikka",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metriikka",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metriikka",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metriikka",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Leveys",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Korkeus",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Näytä",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Pinota",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-akseli",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-akseli",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Näytä",
|
|
@@ -276,6 +282,18 @@ export const fi_FI = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Nollaa värit",
|
|
277
283
|
"properties.colors": "Värit",
|
|
278
284
|
"properties.colorsAndFills": "Värit ja täytteet",
|
|
285
|
+
"properties.colorsAndStyles": "Värit ja tyylit",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Palauta värit ja tyylit",
|
|
287
|
+
"properties.lineStyle.label": "Viivatyyli",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Muokkaa kohteen {name} väriä ja tyyliä",
|
|
289
|
+
"properties.lineStyle.solid": "Yhtenäinen",
|
|
290
|
+
"properties.lineStyle.dashed": "Katkoviiva",
|
|
291
|
+
"properties.lineStyle.dotted": "Pisteviiva",
|
|
292
|
+
"properties.lineWidth.label": "Viivan paksuus",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Täytä",
|
|
280
298
|
"properties.fill.solid": "kiinteä (oletus)",
|
|
281
299
|
"properties.fill.pattern": "kuvio",
|
|
@@ -16,6 +16,12 @@ export declare const fr_CA: {
|
|
|
16
16
|
"dashboard.bucket.secondary_measures_subtitle.headline": string;
|
|
17
17
|
"dashboard.bucket.measures_title.scatter": string;
|
|
18
18
|
"dashboard.bucket.secondary_measures_title.scatter": string;
|
|
19
|
+
"dashboard.bucket.measures_title.mekko": string;
|
|
20
|
+
"dashboard.bucket.secondary_measures_title.mekko": string;
|
|
21
|
+
"dashboard.bucket.measures_subtitle.mekko": string;
|
|
22
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": string;
|
|
23
|
+
"dashboard.bucket.view_title.mekko": string;
|
|
24
|
+
"dashboard.bucket.stack_title.mekko": string;
|
|
19
25
|
"dashboard.bucket.measures_subtitle.scatter": string;
|
|
20
26
|
"dashboard.bucket.secondary_measures_subtitle.scatter": string;
|
|
21
27
|
"dashboard.bucket.attribute_title.scatter": string;
|
|
@@ -274,6 +280,18 @@ export declare const fr_CA: {
|
|
|
274
280
|
"properties.colors.reset-colors": string;
|
|
275
281
|
"properties.colors": string;
|
|
276
282
|
"properties.colorsAndFills": string;
|
|
283
|
+
"properties.colorsAndStyles": string;
|
|
284
|
+
"properties.colors.reset-colors-and-styles": string;
|
|
285
|
+
"properties.lineStyle.label": string;
|
|
286
|
+
"properties.lineStyle.triggerAriaLabel": string;
|
|
287
|
+
"properties.lineStyle.solid": string;
|
|
288
|
+
"properties.lineStyle.dashed": string;
|
|
289
|
+
"properties.lineStyle.dotted": string;
|
|
290
|
+
"properties.lineWidth.label": string;
|
|
291
|
+
"properties.lineWidth.1px": string;
|
|
292
|
+
"properties.lineWidth.2px": string;
|
|
293
|
+
"properties.lineWidth.3px": string;
|
|
294
|
+
"properties.lineWidth.4px": string;
|
|
277
295
|
"properties.fill": string;
|
|
278
296
|
"properties.fill.solid": string;
|
|
279
297
|
"properties.fill.pattern": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const fr_CA = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secondaire",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Métrique",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Métrique",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Métrique",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Métrique",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Largeur",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Hauteur",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Afficher par",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Empiler par",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Axe X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Axe Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Afficher par",
|
|
@@ -276,6 +282,18 @@ export const fr_CA = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Réinitialiser les couleurs",
|
|
277
283
|
"properties.colors": "Couleurs",
|
|
278
284
|
"properties.colorsAndFills": "Couleurs et remplissages",
|
|
285
|
+
"properties.colorsAndStyles": "Couleurs et styles",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Réinitialiser les couleurs et styles",
|
|
287
|
+
"properties.lineStyle.label": "Style de ligne",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Modifier la couleur et le style de {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Pleine",
|
|
290
|
+
"properties.lineStyle.dashed": "Tiretée",
|
|
291
|
+
"properties.lineStyle.dotted": "Pointillée",
|
|
292
|
+
"properties.lineWidth.label": "Épaisseur de ligne",
|
|
293
|
+
"properties.lineWidth.1px": "1 px",
|
|
294
|
+
"properties.lineWidth.2px": "2 px",
|
|
295
|
+
"properties.lineWidth.3px": "3 px",
|
|
296
|
+
"properties.lineWidth.4px": "4 px",
|
|
279
297
|
"properties.fill": "Remplir",
|
|
280
298
|
"properties.fill.solid": "solide (par défaut)",
|
|
281
299
|
"properties.fill.pattern": "modèle",
|