Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions web/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,13 @@ export const en = {
},
ask: {
streamInterrupted: "The answer stream was interrupted. Reopen the conversation to check its status.",
noActiveAnswer: "No active answer was found. You can send a new message.",
historyLoadFailed: "Could not load this conversation.",
retryHistory: "Retry",
loadingHistory: "Loading conversation…",
loadEarlierConversations: "Load earlier conversations",
conversationsLoadFailed: "Could not load conversations.",
retryConversations: "Retry",
/* 新对话首屏问候:碑铭衬线,品牌名入句(标题不带句号) */
greeting: "Ask Utopia what it remembers",
emptyTitle: "Chat",
Expand Down
7 changes: 7 additions & 0 deletions web/src/i18n/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,13 @@ export const zh: Strings = {
},
ask: {
streamInterrupted: "回答连接已中断,请重新打开会话查看状态。",
noActiveAnswer: "未发现正在生成的回答,你可以发送新消息。",
historyLoadFailed: "无法读取此会话。",
retryHistory: "重试",
loadingHistory: "正在读取会话…",
loadEarlierConversations: "加载更早的会话",
conversationsLoadFailed: "无法读取会话列表。",
retryConversations: "重试",
greeting: "问问 Utopia 都记住了什么",
emptyTitle: "对话",
emptyBody:
Expand Down
Loading
Loading