@gooddata/sdk-ui 8.11.0-alpha.7 → 8.11.0-alpha.72

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 (41) hide show
  1. package/dist/base/localization/bundles/de-DE.json +25 -3
  2. package/dist/base/localization/bundles/en-US.json +113 -8
  3. package/dist/base/localization/bundles/es-ES.json +26 -4
  4. package/dist/base/localization/bundles/fr-FR.json +26 -4
  5. package/dist/base/localization/bundles/ja-JP.json +26 -4
  6. package/dist/base/localization/bundles/nl-NL.json +25 -3
  7. package/dist/base/localization/bundles/pt-BR.json +26 -4
  8. package/dist/base/localization/bundles/pt-PT.json +26 -4
  9. package/dist/base/localization/bundles/ru-RU.json +26 -4
  10. package/dist/base/localization/bundles/zh-Hans.json +26 -4
  11. package/dist/execution/Execute.d.ts +1 -1
  12. package/dist/execution/Execute.d.ts.map +1 -1
  13. package/dist/execution/Execute.js +3 -0
  14. package/dist/execution/Execute.js.map +1 -1
  15. package/dist/execution/createExecution.d.ts +1 -1
  16. package/dist/execution/createExecution.d.ts.map +1 -1
  17. package/dist/execution/createExecution.js +1 -1
  18. package/dist/execution/createExecution.js.map +1 -1
  19. package/dist/execution/useExecutionDataView.d.ts +1 -1
  20. package/dist/sdk-ui.d.ts +2 -2
  21. package/esm/base/localization/bundles/de-DE.json +25 -3
  22. package/esm/base/localization/bundles/en-US.json +113 -8
  23. package/esm/base/localization/bundles/es-ES.json +26 -4
  24. package/esm/base/localization/bundles/fr-FR.json +26 -4
  25. package/esm/base/localization/bundles/ja-JP.json +26 -4
  26. package/esm/base/localization/bundles/nl-NL.json +25 -3
  27. package/esm/base/localization/bundles/pt-BR.json +26 -4
  28. package/esm/base/localization/bundles/pt-PT.json +26 -4
  29. package/esm/base/localization/bundles/ru-RU.json +26 -4
  30. package/esm/base/localization/bundles/zh-Hans.json +26 -4
  31. package/esm/execution/Execute.d.ts +1 -1
  32. package/esm/execution/Execute.d.ts.map +1 -1
  33. package/esm/execution/Execute.js +4 -1
  34. package/esm/execution/Execute.js.map +1 -1
  35. package/esm/execution/createExecution.d.ts +1 -1
  36. package/esm/execution/createExecution.d.ts.map +1 -1
  37. package/esm/execution/createExecution.js +1 -1
  38. package/esm/execution/createExecution.js.map +1 -1
  39. package/esm/execution/useExecutionDataView.d.ts +1 -1
  40. package/package.json +14 -11
  41. package/styles/scss/_settings.scss +14 -2
@@ -6,6 +6,7 @@
6
6
  "gs.list.all": "Alle ",
7
7
  "gs.list.except": "außer",
8
8
  "gs.list.is": "ist",
9
+ "gs.list.search.placeholder": "Suchen...",
9
10
  "gs.list.notAvailableAbbreviation": "nicht angegeben",
10
11
  "gs.list.searchResults": "Ergebnisse suchen",
11
12
  "gs.visualizationsList.loading": "Lädt…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Nur",
62
63
  "gs.list.selectAll": "Alle auswählen",
63
64
  "gs.list.limitExceeded": "Leider haben Sie den Grenzwert ({limit}) überschritten.",
65
+ "gs.list.limitReached": "Sie haben das Limit von {limit} ausgewählten Werten erreicht.",
66
+ "gs.list.cannotSelectMoreValues": "Sie können nicht mehr als {limit} Werte auswählen.",
64
67
  "gs.list.noItemsFound": "Keine Elemente gefunden.",
68
+ "gs.list.noResultsMatch": "Keine passenden Ergebnisse",
65
69
  "gs.list.error": "Fehler beim Laden der Listenobjekte",
66
70
  "gs.header.upsellButtonText": "Upgrade",
71
+ "gs.header.invite": "Einladen",
67
72
  "gs.header.countdown.numberOfDaysLeft": "{number} Tage übrig",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "{number} Monate übrig",
69
74
  "gs.header.countdown.oneMonthLeft": "1 Monat übrig",
@@ -260,10 +265,14 @@
260
265
  "rankingFilter.preview.top_with_attribute": "Top {value} von <strong>{attribute}</strong> basierend auf <strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "Bottom {value} von <strong>{attribute}</strong> basierend auf <strong>{measure}</strong>",
262
267
  "rankingFilter.valueTooltip": "Wenn mehrere Elemente den gleichen Wert haben, zeigt der Filter alle Elemente mit diesem Wert an. In diesem Fall kann die Einsicht mehr Elemente anzeigen als die eingestellte Zahl.",
263
- "attributesDropdown.allItemsFiltered": "Alle Elemente sind ausgefiltert.",
264
- "attributesDropdown.itemsFiltered.tooltip": "Elemente wurden nach: <strong>{filters}</strong> gefiltert",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Werte werden gefiltert nach: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Elemente wurden gefiltert",
266
270
  "attributesDropdown.noData": "Dieses Attribut hat keinen Wert.",
271
+ "attributesDropdown.noResultsMatch": "Keine passenden Ergebnisse.",
272
+ "attributesDropdown.allItemsFiltered": "Alle Werte wurden herausgefiltert.",
273
+ "attributesDropdown.configuration": "Konfiguration",
274
+ "attributesDropdown.removeTooltip": "Vom Dashboard entfernen",
275
+ "attributesDropdown.display_as": "Anzeigen als: {title}",
267
276
  "shareDialog.share.grantee.title": "Mit Benutzern und Gruppen teilen",
268
277
  "shareDialog.share.grantee.share": "Teilen",
269
278
  "shareDialog.share.grantee.list.title": "Geteilt mit",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Vollständige Liste der Einbettungseigenschaften",
314
323
  "error.overlay.login": "Anmeldung",
315
324
  "error.overlay.title": "Sie wurden abgemeldet",
316
- "error.overlay.text": "Bitte melden Sie sich erneut an, um Ihre Arbeit fortzusetzen."
325
+ "error.overlay.text": "Bitte melden Sie sich erneut an, um Ihre Arbeit fortzusetzen.",
326
+ "stylingPicker.title.basic": "Standard",
327
+ "stylingPicker.title.custom": "Benutzerdefiniert",
328
+ "stylingPicker.title.create": "Erstellen",
329
+ "stylingEditor.dialog.name": "Name",
330
+ "stylingEditor.dialog.name.required": "Speichern nicht möglich. Geben Sie einen Namen an.",
331
+ "stylingEditor.dialog.definition": "Definition",
332
+ "stylingEditor.dialog.definition.required": "Speichern nicht möglich. Geben Sie eine Definition an.",
333
+ "stylingEditor.dialog.definition.invalid": "Speichern nicht möglich. Die Definition ist kein gültiges JSON-Objekt.",
334
+ "stylingEditor.dialog.examples": "Vorlagen",
335
+ "stylingEditor.dialog.example.paste": "Einfügen",
336
+ "stylingPicker.item.edit": "Bearbeiten",
337
+ "stylingPicker.item.delete": "Löschen",
338
+ "stylingPicker.item.delete.tooltip": "Das ausgewählte Element kann nicht gelöscht werden."
317
339
  }
@@ -356,11 +356,26 @@
356
356
  "comment": "Don't translate placeholder '{limit}'.",
357
357
  "limit": 0
358
358
  },
359
+ "gs.list.limitReached": {
360
+ "value": "You have reached the limit of {limit} selected values.",
361
+ "comment": "Don't translate placeholder '{limit}'.",
362
+ "limit": 0
363
+ },
364
+ "gs.list.cannotSelectMoreValues": {
365
+ "value": "You cannot select more than {limit} values.",
366
+ "comment": "Don't translate placeholder '{limit}'.",
367
+ "limit": 0
368
+ },
359
369
  "gs.list.noItemsFound": {
360
370
  "value": "No items found.",
361
371
  "comment": "",
362
372
  "limit": 0
363
373
  },
374
+ "gs.list.noResultsMatch": {
375
+ "value": "No results match",
376
+ "comment": "",
377
+ "limit": 0
378
+ },
364
379
  "gs.list.error": {
365
380
  "value": "Error loading list items",
366
381
  "comment": "",
@@ -371,6 +386,11 @@
371
386
  "comment": "",
372
387
  "limit": 0
373
388
  },
