@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
|
@@ -16,6 +16,12 @@ export declare const fr_FR: {
|
|
|
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_FR: {
|
|
|
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-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const fr_FR = {
|
|
|
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_FR = {
|
|
|
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 les styles",
|
|
287
|
+
"properties.lineStyle.label": "Style de ligne",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Modifier la couleur et le style pour {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Continue",
|
|
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",
|
|
@@ -16,6 +16,12 @@ export declare const id_ID: {
|
|
|
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 id_ID: {
|
|
|
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":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const id_ID = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "sekunder",
|
|
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": "Lebar",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Tinggi",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Lihat berdasarkan",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Tumpuk berdasarkan",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Sumbu-X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Sumbu-Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Lihat berdasarkan",
|
|
@@ -276,6 +282,18 @@ export const id_ID = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Reset Warna",
|
|
277
283
|
"properties.colors": "Warna",
|
|
278
284
|
"properties.colorsAndFills": "Warna dan isian",
|
|
285
|
+
"properties.colorsAndStyles": "Warna dan gaya",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Atur ulang Warna dan gaya",
|
|
287
|
+
"properties.lineStyle.label": "Gaya garis",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Edit warna dan gaya untuk {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Garis penuh",
|
|
290
|
+
"properties.lineStyle.dashed": "Putus-putus",
|
|
291
|
+
"properties.lineStyle.dotted": "Bertitik",
|
|
292
|
+
"properties.lineWidth.label": "Ketebalan garis",
|
|
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": "Isian",
|
|
280
298
|
"properties.fill.solid": "solid (bawaan)",
|
|
281
299
|
"properties.fill.pattern": "pola",
|
|
@@ -16,6 +16,12 @@ export declare const it_IT: {
|
|
|
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 it_IT: {
|
|
|
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":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const it_IT = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secondaria",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metrica",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metrica",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metrica",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metrica",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Larghezza",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Altezza",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Visualizza per",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Impila per",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Asse X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Asse Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Visualizza per",
|
|
@@ -276,6 +282,18 @@ export const it_IT = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Reimposta colori",
|
|
277
283
|
"properties.colors": "Colori",
|
|
278
284
|
"properties.colorsAndFills": "Colori e riempimenti",
|
|
285
|
+
"properties.colorsAndStyles": "Colori e stili",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Reimposta colori e stili",
|
|
287
|
+
"properties.lineStyle.label": "Stile linea",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Modifica colore e stile per {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Continua",
|
|
290
|
+
"properties.lineStyle.dashed": "Tratteggiata",
|
|
291
|
+
"properties.lineStyle.dotted": "Punteggiata",
|
|
292
|
+
"properties.lineWidth.label": "Spessore linea",
|
|
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": "Riempimento",
|
|
280
298
|
"properties.fill.solid": "solido (predefinito)",
|
|
281
299
|
"properties.fill.pattern": "modello",
|
|
@@ -16,6 +16,12 @@ export declare const ja_JP: {
|
|
|
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 ja_JP: {
|
|
|
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":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const ja_JP = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "セカンダリ",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "メトリック",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "メトリック",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "メトリック",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "メトリック",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "幅",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "高さ",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "表示",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "積み上げ",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X軸",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y軸",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "表示",
|
|
@@ -276,6 +282,18 @@ export const ja_JP = {
|
|
|
276
282
|
"properties.colors.reset-colors": "色をリセット",
|
|
277
283
|
"properties.colors": "色",
|
|
278
284
|
"properties.colorsAndFills": "色と塗りつぶし",
|
|
285
|
+
"properties.colorsAndStyles": "色とスタイル",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "色とスタイルをリセット",
|
|
287
|
+
"properties.lineStyle.label": "線のスタイル",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "{name}の色とスタイルを編集",
|
|
289
|
+
"properties.lineStyle.solid": "実線",
|
|
290
|
+
"properties.lineStyle.dashed": "破線",
|
|
291
|
+
"properties.lineStyle.dotted": "点線",
|
|
292
|
+
"properties.lineWidth.label": "線の太さ",
|
|
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": "充填",
|
|
280
298
|
"properties.fill.solid": "ソリッド(デフォルト)",
|
|
281
299
|
"properties.fill.pattern": "パターン",
|
|
@@ -16,6 +16,12 @@ export declare const ko_KR: {
|
|
|
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 ko_KR: {
|
|
|
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":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const ko_KR = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "보조",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "메트릭",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "메트릭",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "메트릭",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "메트릭",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "너비",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "높이",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "보기 기준",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "스택 기준",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X축",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y축",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "보기 기준",
|
|
@@ -276,6 +282,18 @@ export const ko_KR = {
|
|
|
276
282
|
"properties.colors.reset-colors": "색상 재설정",
|
|
277
283
|
"properties.colors": "색상",
|
|
278
284
|
"properties.colorsAndFills": "색상 및 채우기",
|
|
285
|
+
"properties.colorsAndStyles": "색상 및 스타일",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "색상 및 스타일 재설정",
|
|
287
|
+
"properties.lineStyle.label": "선 스타일",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "{name}의 색상 및 스타일 편집",
|
|
289
|
+
"properties.lineStyle.solid": "실선",
|
|
290
|
+
"properties.lineStyle.dashed": "파선",
|
|
291
|
+
"properties.lineStyle.dotted": "점선",
|
|
292
|
+
"properties.lineWidth.label": "선 굵기",
|
|
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": "채우기",
|
|
280
298
|
"properties.fill.solid": "기본 (견고한)",
|
|
281
299
|
"properties.fill.pattern": "패턴",
|
|
@@ -16,6 +16,12 @@ export declare const nl_NL: {
|
|
|
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 nl_NL: {
|
|
|
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":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const nl_NL = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secundair",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Meetgegeven",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Meetgegeven",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Meetgegeven",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Meetgegeven",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Breedte",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Hoogte",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Bekijken met",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Sorteren volgens",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-as",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-as",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Bekijken met",
|
|
@@ -276,6 +282,18 @@ export const nl_NL = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Kleuren herstellen",
|
|
277
283
|
"properties.colors": "Kleuren",
|
|
278
284
|
"properties.colorsAndFills": "Kleuren en vullingen",
|
|
285
|
+
"properties.colorsAndStyles": "Kleuren en stijlen",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Kleuren en stijlen resetten",
|
|
287
|
+
"properties.lineStyle.label": "Lijnstijl",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Kleur en stijl bewerken voor {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Ononderbroken",
|
|
290
|
+
"properties.lineStyle.dashed": "Gestreept",
|
|
291
|
+
"properties.lineStyle.dotted": "Gestippeld",
|
|
292
|
+
"properties.lineWidth.label": "Lijndikte",
|
|
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": "Vullen",
|
|
280
298
|
"properties.fill.solid": "vast (standaard)",
|
|
281
299
|
"properties.fill.pattern": "patroon",
|
|
@@ -16,6 +16,12 @@ export declare const pl_PL: {
|
|
|
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 pl_PL: {
|
|
|
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":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const pl_PL = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "drugorzędny",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metryka",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metryka",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metryka",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metryka",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Szerokość",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Wysokość",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Widok wg",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Grupuj wg",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Oś X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Oś Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Widok wg",
|
|
@@ -276,6 +282,18 @@ export const pl_PL = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Resetuj kolory",
|
|
277
283
|
"properties.colors": "Kolory",
|
|
278
284
|
"properties.colorsAndFills": "Kolory i wypełnienia",
|
|
285
|
+
"properties.colorsAndStyles": "Kolory i style",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Resetuj kolory i style",
|
|
287
|
+
"properties.lineStyle.label": "Styl linii",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Edytuj kolor i styl dla {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Ciągła",
|
|
290
|
+
"properties.lineStyle.dashed": "Kreskowana",
|
|
291
|
+
"properties.lineStyle.dotted": "Kropkowana",
|
|
292
|
+
"properties.lineWidth.label": "Grubość linii",
|
|
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": "Wypełnij",
|
|
280
298
|
"properties.fill.solid": "solidny (domyślny)",
|
|
281
299
|
"properties.fill.pattern": "wzorzec",
|
|
@@ -16,6 +16,12 @@ export declare const pt_BR: {
|
|
|
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 pt_BR: {
|
|
|
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":"pt-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const pt_BR = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "secundário",
|
|
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": "Largura",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Altura",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Ver por",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Empilhar por",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Eixo X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Eixo Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Ver por",
|
|
@@ -276,6 +282,18 @@ export const pt_BR = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Redefinir cores",
|
|
277
283
|
"properties.colors": "Cores",
|
|
278
284
|
"properties.colorsAndFills": "Cores e preenchimentos",
|
|
285
|
+
"properties.colorsAndStyles": "Cores e estilos",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Redefinir cores e estilos",
|
|
287
|
+
"properties.lineStyle.label": "Estilo da linha",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Editar cor e estilo de {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Sólida",
|
|
290
|
+
"properties.lineStyle.dashed": "Tracejada",
|
|
291
|
+
"properties.lineStyle.dotted": "Pontilhada",
|
|
292
|
+
"properties.lineWidth.label": "Espessura da linha",
|
|
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": "Encher",
|
|
280
298
|
"properties.fill.solid": "sólido (padrão)",
|
|
281
299
|
"properties.fill.pattern": "padrão",
|
|
@@ -16,6 +16,12 @@ export declare const pt_PT: {
|
|
|
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 pt_PT: {
|
|
|
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":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|