export default { mine: 'Mine', logoutContent: 'Logging out will not lose any data. You can still log in to this account.', confirmModification: 'Confirm modification', noHistory: 'No Chat History', createChat: 'New Chat', history: 'Chat History', only20history: 'Showing only the last 20 chats', question_count: 'Questions', exportRecords: 'Export Chat History', chatId: 'Chat ID', userInput: 'User Input', quote: 'Quote', download: 'Click to Download', passwordValidator: { title: 'Enter Password to Access', errorMessage1: 'Password cannot be empty', errorMessage2: 'Incorrect password' }, operation: { play: 'Play', pause: 'Pause', regeneration: 'Regenerate Response', like: 'Like', cancelLike: 'Unlike', oppose: 'Dislike', cancelOppose: 'Undo Dislike', continue: 'Continue', stopChat: 'Stop Response', startChat: 'Start Response', }, tip: { error500Message: 'Sorry, the service is currently under maintenance. Please try again later!', errorIdentifyMessage: 'Unable to verify user identity', errorLimitMessage: '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.', stopAnswer: 'Response Stopped', answerLoading: 'Generating Response...', recorderTip: `
This feature requires microphone access. Browsers block recording on insecure pages. Solutions:
1. Enable HTTPS;
2. If HTTPS is not available, adjust browser security settings. For Chrome:
(1) Enter chrome://flags/#unsafely-treat-insecure-origin-as-secure in the address bar;
(2) Add your HTTP site, e.g., http://127.0.0.1:8080.