389
+ "gs.header.invite": {
390
+ "value": "Invite",
391
+ "comment": "",
392
+ "limit": 0
393
+ },
374
394
  "gs.header.countdown.numberOfDaysLeft": {
375
395
  "value": "{number} days left",
376
396
  "comment": "",
@@ -1369,13 +1389,8 @@
1369
1389
  "limit": 0,
1370
1390
  "translate": false
1371
1391
  },
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
1392
  "attributesDropdown.itemsFiltered.tooltip": {
1378
- "value": "Items are filtered by: <strong>{filters}</strong>",
1393
+ "value": "Values are filtered by: <strong>{filters}</strong>",
1379
1394
  "comment": "Do not translate HTML markup enclosed in <> and {filters} placeholder as it will be replaced by list of filter names.",
1380
1395
  "limit": 0
1381
1396
  },
@@ -1385,8 +1400,33 @@
1385
1400
  "limit": 0
1386
1401
  },
1387
1402
  "attributesDropdown.noData": {
1388
- "value": "This attribute does not have any value.",
1389
- "comment": "",
1403
+ "value": "This attribute has no values.",
1404
+ "comment": "This message is displayed when when there are no items available because the attribute has no elements.",
1405
+ "limit": 0
1406
+ },
1407
+ "attributesDropdown.noResultsMatch": {
1408
+ "value": "No results match.",
1409
+ "comment": "This message is displayed when when there are no items available because they were filtered out by search.",
1410
+ "limit": 0
1411
+ },
1412
+ "attributesDropdown.allItemsFiltered": {
1413
+ "value": "All values are filtered out.",
1414
+ "comment": "This message is displayed when there are no items available because they were filtered out by parent filters.",
1415
+ "limit": 0
1416
+ },
1417
+ "attributesDropdown.configuration": {
1418
+ "value": "Configuration",
1419
+ "comment": "Configuration button label in attribute filter dropdown",
1420
+ "limit": 0
1421
+ },
1422
+ "attributesDropdown.removeTooltip": {
1423
+ "value": "Remove from dashboard",
1424
+ "comment": "Tooltip text of button for deleting filter",
1425
+ "limit": 0
1426
+ },
1427
+ "attributesDropdown.display_as": {
1428
+ "value": "Display as: {title}",
1429
+ "comment": "Label shown on dropdown button that changes form of the attribute used in insight. For example 'Display as: Shortened name'",
1390
1430
  "limit": 0
1391
1431
  },
1392
1432
  "shareDialog.share.grantee.title": {
@@ -1674,5 +1714,70 @@
1674
1714
  "value": "Please log back in to continue your work.",
1675
1715
  "comment": "",
1676
1716
  "limit": 0
1717
+ },
1718
+ "stylingPicker.title.basic": {
1719
+ "value": "Default",
1720
+ "comment": "",
1721
+ "limit": 0
1722
+ },
1723
+ "stylingPicker.title.custom": {
1724
+ "value": "Custom",
1725
+ "comment": "",
1726
+ "limit": 0
1727
+ },
1728
+ "stylingPicker.title.create": {
1729
+ "value": "Create",
1730
+ "comment": "",
1731
+ "limit": 0
1732
+ },
1733
+ "stylingEditor.dialog.name": {
1734
+ "value": "Name",
1735
+ "comment": "",
1736
+ "limit": 0
1737
+ },
1738
+ "stylingEditor.dialog.name.required": {
1739
+ "value": "Cannot save. Specify a name.",
1740
+ "comment": "",
1741
+ "limit": 0
1742
+ },
1743
+ "stylingEditor.dialog.definition": {
1744
+ "value": "Definition",
1745
+ "comment": "Name of the text field to describe an object.",
1746
+ "limit": 0
1747
+ },
1748
+ "stylingEditor.dialog.definition.required": {
1749
+ "value": "Cannot save. Specify a definition.",
1750
+ "comment": "",
1751
+ "limit": 0
1752
+ },
1753
+ "stylingEditor.dialog.definition.invalid": {
1754
+ "value": "Cannot save. The definition is not a valid JSON object.",
1755
+ "comment": "",
1756
+ "limit": 0
1757
+ },
1758
+ "stylingEditor.dialog.examples": {
1759
+ "value": "Templates",
1760
+ "comment": "",
1761
+ "limit": 0
1762
+ },
1763
+ "stylingEditor.dialog.example.paste": {
1764
+ "value": "Paste",
1765
+ "comment": "Button text to paste content into text field.",
1766
+ "limit": 0
1767
+ },
1768
+ "stylingPicker.item.edit": {
1769
+ "value": "Edit",
1770
+ "comment": "",
1771
+ "limit": 0
1772
+ },
1773
+ "stylingPicker.item.delete": {
1774
+ "value": "Delete",
1775
+ "comment": "",
1776
+ "limit": 0
1777
+ },
1778
+ "stylingPicker.item.delete.tooltip": {
1779
+ "value": "Applied item cannot be deleted.",
1780
+ "comment": "",
1781
+ "limit": 0
1677
1782
  }
