diff --git a/web/app/components/base/chat/chat/chat-input-area/index.tsx b/web/app/components/base/chat/chat/chat-input-area/index.tsx index 8a5c5298c1..f1e72d2556 100644 --- a/web/app/components/base/chat/chat/chat-input-area/index.tsx +++ b/web/app/components/base/chat/chat/chat-input-area/index.tsx @@ -135,11 +135,11 @@ const ChatInputArea = ({ <>
-
+
= ({
- +
diff --git a/web/i18n/en-US/common.ts b/web/i18n/en-US/common.ts index 5f08633bfc..098a3eeafb 100644 --- a/web/i18n/en-US/common.ts +++ b/web/i18n/en-US/common.ts @@ -38,6 +38,10 @@ const translation = { duplicate: 'Duplicate', rename: 'Rename', audioSourceUnavailable: 'AudioSource is unavailable', + copyImage: 'Copy Image', + zoomOut: 'Zoom Out', + zoomIn: 'Zoom In', + openInNewTab: 'Open in new tab', }, errorMsg: { fieldRequired: '{{field}} is required', diff --git a/web/i18n/zh-Hans/common.ts b/web/i18n/zh-Hans/common.ts index 74c4727848..8140e6b215 100644 --- a/web/i18n/zh-Hans/common.ts +++ b/web/i18n/zh-Hans/common.ts @@ -38,6 +38,10 @@ const translation = { duplicate: '复制', rename: '重命名', audioSourceUnavailable: '音源不可用', + copyImage: '复制图片', + zoomOut: '缩小', + zoomIn: '放大', + openInNewTab: '在新标签页打开', }, errorMsg: { fieldRequired: '{{field}} 为必填项',