{
	"name": "SuperGPT",
	"description": "A description for Super GPT plugin",
	"configuration": "Configuration",
	"homePage.header": "ChatGPT plugin for Strapi",
	"homePage.imageFormat": "Pick an image format",
	"homePage.help.button": "Help",
	"homePage.API_Integration.button": "API Integration",
	"homePage.prompt.placeholder": "Enter your prompt here",
	"homePage.prompt.button": "Text",
	"homePage.image.button": "Image",
	"homePage.prompt.format": "Can you format your entire response in markdown",
	"homePage.convo.default.name": "Default Convo",
	"homePage.convo.new.name": "New Convo",
	"homePage.error.promptRequired": "Prompt is required",
	"homePage.error.imageSizeRequired": "Image size is required",
	"homePage.error.unselectableTab": "This Tab is unselectable",
	"integration.instructions": "1. Goto Settings -&gt; Users & Permissions plugin -&gt; Roles and enable   strapi-supergpt endpoint for a role.",
	"integration.sampleRequest": "Sample request",
	"integration.openAiParams": "Sample request with additional OpenAi params",
	"helpModal.promptUse": "You may use prompts such as the followings to get meaningful response from chatGPT:",
	"helpModal.promptList": "<ol><li>Create a quiz with 5 multiple choice questions that assess students' understanding of [concept being taught]</li><li>Find the bug with this code: [post code below]</li><li>What exactly does this regex do? rege(x(es)?|xps?)</li><li>Describe [topic of your choice] in detail</li><li>Please provide a definition for the medical term 'tachycardia'</li><li>Generate a summary of [specified document]</li><li>Translate the following text into [specified language]</li><li>Provide coding examples in [specified programming language]</li><li>Explain the significance of [historical event]</li><li>Assist in brainstorming ideas for [project or topic]</li><li>Generate an image based on the description you provide</li></ol>",
	"helpModal.clickHere": "Click here",
	"helpModal.morePrompts": "for more ChatGPT prompts.",
	"settingsPage.title": "SuperGPT Configurations",
	"settingsPage.saveButton": "Save",
	"settingsPage.description": "Configure the API key, model name, and other parameters",
	"settingsPage.labels.api-key": "API Key",
	"settingsPage.labels.max-tokens": "Max Tokens",
	"settingsPage.labels.text-model": "Model Name",
	"settingsPage.labels.image-model": "Image Model Name",
	"settingsPage.labels.tts-model": "Text To Speech Model Name",
	"settingsPage.placeholder.text-model": "Select a model",
	"settingsPage.placeholder.image-model": "Select an image model",
	"settingsPage.placeholder.tts-model": "Select a text-to-speech model",
	"settingsPage.notifications.success": "ChatGPT configurations saved successfully",
	"settingsPage.notifications.api-key-required": "Please enter the API key",
	"settingsPage.notifications.fetch-error": "Error while fetching the chatGPT configurations",
	"settingsPage.notifications.saving-error": "Error while saving the chatGPT configurations",
	"customFields.super-audio.field.label": "Select a Field to generate audio",
	"customFields.super-audio.voice.label": "Select a voice to generate audio",
	"customFields.super-single-select.label": "Super Single Select",
	"customFields.super-single-select.description": "A single select field powered by chatgpt",
	"customFields.super-multi-select.label": "Super Multi Select",
	"customFields.super-multi-select.description": "A multi select field powered by chatgpt",
	"customFields.super-textarea.label": "Super Textarea",
	"customFields.super-textarea.description": "A super textarea field",
	"customFields.super-image.label": "Super Image",
	"customFields.super-image.description": "A super image field"
  }
