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": "Promote",
"demote": "Demote"
}
},
"dashboard": {
"charts": {
"requests": {
"title": "Model Request Trend",
"tooltip": "Request Count"
},
"quota": {
"title": "Quota Usage Trend",
"tooltip": "Quota Used"
},
"tokens": {
"title": "Token Usage Trend",
"tooltip": "Token Count"
}
},
"statistics": {
"title": "Statistics",
"tooltip": {
"date": "Date",
"value": "Value"
}
}
}
}