share-app.en.ts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. const translation = {
  2. common: {
  3. welcome: 'Welcome to use',
  4. appUnavailable: 'App is unavailable',
  5. appUnkonwError: 'App is unavailable',
  6. },
  7. chat: {
  8. newChat: 'New chat',
  9. pinnedTitle: 'Pinned',
  10. unpinnedTitle: 'Chats',
  11. newChatDefaultName: 'New conversation',
  12. powerBy: 'Powered by',
  13. prompt: 'Prompt',
  14. privatePromptConfigTitle: 'Conversation settings',
  15. publicPromptConfigTitle: 'Initial Prompt',
  16. configStatusDes: 'Before start, you can modify conversation settings',
  17. configDisabled:
  18. 'Previous session settings have been used for this session.',
  19. startChat: 'Start Chat',
  20. privacyPolicyLeft:
  21. 'Please read the ',
  22. privacyPolicyMiddle:
  23. 'privacy policy',
  24. privacyPolicyRight:
  25. ' provided by the app developer.',
  26. deleteConversation: {
  27. title: 'Delete conversation',
  28. content: 'Are you sure you want to delete this conversation?',
  29. },
  30. },
  31. generation: {
  32. tabs: {
  33. create: 'Create',
  34. saved: 'Saved',
  35. },
  36. savedNoData: {
  37. title: 'You haven\'t saved a result yet!',
  38. description: 'Start generating content, and find your saved results here.',
  39. startCreateContent: 'Start create content',
  40. },
  41. title: 'AI Completion',
  42. queryTitle: 'Query content',
  43. queryPlaceholder: 'Write your query content...',
  44. run: 'RUN',
  45. copy: 'Copy',
  46. resultTitle: 'AI Completion',
  47. noData: 'AI will give you what you want here.',
  48. },
  49. }
  50. export default translation