[feat] trigger gui
This commit is contained in:
@@ -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",
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user