LwServiceabilityResources.js 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. 'dataSource': 'Data source',
  10. 'dataSourceId': 'Id',
  11. 'dataSourceType': 'Type',
  12. 'dataSourceName': 'Name',
  13. 'dataSourcePath': 'Path',
  14. 'slotMappingField': 'Slot mappings',
  15. 'slotDataMapping': 'Mapping',
  16. 'slotID': 'ID',
  17. 'slotCaption': 'Caption',
  18. 'slotMandatory': 'Mandatory',
  19. 'slotIsMandatory': 'Yes',
  20. 'slotIsNotMandatory': 'No',
  21. 'infoNotAvailable': 'Unavailable',
  22. 'performanceSection': 'Performance',
  23. 'durationField': 'Duration',
  24. 'singleQueryTime': 'Server query (ms)',
  25. 'multipleQueryTime': 'Server query %{name} (ms)',
  26. 'liveWidgetTotalTime': 'Total (ms)',
  27. 'renderTimeNotAvailable': 'Not available',
  28. 'renderInProgress': '(in progress)',
  29. 'interactToTriggerQuery': 'Interact with widget to trigger a query',
  30. 'fetchQuery': 'Fetch Query',
  31. 'showSQLMDX': 'Show SQL/MDX',
  32. 'SQLMDX': 'SQL/MDX',
  33. 'queryInfo': 'Query Information',
  34. 'queryInfoNotAvailable': 'Query information not available',
  35. 'query': 'Query',
  36. 'copy': 'Copy',
  37. 'close': 'Close'
  38. });
  39. //# sourceMappingURL=LwServiceabilityResources.js.map