Add new language strings and update UI in chat screens for "Creating Suggestions" and "Re-Roll Auto Suggestions".

This commit is contained in:
LL
2023-05-30 22:51:59 +09:00
parent fc0c50c331
commit 86ac06bfd8
4 changed files with 4 additions and 2 deletions

View File

@@ -290,4 +290,5 @@ export const languageEnglish = {
simple:"Simple",
advanced: "Advanced",
askReRollAutoSuggestions: "Re-Roll Auto Suggestions",
creatingSuggestions: "Creating Suggestions...",
}

View File

@@ -265,4 +265,5 @@ export const languageKorean = {
sendWithEnter: "엔터키로 메세지 보내기",
clickToEdit: "클릭해서 수정하기",
askReRollAutoSuggestions: "자동 제안 다시 뽑기",
creatingSuggestions: "응답 제안 작성 중...",
}

View File

@@ -371,7 +371,7 @@
$DataBase.useAutoSuggestions = !$DataBase.useAutoSuggestions
}}>
<ReplyIcon />
<span class="ml-2">자동 제안</span>
<span class="ml-2">{language.autoSuggest}</span>
</div>
<div class="flex items-center cursor-pointer hover:text-green-500 transition-colors" on:click={reroll}>
<RefreshCcwIcon />

View File

@@ -94,7 +94,7 @@
{#if progress}
<div class="flex bg-gray-500 p-2 rounded-lg items-center">
<div class="loadmove mx-2"/>
<div>응답 제안 작성 중...</div>
<div>{language.creatingSuggestions}</div>
</div>
{:else if !$doingChat}
<div class="flex mr-2 mb-2">