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
5d1badfe
Unverified
Commit
5d1badfe
authored
Jan 09, 2026
by
Xu Kang
Committed by
GitHub
Jan 09, 2026
Browse files
fix: add missing i18n key admin.accounts.outputCopied (#218)
parent
43f104bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/i18n/locales/en.ts
View file @
5d1badfe
...
@@ -1486,6 +1486,7 @@ export default {
...
@@ -1486,6 +1486,7 @@ export default {
testing
:
'
Testing...
'
,
testing
:
'
Testing...
'
,
retry
:
'
Retry
'
,
retry
:
'
Retry
'
,
copyOutput
:
'
Copy output
'
,
copyOutput
:
'
Copy output
'
,
outputCopied
:
'
Output copied
'
,
startingTestForAccount
:
'
Starting test for account: {name}
'
,
startingTestForAccount
:
'
Starting test for account: {name}
'
,
testAccountTypeLabel
:
'
Account type: {type}
'
,
testAccountTypeLabel
:
'
Account type: {type}
'
,
selectTestModel
:
'
Select Test Model
'
,
selectTestModel
:
'
Select Test Model
'
,
...
...
frontend/src/i18n/locales/zh.ts
View file @
5d1badfe
...
@@ -1601,6 +1601,7 @@ export default {
...
@@ -1601,6 +1601,7 @@ export default {
startTest
:
'
开始测试
'
,
startTest
:
'
开始测试
'
,
retry
:
'
重试
'
,
retry
:
'
重试
'
,
copyOutput
:
'
复制输出
'
,
copyOutput
:
'
复制输出
'
,
outputCopied
:
'
输出已复制
'
,
startingTestForAccount
:
'
开始测试账号:{name}
'
,
startingTestForAccount
:
'
开始测试账号:{name}
'
,
testAccountTypeLabel
:
'
账号类型:{type}
'
,
testAccountTypeLabel
:
'
账号类型:{type}
'
,
selectTestModel
:
'
选择测试模型
'
,
selectTestModel
:
'
选择测试模型
'
,
...
...
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