123456789101112131415161718192021 |
- 'use strict';
- define({
- 'generalInfo': 'General',
- 'widgetId': 'Widget ID',
- 'widgetType': 'Widget type',
- 'serviceability': 'Serviceability',
- 'showInfoForAll': 'Show duration for all visualizations',
- 'hideInfoForAll': 'Hide duration for all visualizations',
- 'copyButton': 'Copy',
- 'closeButton': 'Close',
- 'specification': 'Specification',
- 'showDetails': 'Show specification'
- });
|