clientVersions.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "Manage client version requirements to ensure users use latest stable version. VSCode plugin and CLI are managed separately.",
  3. "empty": {
  4. "description": "No active users using recognizable clients in past 7 days",
  5. "title": "No client data available"
  6. },
  7. "features": {
  8. "activeWindow": "Active Window: ",
  9. "activeWindowDesc": "Only counts users with requests in the past 7 days",
  10. "autoDetect": "System automatically detects the latest stable version (GA version) for each client type",
  11. "blockOldVersion": "Users with old versions will receive HTTP 400 error and cannot continue using the service",
  12. "errorMessage": "Error message includes current version and required upgrade version",
  13. "gaRule": "GA Rule: ",
  14. "gaRuleDesc": "A version is considered GA when used by more than 1 user",
  15. "recommendation": "Recommendation: ",
  16. "recommendationDesc": "Monitor the version distribution below and confirm new version stability before enabling.",
  17. "title": "Feature Description",
  18. "whatHappens": "What happens when enabled:"
  19. },
  20. "section": {
  21. "distribution": {
  22. "description": "Shows client version info for active users in past 7 days. Each client type independently tracks GA versions.",
  23. "title": "Client Version Distribution"
  24. },
  25. "settings": {
  26. "description": "When enabled, system automatically detects client version and blocks old version users.",
  27. "title": "Update Reminder Settings"
  28. }
  29. },
  30. "table": {
  31. "currentGA": "Current GA Version: ",
  32. "internalType": "Internal Type: ",
  33. "lastActive": "Last Active",
  34. "latest": "Latest",
  35. "needsUpgrade": "Needs Upgrade",
  36. "noUsers": "No user data available",
  37. "status": "Status",
  38. "unknown": "Unknown",
  39. "user": "User",
  40. "usersCount": "{count} users",
  41. "version": "Current Version",
  42. "stats": {
  43. "clientTypes": "Client Types",
  44. "totalUsers": "Total Users",
  45. "withGA": "With GA Version",
  46. "coverage": "GA Coverage"
  47. }
  48. },
  49. "title": "Client Update Reminder",
  50. "toggle": {
  51. "description": "When enabled, system will block requests from old version clients",
  52. "disableSuccess": "Client version check disabled",
  53. "enable": "Enable Update Reminder",
  54. "enableSuccess": "Client version check enabled",
  55. "toggleFailed": "Update failed"
  56. }
  57. }