Add bulk enabling settings

This commit is contained in:
Kwaroran
2025-02-15 21:45:00 +09:00
parent f131b4aac3
commit 4da60032d8
5 changed files with 29 additions and 20 deletions

View File

@@ -1029,4 +1029,5 @@ export const languageEnglish = {
nextSummarizationLoadingError: "Error loading next summarization target: {0}",
emptySelectedFirstMessageLabel: "WARN: Selected first message is empty",
},
bulkEnabling: "Lorebook Bulk Enabling",
}

View File

@@ -951,4 +951,5 @@ export const languageKorean = {
"nextSummarizationLoadingError": "다음 요약 대상을 불러오는 동안 오류 발생: {0}",
"emptySelectedFirstMessageLabel": "경고: 선택된 첫 메시지가 비어있습니다"
},
"bulkEnabling": "한번에 로어북 활성화 버튼",
}