fix(i18n): add localized error messages for service quotas

This commit is contained in:
Armando Maynez 2026-05-03 02:18:30 -06:00
parent 744eb80fe1
commit d0729722da
2 changed files with 2 additions and 0 deletions

View File

@ -339,6 +339,7 @@
"taskNotFound": "Task not found: {id}",
"graphDeleted": "Graph deleted: {id}",
"entityNotFound": "Entity not found: {id}",
"zepQuotaExceeded": "Zep Free Plan Quota Exceeded: Your account has reached the maximum allowed episode usage. Please upgrade your Zep plan or clear old data.",
"graphNotBuilt": "Graph not yet built. Please call /api/graph/build first.",
"requireSimulationId": "Please provide simulation_id",
"simulationNotFound": "Simulation not found: {id}",

View File

@ -339,6 +339,7 @@
"taskNotFound": "任务不存在: {id}",
"graphDeleted": "图谱已删除: {id}",
"entityNotFound": "实体不存在: {id}",
"zepQuotaExceeded": "Zep 免费计划配额已用完:您的账户已达到最大 episode 数量限制,请升级 Zep 计划或清理旧数据。",
"graphNotBuilt": "项目尚未构建图谱,请先调用 /api/graph/build",
"requireSimulationId": "请提供 simulation_id",
"simulationNotFound": "模拟不存在: {id}",