diff --git a/apps/acls/models/command_acl.py b/apps/acls/models/command_acl.py index 2011cc60a..e04af69ee 100644 --- a/apps/acls/models/command_acl.py +++ b/apps/acls/models/command_acl.py @@ -23,7 +23,7 @@ class CommandGroup(JMSOrgBaseModel): max_length=16, default=TypeChoices.command, choices=TypeChoices.choices, verbose_name=_("Type") ) - content = models.TextField(verbose_name=_("Content"), help_text=_("One line one command")) + content = models.TextField(verbose_name=_("Content"), help_text=_("One command per line")) ignore_case = models.BooleanField(default=True, verbose_name=_('Ignore case')) TypeChoices = TypeChoices diff --git a/apps/assets/models/cmd_filter.py b/apps/assets/models/cmd_filter.py index 63fd7ca34..5b96a0c92 100644 --- a/apps/assets/models/cmd_filter.py +++ b/apps/assets/models/cmd_filter.py @@ -76,7 +76,7 @@ class CommandFilterRule(OrgModelMixin): default=50, verbose_name=_("Priority"), help_text=_("1-100, the lower the value will be match first"), validators=[MinValueValidator(1), MaxValueValidator(100)] ) - content = models.TextField(verbose_name=_("Content"), help_text=_("One line one command")) + content = models.TextField(verbose_name=_("Content"), help_text=_("One command per line")) ignore_case = models.BooleanField(default=True, verbose_name=_('Ignore case')) action = models.IntegerField(default=ActionChoices.deny, choices=ActionChoices.choices, verbose_name=_("Action")) # 动作: 附加字段 diff --git a/apps/i18n/core/en/LC_MESSAGES/django.po b/apps/i18n/core/en/LC_MESSAGES/django.po index 86862c308..912c2cbac 100644 --- a/apps/i18n/core/en/LC_MESSAGES/django.po +++ b/apps/i18n/core/en/LC_MESSAGES/django.po @@ -1186,7 +1186,7 @@ msgid "Content" msgstr "" #: acls/models/command_acl.py:26 assets/models/cmd_filter.py:79 -msgid "One line one command" +msgid "One command per line" msgstr "" #: acls/models/command_acl.py:27 assets/models/cmd_filter.py:80 diff --git a/apps/i18n/core/ja/LC_MESSAGES/django.po b/apps/i18n/core/ja/LC_MESSAGES/django.po index dd4005eef..71bf6b34b 100644 --- a/apps/i18n/core/ja/LC_MESSAGES/django.po +++ b/apps/i18n/core/ja/LC_MESSAGES/django.po @@ -1223,7 +1223,7 @@ msgid "Content" msgstr "コンテンツ" #: acls/models/command_acl.py:26 assets/models/cmd_filter.py:79 -msgid "One line one command" +msgid "One command per line" msgstr "1行1コマンド" #: acls/models/command_acl.py:27 assets/models/cmd_filter.py:80 diff --git a/apps/i18n/core/zh/LC_MESSAGES/django.po b/apps/i18n/core/zh/LC_MESSAGES/django.po index 9a5fb9c54..afa0e8ed3 100644 --- a/apps/i18n/core/zh/LC_MESSAGES/django.po +++ b/apps/i18n/core/zh/LC_MESSAGES/django.po @@ -1207,7 +1207,7 @@ msgid "Content" msgstr "内容" #: acls/models/command_acl.py:26 assets/models/cmd_filter.py:79 -msgid "One line one command" +msgid "One command per line" msgstr "每行一个命令" #: acls/models/command_acl.py:27 assets/models/cmd_filter.py:80 diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 4f96d536f..f9aa952cb 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -500,7 +500,7 @@ "GenerateSuccessMsg": "Account creation successful", "GenericSetting": "Generic", "GoHomePage": "Go to homepage", - "Goto": "Go to", + "Goto": "Goto", "GrantedAssets": "Authorized assets", "GreatEqualThan": "Greater than or equal to", "GroupsAmount": "User group", @@ -685,7 +685,7 @@ "Modify": "Edit", "Module": "Module", "Monday": "Mon", - "Monitor": "Monitoring", + "Monitor": "Monitor", "Month": "Month", "More": "More", "MoreActions": "Actions", @@ -1135,7 +1135,7 @@ "TerminalDetail": "Terminal details", "TerminalUpdate": "Update the terminal", "TerminalUpdateStorage": "Update the terminal storage", - "Terminate": "Termination", + "Terminate": "Terminate", "TerminateTaskSendSuccessMsg": "Task termination has been issued, please refresh and check later", "TermsAndConditions": "Terms and conditions", "Test": "Test",