Files
MemoryBear/api/app/locales/en
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

English Translation Files

This directory contains English translation files.

File Structure

  • common.json - Common translations (success messages, actions, validation)
  • auth.json - Authentication module translations
  • workspace.json - Workspace module translations
  • tenant.json - Tenant module translations
  • errors.json - Error message translations
  • enums.json - Enum value translations

Translation File Format

All translation files use JSON format and support nested structures.

Example:

{
  "success": {
    "created": "Created successfully",
    "updated": "Updated successfully"
  }
}