perf: Translate

This commit is contained in:
feng
2025-07-08 16:00:15 +08:00
committed by ZhaoJiSen
parent d933e296bc
commit 2d5401e76e
33 changed files with 1002 additions and 969 deletions

View File

@@ -28,7 +28,7 @@ class DiscoverAccountAutomationSerializer(BaseAutomationSerializer):
+ read_only_fields)
extra_kwargs = {
'check_risk': {
'help_text': _('Whether to check the risk of the gathered accounts.'),
'help_text': _('Whether to check the risk of the discovered accounts.'),
},
**BaseAutomationSerializer.Meta.extra_kwargs
}