Add module translations for Chinese, Korean, and Vietnamese languages

This commit is contained in:
kwaroran
2024-02-26 14:47:56 +09:00
parent 01201511c2
commit 15bcd41ed7
3 changed files with 8 additions and 2 deletions

View File

@@ -400,5 +400,7 @@ export const languageChinese = {
"donatorPatreonDesc": "默认情况下不会在列表中显示以保护隐私。如果你想显示你的昵称请前往RisuAI的Patreon页面并按下链接按钮。",
"useNamePrefix": "使用名称前缀",
"textAdventureNAI": "以NAI模式运行",
"appendNameNAI": "在NAI上附加名称"
"appendNameNAI": "在NAI上附加名称",
module: "模块",
modules: "模块",
}

View File

@@ -430,4 +430,6 @@ export const languageKorean = {
editTranslationDisplay: "번역문 수정",
memoryLimitThickness: "기억 한계선 두께",
largePersonaPortrait: "페르소나 세로 이미지",
module: "모듈",
modules: "모듈",
}

View File

@@ -403,5 +403,7 @@ export const LanguageVietnamese = {
"textAdventureNAI": "Chạy dưới dạng cuộc phiêu lưu văn bản",
"appendNameNAI": "Nối tên vào NAI",
"customStopWords": "Từ dừng tùy chỉnh",
"defaultPrompt": "Lời nhắc mặc định"
"defaultPrompt": "Lời nhắc mặc định",
module: "Mô-đun",
modules: "Mô-đun",
}