Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5ab93b1c36
|
@ -14,7 +14,7 @@
|
|||
<el-tab-pane v-if="hasLicense()" :label="$t('display.title')" name="display">
|
||||
<ms-display/>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane v-if="hasLicense()" :label="'认证设置'" name="auth">
|
||||
<el-tab-pane v-if="hasLicense()" :label="$t('auth_source.title')" name="auth">
|
||||
<ms-auth/>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
|
|
@ -1501,6 +1501,7 @@ export default {
|
|||
format: "Output format",
|
||||
},
|
||||
auth_source: {
|
||||
delete_prompt: 'This operation will delete the authentication source, do you want to continue? '
|
||||
delete_prompt: 'This operation will delete the authentication source, do you want to continue? ',
|
||||
title: 'Auth Source'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1504,6 +1504,7 @@ export default {
|
|||
format: "输出格式",
|
||||
},
|
||||
auth_source: {
|
||||
delete_prompt: '此操作会删除认证源,是否继续?'
|
||||
delete_prompt: '此操作会删除认证源,是否继续?',
|
||||
title: '认证设置'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -1502,6 +1502,7 @@ export default {
|
|||
format: "輸出格式",
|
||||
},
|
||||
auth_source: {
|
||||
delete_prompt: '此操作會刪除認證源,是否繼續? '
|
||||
delete_prompt: '此操作會刪除認證源,是否繼續? ',
|
||||
title: '認證設置'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue