Skip to content

Commit 10b66db

Browse files
committed
feat: add displayCodeRequired message for failed attempts in application overview
1 parent 79457ee commit 10b66db

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ui/src/locales/lang/en-US/views/application-overview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default {
4242
loginMethod: 'Login Method',
4343
loginMethodRequired: 'Please select login method',
4444
toSettingChatUser: 'Go to configure chat user',
45+
displayCodeRequired: 'Please enter the number of failed attempts',
4546
},
4647
SettingAPIKeyDialog: {
4748
allowCrossDomainLabel: 'Allow Cross-Domain Access',

ui/src/locales/lang/zh-CN/views/application-overview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default {
4141
'请输入允许嵌入第三方的源地址,一行一个,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
4242
loginMethod: '登录方式',
4343
loginMethodRequired: '请选择登录方式',
44+
displayCodeRequired: '请输入失败次数',
4445
toSettingChatUser: '去配置对话用户',
4546
},
4647
SettingAPIKeyDialog: {

ui/src/locales/lang/zh-Hant/views/application-overview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export default {
4040
'請輸入允許嵌入第三方的來源位址,一行一個,如:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
4141
loginMethod: '登陸方式',
4242
loginMethodRequired: '請選擇登陸方式',
43+
displayCodeRequired: '請輸入失敗次數',
4344
toSettingChatUser: '去配置對話用戶',
4445
},
4546
SettingAPIKeyDialog: {

0 commit comments

Comments
 (0)