| 123456789101112131415161718192021222324252627282930 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.EN_US_LOCALE = void 0;
- exports.EN_US_LOCALE = {
- locale: 'en-US',
- // General
- general: {
- increase: 'Increase',
- decrease: 'Decrease',
- root: 'Root',
- },
- // Plot Components
- /** statistic text component */
- statistic: {
- total: 'Total',
- },
- /** conversionTag component */
- conversionTag: {
- label: 'Rate',
- },
- legend: {},
- tooltip: {},
- slider: {},
- scrollbar: {},
- // Plots
- waterfall: {
- total: 'Total',
- },
- };
- //# sourceMappingURL=en_US.js.map
|