Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
594a0ade
Unverified
Commit
594a0ade
authored
Mar 16, 2026
by
Wesley Liddick
Committed by
GitHub
Mar 16, 2026
Browse files
Merge pull request #1063 from touwaeriol/fix/usage-label-semantic
fix(i18n): correct usage label from "Total" to "Last 30d"
parents
4da9fdd1
d45cc231
Changes
2
Show whitespace changes
Inline
Side-by-side
frontend/src/i18n/locales/en.ts
View file @
594a0ade
...
...
@@ -574,7 +574,7 @@ export default {
groupRequired
:
'
Please select a group
'
,
usage
:
'
Usage
'
,
today
:
'
Today
'
,
total
:
'
Total
'
,
total
:
'
Last 30d
'
,
quota
:
'
Quota
'
,
lastUsedAt
:
'
Last Used
'
,
useKey
:
'
Use Key
'
,
...
...
@@ -1308,7 +1308,7 @@ export default {
actions
:
'
Actions
'
},
today
:
'
Today
'
,
total
:
'
Total
'
,
total
:
'
Last 30d
'
,
noSubscription
:
'
No subscription
'
,
daysRemaining
:
'
{days}d
'
,
expired
:
'
Expired
'
,
...
...
frontend/src/i18n/locales/zh.ts
View file @
594a0ade
...
...
@@ -574,7 +574,7 @@ export default {
groupRequired
:
'
请选择分组
'
,
usage
:
'
用量
'
,
today
:
'
今日
'
,
total
:
'
累计
'
,
total
:
'
近30天
'
,
quota
:
'
额度
'
,
lastUsedAt
:
'
上次使用时间
'
,
useKey
:
'
使用密钥
'
,
...
...
@@ -1335,7 +1335,7 @@ export default {
actions
:
'
操作
'
},
today
:
'
今日
'
,
total
:
'
累计
'
,
total
:
'
近30天
'
,
noSubscription
:
'
暂无订阅
'
,
daysRemaining
:
'
{days}天
'
,
expired
:
'
已过期
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment