@gooddata/sdk-ui 8.11.0-alpha.10 → 8.11.0-alpha.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist/base/index.d.ts +2 -2
  2. package/dist/base/index.d.ts.map +1 -1
  3. package/dist/base/index.js +4 -1
  4. package/dist/base/index.js.map +1 -1
  5. package/dist/base/localization/Locale.d.ts +12 -0
  6. package/dist/base/localization/Locale.d.ts.map +1 -1
  7. package/dist/base/localization/Locale.js +26 -1
  8. package/dist/base/localization/Locale.js.map +1 -1
  9. package/dist/base/localization/TranslationsCustomizationProvider/utils.d.ts.map +1 -1
  10. package/dist/base/localization/TranslationsCustomizationProvider/utils.js +11 -15
  11. package/dist/base/localization/TranslationsCustomizationProvider/utils.js.map +1 -1
  12. package/dist/base/localization/bundles/de-DE.json +25 -7
  13. package/dist/base/localization/bundles/en-US.json +115 -30
  14. package/dist/base/localization/bundles/es-ES.json +26 -8
  15. package/dist/base/localization/bundles/fr-FR.json +26 -8
  16. package/dist/base/localization/bundles/ja-JP.json +26 -8
  17. package/dist/base/localization/bundles/nl-NL.json +25 -7
  18. package/dist/base/localization/bundles/pt-BR.json +26 -8
  19. package/dist/base/localization/bundles/pt-PT.json +26 -8
  20. package/dist/base/localization/bundles/ru-RU.json +26 -8
  21. package/dist/base/localization/bundles/zh-Hans.json +26 -8
  22. package/dist/base/localization/intlUtils.d.ts +8 -0
  23. package/dist/base/localization/intlUtils.d.ts.map +1 -1
  24. package/dist/base/localization/intlUtils.js +11 -1
  25. package/dist/base/localization/intlUtils.js.map +1 -1
  26. package/dist/execution/Execute.d.ts +1 -1
  27. package/dist/execution/Execute.d.ts.map +1 -1
  28. package/dist/execution/Execute.js +3 -0
  29. package/dist/execution/Execute.js.map +1 -1
  30. package/dist/execution/createExecution.d.ts +1 -1
  31. package/dist/execution/createExecution.d.ts.map +1 -1
  32. package/dist/execution/createExecution.js +1 -1
  33. package/dist/execution/createExecution.js.map +1 -1
  34. package/dist/sdk-ui.d.ts +24 -1
  35. package/esm/base/index.d.ts +2 -2
  36. package/esm/base/index.d.ts.map +1 -1
  37. package/esm/base/index.js +2 -2
  38. package/esm/base/index.js.map +1 -1
  39. package/esm/base/localization/Locale.d.ts +12 -0
  40. package/esm/base/localization/Locale.d.ts.map +1 -1
  41. package/esm/base/localization/Locale.js +25 -0
  42. package/esm/base/localization/Locale.js.map +1 -1
  43. package/esm/base/localization/TranslationsCustomizationProvider/utils.d.ts.map +1 -1
  44. package/esm/base/localization/TranslationsCustomizationProvider/utils.js +12 -16
  45. package/esm/base/localization/TranslationsCustomizationProvider/utils.js.map +1 -1
  46. package/esm/base/localization/bundles/de-DE.json +25 -7
  47. package/esm/base/localization/bundles/en-US.json +115 -30
  48. package/esm/base/localization/bundles/es-ES.json +26 -8
  49. package/esm/base/localization/bundles/fr-FR.json +26 -8
  50. package/esm/base/localization/bundles/ja-JP.json +26 -8
  51. package/esm/base/localization/bundles/nl-NL.json +25 -7
  52. package/esm/base/localization/bundles/pt-BR.json +26 -8
  53. package/esm/base/localization/bundles/pt-PT.json +26 -8
  54. package/esm/base/localization/bundles/ru-RU.json +26 -8
  55. package/esm/base/localization/bundles/zh-Hans.json +26 -8
  56. package/esm/base/localization/intlUtils.d.ts +8 -0
  57. package/esm/base/localization/intlUtils.d.ts.map +1 -1
  58. package/esm/base/localization/intlUtils.js +11 -1
  59. package/esm/base/localization/intlUtils.js.map +1 -1
  60. package/esm/execution/Execute.d.ts +1 -1
  61. package/esm/execution/Execute.d.ts.map +1 -1
  62. package/esm/execution/Execute.js +4 -1
  63. package/esm/execution/Execute.js.map +1 -1
  64. package/esm/execution/createExecution.d.ts +1 -1
  65. package/esm/execution/createExecution.d.ts.map +1 -1
  66. package/esm/execution/createExecution.js +1 -1
  67. package/esm/execution/createExecution.js.map +1 -1
  68. package/package.json +14 -11
  69. package/styles/scss/_settings.scss +14 -2
@@ -35,8 +35,8 @@
35
35
  "limit": 0
36
36
  },
37
37
  "gs.list.search.placeholder": {
38
- "value": "Search...",
39
- "comment": "Placeholder text in search input filed.",
38
+ "value": "Search",
39
+ "comment": "Use '…' as one character, not 3 dots ('...').",
40
40
  "limit": 0
41
41
  },
42
42
  "gs.list.notAvailableAbbreviation": {
@@ -316,11 +316,6 @@
316
316
  "comment": "",
317
317
  "limit": 0
318
318
  },
