chokiproai commited on
Commit
2fb08e0
1 Parent(s): eba489e

Upload en-US.ts

Browse files
Files changed (1) hide show
  1. src/locales/en-US.ts +2 -0
src/locales/en-US.ts CHANGED
@@ -30,11 +30,13 @@ export default {
30
  },
31
  chat: {
32
  newChatButton: 'New Chat',
 
33
  placeholder: 'Ask me anything...(Shift + Enter = line break, "/" to trigger prompts)',
34
  placeholderMobile: 'Ask me anything...',
35
  copy: 'Copy',
36
  copied: 'Copied',
37
  copyCode: 'Copy Code',
 
38
  clearChat: 'Clear Chat',
39
  clearChatConfirm: 'Are you sure to clear this chat?',
40
  exportImage: 'Export Image',
 
30
  },
31
  chat: {
32
  newChatButton: 'New Chat',
33
+ newChatTitle: 'New conversation',
34
  placeholder: 'Ask me anything...(Shift + Enter = line break, "/" to trigger prompts)',
35
  placeholderMobile: 'Ask me anything...',
36
  copy: 'Copy',
37
  copied: 'Copied',
38
  copyCode: 'Copy Code',
39
+ copyFailed: 'Copy Failed',
40
  clearChat: 'Clear Chat',
41
  clearChatConfirm: 'Are you sure to clear this chat?',
42
  exportImage: 'Export Image',