myUsage.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "header": {
  3. "title": "My Usage",
  4. "welcome": "Welcome, {name}",
  5. "logout": "Logout",
  6. "keyLabel": "Key",
  7. "userLabel": "User",
  8. "providerGroup": "Provider Group",
  9. "noProviderGroup": "Default",
  10. "inherited": "(inherited)"
  11. },
  12. "quotaDialog": {
  13. "trigger": "View Quota",
  14. "title": "Quota Details",
  15. "refresh": "Refresh",
  16. "lastUpdated": "Updated at {time}",
  17. "loadFailed": "Failed to load quota",
  18. "close": "Close"
  19. },
  20. "quota": {
  21. "5h": "5h Quota",
  22. "daily": "Daily Quota",
  23. "weekly": "Weekly Quota",
  24. "monthly": "Monthly Quota",
  25. "total": "Total Quota",
  26. "concurrent": "Concurrent Sessions",
  27. "keyLevel": "Key",
  28. "userLevel": "User",
  29. "unlimited": "Unlimited",
  30. "empty": "No quota data"
  31. },
  32. "logs": {
  33. "title": "Usage Logs",
  34. "autoRefresh": "Auto refresh every {seconds}s",
  35. "filters": {
  36. "startDate": "Start date",
  37. "endDate": "End date",
  38. "model": "Model",
  39. "status": "Status",
  40. "allModels": "All models",
  41. "allStatus": "All statuses",
  42. "apply": "Apply",
  43. "reset": "Reset"
  44. },
  45. "loadFailed": "Failed to load logs",
  46. "table": {
  47. "time": "Time",
  48. "model": "Model",
  49. "tokens": "Tokens (in/out)",
  50. "cacheWrite": "Cache Write",
  51. "cacheRead": "Cache Read",
  52. "cost": "Cost",
  53. "status": "Status",
  54. "endpoint": "Endpoint"
  55. },
  56. "pagination": "Showing {from}-{to} of {total}",
  57. "prev": "Prev",
  58. "next": "Next",
  59. "noLogs": "No logs",
  60. "unknownModel": "Unknown model",
  61. "billingModel": "Billing: {model}",
  62. "anthropicEffort": "Effort: {effort}"
  63. },
  64. "expiration": {
  65. "title": "Expiration",
  66. "keyExpires": "Key Expires",
  67. "userExpires": "User Expires",
  68. "rpmLimit": "RPM Limit",
  69. "neverExpires": "Never",
  70. "expired": "Expired",
  71. "expiresIn": "in {time}",
  72. "expiringWarning": "Expiring Soon"
  73. },
  74. "providerGroup": {
  75. "title": "Provider Groups",
  76. "keyGroup": "Key Group",
  77. "userGroup": "User Group",
  78. "allProviders": "All Providers",
  79. "inheritedFromUser": "Inherited from User"
  80. },
  81. "stats": {
  82. "title": "Key Statistics",
  83. "autoRefresh": "Auto refresh every {seconds}s",
  84. "totalRequests": "Total Requests",
  85. "totalCost": "Total Cost",
  86. "totalTokens": "Total Tokens",
  87. "cacheTokens": "Cache Tokens",
  88. "input": "Input",
  89. "output": "Output",
  90. "write": "Write",
  91. "read": "Read",
  92. "modelBreakdown": "Model Breakdown",
  93. "keyStats": "Key",
  94. "userStats": "User",
  95. "noData": "No data for selected period",
  96. "breakdownPrevPage": "Previous page",
  97. "breakdownNextPage": "Next page",
  98. "breakdownPageIndicator": "{current} / {total}",
  99. "unknownModel": "Unknown",
  100. "modal": {
  101. "requests": "Requests",
  102. "tokens": "tokens",
  103. "totalTokens": "Total Tokens",
  104. "cost": "Cost",
  105. "inputTokens": "Input Tokens",
  106. "outputTokens": "Output Tokens",
  107. "cacheWrite": "Cache Write",
  108. "cacheRead": "Cache Read",
  109. "cacheHitRate": "Cache Hit Rate",
  110. "cacheTokens": "Cache Tokens",
  111. "performanceHigh": "High",
  112. "performanceMedium": "Medium",
  113. "performanceLow": "Low"
  114. }
  115. },
  116. "accessRestrictions": {
  117. "title": "Access Restrictions",
  118. "models": "Models",
  119. "clients": "Clients",
  120. "noRestrictions": "No restrictions"
  121. },
  122. "quotaCollapsible": {
  123. "title": "User Quota Usage",
  124. "daily": "Daily",
  125. "monthly": "Monthly",
  126. "total": "Total"
  127. },
  128. "logsCollapsible": {
  129. "title": "Usage Logs",
  130. "lastStatus": "Last: {code} ({time})",
  131. "successRate": "{rate}%",
  132. "noData": "No data"
  133. }
  134. }