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
73f3c068
Unverified
Commit
73f3c068
authored
Mar 30, 2026
by
Wesley Liddick
Committed by
GitHub
Mar 30, 2026
Browse files
Merge pull request #1344 from 7836246/fix/i18n-sora-storage-missing-keys
fix(i18n): 修复 Sora 存储配置页面表格列头「存储桶」翻译缺失
parents
9a92fa4a
2c072c0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/i18n/locales/en.ts
View file @
73f3c068
...
@@ -4383,6 +4383,7 @@ export default {
...
@@ -4383,6 +4383,7 @@ export default {
provider
:
'
Type
'
,
provider
:
'
Type
'
,
active
:
'
Active
'
,
active
:
'
Active
'
,
endpoint
:
'
Endpoint
'
,
endpoint
:
'
Endpoint
'
,
bucket
:
'
Bucket
'
,
storagePath
:
'
Storage Path
'
,
storagePath
:
'
Storage Path
'
,
capacityUsage
:
'
Capacity / Used
'
,
capacityUsage
:
'
Capacity / Used
'
,
capacityUnlimited
:
'
Unlimited
'
,
capacityUnlimited
:
'
Unlimited
'
,
...
...
frontend/src/i18n/locales/zh.ts
View file @
73f3c068
...
@@ -4547,6 +4547,7 @@ export default {
...
@@ -4547,6 +4547,7 @@ export default {
provider
:
'
存储类型
'
,
provider
:
'
存储类型
'
,
active
:
'
生效状态
'
,
active
:
'
生效状态
'
,
endpoint
:
'
端点
'
,
endpoint
:
'
端点
'
,
bucket
:
'
存储桶
'
,
storagePath
:
'
存储路径
'
,
storagePath
:
'
存储路径
'
,
capacityUsage
:
'
容量 / 已用
'
,
capacityUsage
:
'
容量 / 已用
'
,
capacityUnlimited
:
'
无限制
'
,
capacityUnlimited
:
'
无限制
'
,
...
...
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