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:
小海
2026-03-27 16:44:14 +08:00
parent fdd8499ffc
commit 2c072c0ed6
2 changed files with 2 additions and 0 deletions

View File

@@ -4542,6 +4542,7 @@ export default {
provider: '存储类型',
active: '生效状态',
endpoint: '端点',
bucket: '存储桶',
storagePath: '存储路径',
capacityUsage: '容量 / 已用',
capacityUnlimited: '无限制',