From 7362ce2979a91490691935304ba50493dca821cf Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 11 Jul 2023 13:43:12 +0900 Subject: [PATCH] [feat] add translations --- src/lang/en.ts | 2 +- src/lang/ko.ts | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 4d717dca..567157ba 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -332,6 +332,6 @@ export const languageEnglish = { officialWikiDesc: "Official Wiki for RisuAI. feel free to see.", officialDiscord: "Official Discord", officialDiscordDesc: "Official Discord to talk about RisuAI", - confirmRecommendedPreset: "There is a recommended settings for this model. do you want to change the settings to that? (you can turn off asking in the settings)", + confirmRecommendedPreset: "There is a recommended settings for this model. do you want to change the settings to that? (you can turn off asking in the accessiblity settings)", toggleConfirmRecommendedPreset: "Ask for recommended setting when model change" } \ No newline at end of file diff --git a/src/lang/ko.ts b/src/lang/ko.ts index 03f36b23..6188f065 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -300,5 +300,8 @@ export const languageKorean = { officialWiki: "공식 위키", officialWikiDesc: "리스AI의 공식 위키. 자유롭게 보세요.", officialDiscord: "공식 디스코드", - officialDiscordDesc: "리스AI에 대해 자유롭게 대화하세요." + officialDiscordDesc: "리스AI에 대해 자유롭게 대화하세요.", + confirmRecommendedPreset: "이 모델에 대한 추천 설정이 있습니다. 그걸로 변경하시겠습니까? (접근성 설정에서 물어보는 것을 끌 수 있습니다.)", + toggleConfirmRecommendedPreset: "추천 설정 적용 물어보기" + } \ No newline at end of file