fix: 修复 acl 一些翻译

This commit is contained in:
xinwen
2021-04-14 16:10:20 +08:00
committed by 老广
parent 075cbc497b
commit 73b67da4c0
5 changed files with 236 additions and 196 deletions

View File

@@ -1,9 +0,0 @@
from django.utils.translation import ugettext as _
common_help_text = _('Format for comma-delimited string, with * indicating a match all. ')
ip_group_help_text = common_help_text + _(
'Such as: '
'192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64 '
)