1678
1783
  }
@@ -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…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Solo",
62
63
  "gs.list.selectAll": "Seleccionar todo",
63
64
  "gs.list.limitExceeded": "Lo sentimos, ha superado el límite ({limit}).",
65
+ "gs.list.limitReached": "Ha alcanzado el límite de {limit} valores seleccionados.",
66
+ "gs.list.cannotSelectMoreValues": "No puede seleccionar más de {limit} valores.",
64
67
  "gs.list.noItemsFound": "No se ha encontrado ningún elemento.",
68
+ "gs.list.noResultsMatch": "Ningún resultado coincide",
65
69
  "gs.list.error": "Error al cargar los elementos de la lista",
66
70
  "gs.header.upsellButtonText": "Actualizar",
71
+ "gs.header.invite": "Invitar",
67
72
  "gs.header.countdown.numberOfDaysLeft": "Quedan {number} días",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "Quedan {number} meses",
69
74
  "gs.header.countdown.oneMonthLeft": "Queda 1 mes",
@@ -260,10 +265,14 @@
260
265
  "rankingFilter.preview.top_with_attribute": "{value} superiores de <strong>{attribute}</strong> según <strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "{value} inferiores de <strong>{attribute}</strong> según <strong>{measure}</strong>",
262
267
  "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>",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Los valores se filtran por: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Los elementos se han filtrado",
266
- "attributesDropdown.noData": "Este atributo no tiene ningún valor.",
270
+ "attributesDropdown.noData": "Este atributo no tiene valores.",
271
+ "attributesDropdown.noResultsMatch": "Ningún resultado coincide.",
272
+ "attributesDropdown.allItemsFiltered": "Todos los valores se han filtrado.",
273
+ "attributesDropdown.configuration": "Configuración",
274
+ "attributesDropdown.removeTooltip": "Quitar del panel",
275
+ "attributesDropdown.display_as": "Mostrar como: {title}",
267
276
  "shareDialog.share.grantee.title": "Compartir con usuarios y grupos",
268
277
  "shareDialog.share.grantee.share": "Compartir",
269
278
  "shareDialog.share.grantee.list.title": "Compartido con",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Lista completa de las propiedades de incrustación",
314
323
  "error.overlay.login": "Iniciar sesión",
315
324
  "error.overlay.title": "Se ha cerrado la sesión",
316
- "error.overlay.text": "Iníciela de nuevo para continuar su trabajo."
325
+ "error.overlay.text": "Iníciela de nuevo para continuar su trabajo.",
326
+ "stylingPicker.title.basic": "Predeterminado",
327
+ "stylingPicker.title.custom": "Personalizado",
328
+ "stylingPicker.title.create": "Crear",
329
+ "stylingEditor.dialog.name": "Nombre",
330
+ "stylingEditor.dialog.name.required": "No se puede guardar. Especifique un nombre.",
331
+ "stylingEditor.dialog.definition": "Definición",
332
+ "stylingEditor.dialog.definition.required": "No se puede guardar. Especifique una definición.",
333
+ "stylingEditor.dialog.definition.invalid": "No se puede guardar. La definición no es un objeto JSON válido.",
334
+ "stylingEditor.dialog.examples": "Plantillas",
335
+ "stylingEditor.dialog.example.paste": "Pegar",
336
+ "stylingPicker.item.edit": "Editar",
337
+ "stylingPicker.item.delete": "Eliminar",
338
+ "stylingPicker.item.delete.tooltip": "El elemento aplicado no se puede eliminar."
317
339
  }
@@ -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…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Uniquement",
62
63
  "gs.list.selectAll": "Sélectionner tout",
63
64
  "gs.list.limitExceeded": "Désolé, vous avez dépassé la limite ({limit}).",
65
+ "gs.list.limitReached": "Vous avez atteint la limite de {limit} valeurs sélectionnées.",
66
+ "gs.list.cannotSelectMoreValues": "Vous ne pouvez pas sélectionner plus de {limit} valeurs.",
64
67
  "gs.list.noItemsFound": "Éléments introuvables.",
68
+ "gs.list.noResultsMatch": "Aucun résultat",
65
69
  "gs.list.error": "Erreur lors du chargement des éléments de la liste",
