Skip to content
Merged
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
4 changes: 2 additions & 2 deletions web/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1090,8 +1090,8 @@ export const en = {
testing: "Testing…",
chatLabel: "Chat",
embedLabel: "Embedding",
ok: (reply: string) => `Connected (${reply})`,
okDim: (dim: number) => `Connected (dim ${dim})`,
ok: (reply: string) => `Reachable and authenticated (${reply})`,
okDim: (dim: number) => `Reachable and authenticated (dim ${dim})`,
},
ontology: {
title: "Ontology",
Expand Down
4 changes: 2 additions & 2 deletions web/src/i18n/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,8 @@ export const zh: Strings = {
testing: "测试中…",
chatLabel: "对话",
embedLabel: "向量",
ok: (reply: string) => `已连接(${reply})`,
okDim: (dim: number) => `已连接(维度 ${dim})`,
ok: (reply: string) => `已连通,认证通过(${reply})`,
okDim: (dim: number) => `已连通,认证通过(维度 ${dim})`,
},
ontology: {
title: "本体",
Expand Down
Loading