customs.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "concurrent": {
  3. "title": "Concurrent Sessions",
  4. "description": "Active sessions in the last 5 minutes (click for details)"
  5. },
  6. "sessions": {
  7. "status": {
  8. "inProgress": "In Progress",
  9. "completed": "Completed",
  10. "error": "Error",
  11. "unknown": "Unknown"
  12. }
  13. },
  14. "version": {
  15. "title": "Version Management",
  16. "description": "Check and manage application version",
  17. "current": "Current Version",
  18. "latest": "Latest Version",
  19. "checkUpdate": "Check Update",
  20. "updateAvailable": "Update Available",
  21. "foundUpdate": "New version found",
  22. "ariaUpdateAvailable": "A new version is available, click to view",
  23. "checking": "Checking...",
  24. "errorNetwork": "Network error, unable to check version",
  25. "publishedAt": "Published at",
  26. "viewRelease": "View Release"
  27. },
  28. "metrics": {
  29. "concurrent": "Active Sessions",
  30. "todayRequests": "Today's Requests",
  31. "todayCost": "Today's Cost",
  32. "avgResponse": "Average Response Time",
  33. "viewDetails": "View Details",
  34. "rpm": "RPM",
  35. "vsYesterday": "vs Yesterday"
  36. },
  37. "activeSessions": {
  38. "title": "Active Sessions",
  39. "summary": "{count} sessions in the last {minutes} minutes",
  40. "empty": "No active sessions",
  41. "viewAll": "View All",
  42. "loading": "Loading...",
  43. "unknownUser": "unknown",
  44. "status": {
  45. "inProgressTooltip": "Session has active requests being processed",
  46. "initializingTooltip": "Session is initializing with its first request",
  47. "idleTooltip": "Session is idle with no active requests",
  48. "errorTooltip": "Session encountered an error during processing"
  49. }
  50. }
  51. }