DataSourcesResources.js 3.2 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': 'Pin',
  10. 'find_label': 'Find',
  11. 'findCancelLabel': 'Cancel',
  12. 'sourcePaneLabel': 'Selected sources',
  13. 'sourcePaneContentLabel': 'Select a source',
  14. 'addDataDashboardCoachMarkContents': 'Drag and drop data from the data panel onto your dashboard.',
  15. 'addDataStoryCoachMarkContents': 'Drag and drop data from the data panel onto your story.',
  16. 'addDataCoachMarkTitle': 'Add data',
  17. 'selectSourcesText': 'Select and add a data source to build your %{app}.',
  18. 'selectSourcesLabel': 'Select a source',
  19. 'errorSourcesTitle': 'Failed to load data tree',
  20. 'errorLoadingDataSources': 'An error occurred while loading the list of data sets',
  21. 'errorLoadingDataTree': 'An error occurred while loading the tree',
  22. 'dataSetPaneLastUpdated': 'Last updated: %{date}',
  23. 'dataSourcePaneDateUnknown': 'Unknown',
  24. 'moreTitle': 'More',
  25. 'backLabel': 'Go back',
  26. 'addDataSourceDialogTitle': 'Add a data source',
  27. 'addDataSourceDialogButtonLabel': 'Add',
  28. 'dlg_use': 'Use',
  29. 'dlg_RelinkDataSourceTitle': 'Replace data set "%{dataSourceName}" with ...',
  30. 'propertiesDialogTitle': 'Properties',
  31. 'missingDataSetData': 'The data for this data set is not available. Refresh the data set or contact your administrator for access to the source.',
  32. 'errorLoadingSource': 'The metadata for "%{sourceName}" did not load. Please contact your administrator for details.',
  33. 'errorMessageTitle': 'Error',
  34. 'calculation_navigation_in_use': 'Deleting calculations, filters or navigation paths invalidates all visualizations that reference the deleted item. Are you sure you want to delete?',
  35. 'delete_confirm': 'Confirm delete',
  36. 'previewUnavailable': 'The data tray and global filters are unavailable for this package type.',
  37. 'contextualGridTabName': 'Visualization data',
  38. 'DATA_TRAY_no_data_text': '"Your data will appear here."',
  39. 'contextualGridMenuLabel': 'Visualization data menu',
  40. 'contextualGridExport': 'Export',
  41. 'nullValueText': 'Null',
  42. 'forecastDetailsTabName': 'Forecasting statistical details',
  43. 'forecastDetailsModelLabel': 'Model',
  44. 'forecastDetailsQualityMetricLabel': 'Accuracy Measures',
  45. 'forecastDetailsSmoothingCoefLabel': 'Parameters',
  46. 'forecastDetailsDiagnostics': 'Diagnostics',
  47. 'forecastDetailsForecastLabel': 'Forecast',
  48. 'forecastDetailsStatusLabel': 'Status',
  49. 'forecastDetailsAccuracyPercentLabel': 'Accuracy %',
  50. 'forecastDetailsTrendLabel': 'Trend',
  51. 'forecastDetailsSeasonLabel': 'Seasonality',
  52. 'forecastDetailsSeasonalPeriodLabel': 'Seasonal period',
  53. 'forecastDetailsAlphaLabel': 'Alpha',
  54. 'forecastDetailsBetaLabel': 'Beta',
  55. 'forecastDetailsGammaLabel': 'Gamma',
  56. 'forecastDetailsPhiLabel': 'Phi',
  57. 'forecastDetailsMissingCount': 'Missing count',
  58. 'forecastDetailsSeriesLengthLabel': 'Series length',
  59. 'forecastDetailsIgnoredPeriods': 'Ignored periods',
  60. 'forecastDetailsTrendStrength': 'Trend strength',
  61. 'forecastDetailsSeasonalityStrength': 'Seasonality strength',
  62. 'forecastDetailsTimeDeltaUnit': 'Date / time interval',
  63. 'forecastDetailsNotes': 'Notes'
  64. });
  65. //# sourceMappingURL=DataSourcesResources.js.map