feat: added the translation for thinking... in the chatbot
This commit is contained in:
parent
1ce5c35a31
commit
19b2dd934c
|
|
@ -4,6 +4,7 @@ export default {
|
|||
chat_initial_message:
|
||||
"Welcome to your technical assistant.\nPlease provide the Client ID and \na description of the problem.",
|
||||
chat_placeholder: "Enter a Message",
|
||||
chat_thinking: "Thinking...",
|
||||
},
|
||||
employee_list: {
|
||||
page_header: "Employee Directory",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ export default {
|
|||
chat_initial_message:
|
||||
"Bienvenue à votre assistant technique.\nVeuillez fournir le ID du Client et \nune description du problème.",
|
||||
chat_placeholder: "Entré un Message",
|
||||
chat_thinking: "Réflexion en cours...",
|
||||
},
|
||||
employee_list: {
|
||||
page_header: "Répertoire du personnel",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ watch(props.messages, async () => {
|
|||
size="20px"
|
||||
color="primary"
|
||||
/>
|
||||
<span class="q-ml-sm text-grey-7">Thinking...</span>
|
||||
<span class="q-ml-sm text-grey-7">{{ $t('chatbot.chat_thinking') }}</span>
|
||||
</div>
|
||||
</template>
|
||||
</q-infinite-scroll>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user