@gooddata/sdk-ui-catalog 11.55.0-alpha.2 → 11.55.0-alpha.4
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/esm/asCode/descriptor.d.ts +2 -1
- package/esm/asCode/descriptor.d.ts.map +1 -1
- package/esm/asCode/useMutationPort.d.ts.map +1 -1
- package/esm/asCode/useMutationPort.js +3 -1
- package/esm/asCode/validateYaml.d.ts +3 -3
- package/esm/asCode/validateYaml.d.ts.map +1 -1
- package/esm/asCode/validateYaml.js +21 -5
- package/esm/catalogDetail/CatalogDetailContent.d.ts.map +1 -1
- package/esm/catalogDetail/CatalogDetailContent.js +6 -4
- package/esm/catalogDetail/hooks/useCatalogItemLoad.d.ts.map +1 -1
- package/esm/catalogDetail/hooks/useCatalogItemLoad.js +13 -5
- package/esm/catalogDetail/hooks/useCatalogItemUpdate.d.ts.map +1 -1
- package/esm/catalogDetail/hooks/useCatalogItemUpdate.js +17 -3
- package/esm/catalogDetail/share/guards.d.ts +0 -7
- package/esm/catalogDetail/share/guards.d.ts.map +1 -1
- package/esm/catalogDetail/share/guards.js +0 -14
- package/esm/catalogItem/converter.d.ts.map +1 -1
- package/esm/catalogItem/converter.js +1 -0
- package/esm/catalogItem/permission.d.ts +9 -2
- package/esm/catalogItem/permission.d.ts.map +1 -1
- package/esm/catalogItem/permission.js +26 -2
- package/esm/catalogItem/query.d.ts +2 -2
- package/esm/catalogItem/query.d.ts.map +1 -1
- package/esm/catalogItem/query.js +7 -4
- package/esm/catalogItem/types.d.ts +5 -1
- package/esm/catalogItem/types.d.ts.map +1 -1
- package/esm/catalogItem/useCatalogEndpoints.d.ts.map +1 -1
- package/esm/catalogItem/useCatalogEndpoints.js +5 -1
- package/esm/computedAttribute/computedAttributeDescriptor.d.ts.map +1 -1
- package/esm/computedAttribute/computedAttributeDescriptor.js +4 -3
- package/esm/computedAttribute/computedAttributeMutationPort.d.ts +1 -1
- package/esm/computedAttribute/computedAttributeMutationPort.d.ts.map +1 -1
- package/esm/computedAttribute/computedAttributeMutationPort.js +2 -1
- package/esm/computedAttribute/computedAttributeSerialization.d.ts +6 -4
- package/esm/computedAttribute/computedAttributeSerialization.d.ts.map +1 -1
- package/esm/computedAttribute/computedAttributeSerialization.js +16 -8
- package/esm/computedAttribute/computedAttributeValidation.d.ts +1 -1
- package/esm/computedAttribute/computedAttributeValidation.d.ts.map +1 -1
- package/esm/computedAttribute/computedAttributeValidation.js +6 -1
- package/esm/localization/bundles/de-DE.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/de-DE.localization-bundle.js +20 -0
- package/esm/localization/bundles/en-AU.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-AU.localization-bundle.js +20 -0
- package/esm/localization/bundles/en-GB.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-GB.localization-bundle.js +20 -0
- package/esm/localization/bundles/en-US.localization-bundle.d.ts +8 -0
- package/esm/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/en-US.localization-bundle.js +12 -4
- package/esm/localization/bundles/es-419.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/es-419.localization-bundle.js +20 -0
- package/esm/localization/bundles/es-ES.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/es-ES.localization-bundle.js +20 -0
- package/esm/localization/bundles/fi-FI.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/fi-FI.localization-bundle.js +20 -0
- package/esm/localization/bundles/fr-CA.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/fr-CA.localization-bundle.js +20 -0
- package/esm/localization/bundles/fr-FR.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/fr-FR.localization-bundle.js +20 -0
- package/esm/localization/bundles/id-ID.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/id-ID.localization-bundle.js +20 -0
- package/esm/localization/bundles/it-IT.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/it-IT.localization-bundle.js +20 -0
- package/esm/localization/bundles/ja-JP.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/ja-JP.localization-bundle.js +20 -0
- package/esm/localization/bundles/ko-KR.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/ko-KR.localization-bundle.js +20 -0
- package/esm/localization/bundles/nl-NL.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/nl-NL.localization-bundle.js +20 -0
- package/esm/localization/bundles/pl-PL.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/pl-PL.localization-bundle.js +20 -0
- package/esm/localization/bundles/pt-BR.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/pt-BR.localization-bundle.js +20 -0
- package/esm/localization/bundles/pt-PT.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/pt-PT.localization-bundle.js +20 -0
- package/esm/localization/bundles/ru-RU.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/ru-RU.localization-bundle.js +20 -0
- package/esm/localization/bundles/sl-SI.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/sl-SI.localization-bundle.js +20 -0
- package/esm/localization/bundles/th-TH.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/th-TH.localization-bundle.js +20 -0
- package/esm/localization/bundles/tr-TR.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/tr-TR.localization-bundle.js +20 -0
- package/esm/localization/bundles/uk-UA.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/uk-UA.localization-bundle.js +20 -0
- package/esm/localization/bundles/vi-VN.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/vi-VN.localization-bundle.js +20 -0
- package/esm/localization/bundles/zh-HK.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/zh-HK.localization-bundle.js +21 -1
- package/esm/localization/bundles/zh-Hans.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/zh-Hans.localization-bundle.js +20 -0
- package/esm/localization/bundles/zh-Hant.localization-bundle.d.ts +20 -0
- package/esm/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/localization/bundles/zh-Hant.localization-bundle.js +20 -0
- package/esm/metric/metricMutationPort.d.ts +2 -2
- package/esm/metric/metricMutationPort.d.ts.map +1 -1
- package/esm/metric/metricMutationPort.js +5 -2
- package/esm/metric/metricValidation.js +1 -1
- package/esm/parameter/parameterDescriptor.d.ts.map +1 -1
- package/esm/parameter/parameterDescriptor.js +1 -0
- package/esm/parameter/parameterSerialization.d.ts +8 -0
- package/esm/parameter/parameterSerialization.d.ts.map +1 -1
- package/esm/parameter/parameterSerialization.js +11 -1
- package/esm/parameter/parameterValidation.d.ts +1 -1
- package/esm/parameter/parameterValidation.d.ts.map +1 -1
- package/esm/parameter/parameterValidation.js +6 -0
- package/esm/sdk-ui-catalog.d.ts +3 -0
- package/esm/tabs/useRecommendedItems.d.ts.map +1 -1
- package/esm/tabs/useRecommendedItems.js +6 -4
- package/package.json +17 -18
- package/styles/css/codeDialog.css +3 -0
- package/styles/css/codeDialog.css.map +1 -1
- package/styles/css/detail.css +3 -0
- package/styles/css/detail.css.map +1 -1
- package/styles/css/main.css +3 -0
- package/styles/css/main.css.map +1 -1
- package/styles/scss/codeDialog.scss +4 -0
|
@@ -19,6 +19,7 @@ export const es_ES = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Hecho",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Conjunto de datos de fechas",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Parámetro",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Atributo calculado",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Tabla",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Gráfico de áreas",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Gráfico de rectángulos",
|
|
@@ -195,11 +196,30 @@ export const es_ES = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Eliminar",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Parámetro eliminado.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "No se pudo eliminar el parámetro.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Crear atributo calculado",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Editar atributo calculado",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Guardar como nuevo",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "El id del atributo calculado no se puede cambiar al guardar un atributo calculado existente. Use Guardar como nuevo en su lugar.",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Definición del atributo calculado",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Escriba una expresión MAQL que asigne un valor a cada fila mediante ramas CASE WHEN sobre una métrica o un hecho.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "¿Cómo crear un atributo calculado?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "No se pudo guardar el atributo calculado.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "La definición del atributo calculado no puede estar vacía.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "Error de sintaxis de YAML",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "La definición del atributo calculado tiene una estructura no válida.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "El atributo calculado debe definir una expresión MAQL.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "Las etiquetas deben ser una lista de valores de texto.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Mi atributo calculado",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Atributo calculado creado.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Atributo calculado guardado.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "No se pudo cargar el atributo calculado.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "¿Eliminar atributo calculado?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "¿Seguro que desea eliminar <b>{name}</b>?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Este atributo se usa en <b>{count, plural, one {# visualización} other {# visualizaciones}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "El atributo calculado <b>{name}</b> no se puede eliminar porque se usa en algunas visualizaciones. Para eliminar este atributo, retírelo primero de todas las visualizaciones.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Eliminar",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Atributo calculado eliminado.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "No se pudo eliminar el atributo calculado.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Crear una métrica",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Editar métrica",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Definición de la métrica",
|
|
@@ -17,6 +17,7 @@ export declare const fi_FI: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const fi_FI: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const fi_FI = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Fakta",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Päivämäärätietojoukko",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Parametri",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Laskettu attribuutti",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Taulukko",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Aluekaavio",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Puukartta-kaavio",
|
|
@@ -195,11 +196,30 @@ export const fi_FI = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Poista",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Parametri poistettu.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "Parametria ei voitu poistaa.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Luo laskettu attribuutti",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Muokkaa laskettua attribuuttia",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Tallenna uutena",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "Lasketun attribuutin tunnusta ei voi muuttaa tallennettaessa olemassa olevaa laskettua attribuuttia. Käytä sen sijaan \"Tallenna uutena\".",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Lasketun attribuutin määritelmä",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Kirjoita MAQL-lauseke, joka määrittää kullekin riville arvon käyttämällä CASE WHEN -haaroja metriikan tai faktan perusteella.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "Miten laskettu attribuutti luodaan?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "Laskettua attribuuttia ei voitu tallentaa.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "Lasketun attribuutin määritelmä ei voi olla tyhjä.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "YAML-syntaksivirhe",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "Lasketun attribuutin määritelmän rakenne on virheellinen.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "Lasketun attribuutin on määritettävä MAQL-lauseke.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "Tagien on oltava tekstiarvojen luettelo.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Oma laskettu attribuutti",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Laskettu attribuutti on luotu.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Laskettu attribuutti on tallennettu.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "Laskettua attribuuttia ei voitu ladata.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "Poistetaanko laskettu attribuutti?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "Haluatko varmasti poistaa kohteen <b>{name}</b>?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Tätä attribuuttia käytetään <b>{count, plural, one {# visualisoinnissa} other {# visualisoinnissa}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "Laskettua attribuuttia <b>{name}</b> ei voi poistaa, koska sitä käytetään joissakin visualisoinneissa. Poista se ensin kaikista visualisoinneista, jotta voit poistaa tämän attribuutin.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Poista",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Laskettu attribuutti on poistettu.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "Laskettua attribuuttia ei voitu poistaa.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Luo metriikka",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Muokkaa metrikkaa",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Metrinen määritelmä",
|
|
@@ -17,6 +17,7 @@ export declare const fr_CA: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const fr_CA: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const fr_CA = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Fait",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Ensemble de données de dates",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Paramètre",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Attribut calculé",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Tableau",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Graphique de zones",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Graphique en compartimentage",
|
|
@@ -195,11 +196,30 @@ export const fr_CA = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Supprimer",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Le paramètre a été supprimé.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "Le paramètre n'a pas pu être supprimé.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Créer un attribut calculé",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Modifier l’attribut calculé",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Enregistrer sous un nouveau nom",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "L’identifiant de l’attribut calculé ne peut pas être modifié lors de l’enregistrement d’un attribut calculé existant. Utilisez Enregistrer sous un nouveau nom à la place.",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Définition de l’attribut calculé",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Écrivez une expression MAQL qui attribue une valeur à chaque ligne, à l’aide de branches CASE WHEN sur une métrique ou un fait.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "Comment créer un attribut calculé?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "L’attribut calculé n’a pas pu être enregistré.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "La définition de l’attribut calculé ne peut pas être vide.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "Erreur de syntaxe YAML",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "La définition de l’attribut calculé a une structure non valide.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "L’attribut calculé doit définir une expression MAQL.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "Les balises doivent être une liste de valeurs textuelles.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Mon attribut calculé",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Attribut calculé créé.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Attribut calculé enregistré.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "L’attribut calculé n’a pas pu être chargé.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "Supprimer l’attribut calculé?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "Voulez-vous vraiment supprimer <b>{name}</b>?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Cet attribut est utilisé dans <b>{count, plural, one {# visualisation} other {# visualisations}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "L’attribut calculé <b>{name}</b> ne peut pas être supprimé car il est utilisé dans certaines visualisations. Pour supprimer cet attribut, retirez-le d’abord de toutes les visualisations.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Supprimer",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Attribut calculé supprimé.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "L’attribut calculé n’a pas pu être supprimé.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Créer une métrique",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Modifier la métrique",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Définition de métrique",
|
|
@@ -17,6 +17,7 @@ export declare const fr_FR: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const fr_FR: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const fr_FR = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Fait",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Ensemble de données de dates",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Paramètre",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Attribut calculé",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Tableau",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Graphique\\u00A0en aires",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Graphique en compartimentage",
|
|
@@ -195,11 +196,30 @@ export const fr_FR = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Supprimer",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Paramètre supprimé.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "Le paramètre n'a pas pu être supprimé.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Créer un attribut calculé",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Modifier l’attribut calculé",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Enregistrer sous un nouveau nom",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "L’identifiant de l’attribut calculé ne peut pas être modifié lors de l’enregistrement d’un attribut calculé existant. Utilisez Enregistrer sous un nouveau nom à la place.",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Définition de l’attribut calculé",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Écrivez une expression MAQL qui attribue une valeur à chaque ligne, en utilisant des branches CASE WHEN sur une métrique ou un fait.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "Comment créer un attribut calculé ?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "L’attribut calculé n’a pas pu être enregistré.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "La définition de l’attribut calculé ne peut pas être vide.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "Erreur de syntaxe YAML",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "La définition de l’attribut calculé a une structure non valide.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "L’attribut calculé doit définir une expression MAQL.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "Les balises doivent être une liste de valeurs textuelles.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Mon attribut calculé",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Attribut calculé créé.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Attribut calculé enregistré.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "L’attribut calculé n’a pas pu être chargé.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "Supprimer l’attribut calculé ?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "Voulez-vous vraiment supprimer <b>{name}</b> ?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Cet attribut est utilisé dans <b>{count, plural, one {# visualisation} other {# visualisations}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "L’attribut calculé <b>{name}</b> ne peut pas être supprimé car il est utilisé dans certaines visualisations. Pour supprimer cet attribut, retirez-le d’abord de toutes les visualisations.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Supprimer",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Attribut calculé supprimé.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "L’attribut calculé n’a pas pu être supprimé.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Créer une métrique",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Modifier la métrique",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Définition de métrique",
|
|
@@ -17,6 +17,7 @@ export declare const id_ID: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const id_ID: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const id_ID = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Fakta",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Dataset tanggal",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Parameter",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Atribut yang dihitung",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Tabel",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Diagram area",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Diagram peta pohon",
|
|
@@ -195,11 +196,30 @@ export const id_ID = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Hapus",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Parameter dihapus.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "Parameter tidak dapat dihapus.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Buat atribut yang dihitung",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Edit atribut yang dihitung",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Simpan sebagai baru",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "ID atribut yang dihitung tidak dapat diubah saat menyimpan atribut yang dihitung yang sudah ada. Gunakan Simpan sebagai baru sebagai gantinya.",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Definisi atribut yang dihitung",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Tulis ekspresi MAQL yang menetapkan nilai pada setiap baris, menggunakan cabang CASE WHEN pada metrik atau fakta.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "Bagaimana cara membuat atribut yang dihitung?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "Atribut yang dihitung tidak dapat disimpan.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "Definisi atribut yang dihitung tidak boleh kosong.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "Kesalahan sintaks YAML",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "Definisi atribut yang dihitung memiliki struktur yang tidak valid.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "Atribut yang dihitung harus mendefinisikan ekspresi MAQL.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "Tag harus berupa daftar nilai teks.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Atribut yang dihitung saya",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Atribut yang dihitung dibuat.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Atribut yang dihitung disimpan.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "Atribut yang dihitung tidak dapat dimuat.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "Hapus atribut yang dihitung?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "Apakah Anda yakin ingin menghapus <b>{name}</b>?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Atribut ini digunakan dalam <b>{count, plural, other {# visualisasi}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "Atribut yang dihitung <b>{name}</b> tidak dapat dihapus karena digunakan dalam beberapa visualisasi. Untuk menghapus atribut ini, hapus dari semua visualisasi terlebih dahulu.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Hapus",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Atribut yang dihitung dihapus.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "Atribut yang dihitung tidak dapat dihapus.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Buat metrik",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Edit metrik",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Definisi metrik",
|
|
@@ -17,6 +17,7 @@ export declare const it_IT: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const it_IT: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const it_IT = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "Dato concreto",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "Set di dati di date",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "Parametro",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "Attributo calcolato",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "Tabella",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "Grafico ad area",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "Grafico a mappa ad albero",
|
|
@@ -195,11 +196,30 @@ export const it_IT = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "Elimina",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "Parametro eliminato.",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "Impossibile eliminare il parametro.",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "Crea attributo calcolato",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "Modifica attributo calcolato",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "Salva come nuovo",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "L'ID dell'attributo calcolato non può essere modificato durante il salvataggio di un attributo calcolato esistente. Utilizzare invece Salva come nuovo.",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "Definizione dell'attributo calcolato",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "Scrivi un'espressione MAQL che assegna a ogni riga un valore, utilizzando rami CASE WHEN su una metrica o un fatto.",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "Come creare un attributo calcolato?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "Impossibile salvare l'attributo calcolato.",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "La definizione dell'attributo calcolato non può essere vuota.",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "Errore di sintassi YAML",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "La definizione dell'attributo calcolato ha una struttura non valida.",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "L'attributo calcolato deve definire un'espressione MAQL.",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "I tag devono essere un elenco di valori di testo.",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "Il mio attributo calcolato",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "Attributo calcolato creato.",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "Attributo calcolato salvato.",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "Impossibile caricare l'attributo calcolato.",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "Eliminare l'attributo calcolato?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "Eliminare <b>{name}</b>?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "Questo attributo è utilizzato in <b>{count, plural, one {# visualizzazione} other {# visualizzazioni}}</b>",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "L'attributo calcolato <b>{name}</b> non può essere eliminato perché è utilizzato in alcune visualizzazioni. Per eliminare questo attributo, rimuoverlo prima da tutte le visualizzazioni.",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "Elimina",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "Attributo calcolato eliminato.",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "Impossibile eliminare l'attributo calcolato.",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "Crea metrica",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "Modifica metrica",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "Definizione di metrica",
|
|
@@ -17,6 +17,7 @@ export declare const ja_JP: {
|
|
|
17
17
|
"analyticsCatalog.objectType.fact.name": string;
|
|
18
18
|
"analyticsCatalog.objectType.dateDataset.name": string;
|
|
19
19
|
"analyticsCatalog.objectType.parameter.name": string;
|
|
20
|
+
"analyticsCatalog.objectType.computedAttribute.name": string;
|
|
20
21
|
"analyticsCatalog.visualizationType.table.tooltip": string;
|
|
21
22
|
"analyticsCatalog.visualizationType.area.tooltip": string;
|
|
22
23
|
"analyticsCatalog.visualizationType.treemap.tooltip": string;
|
|
@@ -193,11 +194,30 @@ export declare const ja_JP: {
|
|
|
193
194
|
"analyticsCatalog.parameter.dialog.delete.submit": string;
|
|
194
195
|
"analyticsCatalog.parameter.delete.success": string;
|
|
195
196
|
"analyticsCatalog.parameter.delete.error": string;
|
|
197
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": string;
|
|
198
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": string;
|
|
196
199
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": string;
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": string;
|
|
201
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": string;
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": string;
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.help": string;
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": string;
|
|
205
|
+
"analyticsCatalog.computedAttribute.validation.empty": string;
|
|
197
206
|
"analyticsCatalog.computedAttribute.validation.syntax": string;
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": string;
|
|
208
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": string;
|
|
198
209
|
"analyticsCatalog.computedAttribute.validation.invalidTags": string;
|
|
210
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": string;
|
|
211
|
+
"analyticsCatalog.computedAttribute.create.success": string;
|
|
212
|
+
"analyticsCatalog.computedAttribute.update.success": string;
|
|
213
|
+
"analyticsCatalog.computedAttribute.load.error": string;
|
|
214
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": string;
|
|
199
215
|
"analyticsCatalog.computedAttribute.dialog.delete.body": string;
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": string;
|
|
217
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": string;
|
|
200
218
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": string;
|
|
219
|
+
"analyticsCatalog.computedAttribute.delete.success": string;
|
|
220
|
+
"analyticsCatalog.computedAttribute.delete.error": string;
|
|
201
221
|
"analyticsCatalog.metric.dialog.create.title": string;
|
|
202
222
|
"analyticsCatalog.metric.dialog.edit.title": string;
|
|
203
223
|
"analyticsCatalog.metric.dialog.sectionHeader": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../src/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0RjB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export const ja_JP = {
|
|
|
19
19
|
"analyticsCatalog.objectType.fact.name": "ファクト",
|
|
20
20
|
"analyticsCatalog.objectType.dateDataset.name": "日付データセット",
|
|
21
21
|
"analyticsCatalog.objectType.parameter.name": "パラメーター",
|
|
22
|
+
"analyticsCatalog.objectType.computedAttribute.name": "計算アトリビュート",
|
|
22
23
|
"analyticsCatalog.visualizationType.table.tooltip": "クロス集計",
|
|
23
24
|
"analyticsCatalog.visualizationType.area.tooltip": "面グラフ",
|
|
24
25
|
"analyticsCatalog.visualizationType.treemap.tooltip": "ツリーマップ チャート",
|
|
@@ -195,11 +196,30 @@ export const ja_JP = {
|
|
|
195
196
|
"analyticsCatalog.parameter.dialog.delete.submit": "削除",
|
|
196
197
|
"analyticsCatalog.parameter.delete.success": "パラメーターが削除されました。",
|
|
197
198
|
"analyticsCatalog.parameter.delete.error": "パラメーターを削除できませんでした。",
|
|
199
|
+
"analyticsCatalog.computedAttribute.dialog.create.title": "計算アトリビュートを作成",
|
|
200
|
+
"analyticsCatalog.computedAttribute.dialog.edit.title": "計算アトリビュートを編集",
|
|
198
201
|
"analyticsCatalog.computedAttribute.dialog.edit.duplicate": "新規として保存",
|
|
202
|
+
"analyticsCatalog.computedAttribute.dialog.edit.idImmutable": "既存の計算アトリビュートを保存する際、計算アトリビュート id は変更できません。代わりに「新規として保存」を使用してください。",
|
|
203
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader": "計算アトリビュートの定義",
|
|
204
|
+
"analyticsCatalog.computedAttribute.dialog.sectionHeader.tooltip": "メトリックまたはファクトに対するCASE WHEN分岐を使用して、各行に値を割り当てるMAQL式を記述します。",
|
|
205
|
+
"analyticsCatalog.computedAttribute.dialog.help": "計算アトリビュートを作成するには?",
|
|
206
|
+
"analyticsCatalog.computedAttribute.dialog.submit.error": "計算アトリビュートを保存できませんでした。",
|
|
207
|
+
"analyticsCatalog.computedAttribute.validation.empty": "計算アトリビュートの定義は空にできません。",
|
|
199
208
|
"analyticsCatalog.computedAttribute.validation.syntax": "YAML構文エラー",
|
|
209
|
+
"analyticsCatalog.computedAttribute.validation.invalidStructure": "計算アトリビュートの定義の構造が無効です。",
|
|
210
|
+
"analyticsCatalog.computedAttribute.validation.missingMaql": "計算アトリビュートにはMAQL式の定義が必要です。",
|
|
200
211
|
"analyticsCatalog.computedAttribute.validation.invalidTags": "タグはテキスト値のリストである必要があります。",
|
|
212
|
+
"analyticsCatalog.computedAttribute.create.defaultTitle": "マイ計算アトリビュート",
|
|
213
|
+
"analyticsCatalog.computedAttribute.create.success": "計算アトリビュートが作成されました。",
|
|
214
|
+
"analyticsCatalog.computedAttribute.update.success": "計算アトリビュートが保存されました。",
|
|
215
|
+
"analyticsCatalog.computedAttribute.load.error": "計算アトリビュートを読み込めませんでした。",
|
|
216
|
+
"analyticsCatalog.computedAttribute.dialog.delete.title": "計算アトリビュートを削除しますか?",
|
|
201
217
|
"analyticsCatalog.computedAttribute.dialog.delete.body": "<b>{name}</b> を削除してもよろしいですか?",
|
|
218
|
+
"analyticsCatalog.computedAttribute.dialog.delete.usageWarning": "このアトリビュートは<b>{count, plural, other {#個の可視化}}</b>で使用されています",
|
|
219
|
+
"analyticsCatalog.computedAttribute.dialog.delete.blocked": "一部の可視化で使用されているため、計算アトリビュート<b>{name}</b>を削除できません。このアトリビュートを削除するには、まずすべての可視化から削除してください。",
|
|
202
220
|
"analyticsCatalog.computedAttribute.dialog.delete.submit": "削除",
|
|
221
|
+
"analyticsCatalog.computedAttribute.delete.success": "計算アトリビュートが削除されました。",
|
|
222
|
+
"analyticsCatalog.computedAttribute.delete.error": "計算アトリビュートを削除できませんでした。",
|
|
203
223
|
"analyticsCatalog.metric.dialog.create.title": "メトリックを作成",
|
|
204
224
|
"analyticsCatalog.metric.dialog.edit.title": "メトリックを編集",
|
|
205
225
|
"analyticsCatalog.metric.dialog.sectionHeader": "基準の定義",
|