Unverified Commit 73f3c068 authored by Wesley Liddick's avatar Wesley Liddick Committed by GitHub
Browse files

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

fix(i18n): 修复 Sora 存储配置页面表格列头「存储桶」翻译缺失
parents 9a92fa4a 2c072c0e
...@@ -4383,6 +4383,7 @@ export default { ...@@ -4383,6 +4383,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',
......
...@@ -4547,6 +4547,7 @@ export default { ...@@ -4547,6 +4547,7 @@ export default {
provider: '存储类型', provider: '存储类型',
active: '生效状态', active: '生效状态',
endpoint: '端点', endpoint: '端点',
bucket: '存储桶',
storagePath: '存储路径', storagePath: '存储路径',
capacityUsage: '容量 / 已用', capacityUsage: '容量 / 已用',
capacityUnlimited: '无限制', capacityUnlimited: '无限制',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment