fix: 模块移动国际化

This commit is contained in:
chenjianxing 2021-02-02 16:14:28 +08:00
parent f84f5fbbb3
commit 6dcd2c5f48
4 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-dialog
title="选则模块"
:title="$t('commons.module.select_module')"
:visible.sync="oneClickOperationVisible"
width="600px"
left
@ -11,7 +11,7 @@
<ms-node-tree
v-loading="result.loading"
:tree-nodes="data"
allLabel="默认模块"
:allLabel="$t('commons.module.default_module')"
@add="add"
:type="'edit'"
@edit="edit"

View File

@ -187,7 +187,11 @@ export default {
review: "all"
},
image: 'Image',
tag: 'Tag'
tag: 'Tag',
module: {
select_module: "Select module",
default_module: "Default module",
}
},
license: {
title: 'Authorization management',

View File

@ -188,7 +188,11 @@ export default {
review: "全部评审"
},
image: '镜像',
tag: '标签'
tag: '标签',
module: {
select_module: "选择模块",
default_module: "默认模块",
}
},
license: {
title: '授权管理',

View File

@ -188,7 +188,11 @@ export default {
review: "全部評審"
},
image: '鏡像',
tag: '標簽'
tag: '標簽',
module: {
select_module: "選擇模塊",
default_module: "默認模塊",
}
},
license: {
title: '授權管理',