fix(i18n): add missing bucket column translation key for Sora S3 storage settings
The `admin.settings.soraS3.columns.bucket` key was used in DataManagementView.vue but missing from both en.ts and zh.ts locale files, causing the raw translation key to be displayed as a column header instead of the localized text.
This commit is contained in:
parent
fdd8499ffc
commit
2c072c0ed6
@ -4378,6 +4378,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',
|
||||||
|
|||||||
@ -4542,6 +4542,7 @@ export default {
|
|||||||
provider: '存储类型',
|
provider: '存储类型',
|
||||||
active: '生效状态',
|
active: '生效状态',
|
||||||
endpoint: '端点',
|
endpoint: '端点',
|
||||||
|
bucket: '存储桶',
|
||||||
storagePath: '存储路径',
|
storagePath: '存储路径',
|
||||||
capacityUsage: '容量 / 已用',
|
capacityUsage: '容量 / 已用',
|
||||||
capacityUnlimited: '无限制',
|
capacityUnlimited: '无限制',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user