@ant-design/pro-chat
Version:
a solution for ai chat
16 lines • 560 B
JavaScript
export default {
placeholder: 'Please enter a message...',
backToBottom: 'Back to bottom',
clearCurrentDialogue: 'Clear current dialogue',
clearDialogue: 'Clear dialogue',
clearModalTitle: 'You are about to clear the session, and you will not be able to retrieve it after clearing. Do you want to clear the current session?',
defaultHelloMessage: 'Let us start chatting',
cancel: 'Cancel',
confirm: 'Confirm',
copy: 'Copy',
copySuccess: 'Copy Success',
delete: 'Delete',
edit: 'Edit',
history: 'History',
regenerate: 'Regenerate'
};