Refactor dashboard layout, quota logic, and connection status pill
This commit is contained in:
@@ -25,6 +25,9 @@ document.addEventListener('alpine:init', () => {
|
||||
active: "ACTIVE",
|
||||
operational: "Operational",
|
||||
rateLimited: "RATE LIMITED",
|
||||
quotasDepleted: "{count}/{total} Quotas Depleted",
|
||||
quotasDepletedTitle: "QUOTAS DEPLETED",
|
||||
outOfTracked: "Out of {total} Tracked",
|
||||
cooldown: "Cooldown",
|
||||
searchPlaceholder: "Search models...",
|
||||
allAccounts: "All Accounts",
|
||||
@@ -273,6 +276,9 @@ document.addEventListener('alpine:init', () => {
|
||||
active: "活跃状态",
|
||||
operational: "运行中",
|
||||
rateLimited: "受限状态",
|
||||
quotasDepleted: "{count}/{total} 配额耗尽",
|
||||
quotasDepletedTitle: "配额耗尽数",
|
||||
outOfTracked: "共追踪 {total} 个",
|
||||
cooldown: "冷却中",
|
||||
searchPlaceholder: "搜索模型...",
|
||||
allAccounts: "所有账号",
|
||||
|
||||
Reference in New Issue
Block a user