first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
export default {
|
||||
'ai.chat.title': 'AI Chat',
|
||||
'ai.chat.newChat': 'New Chat',
|
||||
'ai.chat.placeholder': 'Type your question, press Enter to send...',
|
||||
'ai.chat.welcome.title': 'How can I help you?',
|
||||
'ai.chat.welcome.description': 'I am your AI assistant. I can answer questions, write code, analyze data, and more.',
|
||||
'ai.chat.loading': 'Thinking...',
|
||||
'ai.chat.error.send': 'Failed to send, please retry',
|
||||
'ai.chat.delete.confirm': 'Are you sure you want to delete this conversation?',
|
||||
'ai.chat.delete.success': 'Conversation deleted',
|
||||
'ai.chat.empty': 'No conversations yet, start a new chat',
|
||||
'ai.chat.copy': 'Copy',
|
||||
'ai.chat.copy.success': 'Copied to clipboard',
|
||||
'ai.chat.retry': 'Retry',
|
||||
'ai.chat.thinking': 'Deep thinking...',
|
||||
'ai.chat.thinking.done': 'Thinking completed',
|
||||
'ai.chat.attachment.upload': 'Upload file',
|
||||
'ai.chat.attachment.maxCount': 'Maximum {count} files',
|
||||
'ai.chat.attachment.error': 'File upload failed',
|
||||
'ai.chat.switchAgent': 'Switch Agent',
|
||||
'ai.chat.defaultTitle': 'AI Chat',
|
||||
};
|
||||
Reference in New Issue
Block a user