feat(web): home add trend value

This commit is contained in:
zhaoying
2026-04-01 17:32:21 +08:00
parent 0d15457299
commit 378b110d91
4 changed files with 35 additions and 61 deletions

View File

@@ -131,15 +131,15 @@ export const en = {
desc_spaces: 'compared to last week',
desc_users: 'New additions this week',
desc_running_apps: "Today's success rate",
totalMemoryCapacity: 'Total Stored Memories',
total_memory: 'Total Stored Memories',
userMemory: 'User Memory',
knowledgeBaseCount: 'Knowledge Bases',
apiCallCount: 'API Calls',
total_knowledge: 'Knowledge Bases',
total_api_call: 'API Calls',
comparedToYesterday: 'compared to yesterday',
thisWeek: 'this week',
thisDay: 'day on day',
failureRate: 'Failure Rate',
application: 'Applications',
total_app: 'Applications',
total_num: 'Total Memory Capacity',
lastDays: 'last {{days}} days',

View File

@@ -842,15 +842,15 @@ export const zh = {
desc_spaces: '多于上周',
desc_users: '本周新增',
desc_running_apps: '今日成功率',
totalMemoryCapacity: '总记忆容量',
total_memory: '总记忆容量',
userMemory: '用户记忆',
knowledgeBaseCount: '知识库数量',
apiCallCount: 'API调用次数',
total_knowledge: '知识库数量',
total_api_call: 'API调用次数',
comparedToYesterday: '与昨天相比',
thisWeek: '本周',
thisDay: '本日',
failureRate: '故障率',
application: '应用数量',
total_app: '应用数量',
total_num: '总记忆容量',
lastDays: '最近{{days}}天',