perf: 翻译 (#9239)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-12-23 15:49:32 +08:00
committed by GitHub
parent db22a68786
commit 7530afe368
16 changed files with 1921 additions and 1832 deletions

View File

@@ -34,6 +34,9 @@ class Applet(JMSBaseModel):
to='AppletHost', verbose_name=_('Hosts')
)
class Meta:
verbose_name = _("Applet")
def __str__(self):
return self.name

View File

@@ -29,6 +29,9 @@ class AppletHost(Host):
)
LOCKING_ORG = '00000000-0000-0000-0000-000000000004'
class Meta:
verbose_name = _("Applet host")
def __str__(self):
return self.name