Merge pull request #1344 from 7836246/fix/i18n-sora-storage-missing-keys

fix(i18n): 修复 Sora 存储配置页面表格列头「存储桶」翻译缺失
This commit is contained in:
Wesley Liddick
2026-03-30 15:45:03 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -4383,6 +4383,7 @@ export default {
provider: 'Type',
active: 'Active',
endpoint: 'Endpoint',
bucket: 'Bucket',
storagePath: 'Storage Path',
capacityUsage: 'Capacity / Used',
capacityUnlimited: 'Unlimited',

View File

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