66
70
  "gs.header.upsellButtonText": "Mise à niveau",
71
+ "gs.header.invite": "Inviter",
67
72
  "gs.header.countdown.numberOfDaysLeft": "{number} jours restants",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "{number} mois restants",
69
74
  "gs.header.countdown.oneMonthLeft": "1 mois restant",
@@ -260,10 +265,14 @@
260
265
  "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
266
  "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
267
  "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>",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Les valeurs sont filtrées par : <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Les éléments sont filtrés.",
266
- "attributesDropdown.noData": "Cet attribut ne possède aucune valeur.",
270
+ "attributesDropdown.noData": "Cet attribut n'a aucune valeur.",
271
+ "attributesDropdown.noResultsMatch": "Aucun résultat.",
272
+ "attributesDropdown.allItemsFiltered": "Toutes les valeurs sont filtrées.",
273
+ "attributesDropdown.configuration": "Configuration",
274
+ "attributesDropdown.removeTooltip": "Retirer du tableau de bord",
275
+ "attributesDropdown.display_as": "Afficher en tant que : {title}",
267
276
  "shareDialog.share.grantee.title": "Partager avec des utilisateurs et groupes",
268
277
  "shareDialog.share.grantee.share": "Partage",
269
278
  "shareDialog.share.grantee.list.title": "Partagé avec",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Liste complète des propriétés d'incorporation",
314
323
  "error.overlay.login": "Connexion",
315
324
  "error.overlay.title": "Vous avez été déconnecté(e)",
316
- "error.overlay.text": "Pour continuer à travailler, reconnectez-vous."
325
+ "error.overlay.text": "Pour continuer à travailler, reconnectez-vous.",
326
+ "stylingPicker.title.basic": "Par défaut",
327
+ "stylingPicker.title.custom": "Personnalisé",
328
+ "stylingPicker.title.create": "Créer",
329
+ "stylingEditor.dialog.name": "Nom",
330
+ "stylingEditor.dialog.name.required": "Enregistrement impossible. Indiquez un nom.",
331
+ "stylingEditor.dialog.definition": "Définition",
332
+ "stylingEditor.dialog.definition.required": "Enregistrement impossible. Indiquez une définition.",
333
+ "stylingEditor.dialog.definition.invalid": "Enregistrement impossible. La définition n'est pas un objet JSON valide.",
334
+ "stylingEditor.dialog.examples": "Modèles",
335
+ "stylingEditor.dialog.example.paste": "Coller",
336
+ "stylingPicker.item.edit": "Modifier",
337
+ "stylingPicker.item.delete": "Supprimer",
338
+ "stylingPicker.item.delete.tooltip": "L'élément appliqué ne peut pas être supprimé."
317
339
  }
@@ -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": "読み込んでいます…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "限定",
62
63
  "gs.list.selectAll": "すべて選択",
63
64
  "gs.list.limitExceeded": "申し訳ございません、制限({limit})を超過しました。",
65
+ "gs.list.limitReached": "選択した値の制限{limit}に達しました。",
66
+ "gs.list.cannotSelectMoreValues": "{limit} より多くの値を選択できません。",
64
67
  "gs.list.noItemsFound": "アイテムが見つかりません。",
68
+ "gs.list.noResultsMatch": "一致する結果がありません",
65
69
  "gs.list.error": "リストの読み込みエラー",
66
70
  "gs.header.upsellButtonText": "アップグレード",
71
+ "gs.header.invite": "招待する",
67
72
  "gs.header.countdown.numberOfDaysLeft": "残り {number} 日",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "残り {number} ヶ月",
69
74
  "gs.header.countdown.oneMonthLeft": "残り 1 ヶ月",
@@ -260,13 +265,17 @@
260
265
  "rankingFilter.preview.top_with_attribute": "上位{value}の<strong>{attribute}</strong>でベースが<strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "下位{value}の<strong>{attribute}</strong>でベースが<strong>{measure}</strong>",
262
267
  "rankingFilter.valueTooltip": "複数の項目に同じ値が設定されている場合は、この値を持つすべての項目がフィルターで表示されます。 インサイトには、設定数よりも多くのアイテムが表示される場合があります。",
263
- "attributesDropdown.allItemsFiltered": "すべてのアイテムはフィルター済み",
264
- "attributesDropdown.itemsFiltered.tooltip": "アイテムのフィルター:<strong>{filters}</strong>",
268
+ "attributesDropdown.itemsFiltered.tooltip": "次の条件で値をフィルターします: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "アイテムはフィルター済み",
266
270
  "attributesDropdown.noData": "このアトリビュートには値がありません。",
