feat: add user token distribution tab
This commit is contained in:
10
lib/i18n.tsx
10
lib/i18n.tsx
@@ -89,6 +89,11 @@ const translations = {
|
||||
"detail.trend": "使用趋势",
|
||||
"detail.modelDist": "模型分布",
|
||||
"detail.userDist": "用户分布",
|
||||
"detail.tokenDist": "令牌分布",
|
||||
"detail.primaryModels": "主要模型",
|
||||
"detail.unnamedToken": "未命名令牌",
|
||||
"detail.expandToken": "展开令牌",
|
||||
"detail.collapseToken": "收起令牌",
|
||||
// theme
|
||||
"theme.light": "浅色",
|
||||
"theme.dark": "深色",
|
||||
@@ -210,6 +215,11 @@ const translations = {
|
||||
"detail.trend": "Usage Trend",
|
||||
"detail.modelDist": "Model Distribution",
|
||||
"detail.userDist": "User Distribution",
|
||||
"detail.tokenDist": "Token Distribution",
|
||||
"detail.primaryModels": "Primary Models",
|
||||
"detail.unnamedToken": "Unnamed Token",
|
||||
"detail.expandToken": "Expand token",
|
||||
"detail.collapseToken": "Collapse token",
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.system": "System",
|
||||
|
||||
Reference in New Issue
Block a user