From 15bcd41ed7407ee7f3b2b83b2090c4fc93cd00c2 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 26 Feb 2024 14:47:56 +0900 Subject: [PATCH] Add module translations for Chinese, Korean, and Vietnamese languages --- src/lang/cn.ts | 4 +++- src/lang/ko.ts | 2 ++ src/lang/vi.ts | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 57582e56..eb3e5237 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -400,5 +400,7 @@ export const languageChinese = { "donatorPatreonDesc": "默认情况下,不会在列表中显示,以保护隐私。如果你想显示你的昵称,请前往RisuAI的Patreon页面并按下链接按钮。", "useNamePrefix": "使用名称前缀", "textAdventureNAI": "以NAI模式运行", - "appendNameNAI": "在NAI上附加名称" + "appendNameNAI": "在NAI上附加名称", + module: "模块", + modules: "模块", } \ No newline at end of file diff --git a/src/lang/ko.ts b/src/lang/ko.ts index 89e4f55e..e32c212d 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -430,4 +430,6 @@ export const languageKorean = { editTranslationDisplay: "번역문 수정", memoryLimitThickness: "기억 한계선 두께", largePersonaPortrait: "페르소나 세로 이미지", + module: "모듈", + modules: "모듈", } \ No newline at end of file diff --git a/src/lang/vi.ts b/src/lang/vi.ts index e9d1ff97..d3cda032 100644 --- a/src/lang/vi.ts +++ b/src/lang/vi.ts @@ -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", } \ No newline at end of file