271
+ "attributesDropdown.noResultsMatch": "一致する結果がありません。",
272
+ "attributesDropdown.allItemsFiltered": "すべての値がフィルターされています。",
273
+ "attributesDropdown.configuration": "設定",
274
+ "attributesDropdown.removeTooltip": "ダッシュボードから削除",
275
+ "attributesDropdown.display_as": "次のように表示: {title}",
267
276
  "shareDialog.share.grantee.title": "ユーザやグループと共有",
268
277
  "shareDialog.share.grantee.share": "共有する",
269
- "shareDialog.share.grantee.list.title": "共有先",
278
+ "shareDialog.share.grantee.list.title": "シェア相手",
270
279
  "shareDialog.share.grantee.add": "追加",
271
280
  "shareDialog.share.grantee.add.empty.selection": "ユーザーやグループが選択されていません。",
272
281
  "shareDialog.share.grantee.add.info": "ユーザーまたはグループを追加",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "埋め込みプロパティーの完全なリストです",
314
323
  "error.overlay.login": "ログイン",
315
324
  "error.overlay.title": "ログアウトしています",
316
- "error.overlay.text": "作業を続行するには、再度ログインしてください。"
325
+ "error.overlay.text": "作業を続行するには、再度ログインしてください。",
326
+ "stylingPicker.title.basic": "既定",
327
+ "stylingPicker.title.custom": "カスタム",
328
+ "stylingPicker.title.create": "作成",
329
+ "stylingEditor.dialog.name": "名前",
330
+ "stylingEditor.dialog.name.required": "保存できません。名前を指定してください。",
331
+ "stylingEditor.dialog.definition": "定義",
332
+ "stylingEditor.dialog.definition.required": "保存できません。定義を指定してください。",
333
+ "stylingEditor.dialog.definition.invalid": "保存できません。定義は有効なJSONオブジェクトではありません。",
334
+ "stylingEditor.dialog.examples": "テンプレート",
335
+ "stylingEditor.dialog.example.paste": "ペースト",
336
+ "stylingPicker.item.edit": "編集",
337
+ "stylingPicker.item.delete": "削除",
338
+ "stylingPicker.item.delete.tooltip": "該当のアイテムは削除できません。"
317
339
  }
@@ -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…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Alleen",
62
63
  "gs.list.selectAll": "Selecteer alles",
63
64
  "gs.list.limitExceeded": "Sorry, u hebt de limiet ({limit}) overschreden.",
65
+ "gs.list.limitReached": "U hebt de limiet van {limit} geselecteerde waarden overschreden.",
66
+ "gs.list.cannotSelectMoreValues": "U kunt niet meer dan {limit} waarden selecteren.",
64
67
  "gs.list.noItemsFound": "Geen items gevonden.",
68
+ "gs.list.noResultsMatch": "Geen overeenkomende resultaten",
65
69
  "gs.list.error": "Fout bij inlezen lijstitems",
66
70
  "gs.header.upsellButtonText": "Upgrade",
71
+ "gs.header.invite": "Uitnodigen",
67
72
  "gs.header.countdown.numberOfDaysLeft": "Nog {number} dagen",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "Nog {number} maanden",
69
74
  "gs.header.countdown.oneMonthLeft": "Nog 1 maand",
@@ -260,10 +265,14 @@
260
265
  "rankingFilter.preview.top_with_attribute": "Boven {value} van <strong>{attribute}</strong> gebaseerd op <strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "Onder {value} van <strong>{attribute}</strong> gebaseerd op <strong>{measure}</strong>",
262
267
  "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> ",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Waarden worden gefilterd op: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Items zijn gefilterd",
266
270
  "attributesDropdown.noData": "Dit attribuut bevat geen enkele waarde.",
271
+ "attributesDropdown.noResultsMatch": "Geen resultaten.",
272
+ "attributesDropdown.allItemsFiltered": "Alle waarden zijn gefilterd.",
273
+ "attributesDropdown.configuration": "Configuratie",
274
+ "attributesDropdown.removeTooltip": "Verwijderen van dashboard",
275
+ "attributesDropdown.display_as": "Weergeven als: {title}",
267
276
  "shareDialog.share.grantee.title": "Delen met gebruikers en groepen",
268
277
  "shareDialog.share.grantee.share": "Deel",
269
278
  "shareDialog.share.grantee.list.title": "Gedeeld met",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen",
314
323
  "error.overlay.login": "Login",
