From 435b2fba2544938b2dbc026368d61892fdc062cb Mon Sep 17 00:00:00 2001 From: Cheer Date: Fri, 10 May 2024 11:20:31 +0800 Subject: [PATCH] feat: i18n modify; (#1336) --- projects/app/i18n/en/common.json | 2 +- projects/app/i18n/zh/common.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/app/i18n/en/common.json b/projects/app/i18n/en/common.json index 96d435554..b89d184ec 100644 --- a/projects/app/i18n/en/common.json +++ b/projects/app/i18n/en/common.json @@ -488,7 +488,7 @@ "Speaking": "I'm listening, please speak...", "Start Chat": "Start Chat", "Stop Speak": "Stop Recording", - "Type a message": "Enter a question", + "Type a message": "Enter your question here, Send [Enter]/Wrap [Ctrl(Alt/Shift) + Enter]", "Unpin": "Unpin", "You need to a chat app": "You don't have an available app", "error": { diff --git a/projects/app/i18n/zh/common.json b/projects/app/i18n/zh/common.json index 0b9f171a5..dde0683b2 100644 --- a/projects/app/i18n/zh/common.json +++ b/projects/app/i18n/zh/common.json @@ -488,7 +488,7 @@ "Speaking": "我在听,请说...", "Start Chat": "开始对话", "Stop Speak": "停止录音", - "Type a message": "输入问题", + "Type a message": "输入问题,发送 [Enter]/换行 [Ctrl(Alt/Shift) + Enter]", "Unpin": "取消置顶", "You need to a chat app": "你没有可用的应用", "error": {