319
- "gs.filter.loading": {
320
- "value": "Loading filter…",
321
- "comment": "Use '…' as one character, not 3 dots ('...').",
322
- "limit": 0
323
- },
324
319
  "gs.filter.error": {
325
320
  "value": "Error loading filter",
326
321
  "comment": "",
@@ -356,11 +351,26 @@
356
351
  "comment": "Don't translate placeholder '{limit}'.",
357
352
  "limit": 0
358
353
  },
354
+ "gs.list.limitReached": {
355
+ "value": "You have reached the limit of {limit} selected values.",
356
+ "comment": "Don't translate placeholder '{limit}'.",
357
+ "limit": 0
358
+ },
359
+ "gs.list.cannotSelectMoreValues": {
360
+ "value": "You cannot select more than {limit} values.",
361
+ "comment": "Don't translate placeholder '{limit}'.",
362
+ "limit": 0
363
+ },
359
364
  "gs.list.noItemsFound": {
360
365
  "value": "No items found.",
361
366
  "comment": "",
362
367
  "limit": 0
363
368
  },
369
+ "gs.list.noResultsMatch": {
370
+ "value": "No results match",
371
+ "comment": "",
372
+ "limit": 0
373
+ },
364
374
  "gs.list.error": {
365
375
  "value": "Error loading list items",
366
376
  "comment": "",
@@ -371,6 +381,11 @@
371
381
  "comment": "",
372
382
  "limit": 0
373
383
  },
384
+ "gs.header.invite": {
385
+ "value": "Invite",
386
+ "comment": "",
387
+ "limit": 0
388
+ },
374
389
  "gs.header.countdown.numberOfDaysLeft": {
375
390
  "value": "{number} days left",
376
391
  "comment": "",
@@ -1261,16 +1276,6 @@
1261
1276
  "comment": "",
1262
1277
  "limit": 0
1263
1278
  },
1264
- "attrf.all": {
1265
- "value": "All",
1266
- "comment": "",
1267
- "limit": 0
1268
- },
1269
- "attrf.all_except": {
1270
- "value": "All except",
1271
- "comment": "",
1272
- "limit": 0
1273
- },
1274
1279
  "rankingFilter.topBottom": {
1275
1280
  "value": "Top/bottom values",
1276
1281
  "comment": "Filter title",
@@ -1369,13 +1374,8 @@
1369
1374
  "limit": 0,
1370
1375
  "translate": false
1371
1376
  },
1372
- "attributesDropdown.allItemsFiltered": {
1373
- "value": "All items are filtered out",
1374
- "comment": "This message is displayed when there are no items available because they were filtered out by parent filters",
1375
- "limit": 0
1376
- },
1377
1377
  "attributesDropdown.itemsFiltered.tooltip": {
1378
- "value": "Items are filtered by: <strong>{filters}</strong>",
1378
+ "value": "Values are filtered by: <strong>{filters}</strong>",
1379
1379
  "comment": "Do not translate HTML markup enclosed in <> and {filters} placeholder as it will be replaced by list of filter names.",
1380
1380
  "limit": 0
1381
1381
  },
@@ -1385,8 +1385,33 @@
1385
1385
  "limit": 0
1386
1386
  },
1387
1387
  "attributesDropdown.noData": {
1388
- "value": "This attribute does not have any value.",
1389
- "comment": "",
1388
+ "value": "This attribute has no values.",
1389
+ "comment": "This message is displayed when when there are no items available because the attribute has no elements.",
1390
+ "limit": 0
1391
+ },
1392
+ "attributesDropdown.noResultsMatch": {
1393
+ "value": "No results match.",
1394
+ "comment": "This message is displayed when when there are no items available because they were filtered out by search.",
1395
+ "limit": 0
1396
+ },
1397
+ "attributesDropdown.allItemsFiltered": {
1398
+ "value": "All values are filtered out.",
1399
+ "comment": "This message is displayed when there are no items available because they were filtered out by parent filters.",
1400
+ "limit": 0
1401
+ },
1402
+ "attributesDropdown.configuration": {
1403
+ "value": "Configuration",
1404
+ "comment": "Configuration button label in attribute filter dropdown",
1405
+ "limit": 0
1406
+ },
1407
+ "attributesDropdown.removeTooltip": {
1408
+ "value": "Remove from dashboard",
1409
+ "comment": "Tooltip text of button for deleting filter",
1410
+ "limit": 0
1411
+ },
1412
+ "attributesDropdown.display_as": {
1413
+ "value": "Display as: {title}",
1414
+ "comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
1390
1415
  "limit": 0
1391
1416
  },
1392
1417
  "shareDialog.share.grantee.title": {
@@ -1540,11 +1565,6 @@
1540
1565
  "comment": "Tooltip that explains user that default sorting of the selected attribute will be applied on the insight.",
1541
1566
  "limit": 0
1542
1567
  },
