| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "header": {
- "title": "My Usage",
- "welcome": "Welcome, {name}",
- "logout": "Logout",
- "keyLabel": "Key",
- "userLabel": "User",
- "providerGroup": "Provider Group",
- "noProviderGroup": "Default",
- "inherited": "(inherited)"
- },
- "quotaDialog": {
- "trigger": "View Quota",
- "title": "Quota Details",
- "refresh": "Refresh",
- "lastUpdated": "Updated at {time}",
- "loadFailed": "Failed to load quota",
- "close": "Close"
- },
- "quota": {
- "5h": "5h Quota",
- "daily": "Daily Quota",
- "weekly": "Weekly Quota",
- "monthly": "Monthly Quota",
- "total": "Total Quota",
- "concurrent": "Concurrent Sessions",
- "keyLevel": "Key",
- "userLevel": "User",
- "unlimited": "Unlimited",
- "empty": "No quota data"
- },
- "logs": {
- "title": "Usage Logs",
- "autoRefresh": "Auto refresh every {seconds}s",
- "filters": {
- "startDate": "Start date",
- "endDate": "End date",
- "model": "Model",
- "status": "Status",
- "allModels": "All models",
- "allStatus": "All statuses",
- "apply": "Apply",
- "reset": "Reset"
- },
- "loadFailed": "Failed to load logs",
- "table": {
- "time": "Time",
- "model": "Model",
- "tokens": "Tokens (in/out)",
- "cacheWrite": "Cache Write",
- "cacheRead": "Cache Read",
- "cost": "Cost",
- "status": "Status",
- "endpoint": "Endpoint"
- },
- "pagination": "Showing {from}-{to} of {total}",
- "prev": "Prev",
- "next": "Next",
- "noLogs": "No logs",
- "unknownModel": "Unknown model",
- "billingModel": "Billing: {model}"
- },
- "expiration": {
- "title": "Expiration",
- "keyExpires": "Key Expires",
- "userExpires": "User Expires",
- "rpmLimit": "RPM Limit",
- "neverExpires": "Never",
- "expired": "Expired",
- "expiresIn": "in {time}",
- "expiringWarning": "Expiring Soon"
- },
- "providerGroup": {
- "title": "Provider Groups",
- "keyGroup": "Key Group",
- "userGroup": "User Group",
- "allProviders": "All Providers",
- "inheritedFromUser": "Inherited from User"
- },
- "stats": {
- "title": "Key Statistics",
- "autoRefresh": "Auto refresh every {seconds}s",
- "totalRequests": "Total Requests",
- "totalCost": "Total Cost",
- "totalTokens": "Total Tokens",
- "cacheTokens": "Cache Tokens",
- "input": "Input",
- "output": "Output",
- "write": "Write",
- "read": "Read",
- "modelBreakdown": "Model Breakdown",
- "keyStats": "Key",
- "userStats": "User",
- "noData": "No data for selected period",
- "unknownModel": "Unknown",
- "modal": {
- "requests": "Requests",
- "tokens": "tokens",
- "totalTokens": "Total Tokens",
- "cost": "Cost",
- "inputTokens": "Input Tokens",
- "outputTokens": "Output Tokens",
- "cacheWrite": "Cache Write",
- "cacheRead": "Cache Read",
- "cacheHitRate": "Cache Hit Rate",
- "cacheTokens": "Cache Tokens",
- "performanceHigh": "High",
- "performanceMedium": "Medium",
- "performanceLow": "Low"
- }
- },
- "accessRestrictions": {
- "title": "Access Restrictions",
- "models": "Models",
- "clients": "Clients",
- "noRestrictions": "No restrictions"
- },
- "quotaCollapsible": {
- "title": "User Quota Usage",
- "daily": "Daily",
- "monthly": "Monthly",
- "total": "Total"
- },
- "logsCollapsible": {
- "title": "Usage Logs",
- "lastStatus": "Last: {code} ({time})",
- "successRate": "{rate}%",
- "noData": "No data"
- }
- }
|