| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- const translation = {
 
-   common: {
 
-     welcome: "Welcome to use",
 
-     appUnavailable: "App is unavailable",
 
-     appUnkonwError: "App is unavailable"
 
-   },
 
-   chat: {
 
-     newChat: "New chat",
 
-     newChatDefaultName: "New conversation",
 
-     powerBy: "Powered by",
 
-     prompt: "Prompt",
 
-     privatePromptConfigTitle: "Conversation settings",
 
-     publicPromptConfigTitle: "Initial Prompt",
 
-     configStatusDes: "Before start, you can modify conversation settings",
 
-     configDisabled:
 
-       "Previous session settings have been used for this session.",
 
-     startChat: "Start Chat",
 
-     privacyPolicyLeft:
 
-       "Please read the ",
 
-     privacyPolicyMiddle:
 
-       "privacy policy",
 
-     privacyPolicyRight:
 
-       " provided by the app developer.",
 
-   },
 
-   generation: {
 
-     tabs: {
 
-       create: "Create",
 
-       saved: "Saved",
 
-     },
 
-     savedNoData: {
 
-       title: "You haven't saved a result yet!",
 
-       description: 'Start generating content, and find your saved results here.',
 
-       startCreateContent: 'Start create content'
 
-     },
 
-     title: "AI Completion",
 
-     queryTitle: "Query content",
 
-     queryPlaceholder: "Write your query content...",
 
-     run: "RUN",
 
-     copy: "Copy",
 
-     resultTitle: "AI Completion",
 
-     noData: "AI will give you what you want here.",
 
-   },
 
- };
 
- export default translation;
 
 
  |