perf: 优化confirm 重新登录翻译

This commit is contained in:
feng626
2022-06-16 18:17:19 +08:00
committed by Jiangjie.Bai
parent 58ab7139d6
commit 111d3d56e2
4 changed files with 7 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ export default {
this.ConfirmType = backends[0].name
if (this.ConfirmType === 'relogin') {
this.visible = false
return this.$message.error(this.$t('auth.ReLogin'))
return this.$message.error(this.$t('auth.ReLoginErr'))
}
if (this.ConfirmType === 'mfa') {

View File

@@ -246,7 +246,8 @@
},
"auth": {
"LoginRequiredMsg": "You account has logout, Please login again",
"ReLogin": "Re-Login"
"ReLogin": "Re-Login",
"ReLoginErr": "Login time has exceeded 5 minutes, please login again"
},
"common": {
"ChangeViewHelpText": "Click to change view",

View File

@@ -251,7 +251,8 @@
},
"auth": {
"LoginRequiredMsg": "アカウントが終了しました。ログインし直してください",
"ReLogin": "再ログイン"
"ReLogin": "再ログイン",
"ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください"
},
"common": {
"ChangeViewHelpText": "クリックしてさまざまなビューにアクセス",

View File

@@ -251,7 +251,8 @@
},
"auth": {
"LoginRequiredMsg": "账号已退出,请重新登录",
"ReLogin": "重新登录"
"ReLogin": "重新登录",
"ReLoginErr": "登录时长已超过 5 分钟,请重新登录"
},
"common": {
"ChangeViewHelpText": "点击切换不同视图",