1543
- "attributeFilterDropdown.emptyValue": {
1544
- "value": "empty value",
1545
- "comment": "",
1546
- "limit": 0
1547
- },
1548
1568
  "embedInsightDialog.actions.close": {
1549
1569
  "value": "Close",
1550
1570
  "comment": "",
@@ -1674,5 +1694,70 @@
1674
1694
  "value": "Please log back in to continue your work.",
1675
1695
  "comment": "",
1676
1696
  "limit": 0
1697
+ },
1698
+ "stylingPicker.title.basic": {
1699
+ "value": "Default",
1700
+ "comment": "",
1701
+ "limit": 0
1702
+ },
1703
+ "stylingPicker.title.custom": {
1704
+ "value": "Custom",
1705
+ "comment": "",
1706
+ "limit": 0
1707
+ },
1708
+ "stylingPicker.title.create": {
1709
+ "value": "Create",
1710
+ "comment": "",
1711
+ "limit": 0
1712
+ },
1713
+ "stylingEditor.dialog.name": {
1714
+ "value": "Name",
1715
+ "comment": "",
1716
+ "limit": 0
1717
+ },
1718
+ "stylingEditor.dialog.name.required": {
1719
+ "value": "Cannot save. Specify a name.",
1720
+ "comment": "",
1721
+ "limit": 0
1722
+ },
1723
+ "stylingEditor.dialog.definition": {
1724
+ "value": "Definition",
1725
+ "comment": "Name of the text field to describe an object.",
1726
+ "limit": 0
1727
+ },
1728
+ "stylingEditor.dialog.definition.required": {
1729
+ "value": "Cannot save. Specify a definition.",
1730
+ "comment": "",
1731
+ "limit": 0
1732
+ },
1733
+ "stylingEditor.dialog.definition.invalid": {
1734
+ "value": "Cannot save. The definition is not a valid JSON object.",
1735
+ "comment": "",
1736
+ "limit": 0
1737
+ },
1738
+ "stylingEditor.dialog.examples": {
1739
+ "value": "Templates",
1740
+ "comment": "",
1741
+ "limit": 0
1742
+ },
1743
+ "stylingEditor.dialog.example.paste": {
1744
+ "value": "Paste",
1745
+ "comment": "Button text to paste content into text field.",
1746
+ "limit": 0
1747
+ },
1748
+ "stylingPicker.item.edit": {
1749
+ "value": "Edit",
1750
+ "comment": "",
1751
+ "limit": 0
1752
+ },
1753
+ "stylingPicker.item.delete": {
1754
+ "value": "Delete",
1755
+ "comment": "",
1756
+ "limit": 0
1757
+ },
1758
+ "stylingPicker.item.delete.tooltip": {
1759
+ "value": "Applied item cannot be deleted.",
1760
+ "comment": "",
1761
+ "limit": 0
1677
1762
  }
1678
1763
  }
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "Todo",
7
7
  "gs.list.except": "excepto",
8
8
  "gs.list.is": "es",
9
+ "gs.list.search.placeholder": "Buscar…",
9
10
  "gs.list.notAvailableAbbreviation": "N/D",
10
11
  "gs.list.searchResults": "resultados de la búsqueda",
11
12
  "gs.visualizationsList.loading": "Cargando…",
@@ -53,7 +54,6 @@
53
54
  "visualization.tooltip.interaction": "Haga clic en el gráfico para explorar",
54
55
  "gs.filterLabel.all": "Todo",
55
56
  "gs.filterLabel.none": "Ninguno",
56
- "gs.filter.loading": "Cargando filtro…",
57
57
  "gs.filter.error": "Error al cargar filtro",
58
58
  "gs.list.clear": "Borrar",
59
59
  "gs.list.cancel": "Cancelar",
@@ -61,9 +61,13 @@
61
61
  "gs.list.only": "Solo",
62
62
  "gs.list.selectAll": "Seleccionar todo",
63
63
  "gs.list.limitExceeded": "Lo sentimos, ha superado el límite ({limit}).",
64
+ "gs.list.limitReached": "Ha alcanzado el límite de {limit} valores seleccionados.",
65
+ "gs.list.cannotSelectMoreValues": "No puede seleccionar más de {limit} valores.",
64
66
  "gs.list.noItemsFound": "No se ha encontrado ningún elemento.",
67
+ "gs.list.noResultsMatch": "Ningún resultado coincide",
65
68
  "gs.list.error": "Error al cargar los elementos de la lista",
66
69
  "gs.header.upsellButtonText": "Actualizar",
70
+ "gs.header.invite": "Invitar",
67
71
  "gs.header.countdown.numberOfDaysLeft": "Quedan {number} días",
68
72
  "gs.header.countdown.numberOfMonthsLeft": "Quedan {number} meses",
69
73
  "gs.header.countdown.oneMonthLeft": "Queda 1 mes",
@@ -242,8 +246,6 @@
242
246
  "measureNumberCustomFormatDialog.definition": "Definición",
243
247
  "measureNumberCustomFormatDialog.preview": "Vista previa",
244
248
  "properties.legend.title": "Leyenda",
245
- "attrf.all": "Todo",
246
- "attrf.all_except": "Todo excepto",
247
249
  "rankingFilter.topBottom": "Valores superiores/inferiores",
248
250
  "rankingFilter.top": "Arriba",
249
251
  "rankingFilter.bottom": "Abajo",
@@ -260,10 +262,14 @@
260
262
  "rankingFilter.preview.top_with_attribute": "{value} superiores de <strong>{attribute}</strong> según <strong>{measure}</strong>",
261
263
  "rankingFilter.preview.bottom_with_attribute": "{value} inferiores de <strong>{attribute}</strong> según <strong>{measure}</strong>",
262
264
  "rankingFilter.valueTooltip": "Si varios elementos tienen el mismo valor, el filtro muestra todos los elementos con ese valor. Después, la perspectiva puede mostrar más elementos que el número establecido.",
263
- "attributesDropdown.allItemsFiltered": "Todos los elementos están filtrados",
264
- "attributesDropdown.itemsFiltered.tooltip": "Los elementos se han filtrado por: <strong>{filters}</strong>",
265
+ "attributesDropdown.itemsFiltered.tooltip": "Los valores se filtran por: <strong>{filters}</strong>",
265
266
  "attributesDropdown.itemsFiltered": "Los elementos se han filtrado",
