75 lines
3.1 KiB
JSON
75 lines
3.1 KiB
JSON
{
|
||
"welcomeTo": "Welcome to",
|
||
"language": "Language",
|
||
"setApiKey": "Set API Key",
|
||
"setOpenAIApiKey": "Set OpenAI API Key",
|
||
"openAIApiKey": "OpenAI API Key",
|
||
"getAKey": "Get a key",
|
||
"openAIModels": "OpenAI Models",
|
||
"aboutTheModels": "About the models",
|
||
"saveAndClose": "Save & Close",
|
||
"pleaseSelectAtLeastOneModelDot": "Please select at least one model.",
|
||
"writeAMessage": "Write a message",
|
||
"frequentlyPrompts": "Frequently prompts",
|
||
"addPrompt": "Add prompt",
|
||
"titlePrompt": "Title",
|
||
"addNewPrompt": "Add a new prompt",
|
||
"pressEnterToSendYourMessageOrShiftEnterToAddANewLine": "Press Enter to send your message or Shift+Enter to add a new line",
|
||
"lightMode": "Light Mode",
|
||
"darkMode": "Dark Mode",
|
||
"followSystem": "Follow system",
|
||
"themeMode": "Theme Mode",
|
||
"feedback": "Feedback",
|
||
"newConversation": "New conversation",
|
||
"defaultConversationTitle": "Unnamed",
|
||
"clearConversations": "Clear conversations",
|
||
"modelParameters": "Model Parameters",
|
||
"model": "Model",
|
||
"temperature": "Temperature",
|
||
"topP": "Top P",
|
||
"frequencyPenalty": "Frequency Penalty",
|
||
"presencePenalty": "Presence Penalty",
|
||
"maxTokens": "Max Tokens",
|
||
"roles": {
|
||
"me": "Me",
|
||
"ai": "AI"
|
||
},
|
||
"edit": "Edit",
|
||
"copy": "Copy",
|
||
"copied": "Copied",
|
||
"delete": "Delete",
|
||
"signOut": "Sign out",
|
||
"resetPassword": "Reset password",
|
||
"submit": "Submit",
|
||
"agree": "Agree",
|
||
"newPassword": "New password",
|
||
"currentPassword": "Current password",
|
||
"confirmPassword": "Confirm password",
|
||
"yourPasswordHasBeenReset": "Your password has been reset",
|
||
"nowYouNeedToSignInAgain": "Now you need to sign in again",
|
||
"webSearch": "Web Search",
|
||
"webSearchDefaultPrompt": "Web search results:\n\n[web_results]\nCurrent date: [current_date]\n\nInstructions: Using the provided web search results, write a comprehensive reply to the given query. Make sure to cite results using [[number](URL)] notation after the reference. If the provided search results refer to multiple subjects with the same name, write separate answers for each subject.\nQuery: [query]",
|
||
"genTitlePrompt": "Generate a short title for the following content, no more than 10 words. \n\nContent: ",
|
||
"welcomeScreen": {
|
||
"introduction1": "is an unofficial client for ChatGPT, but uses the official OpenAI API.",
|
||
"introduction2": "You will need an OpenAI API Key before you can use this client.",
|
||
"examples": {
|
||
"title": "Examples",
|
||
"item1": "\"Explain quantum computing in simple terms\"",
|
||
"item2": "\"Got any creative ideas for a 10 year old’s birthday?\"",
|
||
"item3": "\"How do I make an HTTP request in Javascript?\""
|
||
},
|
||
"capabilities": {
|
||
"title": "Capabilities",
|
||
"item1": "Remembers what user said earlier in the conversation",
|
||
"item2": "Allows user to provide follow-up corrections",
|
||
"item3": "Trained to decline inappropriate requests"
|
||
},
|
||
"limitations": {
|
||
"title": "Limitations",
|
||
"item1": "May occasionally generate incorrect information",
|
||
"item2": "May occasionally produce harmful instructions or biased content",
|
||
"item3": "Limited knowledge of world and events after 2021"
|
||
}
|
||
}
|
||
} |