fix: Bucket Configuration i18n rustfs/rustfs#182

This commit is contained in:
cxymds
2025-07-12 12:05:22 +08:00
parent 257827b626
commit de07e6a2f9
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<n-drawer v-model:show="visibel" :width="502">
<n-drawer-content :title="`桶配置(${bucketName})`" closable>
<n-drawer-content :title="t('Bucket Configuration')+`(${bucketName})`" closable>
<n-descriptions :column="2" label-placement="top" bordered label-class="w-1/2">
<n-descriptions-item>
<template #label>
+2 -1
View File
@@ -401,5 +401,6 @@
"Add Account": "Add Account",
"Search Account": "Search Account",
"Edit policy": "Edit policy",
"Search Policy": "Search Policy"
"Search Policy": "Search Policy",
"Bucket Configuration":"Bucket Configuration"
}
+2 -1
View File
@@ -594,5 +594,6 @@
"Add Account": "添加账户",
"Search Account": "搜索账户",
"Edit policy": "编辑策略",
"Search Policy": "搜索策略"
"Search Policy": "搜索策略",
"Bucket Configuration":"桶配置"
}