266
- "attributesDropdown.noData": "Este atributo no tiene ningún valor.",
267
+ "attributesDropdown.noData": "Este atributo no tiene valores.",
268
+ "attributesDropdown.noResultsMatch": "Ningún resultado coincide.",
269
+ "attributesDropdown.allItemsFiltered": "Todos los valores se han filtrado.",
270
+ "attributesDropdown.configuration": "Configuración",
271
+ "attributesDropdown.removeTooltip": "Quitar del panel",
272
+ "attributesDropdown.display_as": "Mostrar como: {title}",
267
273
  "shareDialog.share.grantee.title": "Compartir con usuarios y grupos",
268
274
  "shareDialog.share.grantee.share": "Compartir",
269
275
  "shareDialog.share.grantee.list.title": "Compartido con",
@@ -293,7 +299,6 @@
293
299
  "sorting.by": "por",
294
300
  "sorting.sum.of.all.measure": "Total",
295
301
  "sorting.default.tooltip": "Use el orden definido en el atributo.",
296
- "attributeFilterDropdown.emptyValue": "valor vacío",
297
302
  "embedInsightDialog.actions.close": "Cerrar",
298
303
  "embedInsightDialog.actions.copyCode": "Copiar código",
299
304
  "embedInsightDialog.code.language.codeAs": "Codificar como",
@@ -313,5 +318,18 @@
313
318
  "embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
314
319
  "error.overlay.login": "Iniciar sesión",
315
320
  "error.overlay.title": "Se ha cerrado la sesión",
316
- "error.overlay.text": "Iníciela de nuevo para continuar su trabajo."
321
+ "error.overlay.text": "Iníciela de nuevo para continuar su trabajo.",
322
+ "stylingPicker.title.basic": "Predeterminado",
323
+ "stylingPicker.title.custom": "Personalizado",
324
+ "stylingPicker.title.create": "Crear",
325
+ "stylingEditor.dialog.name": "Nombre",
326
+ "stylingEditor.dialog.name.required": "No se puede guardar. Especifique un nombre.",
327
+ "stylingEditor.dialog.definition": "Definición",
328
+ "stylingEditor.dialog.definition.required": "No se puede guardar. Especifique una definición.",
329
+ "stylingEditor.dialog.definition.invalid": "No se puede guardar. La definición no es un objeto JSON válido.",
330
+ "stylingEditor.dialog.examples": "Plantillas",
331
+ "stylingEditor.dialog.example.paste": "Pegar",
332
+ "stylingPicker.item.edit": "Editar",
333
+ "stylingPicker.item.delete": "Eliminar",
334
+ "stylingPicker.item.delete.tooltip": "El elemento aplicado no se puede eliminar."
317
335
  }
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "Tout",
7
7
  "gs.list.except": "sauf",
8
8
  "gs.list.is": "est",
9
+ "gs.list.search.placeholder": "Rechercher…",
9
10
  "gs.list.notAvailableAbbreviation": "S/O",
10
11
  "gs.list.searchResults": "résultats de la recherche",
11
12
  "gs.visualizationsList.loading": "Chargement en cours…",
@@ -53,7 +54,6 @@
53
54
  "visualization.tooltip.interaction": "Cliquez sur le graphique pour l'explorer",
54
55
  "gs.filterLabel.all": "Tout",
55
56
  "gs.filterLabel.none": "Aucun(e)",
56
- "gs.filter.loading": "Chargement du filtre en cours …",
57
57
  "gs.filter.error": "Erreur lors du chargement du filtre",
58
58
  "gs.list.clear": "Effacer",
59
59
  "gs.list.cancel": "Annuler",
@@ -61,9 +61,13 @@
61
61
  "gs.list.only": "Uniquement",
62
62
  "gs.list.selectAll": "Sélectionner tout",
63
63
  "gs.list.limitExceeded": "Désolé, vous avez dépassé la limite ({limit}).",
64
+ "gs.list.limitReached": "Vous avez atteint la limite de {limit} valeurs sélectionnées.",
65
+ "gs.list.cannotSelectMoreValues": "Vous ne pouvez pas sélectionner plus de {limit} valeurs.",
64
66
  "gs.list.noItemsFound": "Éléments introuvables.",
67
+ "gs.list.noResultsMatch": "Aucun résultat",
65
68
  "gs.list.error": "Erreur lors du chargement des éléments de la liste",
66
69
  "gs.header.upsellButtonText": "Mise à niveau",
70
+ "gs.header.invite": "Inviter",
67
71
  "gs.header.countdown.numberOfDaysLeft": "{number} jours restants",
68
72
  "gs.header.countdown.numberOfMonthsLeft": "{number} mois restants",
69
73
  "gs.header.countdown.oneMonthLeft": "1 mois restant",
@@ -242,8 +246,6 @@
242
246
  "measureNumberCustomFormatDialog.definition": "Définition",
243
247
  "measureNumberCustomFormatDialog.preview": "Aperçu",
244
248
  "properties.legend.title": "Légende",
245
- "attrf.all": "Tout",
246
- "attrf.all_except": "Tout sauf",
247
249
  "rankingFilter.topBottom": "Meilleures/moins bonnes valeurs",
248
250
  "rankingFilter.top": "Haut",
249
251
  "rankingFilter.bottom": "Bas",
@@ -260,10 +262,14 @@
260
262
  "rankingFilter.preview.top_with_attribute": "{value} meilleurs éléments de l'attribut <strong>{attribute}</strong> sur la base de la mesure <strong>{measure}</strong>",
