Merge branch 'main' into dev

This commit is contained in:
alattalatta
2025-05-02 01:34:45 +09:00
30 changed files with 775 additions and 673 deletions

View File

@@ -817,6 +817,7 @@ export const languageChinese = {
"nextSummarizationLabel": "HypaV3 将总结 [{0}]",
"nextSummarizationNoMessagesFoundLabel": "警告:未找到消息",
"nextSummarizationLoadingError": "加载下一个总结目标时出错:{0}",
"summarizationConditionLabel": "提示当输入标记超过最大上下文大小时HypaV3 将开始进行摘要处理。",
"emptySelectedFirstMessageLabel": "警告:所选的第一条消息为空"
},
}

View File

@@ -481,6 +481,7 @@ export const languageGerman = {
"nextSummarizationLabel": "HypaV3 wird [{0}] zusammenfassen",
"nextSummarizationNoMessagesFoundLabel": "WARNUNG: Keine Nachrichten gefunden",
"nextSummarizationLoadingError": "Fehler beim Laden des nächsten Zusammenfassungsziels: {0}",
"summarizationConditionLabel": "Hinweis: HypaV3 beginnt mit der Zusammenfassung, wenn die Eingabe-Tokens die maximale Kontextgröße überschreiten.",
"emptySelectedFirstMessageLabel": "WARNUNG: Ausgewählte erste Nachricht ist leer"
},
}

View File

@@ -1053,6 +1053,7 @@ export const languageEnglish = {
nextSummarizationLabel: "HypaV3 will summarize [{0}]",
nextSummarizationNoMessagesFoundLabel: "WARN: No messages found",
nextSummarizationLoadingError: "Error loading next summarization target: {0}",
summarizationConditionLabel: "Tip: HypaV3 begins summarization when input tokens exceed the maximum context size.",
emptySelectedFirstMessageLabel: "WARN: Selected first message is empty",
},
bulkEnabling: "Lorebook Bulk Enabling",
@@ -1117,5 +1118,8 @@ export const languageEnglish = {
doNotChangeFallbackModels: "Do Not Change Fallback Models on Preset Change",
customModels: "Custom Models",
igpPrompt: "IGP Prompt",
useTokenizerCaching: "Tokenizer Caching"
useTokenizerCaching: "Tokenizer Caching",
hypaMemoryV2Modal: "Hypa V2 Modal",
hypaMemoryV3Modal: "Hypa V3 Modal",
showMenuHypaMemoryModal: "Show Menu Hypa Modal",
}

View File

@@ -726,6 +726,7 @@ export const languageSpanish = {
"nextSummarizationLabel": "HypaV3 resumirá [{0}]",
"nextSummarizationNoMessagesFoundLabel": "ADVERTENCIA: No se encontraron mensajes",
"nextSummarizationLoadingError": "Error al cargar el siguiente objetivo de resumen: {0}",
"summarizationConditionLabel": "Consejo: HypaV3 comienza a resumir cuando los tokens de entrada superan el tamaño máximo de contexto.",
"emptySelectedFirstMessageLabel": "ADVERTENCIA: El primer mensaje seleccionado está vacío"
},
}

View File

@@ -972,7 +972,8 @@ export const languageKorean = {
"nextSummarizationLabel": "HypaV3가 [{0}]를 요약할 예정입니다",
"nextSummarizationNoMessagesFoundLabel": "경고: 메시지를 찾을 수 없습니다",
"nextSummarizationLoadingError": "다음 요약 대상을 불러오는 동안 오류 발생: {0}",
"emptySelectedFirstMessageLabel": "경고: 선택된 첫 메시지가 비어있습니다"
"summarizationConditionLabel": "팁: HypaV3는 입력 토큰이 최대 컨텍스트 크기를 넘으면 요약을 시작합니다.",
"emptySelectedFirstMessageLabel": "경고: 선택된 첫 메시지가 비어있습니다",
},
"bulkEnabling": "한번에 로어북 활성화 버튼",
"showTranslationLoading": "번역 로딩 보이기",
@@ -985,4 +986,7 @@ export const languageKorean = {
"childLoreDesc": "이것은 캐릭터 로어의 복사본이며, 삭제하거나 원본 로어에서 직접 비활성화하기 전에는 '언제나 활성화' 상태로 유지됩니다.",
"cachePoint": "캐시 포인트",
"all": "모두",
"hypaMemoryV2Modal": "하이파 V2 모달",
"hypaMemoryV3Modal": "하이파 V3 모달",
"showMenuHypaMemoryModal": "메뉴에서 하이파 모달 보이기",
}

View File

@@ -455,6 +455,7 @@ export const LanguageVietnamese = {
"nextSummarizationLabel": "HypaV3 sẽ tóm tắt [{0}]",
"nextSummarizationNoMessagesFoundLabel": "CẢNH BÁO: Không tìm thấy tin nhắn",
"nextSummarizationLoadingError": "Lỗi khi tải mục tiêu tóm tắt tiếp theo: {0}",
"summarizationConditionLabel": "Mẹo: HypaV3 bắt đầu tóm tắt khi số lượng token đầu vào vượt quá kích thước ngữ cảnh tối đa.",
"emptySelectedFirstMessageLabel": "CẢNH BÁO: Tin nhắn đầu tiên được chọn trống"
},
}

View File

@@ -850,6 +850,7 @@ export const languageChineseTraditional = {
"nextSummarizationLabel": "HypaV3 將摘要 [{0}]",
"nextSummarizationNoMessagesFoundLabel": "警告:找不到訊息",
"nextSummarizationLoadingError": "載入下一個摘要目標時出錯:{0}",
"summarizationConditionLabel": "提示當輸入標記超過最大上下文大小時HypaV3 將開始進行摘要處理。",
"emptySelectedFirstMessageLabel": "警告:選定的第一條訊息為空"
},
}