You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/application-overview.ts
+27-33Lines changed: 27 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ export default {
24
24
msgConfirm1: 'Are you sure you want to delete the API Key',
25
25
msgConfirm2:
26
26
'This action is irreversible. Once deleted, the API Key cannot be recovered. Do you still want to proceed?',
27
-
enabledSuccess: 'Enabled',
28
-
disabledSuccess: 'Disabled',
29
27
},
30
28
EmbedDialog: {
31
29
fullscreenModeTitle: 'Fullscreen Mode',
@@ -34,8 +32,6 @@ export default {
34
32
mobileModeTitle: 'Mobile Mode',
35
33
},
36
34
LimitDialog: {
37
-
dialogTitle: 'Access Restrictions',
38
-
showSourceLabel: 'Show Knowledge Source',
39
35
clientQueryLimitLabel: 'Query Limit per Client',
40
36
authentication: 'Authentication',
41
37
authenticationValue: 'Password Access',
@@ -52,36 +48,34 @@ export default {
52
48
crossDomainPlaceholder:
53
49
'Enter allowed cross-domain addresses. If enabled but left blank, no restrictions will apply.\nEnter one per line, e.g.:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
54
50
},
55
-
SettingDisplayDialog: {
56
-
dialogTitle: 'Display Settings',
57
-
languageLabel: 'Language',
58
-
showSourceLabel: 'Show Knowledge Source',
59
-
showExecutionDetail: 'Show Execution Details',
60
-
restoreDefault: 'Restore Default',
61
-
customThemeColor: 'Custom Theme Color',
62
-
headerTitleFontColor: 'Header Title Font Color',
63
-
default: 'Default',
64
-
askUserAvatar: 'User Avatar (Asking)',
65
-
replace: 'Replace',
66
-
imageMessage:
67
-
'Recommended size: 32×32 pixels. Supports JPG, PNG, and GIF formats. Max size: 10 MB',
68
-
AIAvatar: 'AI Avatar',
69
-
floatIcon: 'Floating Icon',
70
-
iconDefaultPosition: 'Default Icon Position',
71
-
iconPosition: {
72
-
left: 'Left',
73
-
right: 'Right',
74
-
bottom: 'Bottom',
75
-
top: 'Top',
76
-
},
77
-
draggablePosition: 'Draggable Position',
78
-
showHistory: 'Show Chat History',
79
-
displayGuide: 'Show Guide Image (Floating Mode)',
80
-
disclaimer: 'Disclaimer',
81
-
disclaimerValue: 'This content is AI-generated and for reference only.',
82
-
chatBackground: 'Chat Background',
83
-
chatBackgroundMessage: 'Supported formats: JPG, PNG, GIF. Max size: 10MB.',
51
+
},
52
+
SettingDisplayDialog: {
53
+
showSourceLabel: 'Show Knowledge Source',
54
+
showExecutionDetail: 'Show Execution Details',
55
+
restoreDefault: 'Restore Default',
56
+
customThemeColor: 'Custom Theme Color',
57
+
headerTitleFontColor: 'Header Title Font Color',
58
+
default: 'Default',
59
+
askUserAvatar: 'User Avatar (Asking)',
60
+
replace: 'Replace',
61
+
imageMessage:
62
+
'Recommended size: 32×32 pixels. Supports JPG, PNG, and GIF formats. Max size: 10 MB',
63
+
AIAvatar: 'AI Avatar',
64
+
floatIcon: 'Floating Icon',
65
+
iconDefaultPosition: 'Default Icon Position',
66
+
iconPosition: {
67
+
left: 'Left',
68
+
right: 'Right',
69
+
bottom: 'Bottom',
70
+
top: 'Top',
84
71
},
72
+
draggablePosition: 'Draggable Position',
73
+
showHistory: 'Show Chat History',
74
+
displayGuide: 'Show Guide Image (Floating Mode)',
75
+
disclaimer: 'Disclaimer',
76
+
disclaimerValue: 'This content is AI-generated and for reference only.',
77
+
chatBackground: 'Chat Background',
78
+
chatBackgroundMessage: 'Supported formats: JPG, PNG, GIF. Max size: 10MB.',
0 commit comments