Files
MemoryBear/api/app/locales/zh
wwq 48f3d9b105 feat(quota): refactor quota management and rate limiting services
- Add `API_KEY_RATE_LIMIT_EXCEEDED` error code.
- Refactor `QuotaExceededError` to support resource type localization.
- Optimize rate limiting service by implementing the sliding window algorithm.
- Add rate limit validation for tenant plans.
- Unify quota check decorator to support both synchronous and asynchronous operations.
- Enhance quota usage statistics endpoints.
2026-04-20 15:10:12 +08:00
..
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00
2026-03-11 10:45:07 +08:00

中文翻译文件

此目录包含中文(简体)的翻译文件。

文件结构

  • common.json - 通用翻译(成功消息、操作、验证)
  • auth.json - 认证模块翻译
  • workspace.json - 工作空间模块翻译
  • tenant.json - 租户模块翻译
  • errors.json - 错误消息翻译
  • enums.json - 枚举值翻译

翻译文件格式

所有翻译文件使用 JSON 格式,支持嵌套结构。

示例:

{
  "success": {
    "created": "创建成功",
    "updated": "更新成功"
  }
}