261
263
  "rankingFilter.preview.bottom_with_attribute": "{value} moins bons éléments de l'attribut <strong>{attribute}</strong> sur la base de la mesure <strong>{measure}</strong>",
262
264
  "rankingFilter.valueTooltip": "Si plusieurs éléments ont la même valeur, le filtre affiche tous les éléments avec cette valeur. La perception peut alors montrer plus d'éléments que le nombre défini.",
263
- "attributesDropdown.allItemsFiltered": "Tous les éléments ont été filtrés.",
264
- "attributesDropdown.itemsFiltered.tooltip": "Les éléments sont filtrés par : <strong>{filters}</strong>",
265
+ "attributesDropdown.itemsFiltered.tooltip": "Les valeurs sont filtrées par : <strong>{filters}</strong>",
265
266
  "attributesDropdown.itemsFiltered": "Les éléments sont filtrés.",
266
- "attributesDropdown.noData": "Cet attribut ne possède aucune valeur.",
267
+ "attributesDropdown.noData": "Cet attribut n'a aucune valeur.",
268
+ "attributesDropdown.noResultsMatch": "Aucun résultat.",
269
+ "attributesDropdown.allItemsFiltered": "Toutes les valeurs sont filtrées.",
270
+ "attributesDropdown.configuration": "Configuration",
271
+ "attributesDropdown.removeTooltip": "Retirer du tableau de bord",
272
+ "attributesDropdown.display_as": "Afficher en tant que : {title}",
267
273
  "shareDialog.share.grantee.title": "Partager avec des utilisateurs et groupes",
268
274
  "shareDialog.share.grantee.share": "Partage",
269
275
  "shareDialog.share.grantee.list.title": "Partagé avec",
@@ -293,7 +299,6 @@
293
299
  "sorting.by": "par",
294
300
  "sorting.sum.of.all.measure": "Total",
295
301
  "sorting.default.tooltip": "Utilisez l'ordre défini dans l'attribut.",
296
- "attributeFilterDropdown.emptyValue": "valeur vide",
297
302
  "embedInsightDialog.actions.close": "Fermer",
298
303
  "embedInsightDialog.actions.copyCode": "Copier le code",
299
304
  "embedInsightDialog.code.language.codeAs": "Coder avec",
@@ -313,5 +318,18 @@
313
318
  "embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
314
319
  "error.overlay.login": "Connexion",
315
320
  "error.overlay.title": "Vous avez été déconnecté(e)",
316
- "error.overlay.text": "Pour continuer à travailler, reconnectez-vous."
321
+ "error.overlay.text": "Pour continuer à travailler, reconnectez-vous.",
322
+ "stylingPicker.title.basic": "Par défaut",
323
+ "stylingPicker.title.custom": "Personnalisé",
324
+ "stylingPicker.title.create": "Créer",
325
+ "stylingEditor.dialog.name": "Nom",
326
+ "stylingEditor.dialog.name.required": "Enregistrement impossible. Indiquez un nom.",
327
+ "stylingEditor.dialog.definition": "Définition",
328
+ "stylingEditor.dialog.definition.required": "Enregistrement impossible. Indiquez une définition.",
329
+ "stylingEditor.dialog.definition.invalid": "Enregistrement impossible. La définition n'est pas un objet JSON valide.",
330
+ "stylingEditor.dialog.examples": "Modèles",
331
+ "stylingEditor.dialog.example.paste": "Coller",
332
+ "stylingPicker.item.edit": "Modifier",
333
+ "stylingPicker.item.delete": "Supprimer",
334
+ "stylingPicker.item.delete.tooltip": "L'élément appliqué ne peut pas être supprimé."
317
335
  }
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "すべて",
7
7
  "gs.list.except": "次を除く",
8
8
  "gs.list.is": "は",
9
+ "gs.list.search.placeholder": "検索…",
9
10
  "gs.list.notAvailableAbbreviation": "該当なし",
10
11
  "gs.list.searchResults": "検索結果",
11
12
  "gs.visualizationsList.loading": "読み込んでいます…",
@@ -53,7 +54,6 @@
53
54
  "visualization.tooltip.interaction": "チャートをクリックしてドリル",
54
55
  "gs.filterLabel.all": "すべて",
55
56
  "gs.filterLabel.none": "なし",
56
- "gs.filter.loading": "フィルターを読み込み中…",
57
57
  "gs.filter.error": "フィルターの読み込みエラー",
58
58
  "gs.list.clear": "クリア",
59
59
  "gs.list.cancel": "キャンセル",
@@ -61,9 +61,13 @@
61
61
  "gs.list.only": "限定",
62
62
  "gs.list.selectAll": "すべて選択",
63
63
  "gs.list.limitExceeded": "申し訳ございません、制限({limit})を超過しました。",
64
+ "gs.list.limitReached": "選択した値の制限{limit}に達しました。",
65
+ "gs.list.cannotSelectMoreValues": "{limit} より多くの値を選択できません。",
64
66
  "gs.list.noItemsFound": "アイテムが見つかりません。",
67
+ "gs.list.noResultsMatch": "一致する結果がありません",
65
68
  "gs.list.error": "リストの読み込みエラー",
66
69
  "gs.header.upsellButtonText": "アップグレード",
70
+ "gs.header.invite": "招待する",
67
71
  "gs.header.countdown.numberOfDaysLeft": "残り {number} 日",
68
72
  "gs.header.countdown.numberOfMonthsLeft": "残り {number} ヶ月",
69
73
  "gs.header.countdown.oneMonthLeft": "残り 1 ヶ月",
