en_US.js 631 B

123456789101112131415161718192021222324252627282930
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.EN_US_LOCALE = void 0;
  4. exports.EN_US_LOCALE = {
  5. locale: 'en-US',
  6. // General
  7. general: {
  8. increase: 'Increase',
  9. decrease: 'Decrease',
  10. root: 'Root',
  11. },
  12. // Plot Components
  13. /** statistic text component */
  14. statistic: {
  15. total: 'Total',
  16. },
  17. /** conversionTag component */
  18. conversionTag: {
  19. label: 'Rate',
  20. },
  21. legend: {},
  22. tooltip: {},
  23. slider: {},
  24. scrollbar: {},
  25. // Plots
  26. waterfall: {
  27. total: 'Total',
  28. },
  29. };
  30. //# sourceMappingURL=en_US.js.map