GraphWidget.js 925 B

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