315
324
  "error.overlay.title": "U bent afgemeld",
316
- "error.overlay.text": "Meld u opnieuw aan om verder te werken."
325
+ "error.overlay.text": "Meld u opnieuw aan om verder te werken.",
326
+ "stylingPicker.title.basic": "Standaard",
327
+ "stylingPicker.title.custom": "Aangepast",
328
+ "stylingPicker.title.create": "Creëren",
329
+ "stylingEditor.dialog.name": "Naam",
330
+ "stylingEditor.dialog.name.required": "Opslaan niet mogelijk. Geef een naam op.",
331
+ "stylingEditor.dialog.definition": "Definitie",
332
+ "stylingEditor.dialog.definition.required": "Opslaan niet mogelijk. Geef een definitie op.",
333
+ "stylingEditor.dialog.definition.invalid": "Opslaan niet mogelijk. De definitie is geen geldig JSON-object.",
334
+ "stylingEditor.dialog.examples": "Sjablonen",
335
+ "stylingEditor.dialog.example.paste": "Plakken",
336
+ "stylingPicker.item.edit": "Bewerken",
337
+ "stylingPicker.item.delete": "Verwijderen",
338
+ "stylingPicker.item.delete.tooltip": "Toegepast item kan niet worden verwijderd"
317
339
  }
@@ -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…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Só",
62
63
  "gs.list.selectAll": "Selecionar tudo",
63
64
  "gs.list.limitExceeded": "Infelizmente, você excedeu o limite ({limit}).",
65
+ "gs.list.limitReached": "Você alcançou o limite de {limit} valores selecionados.",
66
+ "gs.list.cannotSelectMoreValues": "Você não pode selecionar mais do que {limit} valores.",
64
67
  "gs.list.noItemsFound": "Nenhum item encontrado.",
68
+ "gs.list.noResultsMatch": "Nenhum resultado correspondente",
65
69
  "gs.list.error": "Erro ao carregar itens da lista",
66
70
  "gs.header.upsellButtonText": "Atualizar",
71
+ "gs.header.invite": "Convidar",
67
72
  "gs.header.countdown.numberOfDaysLeft": "{number} dias restantes",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "{number} mês restante",
69
74
  "gs.header.countdown.oneMonthLeft": "1 mês restante",
@@ -260,10 +265,14 @@
260
265
  "rankingFilter.preview.top_with_attribute": "{value} primeiros de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "{value} últimos de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
262
267
  "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>",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Os valores são filtrados por: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Os itens estão filtrados",
266
- "attributesDropdown.noData": "Este atributo não tem valor.",
270
+ "attributesDropdown.noData": "O atributo não tem valores.",
271
+ "attributesDropdown.noResultsMatch": "Nenhum resultado correspondente.",
272
+ "attributesDropdown.allItemsFiltered": "Todos os valores foram filtrados.",
273
+ "attributesDropdown.configuration": "Configuração",
274
+ "attributesDropdown.removeTooltip": "Remover do dashboard",
275
+ "attributesDropdown.display_as": "Exibir como: {title}",
267
276
  "shareDialog.share.grantee.title": "Compartilhar com usuários e grupos",
268
277
  "shareDialog.share.grantee.share": "Compartilhar",
269
278
  "shareDialog.share.grantee.list.title": "Compartilhado com",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Lista completa de propriedades incorporadas",
314
323
  "error.overlay.login": "Login",
315
324
  "error.overlay.title": "Sua sessão foi encerrada",
316
- "error.overlay.text": "Conecte-se novamente para continuar trabalhando."
325
+ "error.overlay.text": "Conecte-se novamente para continuar trabalhando.",
326
+ "stylingPicker.title.basic": "Predefinido",
327
+ "stylingPicker.title.custom": "Personalizado",
328
+ "stylingPicker.title.create": "Criar",
329
+ "stylingEditor.dialog.name": "Nome",
330
+ "stylingEditor.dialog.name.required": "Não é possível salvar. Especifique um nome.",
331
+ "stylingEditor.dialog.definition": "Definição",
332
+ "stylingEditor.dialog.definition.required": "Não é possível salvar. Especifique uma definição.",
333
+ "stylingEditor.dialog.definition.invalid": "Não é possível salvar. A definição não é um objeto JSON válido.",
334
+ "stylingEditor.dialog.examples": "Modelos",
335
+ "stylingEditor.dialog.example.paste": "Colar",
336
+ "stylingPicker.item.edit": "Editar",
337
+ "stylingPicker.item.delete": "Excluir",
338
+ "stylingPicker.item.delete.tooltip": "Não é possível excluir o item aplicado."
317
339
  }
