feat: 对话语言国际化

This commit is contained in:
DEV_DSW
2026-04-21 11:46:45 +08:00
parent 0e10ae9e35
commit 5db3e5714f
2 changed files with 20 additions and 3 deletions

View File

@@ -43,6 +43,11 @@ export const messages: I18nMessages = {
placeholder: 'Type a message, press Enter to send, Shift + Enter for a new line',
dismissError: 'Close',
},
messageList: {
loading: 'Loading conversation...',
emptyHint: 'Start a new conversation by typing your question. Existing messages and streaming responses will appear here directly.',
streaming: 'Generating reply...',
},
},
sidebar: {
home: 'Home',
@@ -527,6 +532,11 @@ export const messages: I18nMessages = {
placeholder: '输入消息,按 Enter 发送Shift + Enter 换行',
dismissError: '关闭',
},
messageList: {
loading: '正在加载会话内容...',
emptyHint: '输入你的问题开始一段新对话,现有会话和流式响应都会直接显示在这里。',
streaming: '正在生成回复...',
},
},
sidebar: {
home: '首页',
@@ -1011,6 +1021,11 @@ export const messages: I18nMessages = {
placeholder: 'メッセージを入力し、Enter で送信、Shift + Enter で改行',
dismissError: '閉じる',
},
messageList: {
loading: '会話内容を読み込み中...',
emptyHint: '質問を入力して新しい会話を始めましょう。既存の会話とストリーミング応答はここに直接表示されます。',
streaming: '返信を生成中...',
},
},
sidebar: {
home: 'ホーム',