- 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.
English Translation Files
This directory contains English translation files.
File Structure
common.json- Common translations (success messages, actions, validation)auth.json- Authentication module translationsworkspace.json- Workspace module translationstenant.json- Tenant module translationserrors.json- Error message translationsenums.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"
}
}