fix(i18n): add localized error messages for service quotas
This commit is contained in:
parent
744eb80fe1
commit
d0729722da
|
|
@ -339,6 +339,7 @@
|
||||||
"taskNotFound": "Task not found: {id}",
|
"taskNotFound": "Task not found: {id}",
|
||||||
"graphDeleted": "Graph deleted: {id}",
|
"graphDeleted": "Graph deleted: {id}",
|
||||||
"entityNotFound": "Entity not found: {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.",
|
"graphNotBuilt": "Graph not yet built. Please call /api/graph/build first.",
|
||||||
"requireSimulationId": "Please provide simulation_id",
|
"requireSimulationId": "Please provide simulation_id",
|
||||||
"simulationNotFound": "Simulation not found: {id}",
|
"simulationNotFound": "Simulation not found: {id}",
|
||||||
|
|
|
||||||
|
|
@ -339,6 +339,7 @@
|
||||||
"taskNotFound": "任务不存在: {id}",
|
"taskNotFound": "任务不存在: {id}",
|
||||||
"graphDeleted": "图谱已删除: {id}",
|
"graphDeleted": "图谱已删除: {id}",
|
||||||
"entityNotFound": "实体不存在: {id}",
|
"entityNotFound": "实体不存在: {id}",
|
||||||
|
"zepQuotaExceeded": "Zep 免费计划配额已用完:您的账户已达到最大 episode 数量限制,请升级 Zep 计划或清理旧数据。",
|
||||||
"graphNotBuilt": "项目尚未构建图谱,请先调用 /api/graph/build",
|
"graphNotBuilt": "项目尚未构建图谱,请先调用 /api/graph/build",
|
||||||
"requireSimulationId": "请提供 simulation_id",
|
"requireSimulationId": "请提供 simulation_id",
|
||||||
"simulationNotFound": "模拟不存在: {id}",
|
"simulationNotFound": "模拟不存在: {id}",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue