feat(usage): add i18n strings for the Usage page

Menu label (Usage) and the resource-tab strings (filters, export
chart/table, table headers) across all five locales.
This commit is contained in:
michelia
2026-06-03 17:10:51 +08:00
committed by michela feng
parent 9a4d77e869
commit d9c6f2f780
10 changed files with 20 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ export default {
'menu.profile': '偏好',
'menu.login': '登录',
'menu.usage': '使用量',
'menu.usage.usage': '使用量',
'menu.billingAndUsage': '计费与用量',
'menu.billingAndUsage.usage': '用量统计',
'menu.404': '404',
'menu.resources.workers': '节点',
'menu.resources.gpus': 'GPU',
+1
View File
@@ -17,6 +17,7 @@ export default {
'usage.table.user.apiKeysUsed': '使用的 API 密钥',
'usage.table.lastActive': '最后活跃时间',
'usage.filter.granularity': '粒度',
'usage.filter.granularity.hour': '按小时',
'usage.filter.granularity.day': '按天',
'usage.filter.granularity.week': '按周',
'usage.filter.granularity.month': '按月',