GraphWidget.js 692 B

1234567891011121314151617181920212223242526272829303132
  1. define({ root:
  2. //begin v1.x content
  3. ({
  4. title: "Graphs",
  5. BinaryInstalls: "Binary Installs",
  6. Count: "Count",
  7. GraphView: "Graph View",
  8. LoadingData: "Loading Data...",
  9. Max: "Max",
  10. Min: "Min",
  11. Node: "Node",
  12. PerformingLayout: "Performing Layout...",
  13. Property: "Property",
  14. Rows: "Rows",
  15. Skew: "Skew",
  16. Slaves: "Slaves",
  17. SourceCode: "Source Code",
  18. Started: "Started",
  19. Stopped: "Stopped",
  20. Toenablegraphviews: "To enable graph views, please install the Graph View Control plugin",
  21. Value: "Value",
  22. Zoom100Pct: "Zoom 100%",
  23. ZoomAll: "Zoom All",
  24. ZoomWidth: "Zoom Width"
  25. })
  26. //end v1.x content
  27. ,
  28. "es": true,
  29. "zh": true
  30. });