diff --git a/frontend/src/_locales/ja/main.json b/frontend/src/_locales/ja/main.json index 4259266..8237fd3 100644 --- a/frontend/src/_locales/ja/main.json +++ b/frontend/src/_locales/ja/main.json @@ -256,7 +256,7 @@ "Insert default system prompt at the beginning": "最初にデフォルトのシステムプロンプトを挿入", "Format Content": "内容フォーマットの規格化", "Add An Attachment (Accepts pdf, txt)": "添付ファイルを追加 (pdf, txtを受け付けます)", - "Uploading Attachment": "添付ファイルアップロード中", + "Processing Attachment": "添付ファイルを処理中", "Remove Attachment": "添付ファイルを削除", "The content of file": "ファイル", "is as follows. When replying to me, consider the file content and respond accordingly:": "の内容は以下の通りです。私に返信する際は、ファイルの内容を考慮して適切に返信してください:", diff --git a/frontend/src/_locales/zh-hans/main.json b/frontend/src/_locales/zh-hans/main.json index c627bcd..5a1aea6 100644 --- a/frontend/src/_locales/zh-hans/main.json +++ b/frontend/src/_locales/zh-hans/main.json @@ -256,7 +256,7 @@ "Insert default system prompt at the beginning": "在开头自动插入默认系统提示", "Format Content": "规范格式", "Add An Attachment (Accepts pdf, txt)": "添加一个附件 (支持pdf, txt)", - "Uploading Attachment": "正在上传附件", + "Processing Attachment": "正在处理附件", "Remove Attachment": "移除附件", "The content of file": "文件", "is as follows. When replying to me, consider the file content and respond accordingly:": "内容如下。回复时考虑文件内容并做出相应回复:", diff --git a/frontend/src/pages/Chat.tsx b/frontend/src/pages/Chat.tsx index a1c030f..32ecfd8 100644 --- a/frontend/src/pages/Chat.tsx +++ b/frontend/src/pages/Chat.tsx @@ -553,7 +553,7 @@ const ChatPanel: FC = observer(() => { {!commonStore.currentTempAttachment ?