diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index d1f55e58..f5267d6a 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -4383,6 +4383,7 @@ export default { provider: 'Type', active: 'Active', endpoint: 'Endpoint', + bucket: 'Bucket', storagePath: 'Storage Path', capacityUsage: 'Capacity / Used', capacityUnlimited: 'Unlimited', diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index 55634bd8..9581206e 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -4547,6 +4547,7 @@ export default { provider: '存储类型', active: '生效状态', endpoint: '端点', + bucket: '存储桶', storagePath: '存储路径', capacityUsage: '容量 / 已用', capacityUnlimited: '无限制',