mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 21:24:46 +08:00
fix:memory 为空时i18n字体显示
This commit is contained in:
@@ -243,7 +243,7 @@ export const enUS: Translations = {
|
|||||||
longTermBackground: "Long-term background",
|
longTermBackground: "Long-term background",
|
||||||
updatedAt: "Updated at",
|
updatedAt: "Updated at",
|
||||||
facts: "Facts",
|
facts: "Facts",
|
||||||
empty: "empty",
|
empty: "(empty)",
|
||||||
table: {
|
table: {
|
||||||
category: "Category",
|
category: "Category",
|
||||||
confidence: "Confidence",
|
confidence: "Confidence",
|
||||||
|
|||||||
@@ -238,7 +238,7 @@ export const zhCN: Translations = {
|
|||||||
longTermBackground: "长期背景",
|
longTermBackground: "长期背景",
|
||||||
updatedAt: "更新于",
|
updatedAt: "更新于",
|
||||||
facts: "事实",
|
facts: "事实",
|
||||||
empty: "空",
|
empty: "(空)",
|
||||||
table: {
|
table: {
|
||||||
category: "类别",
|
category: "类别",
|
||||||
confidence: "置信度",
|
confidence: "置信度",
|
||||||
|
|||||||
Reference in New Issue
Block a user