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"
}
}