update the translation
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"followSystem": "Follow system",
|
||||
"themeMode": "Theme Mode",
|
||||
"feedback": "Feedback",
|
||||
"newConversation": "New conversation",
|
||||
"clearConversations": "Clear conversations",
|
||||
"roles": {
|
||||
"me": "Me",
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
"followSystem": "跟随系统",
|
||||
"themeMode": "主题模式",
|
||||
"feedback": "反馈",
|
||||
"clearConversations": "清除会话",
|
||||
"newConversation": "新的对话",
|
||||
"clearConversations": "清除对话",
|
||||
"roles": {
|
||||
"me": "我",
|
||||
"ai": "AI"
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user