@@ -242,8 +246,6 @@
242
246
  "measureNumberCustomFormatDialog.definition": "定義",
243
247
  "measureNumberCustomFormatDialog.preview": "プレビュー",
244
248
  "properties.legend.title": "凡例",
245
- "attrf.all": "すべて",
246
- "attrf.all_except": "次を除くすべて",
247
249
  "rankingFilter.topBottom": "上位/下位の値",
248
250
  "rankingFilter.top": "上",
249
251
  "rankingFilter.bottom": "下",
@@ -260,13 +262,17 @@
260
262
  "rankingFilter.preview.top_with_attribute": "上位{value}の<strong>{attribute}</strong>でベースが<strong>{measure}</strong>",
261
263
  "rankingFilter.preview.bottom_with_attribute": "下位{value}の<strong>{attribute}</strong>でベースが<strong>{measure}</strong>",
262
264
  "rankingFilter.valueTooltip": "複数の項目に同じ値が設定されている場合は、この値を持つすべての項目がフィルターで表示されます。 インサイトには、設定数よりも多くのアイテムが表示される場合があります。",
263
- "attributesDropdown.allItemsFiltered": "すべてのアイテムはフィルター済み",
264
- "attributesDropdown.itemsFiltered.tooltip": "アイテムのフィルター:<strong>{filters}</strong>",
265
+ "attributesDropdown.itemsFiltered.tooltip": "次の条件で値をフィルターします: <strong>{filters}</strong>",
265
266
  "attributesDropdown.itemsFiltered": "アイテムはフィルター済み",
266
267
  "attributesDropdown.noData": "このアトリビュートには値がありません。",
268
+ "attributesDropdown.noResultsMatch": "一致する結果がありません。",
269
+ "attributesDropdown.allItemsFiltered": "すべての値がフィルターされています。",
270
+ "attributesDropdown.configuration": "設定",
271
+ "attributesDropdown.removeTooltip": "ダッシュボードから削除",
272
+ "attributesDropdown.display_as": "次のように表示: {title}",
267
273
  "shareDialog.share.grantee.title": "ユーザやグループと共有",
268
274
  "shareDialog.share.grantee.share": "共有する",
269
- "shareDialog.share.grantee.list.title": "共有先",
275
+ "shareDialog.share.grantee.list.title": "シェア相手",
270
276
  "shareDialog.share.grantee.add": "追加",
271
277
  "shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
272
278
  "shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
@@ -293,7 +299,6 @@
293
299
  "sorting.by": "別",
294
300
  "sorting.sum.of.all.measure": "合計",
295
301
  "sorting.default.tooltip": "属性で定義された順序を使用します。",
296
- "attributeFilterDropdown.emptyValue": "空の値",
297
302
  "embedInsightDialog.actions.close": "閉じる",
298
303
  "embedInsightDialog.actions.copyCode": "コードをコピー",
299
304
  "embedInsightDialog.code.language.codeAs": "コード",
@@ -313,5 +318,18 @@
313
318
  "embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
314
319
  "error.overlay.login": "ログイン",
315
320
  "error.overlay.title": "ログアウトしています",
316
- "error.overlay.text": "作業を続行するには、再度ログインしてください。"
321
+ "error.overlay.text": "作業を続行するには、再度ログインしてください。",
322
+ "stylingPicker.title.basic": "既定",
323
+ "stylingPicker.title.custom": "カスタム",
324
+ "stylingPicker.title.create": "作成",
325
+ "stylingEditor.dialog.name": "名前",
326
+ "stylingEditor.dialog.name.required": "保存できません。名前を指定してください。",
327
+ "stylingEditor.dialog.definition": "定義",
328
+ "stylingEditor.dialog.definition.required": "保存できません。定義を指定してください。",
329
+ "stylingEditor.dialog.definition.invalid": "保存できません。定義は有効なJSONオブジェクトではありません。",
330
+ "stylingEditor.dialog.examples": "テンプレート",
331
+ "stylingEditor.dialog.example.paste": "ペースト",
332
+ "stylingPicker.item.edit": "編集",
333
+ "stylingPicker.item.delete": "削除",
334
+ "stylingPicker.item.delete.tooltip": "該当のアイテムは削除できません。"
317
335
  }
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "Alles",
7
7
  "gs.list.except": "behalve",
8
8
  "gs.list.is": "is",
9
+ "gs.list.search.placeholder": "Zoeken…",
9
10
  "gs.list.notAvailableAbbreviation": "Nvt",
10
11
  "gs.list.searchResults": "zoekresultaten",
11
12
  "gs.visualizationsList.loading": "Laden…",
@@ -53,7 +54,6 @@
53
54
  "visualization.tooltip.interaction": "Klik op grafiek om in te zoomen",
54
55
  "gs.filterLabel.all": "Alles",
55
56
  "gs.filterLabel.none": "Geen",
56
- "gs.filter.loading": "Filter wordt ingelezen…",
57
57
  "gs.filter.error": "Fout bij inlezen filter",
58
58
  "gs.list.clear": "Wissen",
59
59
  "gs.list.cancel": "Annuleren",
@@ -61,9 +61,13 @@
61
61
  "gs.list.only": "Alleen",
62
62
  "gs.list.selectAll": "Selecteer alles",
63
63
  "gs.list.limitExceeded": "Sorry, u hebt de limiet ({limit}) overschreden.",
64
+ "gs.list.limitReached": "U hebt de limiet van {limit} geselecteerde waarden overschreden.",
65
+ "gs.list.cannotSelectMoreValues": "U kunt niet meer dan {limit} waarden selecteren.",
64
66
  "gs.list.noItemsFound": "Geen items gevonden.",
