feat: add displayCodeRequired message for failed attempts in application overview

This commit is contained in:
wxg0103 2025-09-28 10:48:20 +08:00
parent 79457ee41f
commit 10b66db914
3 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ export default {
loginMethod: 'Login Method',
loginMethodRequired: 'Please select login method',
toSettingChatUser: 'Go to configure chat user',
displayCodeRequired: 'Please enter the number of failed attempts',
},
SettingAPIKeyDialog: {
allowCrossDomainLabel: 'Allow Cross-Domain Access',

View File

@ -41,6 +41,7 @@ export default {
'请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
loginMethod: '登录方式',
loginMethodRequired: '请选择登录方式',
displayCodeRequired: '请输入失败次数',
toSettingChatUser: '去配置对话用户',
},
SettingAPIKeyDialog: {

View File

@ -40,6 +40,7 @@ export default {
'請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
loginMethod: '登陸方式',
loginMethodRequired: '請選擇登陸方式',
displayCodeRequired: '請輸入失敗次數',
toSettingChatUser: '去配置對話用戶',
},
SettingAPIKeyDialog: {