@@ -45,10 +45,10 @@ export default {
4545 LimitDialog : {
4646 dialogTitle : 'Access Restrictions' ,
4747 showSourceLabel : 'Show Return Knowledge Reference' ,
48- clientQueryLimitLabel : 'Each Client Query Limit ' ,
48+ clientQueryLimitLabel : 'Limit the number of messages for each client ' ,
4949 authentication : 'Authentication' ,
5050 authenticationValue : 'Authentication Password' ,
51- timesDays : 'Times/Day ' ,
51+ timesDays : 'messages per day ' ,
5252 whitelistLabel : 'Whitelist' ,
5353 whitelistPlaceholder :
5454 'Please enter allowed third-party source addresses, one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io'
@@ -67,10 +67,10 @@ export default {
6767 customThemeColor : 'Custom Theme Color' ,
6868 headerTitleFontColor : 'Header Title Font Color' ,
6969 default : 'Default' ,
70- askUserAvatar : 'Ask User Avatar' ,
70+ askUserAvatar : 'Questioner\'s Avatar' ,
7171 replace : 'Replace' ,
7272 imageMessage : 'Suggested size 32*32, supports jpg, png, gif, size no more than 10 MB' ,
73- AIAvatar : 'AI Reply Avatar' ,
73+ AIAvatar : 'AI Avatar' ,
7474 floatIcon : 'Floating Icon' ,
7575 iconDefaultPosition : 'Icon Default Position' ,
7676 iconPosition : {
@@ -80,7 +80,7 @@ export default {
8080 top : 'Top'
8181 } ,
8282 draggablePosition : 'Draggable Position' ,
83- showHistory : 'Show History' ,
83+ showHistory : 'Show Chat History' ,
8484 displayGuide : 'Display guide image (floating window mode)' ,
8585 disclaimer : 'Disclaimer' ,
8686 disclaimerValue :
@@ -102,9 +102,9 @@ export default {
102102 charts : {
103103 customerTotal : 'Total Customers' ,
104104 customerNew : 'New Customers' ,
105- queryCount : 'Query Count ' ,
105+ queryCount : 'Total Chats ' ,
106106 tokensTotal : 'Total Tokens' ,
107- userSatisfaction : 'User Satisfaction' ,
107+ userSatisfaction : 'User Satisfaction Rate ' ,
108108 approval : 'Approval' ,
109109 disapproval : 'Disapproval'
110110 }
0 commit comments