@@ -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": "pesquisar resultados",
11
12
  "gs.visualizationsList.loading": "A carregar…",
@@ -61,9 +62,13 @@
61
62
  "gs.list.only": "Só",
62
63
  "gs.list.selectAll": "Selecionar tudo",
63
64
  "gs.list.limitExceeded": "Lamentamos, excedeu o limite ({limit}).",
65
+ "gs.list.limitReached": "Atingiu o limite de {limit} valores selecionados.",
66
+ "gs.list.cannotSelectMoreValues": "Não pode selecionar mais de {limit} valores.",
64
67
  "gs.list.noItemsFound": "Nenhum item encontrado.",
68
+ "gs.list.noResultsMatch": "Não há resultados correspondentes",
65
69
  "gs.list.error": "Erro ao carregar itens da lista",
66
70
  "gs.header.upsellButtonText": "Atualizar",
71
+ "gs.header.invite": "Convidar",
67
72
  "gs.header.countdown.numberOfDaysLeft": "{number} dias restantes",
68
73
  "gs.header.countdown.numberOfMonthsLeft": "{number} meses restantes",
69
74
  "gs.header.countdown.oneMonthLeft": "1 mês restante",
@@ -260,10 +265,14 @@
260
265
  "rankingFilter.preview.top_with_attribute": "{value} superiores de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
261
266
  "rankingFilter.preview.bottom_with_attribute": "{value} inferiores de <strong>{attribute}</strong> com base em <strong>{measure}</strong>",
262
267
  "rankingFilter.valueTooltip": "Se vários itens tiverem o mesmo valor, o filtro apresenta todos os itens com este valor. O insight poderá então apresentar mais itens do que o número definido.",
263
- "attributesDropdown.allItemsFiltered": "Todos os itens foram filtrados",
264
- "attributesDropdown.itemsFiltered.tooltip": "Os itens foram filtrados por: <strong>{filters}</strong>",
268
+ "attributesDropdown.itemsFiltered.tooltip": "Os valores são filtrados por: <strong>{filters}</strong>",
265
269
  "attributesDropdown.itemsFiltered": "Há itens filtrados",
266
- "attributesDropdown.noData": "Este atributo não tem valores.",
270
+ "attributesDropdown.noData": "Este atributo não possui valores.",
271
+ "attributesDropdown.noResultsMatch": "Não há resultados correspondentes.",
272
+ "attributesDropdown.allItemsFiltered": "Todos os valores foram filtrados.",
273
+ "attributesDropdown.configuration": "Configuração",
274
+ "attributesDropdown.removeTooltip": "Remover do dashboard",
275
+ "attributesDropdown.display_as": "Apresentar como: {title}",
267
276
  "shareDialog.share.grantee.title": "Partilhar com utilizadores e grupos",
268
277
  "shareDialog.share.grantee.share": "Partilhar",
269
278
  "shareDialog.share.grantee.list.title": "Partilhado com",
@@ -313,5 +322,18 @@
313
322
  "embedInsightDialog.complete.list.props.message": "Lista completa das propriedades de incorporação",
314
323
  "error.overlay.login": "Iniciar sessão",
315
324
  "error.overlay.title": "A sua sessão foi terminada",
316
- "error.overlay.text": "Para continuar o seu trabalho, volte a iniciar sessão."
325
+ "error.overlay.text": "Para continuar o seu trabalho, volte a iniciar sessão.",
326
+ "stylingPicker.title.basic": "Predefinido",
327
+ "stylingPicker.title.custom": "Personalizado",
328
+ "stylingPicker.title.create": "Criar",
329
+ "stylingEditor.dialog.name": "Nome",
330
+ "stylingEditor.dialog.name.required": "Não é possível guardar. Especifique um nome.",
331
+ "stylingEditor.dialog.definition": "Definição",
332
+ "stylingEditor.dialog.definition.required": "Não é possível guardar. Especifique uma definição.",
333
+ "stylingEditor.dialog.definition.invalid": "Não é possível guardar. A definição não constitui um objeto JSON válido.",
334
+ "stylingEditor.dialog.examples": "Modelos",
335
+ "stylingEditor.dialog.example.paste": "Colar",
336
+ "stylingPicker.item.edit": "Editar",
337
+ "stylingPicker.item.delete": "Eliminar",
338
+ "stylingPicker.item.delete.tooltip": "Não é possível eliminar o item aplicado."
317
339
  }