perf: Translate

This commit is contained in:
feng
2025-02-28 18:39:12 +08:00
committed by ZhaoJiSen
parent 2a250d13d8
commit 7181dad5ad
12 changed files with 478 additions and 434 deletions

View File

@@ -24,6 +24,7 @@ class IntegrationApplicationSerializer(serializers.ModelSerializer):
extra_kwargs = {
'comment': {'label': _('Comment')},
'name': {'label': _('Name')},
'accounts_amount': {'label': _('Accounts amount')},
'is_active': {'default': True},
}