update the translation

This commit is contained in:
Rafi
2023-03-08 10:42:28 +08:00
parent f251b16afe
commit ce348c0f38
3 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
"followSystem": "Follow system",
"themeMode": "Theme Mode",
"feedback": "Feedback",
"newConversation": "New conversation",
"clearConversations": "Clear conversations",
"roles": {
"me": "Me",

View File

@@ -16,7 +16,8 @@
"followSystem": "跟随系统",
"themeMode": "主题模式",
"feedback": "反馈",
"clearConversations": "清除会话",
"newConversation": "新的对话",
"clearConversations": "清除对话",
"roles": {
"me": "我",
"ai": "AI"

View File

@@ -102,7 +102,7 @@ onNuxtReady(async () => {
@click="createNewConversion()"
class="text-none"
>
New conversation
{{ $t('newConversation') }}
</v-btn>
</v-list-item>
<v-list-item v-show="loadingConversations">