Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -170,7 +170,7 @@ export const languageEnglish = {
|
||||
summarizationPrompt: "The prompt that is used for summarization. if it is blank, it will use the default prompt. you can also use ChatML formating with {{slot}} for the chat data.",
|
||||
translatorPrompt: "The prompt that is used for translation. if it is blank, it will use the default prompt. you can also use ChatML formating with {{slot}} for the dest language, {{solt::content}} for the content, and {{slot::tnote}} for the translator note.",
|
||||
translateBeforeHTMLFormatting: "If enabled, it will translate the text before Regex scripts and HTML formatting. this could make the token lesser but could break the formatting.",
|
||||
autoTranslateCachedOnly: "If enabled with Auto Translation option on, it will automatically translate only the text that the user has translated previously.",
|
||||
autoTranslateCachedOnly: "If enabled with Auto Translation option on, it will automatically translate only the messages that the user has translated previously.",
|
||||
presetChain: "If it is not blank, the preset will be changed and applied randomly every time when user sends a message in the preset list in this input. preset list should be seperated by comma, for example, `preset1,preset2`.",
|
||||
legacyMediaFindings: "If enabled, it will use the old method to find media assets, without using the additional search algorithm.",
|
||||
comfyWorkflow: "Put the API workflow of comfy UI. you can get your API workflow in comfy UI by pressing the 'Workflow > Export (API)' button. you must also put {{risu_prompt}} in you workflow text. the {{risu_prompt}} will be replaced with the prompt provided by the Risu.",
|
||||
@@ -939,7 +939,7 @@ export const languageEnglish = {
|
||||
translateBeforeHTMLFormatting: "Translate Before HTML Formatting",
|
||||
retranslate: "Retranslate",
|
||||
loading: "Loading",
|
||||
autoTranslateCachedOnly: "Auto Translate Cached Only",
|
||||
autoTranslateCachedOnly: "Auto-translate Cached Messages Only",
|
||||
notification: "Notification",
|
||||
permissionDenied: "Permission Denied by Your Browser or OS",
|
||||
customFlags: "Custom Flags",
|
||||
@@ -964,7 +964,6 @@ export const languageEnglish = {
|
||||
banCharacterset: 'Auto Regenerate On Characterset',
|
||||
checkCorruption: "Check Corruption",
|
||||
showPromptComparison: "Show Prompt Comparison",
|
||||
hypaV3Desc: "HypaMemory V3 is a long-term memory system that use both summarized data and vector search.",
|
||||
inlayErrorResponse: "Inlay Error Response",
|
||||
triggerOn: "Trigger On",
|
||||
noConfig: "No Config",
|
||||
@@ -984,4 +983,50 @@ export const languageEnglish = {
|
||||
max: "Max",
|
||||
delimiter: "Delimiter",
|
||||
deleteCount: "Delete Count",
|
||||
}
|
||||
triggerEffRunAxLLM: "Run Auxiliary Model",
|
||||
hypaV3Settings: {
|
||||
descriptionLabel: "HypaMemory V3 is a long-term memory system that uses both summarization and vector search.",
|
||||
supaMemoryPromptPlaceHolder: "Leave it blank to use default",
|
||||
maxMemoryTokensRatioLabel: "Max Memory Tokens Ratio (Estimated)",
|
||||
maxMemoryTokensRatioError: "Unable to calculate Max Memory Tokens Ratio",
|
||||
memoryTokensRatioLabel: "Memory Tokens Ratio",
|
||||
extraSummarizationRatioLabel: "Extra Summarization Ratio",
|
||||
maxChatsPerSummaryLabel: "Max Messages Per Summary",
|
||||
recentMemoryRatioLabel: "Recent Memory Ratio",
|
||||
similarMemoryRatioLabel: "Similar Memory Ratio",
|
||||
randomMemoryRatioLabel: "Random Memory Ratio",
|
||||
enableSimilarityCorrectionLabel: "Enable Similarity Correction",
|
||||
preserveOrphanedMemoryLabel: "Preserve Orphaned Memory",
|
||||
applyRegexScriptWhenRerollingLabel: "Apply Regex Script When Rerolling",
|
||||
doNotSummarizeUserMessageLabel: "Do Not Summarize User Message",
|
||||
},
|
||||
hypaV3Modal: {
|
||||
titleLabel: "HypaV3",
|
||||
resetConfirmMessage: "This action cannot be undone. Do you want to reset HypaV3 data?",
|
||||
resetConfirmSecondMessage: "This action is irreversible. Do you really, really want to reset HypaV3 data?",
|
||||
convertLabel: "No summaries yet, but you may convert HypaV2 data to V3.",
|
||||
convertButton: "Convert to V3",
|
||||
convertSuccessMessage: "Successfully converted HypaV2 data to V3",
|
||||
convertErrorMessage: "Failed to convert HypaV2 data to V3: {0}",
|
||||
noSummariesLabel: "No summaries yet",
|
||||
searchPlaceholder: "Enter #N, ID, or query",
|
||||
summaryNumberLabel: "Summary #{0}",
|
||||
deleteAfterConfirmMessage: "Delete all summaries after this one?",
|
||||
deleteAfterConfirmSecondMessage: "This action cannot be undone. Are you really sure?",
|
||||
translationLabel: "Translation",
|
||||
rerolledSummaryLabel: "Rerolled Summary",
|
||||
rerolledTranslationLabel: "Rerolled Summary Translation",
|
||||
connectedMessageCountLabel: "Connected Messages ({0})",
|
||||
connectedFirstMessageLabel: "First Message",
|
||||
connectedMessageRoleLabel: "{0}'s Message",
|
||||
connectedMessageNotFoundLabel: "Message not found",
|
||||
connectedMessageLoadingError: "Error loading connected message: {0}",
|
||||
connectedMessageTranslationLabel: "Translation",
|
||||
nextSummarizationFirstMessageLabel: "First Message",
|
||||
nextSummarizationNoMessageIdLabel: "No Message ID",
|
||||
nextSummarizationLabel: "HypaV3 will summarize [{0}]",
|
||||
nextSummarizationNoMessagesFoundLabel: "WARN: No messages found",
|
||||
nextSummarizationLoadingError: "Error loading next summarization target: {0}",
|
||||
emptySelectedFirstMessageLabel: "WARN: Selected first message is empty",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user