Add translation response size option

This commit is contained in:
Yuhwan Kim
2024-06-02 03:53:50 +09:00
parent 958217839b
commit 3f78daf563
7 changed files with 20 additions and 7 deletions

View File

@@ -472,6 +472,7 @@ export const languageChinese = {
"imgGenInstructions": "图像生成指令",
"usePlainFetchWarn": "请在使用NovelAI时禁用此选项因为它可能导致CORS错误。",
"translationPrompt": "翻译提示",
"translationResponseSize": "翻译响应大小",
"webdeeplwarn": "此选项不推荐在网页版本中使用因为它可能导致CORS错误。",
"saveBackupLocal": "本地保存备份",
"loadBackupLocal": "本地加载备份",

View File

@@ -504,6 +504,7 @@ export const languageEnglish = {
imgGenInstructions: "Image Generation Instructions",
usePlainFetchWarn: "Please disable this option when using NovelAI, as it can cause CORS errors when using NovelAI.",
translationPrompt: "Translation Prompt",
translationResponseSize: "Translation Response Size",
webdeeplwarn: "This option is not recommended for use with web version, as it can cause CORS errors.",
saveBackupLocal: "Save Backup Locally",
loadBackupLocal: "Load Backup Locally",

View File

@@ -469,6 +469,7 @@ export const languageKorean = {
"imgGenInstructions": "이미지 생성 지시사항",
"usePlainFetchWarn": "NovelAI 사용 시 CORS 오류가 발생할 수 있으므로, NovelAI를 사용할 때는 이 옵션을 비활성화해 주세요.",
"translationPrompt": "번역 프롬프트",
"translationResponseSize": "번역 응답 크기",
"webdeeplwarn": "이 옵션은 웹에서는 제대로 작동하지 않을 수 있습니다.",
"saveBackupLocal": "로컬 백업 저장",
"loadBackupLocal": "로컬 백업 불러오기",

View File

@@ -472,6 +472,7 @@ export const languageChineseTraditional = {
"imgGenInstructions": "圖像產生指令",
"usePlainFetchWarn": "請在使用NovelAI時禁用此選項因為它可能導致CORS錯誤。",
"translationPrompt": "翻譯提示",
"translationResponseSize": "翻譯響應大小",
"webdeeplwarn": "此選項不推薦在網頁版本中使用因為它可能導致CORS錯誤。",
"saveBackupLocal": "本地保存備份",
"loadBackupLocal": "本地載入備份",