diff --git a/frontend/src/i18n/locales/en.ts b/frontend/src/i18n/locales/en.ts index 07a0e634..0b863590 100644 --- a/frontend/src/i18n/locales/en.ts +++ b/frontend/src/i18n/locales/en.ts @@ -4378,6 +4378,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 a6b6e8b5..a824849b 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -4542,6 +4542,7 @@ export default { provider: '存储类型', active: '生效状态', endpoint: '端点', + bucket: '存储桶', storagePath: '存储路径', capacityUsage: '容量 / 已用', capacityUnlimited: '无限制',