DataSourcesResources.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: ba-dashboard-livewidget
  5. * (C) Copyright IBM Corp. 2018, 2020
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. define({
  9. 'pinLabel': 'Przypnij',
  10. 'find_label': 'Znajdź',
  11. 'findCancelLabel': 'Anuluj',
  12. 'sourcePaneLabel': 'Wybrane źródła',
  13. 'sourcePaneContentLabel': 'Wybierz źródło',
  14. 'addDataDashboardCoachMarkContents': 'Przeciągnij i upuść dane z panelu do kokpitu.',
  15. 'addDataStoryCoachMarkContents': 'Przeciągnij i upuść dane z panelu do scenariusza.',
  16. 'addDataCoachMarkTitle': 'Dodaj dane',
  17. 'selectSourcesText': 'Wybierz i dodaj źródło danych, aby zbudować %{app}.',
  18. 'selectSourcesLabel': 'Wybierz źródło',
  19. 'errorSourcesTitle': 'Nie powiodło się załadowanie drzewa danych',
  20. 'errorLoadingDataSources': 'Wystąpił błąd podczas ładowania listy zbiorów danych',
  21. 'errorLoadingDataTree': 'Wystąpił błąd podczas ładowania drzewa',
  22. 'dataSetPaneLastUpdated': 'Ostatnia aktualizacja: %{date}',
  23. 'dataSourcePaneDateUnknown': 'Nieznane',
  24. 'moreTitle': 'Więcej',
  25. 'backLabel': 'Wstecz',
  26. 'addDataSourceDialogTitle': 'Dodaj źródło danych',
  27. 'addDataSourceDialogButtonLabel': 'Dodaj',
  28. 'dlg_use': 'Użyj',
  29. 'dlg_RelinkDataSourceTitle': 'Zastąp zestaw danych \'%{dataSourceName}\' zestawem...',
  30. 'propertiesDialogTitle': 'Właściwości',
  31. 'missingDataSetData': 'Dane tego zestawu danych nie są dostępne. Odśwież zestaw danych lub skontaktuj się z administratorem w sprawie dostępu do źródła.',
  32. 'errorLoadingSource': 'Metadane dla \'%{sourceName}\' nie zostały załadowane. Skontaktuj się z administratorem w sprawie szczegółów.',
  33. 'errorMessageTitle': 'Błąd',
  34. 'calculation_navigation_in_use': 'Usunięcie obliczeń lub ścieżek nawigacji unieważnia wszystkie wizualizacje, które odwołują się do usuniętego elementu. Czy na pewno chcesz usunąć?',
  35. 'delete_confirm': 'Potwierdź usunięcie',
  36. 'previewUnavailable': 'Panel danych i filtry globalne są niedostępne dla pakietów tego typu.',
  37. 'contextualGridTabName': 'Dane wizualizacji',
  38. 'DATA_TRAY_no_data_text': '\'Tutaj będą widoczne Twoje dane.\'',
  39. 'contextualGridMenuLabel': 'Menu danych wizualizacji',
  40. 'contextualGridExport': 'Eksportuj',
  41. 'nullValueText': 'Null',
  42. 'forecastDetailsTabName': 'Szczegóły statystyczne prognozy',
  43. 'forecastDetailsModelLabel': 'Model',
  44. 'forecastDetailsQualityMetricLabel': 'Miary dokładności',
  45. 'forecastDetailsSmoothingCoefLabel': 'Parametry',
  46. 'forecastDetailsDiagnostics': 'Diagnostyka',
  47. 'forecastDetailsForecastLabel': 'Prognoza',
  48. 'forecastDetailsStatusLabel': 'Status',
  49. 'forecastDetailsAccuracyPercentLabel': '% dokładności',
  50. 'forecastDetailsTrendLabel': 'Trend',
  51. 'forecastDetailsSeasonLabel': 'Sezonowość',
  52. 'forecastDetailsSeasonalPeriodLabel': 'Okres z sezonowością',
  53. 'forecastDetailsAlphaLabel': 'Alfa',
  54. 'forecastDetailsBetaLabel': 'Beta',
  55. 'forecastDetailsGammaLabel': 'Gamma',
  56. 'forecastDetailsPhiLabel': 'Phi',
  57. 'forecastDetailsMissingCount': 'Licznik brakujących',
  58. 'forecastDetailsSeriesLengthLabel': 'Długość serii',
  59. 'forecastDetailsIgnoredPeriods': 'Okresy ignorowane',
  60. 'forecastDetailsTrendStrength': 'Siła trendu',
  61. 'forecastDetailsSeasonalityStrength': 'Siła sezonowości',
  62. 'forecastDetailsTimeDeltaUnit': 'Przedział daty/godziny',
  63. 'forecastDetailsNotes': 'Uwagi'
  64. });
  65. //# sourceMappingURL=DataSourcesResources.js.map