feat: i18n support

This commit is contained in:
JustSong
2025-02-01 23:52:42 +08:00
parent 33102c4586
commit b7f008cd72
3 changed files with 68 additions and 4 deletions

View File

@@ -379,5 +379,28 @@
"promote": "提升",
"demote": "降级"
}
},
"dashboard": {
"charts": {
"requests": {
"title": "模型请求趋势",
"tooltip": "请求次数"
},
"quota": {
"title": "额度消费趋势",
"tooltip": "消费额度"
},
"tokens": {
"title": "Token 消费趋势",
"tooltip": "Token 数量"
}
},
"statistics": {
"title": "统计",
"tooltip": {
"date": "日期",
"value": "数值"
}
}
}
}