12345678910111213141516171819202122232425262728293031323334353637383940 |
- 'use strict';
- /**
- * Licensed Materials - Property of IBM
- * IBM Cognos Products: ba-dashboard-livewidget
- * (C) Copyright IBM Corp. 2018, 2020
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- define({
- 'dataSource': 'Data source',
- 'dataSourceId': 'Id',
- 'dataSourceType': 'Type',
- 'dataSourceName': 'Name',
- 'dataSourcePath': 'Path',
- 'slotMappingField': 'Slot mappings',
- 'slotDataMapping': 'Mapping',
- 'slotID': 'ID',
- 'slotCaption': 'Caption',
- 'slotMandatory': 'Mandatory',
- 'slotIsMandatory': 'Yes',
- 'slotIsNotMandatory': 'No',
- 'infoNotAvailable': 'Unavailable',
- 'performanceSection': 'Performance',
- 'durationField': 'Duration',
- 'singleQueryTime': 'Server query (ms)',
- 'multipleQueryTime': 'Server query %{name} (ms)',
- 'liveWidgetTotalTime': 'Total (ms)',
- 'renderTimeNotAvailable': 'Not available',
- 'renderInProgress': '(in progress)',
- 'interactToTriggerQuery': 'Interact with widget to trigger a query',
- 'fetchQuery': 'Fetch Query',
- 'showSQLMDX': 'Show SQL/MDX',
- 'SQLMDX': 'SQL/MDX',
- 'queryInfo': 'Query Information',
- 'queryInfoNotAvailable': 'Query information not available',
- 'query': 'Query',
- 'copy': 'Copy',
- 'close': 'Close'
- });
- //# sourceMappingURL=LwServiceabilityResources.js.map
|