dify/web/i18n/en-US/app-debug.json

392 lines
27 KiB
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"agent.agentMode": "Agent Mode",
"agent.agentModeDes": "Set the type of inference mode for the agent",
"agent.agentModeType.ReACT": "ReAct",
"agent.agentModeType.functionCall": "Function Calling",
"agent.buildInPrompt": "Build-In Prompt",
"agent.firstPrompt": "First Prompt",
"agent.nextIteration": "Next Iteration",
"agent.promptPlaceholder": "Write your prompt here",
"agent.setting.description": "Agent Assistant settings allow setting agent mode and advanced features like built-in prompts, only available in Agent type.",
"agent.setting.maximumIterations.description": "Limit the number of iterations an agent assistant can execute",
"agent.setting.maximumIterations.name": "Maximum Iterations",
"agent.setting.name": "Agent Settings",
"agent.tools.description": "Using tools can extend the capabilities of LLM, such as searching the internet or performing scientific calculations",
"agent.tools.enabled": "Enabled",
"agent.tools.name": "Tools",
"assistantType.agentAssistant.description": "Build an intelligent Agent which can autonomously choose tools to complete the tasks",
"assistantType.agentAssistant.name": "Agent Assistant",
"assistantType.chatAssistant.description": "Build a chat-based assistant using a Large Language Model",
"assistantType.chatAssistant.name": "Basic Assistant",
"assistantType.name": "Assistant Type",
"autoAddVar": "Undefined variables referenced in pre-prompt, are you want to add them in user input form?",
"chatSubTitle": "Instructions",
"code.instruction": "Instruction",
"codegen.apply": "Apply",
"codegen.applyChanges": "Apply Changes",
"codegen.description": "The Code Generator uses configured models to generate high-quality code based on your instructions. Please provide clear and detailed instructions.",
"codegen.generate": "Generate",
"codegen.generatedCodeTitle": "Generated Code",
"codegen.instruction": "Instructions",
"codegen.instructionPlaceholder": "Enter detailed description of the code you want to generate.",
"codegen.loading": "Generating code...",
"codegen.noDataLine1": "Describe your use case on the left,",
"codegen.noDataLine2": "the code preview will show here.",
"codegen.overwriteConfirmMessage": "This action will overwrite the existing code. Do you want to continue?",
"codegen.overwriteConfirmTitle": "Overwrite existing code?",
"codegen.resTitle": "Generated Code",
"codegen.title": "Code Generator",
"completionSubTitle": "Prefix Prompt",
"datasetConfig.embeddingModelRequired": "A configured Embedding Model is required",
"datasetConfig.knowledgeTip": "Click the “+” button to add knowledge",
"datasetConfig.params": "Params",
"datasetConfig.rerankModelRequired": "A configured Rerank Model is required",
"datasetConfig.retrieveChangeTip": "Modifying the index mode and retrieval mode may affect applications associated with this Knowledge.",
"datasetConfig.retrieveMultiWay.description": "Based on user intent, queries across all Knowledge, retrieves relevant text from multi-sources, and selects the best results matching the user query after reranking.",
"datasetConfig.retrieveMultiWay.title": "Multi-path retrieval",
"datasetConfig.retrieveOneWay.description": "Based on user intent and Knowledge descriptions, the Agent autonomously selects the best Knowledge for querying. Best for applications with distinct, limited Knowledge.",
"datasetConfig.retrieveOneWay.title": "N-to-1 retrieval",
"datasetConfig.score_threshold": "Score Threshold",
"datasetConfig.score_thresholdTip": "Used to set the similarity threshold for chunks filtering.",
"datasetConfig.settingTitle": "Retrieval settings",
"datasetConfig.top_k": "Top K",
"datasetConfig.top_kTip": "Used to filter chunks that are most similar to user questions. The system will also dynamically adjust the value of Top K, according to max_tokens of the selected model.",
"debugAsMultipleModel": "Debug as Multiple Models",
"debugAsSingleModel": "Debug as Single Model",
"duplicateModel": "Duplicate",
"errorMessage.nameOfKeyRequired": "name of the key: {{key}} required",
"errorMessage.notSelectModel": "Please choose a model",
"errorMessage.queryRequired": "Request text is required.",
"errorMessage.valueOfVarRequired": "{{key}} value can not be empty",
"errorMessage.waitForBatchResponse": "Please wait for the response to the batch task to complete.",
"errorMessage.waitForFileUpload": "Please wait for the file/files to upload",
"errorMessage.waitForImgUpload": "Please wait for the image to upload",
"errorMessage.waitForResponse": "Please wait for the response to the previous message to complete.",
"feature.annotation.add": "Add annotation",
"feature.annotation.cacheManagement": "Annotations",
"feature.annotation.cached": "Annotated",
"feature.annotation.description": "You can manually add high-quality response to the cache for prioritized matching with similar user questions.",
"feature.annotation.edit": "Edit annotation",
"feature.annotation.matchVariable.choosePlaceholder": "Choose match variable",
"feature.annotation.matchVariable.title": "Match Variable",
"feature.annotation.remove": "Remove",
"feature.annotation.removeConfirm": "Delete this annotation ?",
"feature.annotation.resDes": "Annotation Response is enabled",
"feature.annotation.scoreThreshold.accurateMatch": "Accurate Match",
"feature.annotation.scoreThreshold.description": "Used to set the similarity threshold for annotation reply.",
"feature.annotation.scoreThreshold.easyMatch": "Easy Match",
"feature.annotation.scoreThreshold.title": "Score Threshold",
"feature.annotation.title": "Annotation Reply",
"feature.audioUpload.description": "Enable Audio will allow the model to process audio files for transcription and analysis.",
"feature.audioUpload.title": "Audio",
"feature.bar.empty": "Enable feature to enhance web app user experience",
"feature.bar.enableText": "Features Enabled",
"feature.bar.manage": "Manage",
"feature.citation.description": "Show source document and attributed section of the generated content.",
"feature.citation.resDes": "Citations and Attributions is enabled",
"feature.citation.title": "Citations and Attributions",
"feature.conversationHistory.description": "Set prefix names for conversation roles",
"feature.conversationHistory.editModal.assistantPrefix": "Assistant prefix",
"feature.conversationHistory.editModal.title": "Edit Conversation Role Names",
"feature.conversationHistory.editModal.userPrefix": "User prefix",
"feature.conversationHistory.learnMore": "Learn more",
"feature.conversationHistory.tip": "The Conversation History is not enabled, please add <histories> in the prompt above.",
"feature.conversationHistory.title": "Conversation History",
"feature.conversationOpener.description": "In a chat app, the first sentence that the AI actively speaks to the user is usually used as a welcome.",
"feature.conversationOpener.title": "Conversation Opener",
"feature.dataSet.noData": "You can import Knowledge as context",
"feature.dataSet.noDataSet": "No Knowledge found",
"feature.dataSet.notSupportSelectMulti": "Currently only support one Knowledge",
"feature.dataSet.queryVariable.choosePlaceholder": "Choose query variable",
"feature.dataSet.queryVariable.contextVarNotEmpty": "context query variable can not be empty",
"feature.dataSet.queryVariable.deleteContextVarTip": "This variable has been set as a context query variable, and removing it will impact the normal use of the Knowledge. If you still need to delete it, please reselect it in the context section.",
"feature.dataSet.queryVariable.deleteContextVarTitle": "Delete variable “{{varName}}”?",
"feature.dataSet.queryVariable.noVar": "No variables",
"feature.dataSet.queryVariable.noVarTip": "please create a variable under the Variables section",
"feature.dataSet.queryVariable.ok": "OK",
"feature.dataSet.queryVariable.tip": "This variable will be used as the query input for context retrieval, obtaining context information related to the input of this variable.",
"feature.dataSet.queryVariable.title": "Query variable",
"feature.dataSet.queryVariable.unableToQueryDataSet": "Unable to query the Knowledge",
"feature.dataSet.queryVariable.unableToQueryDataSetTip": "Unable to query the Knowledge successfully, please choose a context query variable in the context section.",
"feature.dataSet.selectTitle": "Select reference Knowledge",
"feature.dataSet.selected": "Knowledge selected",
"feature.dataSet.title": "Knowledge",
"feature.dataSet.toCreate": "Go to create",
"feature.documentUpload.description": "Enable Document will allows the model to take in documents and answer questions about them.",
"feature.documentUpload.title": "Document",
"feature.fileUpload.description": "The chat input box allows uploading of images, documents, and other files.",
"feature.fileUpload.modalTitle": "File Upload Setting",
"feature.fileUpload.numberLimit": "Max uploads",
"feature.fileUpload.supportedTypes": "Support File Types",
"feature.fileUpload.title": "File Upload",
"feature.groupChat.description": "Add pre-conversation settings for apps can enhance user experience.",
"feature.groupChat.title": "Chat enhance",
"feature.groupExperience.title": "Experience enhance",
"feature.imageUpload.description": "Allow uploading images.",
"feature.imageUpload.modalTitle": "Image Upload Setting",
"feature.imageUpload.numberLimit": "Max uploads",
"feature.imageUpload.supportedTypes": "Support File Types",
"feature.imageUpload.title": "Image Upload",
"feature.moderation.allEnabled": "INPUT & OUTPUT",
"feature.moderation.contentEnableLabel": "Content moderation enabled",
"feature.moderation.description": "Secure model output by using moderation API or maintaining a sensitive word list.",
"feature.moderation.inputEnabled": "INPUT",
"feature.moderation.modal.content.condition": "Moderate INPUT and OUTPUT Content enabled at least one",
"feature.moderation.modal.content.errorMessage": "Preset replies cannot be empty",
"feature.moderation.modal.content.fromApi": "Preset replies are returned by API",
"feature.moderation.modal.content.input": "Moderate INPUT Content",
"feature.moderation.modal.content.output": "Moderate OUTPUT Content",
"feature.moderation.modal.content.placeholder": "Preset replies content here",
"feature.moderation.modal.content.preset": "Preset replies",
"feature.moderation.modal.content.supportMarkdown": "Markdown supported",
"feature.moderation.modal.keywords.line": "Line",
"feature.moderation.modal.keywords.placeholder": "One per line, separated by line breaks",
"feature.moderation.modal.keywords.tip": "One per line, separated by line breaks. Up to 100 characters per line.",
"feature.moderation.modal.openaiNotConfig.after": "",
"feature.moderation.modal.openaiNotConfig.before": "OpenAI Moderation requires an OpenAI API key configured in the",
"feature.moderation.modal.provider.keywords": "Keywords",
"feature.moderation.modal.provider.openai": "OpenAI Moderation",
"feature.moderation.modal.provider.openaiTip.prefix": "OpenAI Moderation requires an OpenAI API key configured in the ",
"feature.moderation.modal.provider.openaiTip.suffix": ".",
"feature.moderation.modal.provider.title": "Provider",
"feature.moderation.modal.title": "Content moderation settings",
"feature.moderation.outputEnabled": "OUTPUT",
"feature.moderation.title": "Content moderation",
"feature.moreLikeThis.description": "Generate multiple texts at once, and then edit and continue to generate",
"feature.moreLikeThis.generateNumTip": "Number of each generated times",
"feature.moreLikeThis.tip": "Using this feature will incur additional tokens overhead",
"feature.moreLikeThis.title": "More like this",
"feature.speechToText.description": "Voice input can be used in chat.",
"feature.speechToText.resDes": "Voice input is enabled",
"feature.speechToText.title": "Speech to Text",
"feature.suggestedQuestionsAfterAnswer.description": "Setting up next questions suggestion can give users a better chat.",
"feature.suggestedQuestionsAfterAnswer.resDes": "3 suggestions for user next question.",
"feature.suggestedQuestionsAfterAnswer.title": "Follow-up",
"feature.suggestedQuestionsAfterAnswer.tryToAsk": "Try to ask",
"feature.textToSpeech.description": "Conversation messages can be converted to speech.",
"feature.textToSpeech.resDes": "Text to Audio is enabled",
"feature.textToSpeech.title": "Text to Speech",
"feature.toolbox.title": "TOOLBOX",
"feature.tools.modal.name.placeholder": "Please enter the name",
"feature.tools.modal.name.title": "Name",
"feature.tools.modal.title": "Tool",
"feature.tools.modal.toolType.placeholder": "Please select the tool type",
"feature.tools.modal.toolType.title": "Tool Type",
"feature.tools.modal.variableName.placeholder": "Please enter the variable name",
"feature.tools.modal.variableName.title": "Variable Name",
"feature.tools.tips": "Tools provide a standard API call method, taking user input or variables as request parameters for querying external data as context.",
"feature.tools.title": "Tools",
"feature.tools.toolsInUse": "{{count}} tools in use",
"formattingChangedText": "Modifying the formatting will reset the debug area, are you sure?",
"formattingChangedTitle": "Formatting changed",
"generate.apply": "Apply",
"generate.codeGenInstructionPlaceHolderLine": "The more detailed the feedback, such as the data types of input and output as well as how variables are processed, the more accurate the code generation will be.",
"generate.description": "The Prompt Generator uses the configured model to optimize prompts for higher quality and better structure. Please write clear and detailed instructions.",
"generate.dismiss": "Dismiss",
"generate.generate": "Generate",
"generate.idealOutput": "Ideal Output",
"generate.idealOutputPlaceholder": "Describe your ideal response format, length, tone, and content requirements...",
"generate.insertContext": "insert context",
"generate.instruction": "Instructions",
"generate.instructionPlaceHolderLine1": "Make the output more concise, retaining the core points.",
"generate.instructionPlaceHolderLine2": "The output format is incorrect, please strictly follow the JSON format.",
"generate.instructionPlaceHolderLine3": "The tone is too harsh, please make it more friendly.",
"generate.instructionPlaceHolderTitle": "Describe how you would like to improve this Prompt. For example:",
"generate.latest": "Latest",
"generate.loading": "Orchestrating the application for you...",
"generate.newNoDataLine1": "Write a instruction in the left column, and click Generate to see response. ",
"generate.optimizationNote": "Optimization Note",
"generate.optimizePromptTooltip": "Optimize in Prompt Generator",
"generate.optional": "Optional",
"generate.overwriteMessage": "Applying this prompt will override existing configuration.",
"generate.overwriteTitle": "Override existing configuration?",
"generate.press": "Press",
"generate.resTitle": "Generated Prompt",
"generate.template.GitGud.instruction": "Generate appropriate Git commands based on user described version control actions",
"generate.template.GitGud.name": "Git gud",
"generate.template.SQLSorcerer.instruction": "Transform everyday language into SQL queries",
"generate.template.SQLSorcerer.name": "SQL sorcerer",
"generate.template.excelFormulaExpert.instruction": "A chatbot that can help novice users understand, use and create Excel formulas based on user instructions",
"generate.template.excelFormulaExpert.name": "Excel formula expert",
"generate.template.meetingTakeaways.instruction": "Distill meetings into concise summaries including discussion topics, key takeaways, and action items",
"generate.template.meetingTakeaways.name": "Meeting takeaways",
"generate.template.professionalAnalyst.instruction": "Extract insights, identify risk and distill key information from long reports into single memo",
"generate.template.professionalAnalyst.name": "Professional analyst",
"generate.template.pythonDebugger.instruction": "A bot that can generate and debug your code based on your instruction",
"generate.template.pythonDebugger.name": "Python debugger",
"generate.template.translation.instruction": "A translator that can translate multiple languages",
"generate.template.translation.name": "Translation",
"generate.template.travelPlanning.instruction": "The Travel Planning Assistant is an intelligent tool designed to help users effortlessly plan their trips",
"generate.template.travelPlanning.name": "Travel planning",
"generate.template.writingsPolisher.instruction": "Use advanced copyediting techniques to improve your writings",
"generate.template.writingsPolisher.name": "Writing polisher",
"generate.title": "Prompt Generator",
"generate.to": "to ",
"generate.tryIt": "Try it",
"generate.version": "Version",
"generate.versions": "Versions",
"inputs.chatVarTip": "Fill in the value of the variable, which will be automatically replaced in the prompt word every time a new session is started",
"inputs.completionVarTip": "Fill in the value of the variable, which will be automatically replaced in the prompt words every time a question is submitted.",
"inputs.noPrompt": "Try write some prompt in pre-prompt input",
"inputs.noVar": "Fill in the value of the variable, which will be automatically replaced in the prompt word every time a new session is started.",
"inputs.previewTitle": "Prompt preview",
"inputs.queryPlaceholder": "Please enter the request text.",
"inputs.queryTitle": "Query content",
"inputs.run": "RUN",
"inputs.title": "Debug & Preview",
"inputs.userInputField": "User Input Field",
"modelConfig.modeType.chat": "Chat",
"modelConfig.modeType.completion": "Complete",
"modelConfig.model": "Model",
"modelConfig.setTone": "Set tone of responses",
"modelConfig.title": "Model and Parameters",
"noResult": "Output will be displayed here.",
"notSetAPIKey.description": "The LLM provider key has not been set, and it needs to be set before debugging.",
"notSetAPIKey.settingBtn": "Go to settings",
"notSetAPIKey.title": "LLM provider key has not been set",
"notSetAPIKey.trailFinished": "Trail finished",
"notSetVar": "Variables allow users to introduce prompt words or opening remarks when filling out forms. You can try entering \"{{input}}\" in the prompt words.",
"openingStatement.add": "Add",
"openingStatement.noDataPlaceHolder": "Starting the conversation with the user can help AI establish a closer connection with them in conversational applications.",
"openingStatement.notIncludeKey": "The initial prompt does not include the variable: {{key}}. Please add it to the initial prompt.",
"openingStatement.openingQuestion": "Opening Questions",
"openingStatement.openingQuestionPlaceholder": "You can use variables, try typing {{variable}}.",
"openingStatement.placeholder": "Write your opener message here, you can use variables, try type {{variable}}.",
"openingStatement.title": "Conversation Opener",
"openingStatement.tooShort": "At least 20 words of initial prompt are required to generate an opening remarks for the conversation.",
"openingStatement.varTip": "You can use variables, try type {{variable}}",
"openingStatement.writeOpener": "Edit opener",
"operation.addFeature": "Add Feature",
"operation.agree": "like",
"operation.applyConfig": "Publish",
"operation.automatic": "Generate",
"operation.cancelAgree": "Cancel like",
"operation.cancelDisagree": "Cancel dislike",
"operation.debugConfig": "Debug",
"operation.disagree": "dislike",
"operation.resetConfig": "Reset",
"operation.stopResponding": "Stop responding",
"operation.userAction": "User ",
"orchestrate": "Orchestrate",
"otherError.historyNoBeEmpty": "Conversation history must be set in the prompt",
"otherError.promptNoBeEmpty": "Prompt can not be empty",
"otherError.queryNoBeEmpty": "Query must be set in the prompt",
"pageTitle.line1": "PROMPT",
"pageTitle.line2": "Engineering",
"promptMode.advanced": "Expert Mode",
"promptMode.advancedWarning.description": "In Expert Mode, you can edit whole PROMPT.",
"promptMode.advancedWarning.learnMore": "Learn more",
"promptMode.advancedWarning.ok": "OK",
"promptMode.advancedWarning.title": "You have switched to Expert Mode, and once you modify the PROMPT, you CANNOT return to the basic mode.",
"promptMode.contextMissing": "Context component missed, the effectiveness of the prompt may not be good.",
"promptMode.operation.addMessage": "Add Message",
"promptMode.simple": "Switch to Expert Mode to edit the whole PROMPT",
"promptMode.switchBack": "Switch back",
"promptTip": "Prompts guide AI responses with instructions and constraints. Insert variables like {{input}}. This prompt won't be visible to users.",
"publishAs": "Publish as",
"resetConfig.message": "Reset discards changes, restoring the last published configuration.",
"resetConfig.title": "Confirm reset?",
"result": "Output Text",
"trailUseGPT4Info.description": "Use gpt-4, please set API Key.",
"trailUseGPT4Info.title": "Does not support gpt-4 now",
"varKeyError.canNoBeEmpty": "{{key}} is required",
"varKeyError.keyAlreadyExists": "{{key}} already exists",
"varKeyError.notStartWithNumber": "{{key}} can not start with a number",
"varKeyError.notValid": "{{key}} is invalid. Can only contain letters, numbers, and underscores",
"varKeyError.tooLong": "{{key}} is too length. Can not be longer then 30 characters",
"variableConfig.addModalTitle": "Add Input Field",
"variableConfig.addOption": "Add option",
"variableConfig.apiBasedVar": "API-based Variable",
"variableConfig.both": "Both",
"variableConfig.checkbox": "Checkbox",
"variableConfig.content": "Content",
"variableConfig.defaultValue": "Default Value",
"variableConfig.defaultValuePlaceholder": "Enter default value to pre-populate the field",
"variableConfig.description": "Setting for variable {{varName}}",
"variableConfig.displayName": "Display Name",
"variableConfig.editModalTitle": "Edit Input Field",
"variableConfig.errorMsg.atLeastOneOption": "At least one option is required",
"variableConfig.errorMsg.labelNameRequired": "Label name is required",
"variableConfig.errorMsg.optionRepeat": "Has repeat options",
"variableConfig.errorMsg.varNameCanBeRepeat": "Variable name can not be repeated",
"variableConfig.fieldType": "Field Type",
"variableConfig.file.audio.name": "Audio",
"variableConfig.file.custom.createPlaceholder": "+ File extension, e.g .doc",
"variableConfig.file.custom.description": "Specify other file types.",
"variableConfig.file.custom.name": "Other file types",
"variableConfig.file.document.name": "Document",
"variableConfig.file.image.name": "Image",
"variableConfig.file.supportFileTypes": "Support File Types",
"variableConfig.file.video.name": "Video",
"variableConfig.hide": "Hide",
"variableConfig.inputPlaceholder": "Please input",
"variableConfig.json": "JSON Code",
"variableConfig.jsonSchema": "JSON Schema",
"variableConfig.labelName": "Label Name",
"variableConfig.localUpload": "Local Upload",
"variableConfig.maxLength": "Max Length",
"variableConfig.maxNumberOfUploads": "Max number of uploads",
"variableConfig.maxNumberTip": "Document < {{docLimit}}, image < {{imgLimit}}, audio < {{audioLimit}}, video < {{videoLimit}}",
"variableConfig.multi-files": "File List",
"variableConfig.noDefaultSelected": "Don't select",
"variableConfig.noDefaultValue": "No default value",
"variableConfig.notSet": "Not set, try typing {{input}} in the prefix prompt",
"variableConfig.number": "Number",
"variableConfig.optional": "optional",
"variableConfig.options": "Options",
"variableConfig.paragraph": "Paragraph",
"variableConfig.placeholder": "Placeholder",
"variableConfig.placeholderPlaceholder": "Enter text to display when the field is empty",
"variableConfig.required": "Required",
"variableConfig.select": "Select",
"variableConfig.selectDefaultValue": "Select default value",
"variableConfig.showAllSettings": "Show All Settings",
"variableConfig.single-file": "Single File",
"variableConfig.startChecked": "Start checked",
"variableConfig.startSelectedOption": "Start selected option",
"variableConfig.string": "Short Text",
"variableConfig.stringTitle": "Form text box options",
"variableConfig.text-input": "Short Text",
"variableConfig.tooltips": "Tooltips",
"variableConfig.tooltipsPlaceholder": "Enter helpful text shown when hovering over the label",
"variableConfig.unit": "Unit",
"variableConfig.unitPlaceholder": "Display units after numbers, e.g. tokens",
"variableConfig.uploadFileTypes": "Upload File Types",
"variableConfig.uploadMethod": "Upload Method",
"variableConfig.varName": "Variable Name",
"variableTable.action": "Actions",
"variableTable.key": "Variable Key",
"variableTable.name": "User Input Field Name",
"variableTable.type": "Input Type",
"variableTable.typeSelect": "Select",
"variableTable.typeString": "String",
"variableTip": "Users fill variables in a form, automatically replacing variables in the prompt.",
"variableTitle": "Variables",
"vision.description": "Enable Vision will allows the model to take in images and answer questions about them. ",
"vision.name": "Vision",
"vision.onlySupportVisionModelTip": "Only supports vision models",
"vision.settings": "Settings",
"vision.visionSettings.both": "Both",
"vision.visionSettings.high": "High",
"vision.visionSettings.localUpload": "Local Upload",
"vision.visionSettings.low": "Low",
"vision.visionSettings.resolution": "Resolution",
"vision.visionSettings.resolutionTooltip": "low res will allow model receive a low-res 512 x 512 version of the image, and represent the image with a budget of 65 tokens. This allows the API to return faster responses and consume fewer input tokens for use cases that do not require high detail.\nhigh res will first allows the model to see the low res image and then creates detailed crops of input images as 512px squares based on the input image size. Each of the detailed crops uses twice the token budget for a total of 129 tokens.",
"vision.visionSettings.title": "Vision Settings",
"vision.visionSettings.uploadLimit": "Upload Limit",
"vision.visionSettings.uploadMethod": "Upload Method",
"vision.visionSettings.url": "URL",
"voice.defaultDisplay": "Default Voice",
"voice.description": "Text to speech voice Settings",
"voice.name": "Voice",
"voice.settings": "Settings",
"voice.voiceSettings.autoPlay": "Auto Play",
"voice.voiceSettings.autoPlayDisabled": "Off",
"voice.voiceSettings.autoPlayEnabled": "On",
"voice.voiceSettings.language": "Language",
"voice.voiceSettings.resolutionTooltip": "Text-to-speech voice support language。",
"voice.voiceSettings.title": "Voice Settings",
"voice.voiceSettings.voice": "Voice",
"warningMessage.timeoutExceeded": "Results are not displayed due to timeout. Please refer to the logs to gather complete results."
}