en_US.js 526 B

123456789101112131415161718192021222324252627
  1. export var EN_US_LOCALE = {
  2. locale: 'en-US',
  3. // General
  4. general: {
  5. increase: 'Increase',
  6. decrease: 'Decrease',
  7. root: 'Root',
  8. },
  9. // Plot Components
  10. /** statistic text component */
  11. statistic: {
  12. total: 'Total',
  13. },
  14. /** conversionTag component */
  15. conversionTag: {
  16. label: 'Rate',
  17. },
  18. legend: {},
  19. tooltip: {},
  20. slider: {},
  21. scrollbar: {},
  22. // Plots
  23. waterfall: {
  24. total: 'Total',
  25. },
  26. };
  27. //# sourceMappingURL=en_US.js.map