mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: add displayCodeRequired message for failed attempts in application overview
This commit is contained in:
parent
79457ee41f
commit
10b66db914
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ export default {
|
|||
'请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
||||
loginMethod: '登录方式',
|
||||
loginMethodRequired: '请选择登录方式',
|
||||
displayCodeRequired: '请输入失败次数',
|
||||
toSettingChatUser: '去配置对话用户',
|
||||
},
|
||||
SettingAPIKeyDialog: {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ export default {
|
|||
'請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
|
||||
loginMethod: '登陸方式',
|
||||
loginMethodRequired: '請選擇登陸方式',
|
||||
displayCodeRequired: '請輸入失敗次數',
|
||||
toSettingChatUser: '去配置對話用戶',
|
||||
},
|
||||
SettingAPIKeyDialog: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue