perf: 翻译 (#11534)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-09-11 15:26:50 +08:00
committed by GitHub
parent a41909ec8d
commit 04e341a1bb
6 changed files with 279 additions and 169 deletions

View File

@@ -27,7 +27,7 @@ class Applet(JMSBaseModel):
web = 'web', _('Web')
class Edition(models.TextChoices):
community = 'community', _('Community')
community = 'community', _('Community edition')
enterprise = 'enterprise', _('Enterprise')
name = models.SlugField(max_length=128, verbose_name=_('Name'), unique=True)