ServiceabilityResources.js 690 B

123456789101112131415161718192021
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: ba-dashboard-core
  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. 'generalInfo': 'General',
  10. 'widgetId': 'Widget ID',
  11. 'widgetType': 'Widget type',
  12. 'serviceability': 'Serviceability',
  13. 'showInfoForAll': 'Show duration for all visualizations',
  14. 'hideInfoForAll': 'Hide duration for all visualizations',
  15. 'copyButton': 'Copy',
  16. 'closeButton': 'Close',
  17. 'specification': 'Specification',
  18. 'showDetails': 'Show specification'
  19. });
  20. //# sourceMappingURL=ServiceabilityResources.js.map