langEN.js 807 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. var _default = {
  2. toolbox: {
  3. brush: {
  4. title: {
  5. rect: 'Box Select',
  6. polygon: 'Lasso Select',
  7. lineX: 'Horizontally Select',
  8. lineY: 'Vertically Select',
  9. keep: 'Keep Selections',
  10. clear: 'Clear Selections'
  11. }
  12. },
  13. dataView: {
  14. title: 'Data View',
  15. lang: ['Data View', 'Close', 'Refresh']
  16. },
  17. dataZoom: {
  18. title: {
  19. zoom: 'Zoom',
  20. back: 'Zoom Reset'
  21. }
  22. },
  23. magicType: {
  24. title: {
  25. line: 'Switch to Line Chart',
  26. bar: 'Switch to Bar Chart',
  27. stack: 'Stack',
  28. tiled: 'Tile'
  29. }
  30. },
  31. restore: {
  32. title: 'Restore'
  33. },
  34. saveAsImage: {
  35. title: 'Save as Image',
  36. lang: ['Right Click to Save Image']
  37. }
  38. }
  39. };
  40. module.exports = _default;