2
0

myUsage.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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. },
  63. "expiration": {
  64. "title": "Expiration",
  65. "keyExpires": "Key Expires",
  66. "userExpires": "User Expires",
  67. "rpmLimit": "RPM Limit",
  68. "neverExpires": "Never",
  69. "expired": "Expired",
  70. "expiresIn": "in {time}",
  71. "expiringWarning": "Expiring Soon"
  72. },
  73. "providerGroup": {
  74. "title": "Provider Groups",
  75. "keyGroup": "Key Group",
  76. "userGroup": "User Group",
  77. "allProviders": "All Providers",
  78. "inheritedFromUser": "Inherited from User"
  79. },
  80. "stats": {
  81. "title": "Key Statistics",
  82. "autoRefresh": "Auto refresh every {seconds}s",
  83. "totalRequests": "Total Requests",
  84. "totalCost": "Total Cost",
  85. "totalTokens": "Total Tokens",
  86. "cacheTokens": "Cache Tokens",
  87. "input": "Input",
  88. "output": "Output",
  89. "write": "Write",
  90. "read": "Read",
  91. "modelBreakdown": "Model Breakdown",
  92. "keyStats": "Key",
  93. "userStats": "User",
  94. "noData": "No data for selected period",
  95. "unknownModel": "Unknown",
  96. "modal": {
  97. "requests": "Requests",
  98. "tokens": "tokens",
  99. "totalTokens": "Total Tokens",
  100. "cost": "Cost",
  101. "inputTokens": "Input Tokens",
  102. "outputTokens": "Output Tokens",
  103. "cacheWrite": "Cache Write",
  104. "cacheRead": "Cache Read",
  105. "cacheHitRate": "Cache Hit Rate",
  106. "cacheTokens": "Cache Tokens",
  107. "performanceHigh": "High",
  108. "performanceMedium": "Medium",
  109. "performanceLow": "Low"
  110. }
  111. },
  112. "accessRestrictions": {
  113. "title": "Access Restrictions",
  114. "models": "Models",
  115. "clients": "Clients",
  116. "noRestrictions": "No restrictions"
  117. },
  118. "quotaCollapsible": {
  119. "title": "User Quota Usage",
  120. "daily": "Daily",
  121. "monthly": "Monthly",
  122. "total": "Total"
  123. },
  124. "logsCollapsible": {
  125. "title": "Usage Logs",
  126. "lastStatus": "Last: {code} ({time})",
  127. "successRate": "{rate}%",
  128. "noData": "No data"
  129. }
  130. }