Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2021-01-27 18:54:49 +08:00
commit 5ab93b1c36
4 changed files with 7 additions and 4 deletions

View File

@ -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>

View File

@ -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'
}
};

View File

@ -1504,6 +1504,7 @@ export default {
format: "输出格式",
},
auth_source: {
delete_prompt: '此操作会删除认证源,是否继续?'
delete_prompt: '此操作会删除认证源,是否继续?',
title: '认证设置'
}
};

View File

@ -1502,6 +1502,7 @@ export default {
format: "輸出格式",
},
auth_source: {
delete_prompt: '此操作會刪除認證源,是否繼續? '
delete_prompt: '此操作會刪除認證源,是否繼續? ',
title: '認證設置'
}
};