fix: "research goal" should use different strings

This commit is contained in:
AnotiaWang
2025-02-13 11:48:17 +08:00
parent b23e074ba0
commit 448b9eb7e5
3 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<h2 class="font-bold">{{ $t('researchTopic.title') }}</h2> <h2 class="font-bold">{{ $t('researchTopic.title') }}</h2>
</template> </template>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<UFormField :label="$t('researchTopic.title')" required> <UFormField :label="$t('researchTopic.inputTitle')" required>
<UTextarea <UTextarea
class="w-full" class="w-full"
v-model="form.query" v-model="form.query"

View File

@ -32,6 +32,7 @@
}, },
"researchTopic": { "researchTopic": {
"title": "1. Research Topic", "title": "1. Research Topic",
"inputTitle": "Research Topic",
"placeholder": "Whatever you want to research...", "placeholder": "Whatever you want to research...",
"numOfQuestions": "Number of Questions", "numOfQuestions": "Number of Questions",
"numOfQuestionsHelp": "The number of follow-up questions to clarify.", "numOfQuestionsHelp": "The number of follow-up questions to clarify.",

View File

@ -32,6 +32,7 @@
}, },
"researchTopic": { "researchTopic": {
"title": "1. 研究主题", "title": "1. 研究主题",
"inputTitle": "研究主题",
"placeholder": "任何你想了解的内容...", "placeholder": "任何你想了解的内容...",
"numOfQuestions": "问题数量", "numOfQuestions": "问题数量",
"numOfQuestionsHelp": "AI 询问你的问题数量。这些问题能让 AI 更好地了解你的研究目标。", "numOfQuestionsHelp": "AI 询问你的问题数量。这些问题能让 AI 更好地了解你的研究目标。",