perf: Translate

This commit is contained in:
wangruidong
2024-08-20 14:37:46 +08:00
committed by Bryan
parent 06aaf9e3d0
commit e46da9d741
12 changed files with 656 additions and 578 deletions

View File

@@ -333,3 +333,4 @@ class AppletPublication(JMSBaseModel):
class Meta:
unique_together = ('applet', 'host')
verbose_name = _("Applet publication")

View File

@@ -145,6 +145,7 @@ class AppletHostDeployment(JMSBaseModel):
class Meta:
ordering = ('-date_start',)
verbose_name = _("Applet host deployment")
def start(self, **kwargs):
# 重新初始化部署applet host 关联的终端需要删除