67
+ "gs.list.noResultsMatch": "Geen overeenkomende resultaten",
65
68
  "gs.list.error": "Fout bij inlezen lijstitems",
66
69
  "gs.header.upsellButtonText": "Upgrade",
70
+ "gs.header.invite": "Uitnodigen",
67
71
  "gs.header.countdown.numberOfDaysLeft": "Nog {number} dagen",
68
72
  "gs.header.countdown.numberOfMonthsLeft": "Nog {number} maanden",
69
73
  "gs.header.countdown.oneMonthLeft": "Nog 1 maand",
@@ -242,8 +246,6 @@
242
246
  "measureNumberCustomFormatDialog.definition": "Definitie",
243
247
  "measureNumberCustomFormatDialog.preview": "Preview",
244
248
  "properties.legend.title": "Legenda",
245
- "attrf.all": "Alles",
246
- "attrf.all_except": "Alles behalve",
247
249
  "rankingFilter.topBottom": "Boven-/onderwaarden",
248
250
  "rankingFilter.top": "Boven",
249
251
  "rankingFilter.bottom": "Onder",
@@ -260,10 +262,14 @@
260
262
  "rankingFilter.preview.top_with_attribute": "Boven {value} van <strong>{attribute}</strong> gebaseerd op <strong>{measure}</strong>",
261
263
  "rankingFilter.preview.bottom_with_attribute": "Onder {value} van <strong>{attribute}</strong> gebaseerd op <strong>{measure}</strong>",
262
264
  "rankingFilter.valueTooltip": "Als meerdere items dezelfde waarde hebben, toont het filter alle items met deze waarde. Het inzicht geeft dan mogelijk meer items weer dan het ingestelde aantal.",
263
- "attributesDropdown.allItemsFiltered": "Alle items zijn uitgefilterd",
264
- "attributesDropdown.itemsFiltered.tooltip": "Items zijn gefilterd op: <strong>{filters}</strong> ",
265
+ "attributesDropdown.itemsFiltered.tooltip": "Waarden worden gefilterd op: <strong>{filters}</strong>",
265
266
  "attributesDropdown.itemsFiltered": "Items zijn gefilterd",
266
267
  "attributesDropdown.noData": "Dit attribuut bevat geen enkele waarde.",
268
+ "attributesDropdown.noResultsMatch": "Geen resultaten.",
269
+ "attributesDropdown.allItemsFiltered": "Alle waarden zijn gefilterd.",
270
+ "attributesDropdown.configuration": "Configuratie",
271
+ "attributesDropdown.removeTooltip": "Verwijderen van dashboard",
272
+ "attributesDropdown.display_as": "Weergeven als: {title}",
267
273
  "shareDialog.share.grantee.title": "Delen met gebruikers en groepen",
268
274
  "shareDialog.share.grantee.share": "Deel",
269
275
  "shareDialog.share.grantee.list.title": "Gedeeld met",
@@ -293,7 +299,6 @@
293
299
  "sorting.by": "met",
294
300
  "sorting.sum.of.all.measure": "Totaal",
295
301
  "sorting.default.tooltip": "Gebruik de volgorde zoals gedefinieerd in het attribuut.",
296
- "attributeFilterDropdown.emptyValue": "lege waarde",
297
302
  "embedInsightDialog.actions.close": "Sluiten",
298
303
  "embedInsightDialog.actions.copyCode": "Code kopiëren",
299
304
  "embedInsightDialog.code.language.codeAs": "Code als",
@@ -313,5 +318,18 @@
313
318
  "embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen",
314
319
  "error.overlay.login": "Login",
315
320
  "error.overlay.title": "U bent afgemeld",
316
- "error.overlay.text": "Meld u opnieuw aan om verder te werken."
321
+ "error.overlay.text": "Meld u opnieuw aan om verder te werken.",
322
+ "stylingPicker.title.basic": "Standaard",
323
+ "stylingPicker.title.custom": "Aangepast",
324
+ "stylingPicker.title.create": "Creëren",
325
+ "stylingEditor.dialog.name": "Naam",
326
+ "stylingEditor.dialog.name.required": "Opslaan niet mogelijk. Geef een naam op.",
327
+ "stylingEditor.dialog.definition": "Definitie",
328
+ "stylingEditor.dialog.definition.required": "Opslaan niet mogelijk. Geef een definitie op.",
329
+ "stylingEditor.dialog.definition.invalid": "Opslaan niet mogelijk. De definitie is geen geldig JSON-object.",
330
+ "stylingEditor.dialog.examples": "Sjablonen",
331
+ "stylingEditor.dialog.example.paste": "Plakken",
332
+ "stylingPicker.item.edit": "Bewerken",
333
+ "stylingPicker.item.delete": "Verwijderen",
334
+ "stylingPicker.item.delete.tooltip": "Toegepast item kan niet worden verwijderd"
317
335
  }
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "Todos",
7
7
  "gs.list.except": "exceto",
8
8
  "gs.list.is": "é",
9
+ "gs.list.search.placeholder": "Pesquisar…",
9
10
  "gs.list.notAvailableAbbreviation": "N/A",
10
11
  "gs.list.searchResults": "resultados da busca",
11
12
  "gs.visualizationsList.loading": "Carregando…",
@@ -53,7 +54,6 @@
53
54
  "visualization.tooltip.interaction": "Clique no gráfico para detalhar",
54
55
  "gs.filterLabel.all": "Todos",
