Merge pull request #1063 from touwaeriol/fix/usage-label-semantic

fix(i18n): correct usage label from "Total" to "Last 30d"
This commit is contained in:
Wesley Liddick
2026-03-16 19:04:36 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -574,7 +574,7 @@ export default {
groupRequired: 'Please select a group', groupRequired: 'Please select a group',
usage: 'Usage', usage: 'Usage',
today: 'Today', today: 'Today',
total: 'Total', total: 'Last 30d',
quota: 'Quota', quota: 'Quota',
lastUsedAt: 'Last Used', lastUsedAt: 'Last Used',
useKey: 'Use Key', useKey: 'Use Key',
@@ -1308,7 +1308,7 @@ export default {
actions: 'Actions' actions: 'Actions'
}, },
today: 'Today', today: 'Today',
total: 'Total', total: 'Last 30d',
noSubscription: 'No subscription', noSubscription: 'No subscription',
daysRemaining: '{days}d', daysRemaining: '{days}d',
expired: 'Expired', expired: 'Expired',

View File

@@ -574,7 +574,7 @@ export default {
groupRequired: '请选择分组', groupRequired: '请选择分组',
usage: '用量', usage: '用量',
today: '今日', today: '今日',
total: '累计', total: '近30天',
quota: '额度', quota: '额度',
lastUsedAt: '上次使用时间', lastUsedAt: '上次使用时间',
useKey: '使用密钥', useKey: '使用密钥',
@@ -1335,7 +1335,7 @@ export default {
actions: '操作' actions: '操作'
}, },
today: '今日', today: '今日',
total: '累计', total: '近30天',
noSubscription: '暂无订阅', noSubscription: '暂无订阅',
daysRemaining: '{days}天', daysRemaining: '{days}天',
expired: '已过期', expired: '已过期',