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
9731b961
Commit
9731b961
authored
Jan 06, 2026
by
shaw
Browse files
fix: redeem 页面类型的字段翻译
parent
29204094
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/i18n/locales/en.ts
View file @
9731b961
...
...
@@ -1661,7 +1661,10 @@ export default {
types
:
{
balance
:
'
Balance
'
,
concurrency
:
'
Concurrency
'
,
subscription
:
'
Subscription
'
subscription
:
'
Subscription
'
,
// Admin adjustment types (created when admin modifies user balance/concurrency)
admin_balance
:
'
Balance (Admin)
'
,
admin_concurrency
:
'
Concurrency (Admin)
'
},
selectGroup
:
'
Select Group
'
,
selectGroupPlaceholder
:
'
Choose a subscription group
'
,
...
...
frontend/src/i18n/locales/zh.ts
View file @
9731b961
...
...
@@ -1736,7 +1736,10 @@ export default {
types
:
{
balance
:
'
余额
'
,
concurrency
:
'
并发数
'
,
subscription
:
'
订阅
'
subscription
:
'
订阅
'
,
// 管理员在用户管理页面调整余额/并发时产生的记录
admin_balance
:
'
余额(管理员)
'
,
admin_concurrency
:
'
并发数(管理员)
'
},
// 用于选择器和筛选器的直接键
balance
:
'
余额
'
,
...
...
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