|
1 | 1 | export default { |
2 | | - noHistory: 'No History', |
3 | | - createChat: 'New Chat', |
| 2 | + noHistory: 'No Chat History', |
| 3 | + createChat: 'New Conversation', |
4 | 4 | history: 'Chat History', |
5 | | - only20history: 'Only showing the last 20 chats', |
6 | | - question_count: 'Messages', |
7 | | - exportRecords: 'Export Chat Records', |
| 5 | + only20history: 'Showing only the last 20 conversations', |
| 6 | + question_count: 'Questions', |
| 7 | + exportRecords: 'Export Chat History', |
8 | 8 | chatId: 'Chat ID', |
9 | 9 | userInput: 'User Input', |
10 | 10 | quote: 'Quote', |
11 | | - download: 'Download File', |
| 11 | + download: 'Click to Download', |
12 | 12 | passwordValidator: { |
13 | | - title: 'Enter password to open the link', |
| 13 | + title: 'Enter Password to Access', |
14 | 14 | errorMessage1: 'Password cannot be empty', |
15 | 15 | errorMessage2: 'Incorrect password' |
16 | 16 | }, |
17 | 17 | operation: { |
18 | 18 | play: 'Play', |
19 | | - pause: 'Stop', |
20 | | - regeneration: 'Re-answer', |
21 | | - like: 'Agree', |
22 | | - cancelLike: 'Cancel Agree', |
23 | | - oppose: 'Disagree', |
24 | | - cancelOppose: 'Cancel Disagree', |
| 19 | + pause: 'Pause', |
| 20 | + regeneration: 'Regenerate Response', |
| 21 | + like: 'Like', |
| 22 | + cancelLike: 'Unlike', |
| 23 | + oppose: 'Dislike', |
| 24 | + cancelOppose: 'Undo Dislike', |
25 | 25 | continue: 'Continue', |
26 | | - stopChat: 'Stop Output' |
| 26 | + stopChat: 'Stop Response' |
27 | 27 | }, |
28 | 28 | tip: { |
29 | 29 | error500Message: 'Sorry, the service is currently under maintenance. Please try again later!', |
30 | | - errorIdentifyMessage: 'Unable to identify user', |
31 | | - errorLimitMessage: |
32 | | - 'Sorry, you have reached the maximum number of questions. Please try again tomorrow!', |
33 | | - answerMessage: |
34 | | - 'Sorry, no relevant content was found. Please rephrase your question or provide more information.', |
35 | | - stopAnswer: 'Output stopped', |
36 | | - answerLoading: 'Thinking', |
37 | | - recorderTip: `<p>This feature requires the use of a microphone. Browsers prohibit recording on insecure pages. Solutions are as follows:<br/> |
38 | | -1. Enable HTTPS to resolve;<br/> |
39 | | -2. If there is no HTTPS configuration, modify the browser security settings. Chrome settings as follows:<br/> |
| 30 | + errorIdentifyMessage: 'Unable to verify user identity', |
| 31 | + errorLimitMessage: 'Sorry, you have reached the maximum number of questions. Please try again tomorrow!', |
| 32 | + answerMessage: 'Sorry, no relevant content found. Please rephrase your question or provide more details.', |
| 33 | + stopAnswer: 'Response Stopped', |
| 34 | + answerLoading: 'Generating Response...', |
| 35 | + recorderTip: `<p>This feature requires microphone access. Browsers block recording on insecure pages. Solutions:<br/> |
| 36 | +1. Enable HTTPS;<br/> |
| 37 | +2. If HTTPS is not available, adjust browser security settings. For Chrome:<br/> |
40 | 38 | (1) Enter chrome://flags/#unsafely-treat-insecure-origin-as-secure in the address bar;<br/> |
41 | | -(2) Add the HTTP site to the text box, e.g., http://127.0.0.1:8080.</p>`, |
42 | | - recorderError: 'Recording failed', |
43 | | - confirm: 'I understand', |
| 39 | +(2) Add your HTTP site, e.g., http://127.0.0.1:8080.</p>`, |
| 40 | + recorderError: 'Recording Failed', |
| 41 | + confirm: 'Got it', |
44 | 42 | requiredMessage: 'Please fill in all required fields', |
45 | | - inputParamMessage1: 'Please enter parameters in the URL', |
| 43 | + inputParamMessage1: 'Please specify a parameter in the URL', |
46 | 44 | inputParamMessage2: 'value', |
47 | 45 | prologueMessage: 'Sorry, the service is currently under maintenance. Please try again later!' |
48 | 46 | }, |
49 | 47 | inputPlaceholder: { |
50 | | - speaking: 'Speaking', |
51 | | - recorderLoading: 'Transcribing', |
52 | | - default: 'Enter your question, Ctrl+Enter for new line, Enter to send' |
| 48 | + speaking: 'Speaking...', |
| 49 | + recorderLoading: 'Transcribing...', |
| 50 | + default: 'Type your question, Ctrl+Enter for a new line, Enter to send' |
53 | 51 | }, |
54 | 52 | uploadFile: { |
55 | 53 | label: 'Upload File', |
56 | | - most: 'Up to', |
57 | | - limit: 'files, each file limited to', |
| 54 | + most: 'Maximum', |
| 55 | + limit: 'files allowed, each up to', |
58 | 56 | fileType: 'File Type', |
59 | | - tipMessage: 'Please select file types in the file upload configuration', |
60 | | - limitMessage1: 'Up to', |
| 57 | + tipMessage: 'Please select allowed file types in the upload settings', |
| 58 | + limitMessage1: 'You can upload up to', |
61 | 59 | limitMessage2: 'files', |
62 | | - sizeLimit: 'Each file size cannot exceed', |
63 | | - imageMessage: 'Please parse the image content', |
64 | | - errorMessage: 'Upload failed' |
| 60 | + sizeLimit: 'Each file must not exceed', |
| 61 | + imageMessage: 'Please process the image content', |
| 62 | + errorMessage: 'Upload Failed' |
65 | 63 | }, |
66 | 64 | executionDetails: { |
67 | 65 | title: 'Execution Details', |
68 | 66 | paramInput: 'Parameter Input', |
69 | 67 | paramOutput: 'Parameter Output', |
70 | | - paramOutputTooltip: 'Each document supports preview of up to 500 words', |
| 68 | + paramOutputTooltip: 'Each document supports previewing up to 500 characters', |
71 | 69 | audioFile: 'Audio File', |
72 | | - searchContent: 'Search Content', |
| 70 | + searchContent: 'Search Query', |
73 | 71 | searchResult: 'Search Results', |
74 | | - conditionResult: 'Condition Result', |
75 | | - currentChat: 'Current Chat', |
| 72 | + conditionResult: 'Condition Evaluation', |
| 73 | + currentChat: 'Current Conversation', |
76 | 74 | answer: 'AI Response', |
77 | 75 | replyContent: 'Reply Content', |
78 | 76 | textContent: 'Text Content', |
79 | 77 | input: 'Input', |
80 | 78 | output: 'Output', |
81 | | - rerankerContent: 'Reranked Content', |
82 | | - rerankerResult: 'Reranked Results', |
| 79 | + rerankerContent: 'Re-ranked Content', |
| 80 | + rerankerResult: 'Re-ranking Results', |
83 | 81 | paragraph: 'Segment', |
84 | | - noSubmit: 'User did not submit', |
| 82 | + noSubmit: 'No submission from user', |
85 | 83 | errMessage: 'Error Log' |
86 | 84 | }, |
87 | 85 | KnowledgeSource: { |
88 | 86 | title: 'Knowledge Source', |
89 | | - referenceParagraph: 'Quote', |
90 | | - consume: 'Tokens', |
91 | | - consumeTime: 'Run Time' |
| 87 | + referenceParagraph: 'Cited Segment', |
| 88 | + consume: 'Token Consumption', |
| 89 | + consumeTime: 'Processing Time' |
92 | 90 | }, |
93 | 91 | paragraphSource: { |
94 | | - title: 'Quote', |
| 92 | + title: 'Knowledge Quote', |
95 | 93 | question: 'User Question', |
96 | 94 | optimizationQuestion: 'Optimized Question' |
97 | 95 | } |
|
0 commit comments