mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 00:20:09 +00:00
update prompts ui lang
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// import { APPNAME, MINEXCALIDRAWVERSION } from "src/constants/constants";
|
||||
|
||||
//Magyar
|
||||
export default {
|
||||
prompt: {
|
||||
"title": "Prompts",
|
||||
@@ -8,5 +5,25 @@ export default {
|
||||
"modeName": "Mode Name",
|
||||
"modeNameDescription": "Mode Description",
|
||||
"modeNamePlaceholder": "Enter mode name...",
|
||||
"builtinModeNameWarning": "Built-in mode names cannot be modified",
|
||||
"modeNameRequirements": "Mode names must only contain letters, numbers, and hyphens",
|
||||
"roleDefinition": "Role Definition",
|
||||
"roleDefinitionDescription": "Set professional domain and response style",
|
||||
"roleDefinitionPlaceholder": "Enter role definition...",
|
||||
"availableFeatures": "Available Features",
|
||||
"builtinFeaturesWarning": "Available features of built-in modes cannot be modified",
|
||||
"readFiles": "Read Files",
|
||||
"editFiles": "Edit Files",
|
||||
"webSearch": "Web Search",
|
||||
"modeSpecificRules": "Mode-Specific Rules (Optional)",
|
||||
"modeSpecificRulesDescription": "Mode-specific rules",
|
||||
"modeSpecificRulesPlaceholder": "Enter mode custom instructions...",
|
||||
"supportReadingConfig": "Support reading configuration from",
|
||||
"file": "file",
|
||||
"overrideSystemPrompt": "Override System Prompt",
|
||||
"overrideDescription": "You can completely replace the system prompt for this mode (excluding role definition and custom instructions) by creating a file",
|
||||
"overrideWarning": ". This is a very advanced feature that will override all built-in prompts including tool usage, please use with caution",
|
||||
"previewSystemPrompt": "Preview System Prompt",
|
||||
"save": "Save"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user