From ce348c0f38aec4ac0cc7a6ae0cac283b19297f24 Mon Sep 17 00:00:00 2001 From: Rafi Date: Wed, 8 Mar 2023 10:42:28 +0800 Subject: [PATCH] update the translation --- lang/en-US.json | 1 + lang/zh-CN.json | 3 ++- layouts/default.vue | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/en-US.json b/lang/en-US.json index 60f8780..07da319 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -16,6 +16,7 @@ "followSystem": "Follow system", "themeMode": "Theme Mode", "feedback": "Feedback", + "newConversation": "New conversation", "clearConversations": "Clear conversations", "roles": { "me": "Me", diff --git a/lang/zh-CN.json b/lang/zh-CN.json index 2ed23d3..8848229 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -16,7 +16,8 @@ "followSystem": "跟随系统", "themeMode": "主题模式", "feedback": "反馈", - "clearConversations": "清除会话", + "newConversation": "新的对话", + "clearConversations": "清除对话", "roles": { "me": "我", "ai": "AI" diff --git a/layouts/default.vue b/layouts/default.vue index 0a9006e..4a49791 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -102,7 +102,7 @@ onNuxtReady(async () => { @click="createNewConversion()" class="text-none" > - New conversation + {{ $t('newConversation') }}