mirror of
https://github.com/rustfs/console.git
synced 2026-08-31 01:37:52 +08:00
fix: Bucket Configuration i18n rustfs/rustfs#182
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -594,5 +594,6 @@
|
||||
"Add Account": "添加账户",
|
||||
"Search Account": "搜索账户",
|
||||
"Edit policy": "编辑策略",
|
||||
"Search Policy": "搜索策略"
|
||||
"Search Policy": "搜索策略",
|
||||
"Bucket Configuration":"桶配置"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user