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:
@@ -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',
|
||||
|
||||
@@ -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': '按月',
|
||||
|
||||
Reference in New Issue
Block a user