fix: "research goal" should use different strings
This commit is contained in:
@ -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"
|
||||||
|
@ -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.",
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
},
|
},
|
||||||
"researchTopic": {
|
"researchTopic": {
|
||||||
"title": "1. 研究主题",
|
"title": "1. 研究主题",
|
||||||
|
"inputTitle": "研究主题",
|
||||||
"placeholder": "任何你想了解的内容...",
|
"placeholder": "任何你想了解的内容...",
|
||||||
"numOfQuestions": "问题数量",
|
"numOfQuestions": "问题数量",
|
||||||
"numOfQuestionsHelp": "AI 询问你的问题数量。这些问题能让 AI 更好地了解你的研究目标。",
|
"numOfQuestionsHelp": "AI 询问你的问题数量。这些问题能让 AI 更好地了解你的研究目标。",
|
||||||
|
Reference in New Issue
Block a user