perf: 翻译 (#11602)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-09-19 10:36:03 +08:00
committed by GitHub
parent 018f1a0e8d
commit 0b30f5cf88
5 changed files with 21 additions and 31 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)