diff --git a/apps/assets/forms/asset.py b/apps/assets/forms/asset.py index 8b132b350..28c78e981 100644 --- a/apps/assets/forms/asset.py +++ b/apps/assets/forms/asset.py @@ -48,7 +48,7 @@ class AssetCreateForm(OrgModelForm): 'root or other NOPASSWD sudo privilege user existed in asset,' 'If asset is windows or other set any one, more see admin user left menu' ), - # 'platform': _("* required Must set exact system platform, Windows, Linux ..."), + 'platform': _("Windows 2016 RDP protocol is different, If is window 2016, set it"), 'domain': _("If your have some network not connect with each other, you can set domain") } @@ -88,7 +88,7 @@ class AssetUpdateForm(OrgModelForm): 'root or other NOPASSWD sudo privilege user existed in asset,' 'If asset is windows or other set any one, more see admin user left menu' ), - # 'platform': _("* required Must set exact system platform, Windows, Linux ..."), + 'platform': _("Windows 2016 RDP protocol is different, If is window 2016, set it"), 'domain': _("If your have some network not connect with each other, you can set domain") } diff --git a/apps/locale/zh/LC_MESSAGES/django.mo b/apps/locale/zh/LC_MESSAGES/django.mo index 79cfc7f25..41d58f1c1 100644 Binary files a/apps/locale/zh/LC_MESSAGES/django.mo and b/apps/locale/zh/LC_MESSAGES/django.mo differ diff --git a/apps/locale/zh/LC_MESSAGES/django.po b/apps/locale/zh/LC_MESSAGES/django.po index 637c95d0a..fe97c2d9a 100644 --- a/apps/locale/zh/LC_MESSAGES/django.po +++ b/apps/locale/zh/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Jumpserver 0.3.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-11 10:40+0800\n" +"POT-Creation-Date: 2018-10-12 14:58+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: ibuler \n" "Language-Team: Jumpserver team\n" @@ -84,6 +84,10 @@ msgstr "" "root或其他拥有NOPASSWD: ALL权限的用户, 如果是windows或其它硬件可以随意设置一" "个, 更多信息查看左侧 `管理用户` 菜单" +#: assets/forms/asset.py:51 assets/forms/asset.py:91 +msgid "Windows 2016 RDP protocol is different, If is window 2016, set it" +msgstr "Windows 2016的RDP协议与之前不同,如果是请设置" + #: assets/forms/asset.py:52 assets/forms/asset.py:92 msgid "" "If your have some network not connect with each other, you can set domain" @@ -1293,7 +1297,9 @@ msgid "When user login asset with this system user, then run a command," msgstr "当用户使用这个系统用户登录资产,然后执行一个命令" #: assets/templates/assets/cmd_filter_list.html:8 -msgid "The command will be filter by rules, higher priority(lower number) rule run first," +msgid "" +"The command will be filter by rules, higher priority(lower number) rule run " +"first," msgstr "这个命令需要被绑定过滤器的所有规则匹配,高优先级(数字越低)先被匹配," #: assets/templates/assets/cmd_filter_list.html:9