chore(i18n): improve UI translation for AI chat page (#2160)
This commit is contained in:
parent
0e817e1e06
commit
d2cd48a86a
@ -1,97 +1,95 @@
|
|||||||
export default {
|
export default {
|
||||||
noHistory: 'No History',
|
noHistory: 'No Chat History',
|
||||||
createChat: 'New Chat',
|
createChat: 'New Conversation',
|
||||||
history: 'Chat History',
|
history: 'Chat History',
|
||||||
only20history: 'Only showing the last 20 chats',
|
only20history: 'Showing only the last 20 conversations',
|
||||||
question_count: 'Messages',
|
question_count: 'Questions',
|
||||||
exportRecords: 'Export Chat Records',
|
exportRecords: 'Export Chat History',
|
||||||
chatId: 'Chat ID',
|
chatId: 'Chat ID',
|
||||||
userInput: 'User Input',
|
userInput: 'User Input',
|
||||||
quote: 'Quote',
|
quote: 'Quote',
|
||||||
download: 'Download File',
|
download: 'Click to Download',
|
||||||
passwordValidator: {
|
passwordValidator: {
|
||||||
title: 'Enter password to open the link',
|
title: 'Enter Password to Access',
|
||||||
errorMessage1: 'Password cannot be empty',
|
errorMessage1: 'Password cannot be empty',
|
||||||
errorMessage2: 'Incorrect password'
|
errorMessage2: 'Incorrect password'
|
||||||
},
|
},
|
||||||
operation: {
|
operation: {
|
||||||
play: 'Play',
|
play: 'Play',
|
||||||
pause: 'Stop',
|
pause: 'Pause',
|
||||||
regeneration: 'Re-answer',
|
regeneration: 'Regenerate Response',
|
||||||
like: 'Agree',
|
like: 'Like',
|
||||||
cancelLike: 'Cancel Agree',
|
cancelLike: 'Unlike',
|
||||||
oppose: 'Disagree',
|
oppose: 'Dislike',
|
||||||
cancelOppose: 'Cancel Disagree',
|
cancelOppose: 'Undo Dislike',
|
||||||
continue: 'Continue',
|
continue: 'Continue',
|
||||||
stopChat: 'Stop Output'
|
stopChat: 'Stop Response'
|
||||||
},
|
},
|
||||||
tip: {
|
tip: {
|
||||||
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',
|
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',
|
||||||
errorIdentifyMessage: 'Unable to identify user',
|
errorIdentifyMessage: 'Unable to verify user identity',
|
||||||
errorLimitMessage:
|
errorLimitMessage: 'Sorry, you have reached the maximum number of questions. Please try again tomorrow!',
|
||||||
'Sorry, you have reached the maximum number of questions. Please try again tomorrow!',
|
answerMessage: 'Sorry, no relevant content found. Please rephrase your question or provide more details.',
|
||||||
answerMessage:
|
stopAnswer: 'Response Stopped',
|
||||||
'Sorry, no relevant content was found. Please rephrase your question or provide more information.',
|
answerLoading: 'Generating Response...',
|
||||||
stopAnswer: 'Output stopped',
|
recorderTip: `<p>This feature requires microphone access. Browsers block recording on insecure pages. Solutions:<br/>
|
||||||
answerLoading: 'Thinking',
|
1. Enable HTTPS;<br/>
|
||||||
recorderTip: `<p>This feature requires the use of a microphone. Browsers prohibit recording on insecure pages. Solutions are as follows:<br/>
|
2. If HTTPS is not available, adjust browser security settings. For Chrome:<br/>
|
||||||
1. Enable HTTPS to resolve;<br/>
|
|
||||||
2. If there is no HTTPS configuration, modify the browser security settings. Chrome settings as follows:<br/>
|
|
||||||
(1) Enter chrome://flags/#unsafely-treat-insecure-origin-as-secure in the address bar;<br/>
|
(1) Enter chrome://flags/#unsafely-treat-insecure-origin-as-secure in the address bar;<br/>
|
||||||
(2) Add the HTTP site to the text box, e.g., http://127.0.0.1:8080.</p>`,
|
(2) Add your HTTP site, e.g., http://127.0.0.1:8080.</p>`,
|
||||||
recorderError: 'Recording failed',
|
recorderError: 'Recording Failed',
|
||||||
confirm: 'I understand',
|
confirm: 'Got it',
|
||||||
requiredMessage: 'Please fill in all required fields',
|
requiredMessage: 'Please fill in all required fields',
|
||||||
inputParamMessage1: 'Please enter parameters in the URL',
|
inputParamMessage1: 'Please specify a parameter in the URL',
|
||||||
inputParamMessage2: 'value',
|
inputParamMessage2: 'value',
|
||||||
prologueMessage: 'Sorry, the service is currently under maintenance. Please try again later!'
|
prologueMessage: 'Sorry, the service is currently under maintenance. Please try again later!'
|
||||||
},
|
},
|
||||||
inputPlaceholder: {
|
inputPlaceholder: {
|
||||||
speaking: 'Speaking',
|
speaking: 'Speaking...',
|
||||||
recorderLoading: 'Transcribing',
|
recorderLoading: 'Transcribing...',
|
||||||
default: 'Enter your question, Ctrl+Enter for new line, Enter to send'
|
default: 'Type your question, Ctrl+Enter for a new line, Enter to send'
|
||||||
},
|
},
|
||||||
uploadFile: {
|
uploadFile: {
|
||||||
label: 'Upload File',
|
label: 'Upload File',
|
||||||
most: 'Up to',
|
most: 'Maximum',
|
||||||
limit: 'files, each file limited to',
|
limit: 'files allowed, each up to',
|
||||||
fileType: 'File Type',
|
fileType: 'File Type',
|
||||||
tipMessage: 'Please select file types in the file upload configuration',
|
tipMessage: 'Please select allowed file types in the upload settings',
|
||||||
limitMessage1: 'Up to',
|
limitMessage1: 'You can upload up to',
|
||||||
limitMessage2: 'files',
|
limitMessage2: 'files',
|
||||||
sizeLimit: 'Each file size cannot exceed',
|
sizeLimit: 'Each file must not exceed',
|
||||||
imageMessage: 'Please parse the image content',
|
imageMessage: 'Please process the image content',
|
||||||
errorMessage: 'Upload failed'
|
errorMessage: 'Upload Failed'
|
||||||
},
|
},
|
||||||
executionDetails: {
|
executionDetails: {
|
||||||
title: 'Execution Details',
|
title: 'Execution Details',
|
||||||
paramInput: 'Parameter Input',
|
paramInput: 'Parameter Input',
|
||||||
paramOutput: 'Parameter Output',
|
paramOutput: 'Parameter Output',
|
||||||
paramOutputTooltip: 'Each document supports preview of up to 500 words',
|
paramOutputTooltip: 'Each document supports previewing up to 500 characters',
|
||||||
audioFile: 'Audio File',
|
audioFile: 'Audio File',
|
||||||
searchContent: 'Search Content',
|
searchContent: 'Search Query',
|
||||||
searchResult: 'Search Results',
|
searchResult: 'Search Results',
|
||||||
conditionResult: 'Condition Result',
|
conditionResult: 'Condition Evaluation',
|
||||||
currentChat: 'Current Chat',
|
currentChat: 'Current Conversation',
|
||||||
answer: 'AI Response',
|
answer: 'AI Response',
|
||||||
replyContent: 'Reply Content',
|
replyContent: 'Reply Content',
|
||||||
textContent: 'Text Content',
|
textContent: 'Text Content',
|
||||||
input: 'Input',
|
input: 'Input',
|
||||||
output: 'Output',
|
output: 'Output',
|
||||||
rerankerContent: 'Reranked Content',
|
rerankerContent: 'Re-ranked Content',
|
||||||
rerankerResult: 'Reranked Results',
|
rerankerResult: 'Re-ranking Results',
|
||||||
paragraph: 'Segment',
|
paragraph: 'Segment',
|
||||||
noSubmit: 'User did not submit',
|
noSubmit: 'No submission from user',
|
||||||
errMessage: 'Error Log'
|
errMessage: 'Error Log'
|
||||||
},
|
},
|
||||||
KnowledgeSource: {
|
KnowledgeSource: {
|
||||||
title: 'Knowledge Source',
|
title: 'Knowledge Source',
|
||||||
referenceParagraph: 'Quote',
|
referenceParagraph: 'Cited Segment',
|
||||||
consume: 'Tokens',
|
consume: 'Token Consumption',
|
||||||
consumeTime: 'Run Time'
|
consumeTime: 'Processing Time'
|
||||||
},
|
},
|
||||||
paragraphSource: {
|
paragraphSource: {
|
||||||
title: 'Quote',
|
title: 'Knowledge Quote',
|
||||||
question: 'User Question',
|
question: 'User Question',
|
||||||
optimizationQuestion: 'Optimized Question'
|
optimizationQuestion: 'Optimized Question'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -106,8 +106,8 @@ export default {
|
|||||||
queryCount: 'Total Queries',
|
queryCount: 'Total Queries',
|
||||||
tokensTotal: 'Total Tokens Used',
|
tokensTotal: 'Total Tokens Used',
|
||||||
userSatisfaction: 'User Feedback Metrics',
|
userSatisfaction: 'User Feedback Metrics',
|
||||||
approval: 'Approval',
|
approval: 'Like',
|
||||||
disapproval: 'Disapproval'
|
disapproval: 'Dislike'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user