55
56
  "gs.filterLabel.none": "Nenhum",
56
- "gs.filter.loading": "Carregando filtro…",
57
57
  "gs.filter.error": "Erro ao carregar filtro",
58
58
  "gs.list.clear": "Limpar",
59
59
  "gs.list.cancel": "Cancelar",
@@ -61,9 +61,13 @@
61
61
  "gs.list.only": "Só",
62
62
  "gs.list.selectAll": "Selecionar tudo",
63
63
  "gs.list.limitExceeded": "Infelizmente, você excedeu o limite ({limit}).",
64
+ "gs.list.limitReached": "Você alcançou o limite de {limit} valores selecionados.",
65
+ "gs.list.cannotSelectMoreValues": "Você não pode selecionar mais do que {limit} valores.",
64
66
  "gs.list.noItemsFound": "Nenhum item encontrado.",
67
+ "gs.list.noResultsMatch": "Nenhum resultado correspondente",
65
68
  "gs.list.error": "Erro ao carregar itens da lista",
66
69
  "gs.header.upsellButtonText": "Atualizar",
70
+ "gs.header.invite": "Convidar",
67
71
  "gs.header.countdown.numberOfDaysLeft": "{number} dias restantes",
68
72
  "gs.header.countdown.numberOfMonthsLeft": "{number} mês restante",
69
73
  "gs.header.countdown.oneMonthLeft": "1 mês restante",
@@ -242,8 +246,6 @@
242
246
  "measureNumberCustomFormatDialog.definition": "Definição",
243
247
  "measureNumberCustomFormatDialog.preview": "Pré-visualizar",
244
248
  "properties.legend.title": "Legenda",
245
- "attrf.all": "Todos",
246
- "attrf.all_except": "Tudo exceto",
247
249
  "rankingFilter.topBottom": "Valores melhores/piores",
248
250
  "rankingFilter.top": "Superior",
249
251
  "rankingFilter.bottom": "Inferior",
@@ -260,10 +262,14 @@
260
262
  "rankingFilter.preview.top_with_attribute": "{value} primeiros de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
261
263
  "rankingFilter.preview.bottom_with_attribute": "{value} últimos de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
262
264
  "rankingFilter.valueTooltip": "Se vários itens tiverem o mesmo valor, o filtro mostrará todos os itens com esse valor. O insight poderá então exibir mais itens do que o número definido.",
263
- "attributesDropdown.allItemsFiltered": "Todos os itens estão filtrados",
264
- "attributesDropdown.itemsFiltered.tooltip": "Os itens estão filtrados por: <strong>{filters}</strong>",
265
+ "attributesDropdown.itemsFiltered.tooltip": "Os valores são filtrados por: <strong>{filters}</strong>",
265
266
  "attributesDropdown.itemsFiltered": "Os itens estão filtrados",
266
- "attributesDropdown.noData": "Este atributo não tem valor.",
267
+ "attributesDropdown.noData": "O atributo não tem valores.",
268
+ "attributesDropdown.noResultsMatch": "Nenhum resultado correspondente.",
269
+ "attributesDropdown.allItemsFiltered": "Todos os valores foram filtrados.",
270
+ "attributesDropdown.configuration": "Configuração",
271
+ "attributesDropdown.removeTooltip": "Remover do dashboard",
272
+ "attributesDropdown.display_as": "Exibir como: {title}",
267
273
  "shareDialog.share.grantee.title": "Compartilhar com usuários e grupos",
268
274
  "shareDialog.share.grantee.share": "Compartilhar",
269
275
  "shareDialog.share.grantee.list.title": "Compartilhado com",
@@ -293,7 +299,6 @@
293
299
  "sorting.by": "por",
294
300
  "sorting.sum.of.all.measure": "Total",
295
301
  "sorting.default.tooltip": "Use a ordem definida no atributo.",
296
- "attributeFilterDropdown.emptyValue": "valor vazio",
297
302
  "embedInsightDialog.actions.close": "Fechar",
298
303
  "embedInsightDialog.actions.copyCode": "Copiar código",
299
304
  "embedInsightDialog.code.language.codeAs": "Codificar em",
@@ -313,5 +318,18 @@
313
318
  "embedInsightDialog.complete.list.props.message": "Lista completa de propriedades incorporadas",
314
319
  "error.overlay.login": "Login",
315
320
  "error.overlay.title": "Sua sessão foi encerrada",
316
- "error.overlay.text": "Conecte-se novamente para continuar trabalhando."
321
+ "error.overlay.text": "Conecte-se novamente para continuar trabalhando.",
322
+ "stylingPicker.title.basic": "Predefinido",
323
+ "stylingPicker.title.custom": "Personalizado",
324
+ "stylingPicker.title.create": "Criar",
325
+ "stylingEditor.dialog.name": "Nome",
326
+ "stylingEditor.dialog.name.required": "Não é possível salvar. Especifique um nome.",
327
+ "stylingEditor.dialog.definition": "Definição",
328
+ "stylingEditor.dialog.definition.required": "Não é possível salvar. Especifique uma definição.",
329
+ "stylingEditor.dialog.definition.invalid": "Não é possível salvar. A definição não é um objeto JSON válido.",
330
+ "stylingEditor.dialog.examples": "Modelos",
331
+ "stylingEditor.dialog.example.paste": "Colar",
332
+ "stylingPicker.item.edit": "Editar",
333
+ "stylingPicker.item.delete": "Excluir",
334
+ "stylingPicker.item.delete.tooltip": "Não é possível excluir o item aplicado."
317
335
  }