Skip to content

Commit

Permalink
feature: 国际化-文本翻译补充 (closed #1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohleRustW authored and ZhuoZhuoCrayon committed Feb 1, 2023
1 parent 31ace55 commit 185d882
Show file tree
Hide file tree
Showing 3 changed files with 1,926 additions and 1,039 deletions.
2 changes: 1 addition & 1 deletion apps/node_man/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class Host(models.Model):
bk_biz_id = models.IntegerField(_("业务ID"), db_index=True)
bk_cloud_id = models.IntegerField(_("云区域ID"), db_index=True)
bk_host_name = models.CharField(_("主机名称"), max_length=128, db_index=True, blank=True, null=True, default="")
bk_addressing = models.CharField(_("寻地方式"), max_length=16, default=constants.CmdbAddressingType.STATIC.value)
bk_addressing = models.CharField(_("寻址方式"), max_length=16, default=constants.CmdbAddressingType.STATIC.value)

inner_ip = models.CharField(_("内网IP"), max_length=15, db_index=True)
outer_ip = models.CharField(_("外网IP"), max_length=15, blank=True, null=True, default="")
Expand Down
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 185d882

Please sign in to comment.