@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
|
@@ -18,6 +18,12 @@ export const pt_PT = {
|
|
|
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 do X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Eixo do Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Ver por",
|
|
@@ -276,6 +282,18 @@ export const pt_PT = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Repor 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 ru_RU: {
|
|
|
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 ru_RU: {
|
|
|
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":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const ru_RU = {
|
|
|
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 ru_RU = {
|
|
|
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 sl_SI: {
|
|
|
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 sl_SI: {
|
|
|
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":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const sl_SI = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "sekundarna",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Metrika",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Metrika",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Metrika",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Metrika",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Širina",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Višina",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Pogled po",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Zloženo po",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X-os",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y-os",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Pogled po",
|
|
@@ -276,6 +282,18 @@ export const sl_SI = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Ponastavi barve",
|
|
277
283
|
"properties.colors": "Barve",
|
|
278
284
|
"properties.colorsAndFills": "Barve in polnila",
|
|
285
|
+
"properties.colorsAndStyles": "Barve in slogi",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Ponastavi barve in sloge",
|
|
287
|
+
"properties.lineStyle.label": "Slog črte",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Uredi barvo in slog za {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Polna",
|
|
290
|
+
"properties.lineStyle.dashed": "Črtkana",
|
|
291
|
+
"properties.lineStyle.dotted": "Pikčasta",
|
|
292
|
+
"properties.lineWidth.label": "Debelina črte",
|
|
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": "Polnilo",
|
|
280
298
|
"properties.fill.solid": "trdno (privzeto)",
|
|
281
299
|
"properties.fill.pattern": "vzorci",
|
|
@@ -16,6 +16,12 @@ export declare const th_TH: {
|
|
|
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 th_TH: {
|
|
|
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":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const th_TH = {
|
|
|
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 th_TH = {
|
|
|
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 tr_TR: {
|
|
|
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 tr_TR: {
|
|
|
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":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const tr_TR = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "ikincil",
|
|
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": "Genişlik",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Yükseklik",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Görünüm ölçütüyle",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Yığına göre",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "X ekseni",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Y ekseni",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Görünüm ölçütüyle",
|
|
@@ -276,6 +282,18 @@ export const tr_TR = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Renkleri Sıfırla",
|
|
277
283
|
"properties.colors": "Renkler",
|
|
278
284
|
"properties.colorsAndFills": "Renkler ve dolgu",
|
|
285
|
+
"properties.colorsAndStyles": "Renkler ve stiller",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Renkleri ve stilleri sıfırla",
|
|
287
|
+
"properties.lineStyle.label": "Çizgi stili",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "{name} için rengi ve stili düzenle",
|
|
289
|
+
"properties.lineStyle.solid": "Kesintisiz",
|
|
290
|
+
"properties.lineStyle.dashed": "Kesikli",
|
|
291
|
+
"properties.lineStyle.dotted": "Noktalı",
|
|
292
|
+
"properties.lineWidth.label": "Çizgi kalınlığı",
|
|
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": "Doldur",
|
|
280
298
|
"properties.fill.solid": "sağlam (varsayılan)",
|
|
281
299
|
"properties.fill.pattern": "desen",
|
|
@@ -16,6 +16,12 @@ export declare const uk_UA: {
|
|
|
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 uk_UA: {
|
|
|
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":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const uk_UA = {
|
|
|
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 uk_UA = {
|
|
|
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 vi_VN: {
|
|
|
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 vi_VN: {
|
|
|
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":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const vi_VN = {
|
|
|
18
18
|
"dashboard.bucket.secondary_measures_subtitle.headline": "phụ",
|
|
19
19
|
"dashboard.bucket.measures_title.scatter": "Chỉ số",
|
|
20
20
|
"dashboard.bucket.secondary_measures_title.scatter": "Chỉ số",
|
|
21
|
+
"dashboard.bucket.measures_title.mekko": "Chỉ số",
|
|
22
|
+
"dashboard.bucket.secondary_measures_title.mekko": "Chỉ số",
|
|
23
|
+
"dashboard.bucket.measures_subtitle.mekko": "Chiều rộng",
|
|
24
|
+
"dashboard.bucket.secondary_measures_subtitle.mekko": "Chiều cao",
|
|
25
|
+
"dashboard.bucket.view_title.mekko": "Xem theo",
|
|
26
|
+
"dashboard.bucket.stack_title.mekko": "Xếp chồng theo",
|
|
21
27
|
"dashboard.bucket.measures_subtitle.scatter": "Trục X",
|
|
22
28
|
"dashboard.bucket.secondary_measures_subtitle.scatter": "Trục Y",
|
|
23
29
|
"dashboard.bucket.attribute_title.scatter": "Xem theo",
|
|
@@ -276,6 +282,18 @@ export const vi_VN = {
|
|
|
276
282
|
"properties.colors.reset-colors": "Đặt lại màu sắc",
|
|
277
283
|
"properties.colors": "Màu sắc",
|
|
278
284
|
"properties.colorsAndFills": "Màu sắc và tô",
|
|
285
|
+
"properties.colorsAndStyles": "Màu sắc và kiểu",
|
|
286
|
+
"properties.colors.reset-colors-and-styles": "Đặt lại màu sắc và kiểu",
|
|
287
|
+
"properties.lineStyle.label": "Kiểu đường",
|
|
288
|
+
"properties.lineStyle.triggerAriaLabel": "Chỉnh sửa màu sắc và kiểu cho {name}",
|
|
289
|
+
"properties.lineStyle.solid": "Liền nét",
|
|
290
|
+
"properties.lineStyle.dashed": "Nét đứt",
|
|
291
|
+
"properties.lineStyle.dotted": "Nét chấm",
|
|
292
|
+
"properties.lineWidth.label": "Độ dày đường",
|
|
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ô",
|
|
280
298
|
"properties.fill.solid": "liền (mặc định)",
|
|
281
299
|
"properties.fill.pattern": "mẫu",
|
|
@@ -16,6 +16,12 @@ export declare const zh_HK: {
|
|
|
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 zh_HK: {
|
|
|
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":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBjB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const zh_HK = {
|
|
|
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 zh_HK = {
|
|
|
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 zh_Hans: {
|
|
|
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 zh_Hans: {
|
|
|
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":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/internal/translations/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgqBnB,CAAC"}
|
|
@@ -18,6 +18,12 @@ export const zh_Hans = {
|
|
|
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 zh_Hans = {
|
|
|
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": "图案",
|