[feat] trigger gui

This commit is contained in:
kwaroran
2023-07-28 04:13:33 +09:00
parent c96491d353
commit 18727b837e
14 changed files with 393 additions and 38 deletions

View File

@@ -359,4 +359,32 @@ export const languageEnglish = {
changeFolderColor: "Change Folder Color",
fullWordMatching: "Full Word Matching",
botSettingAtStart: "Bot Menu when Launch",
triggerStart: "On start of a chat",
triggerOutput: "On character's output",
triggerManual: "Manual Trigger Only",
triggerCondVar: "If Variable is",
triggerCondExists: "If Text Exists on Chat",
triggerScript: "Trigger Script",
triggerMatchRegex: "Match with Regex",
triggerMatchLoose: "Match Loosely",
triggerMatchStrict: "Match Strictly",
searchDepth: "Search Depth",
equal: "Equal to",
notEqual: "Not Equal to",
greater: "Greater than",
less: "Less than",
greaterEqual: "Greater or Equal to",
lessEqual: "Less or Equal to",
triggerEffSysPrompt: 'Add System Prompt',
triggerEffSetVar: 'Set Variable',
triggerEffImperson: 'Send Chat',
varableName: "Variable Name",
role: "Role",
location: 'Location',
promptstart: "Start of Prompt",
promptend: "End of Prompt",
historyend: "End of History",
always: "Always",
noEffect: "No Effect",
}