mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-28 03:21:12 +00:00
perf: i18n bai
This commit is contained in:
parent
a1e9382275
commit
c4e30737a4
@ -10,6 +10,9 @@ class ToolSerializer(serializers.Serializer):
|
||||
PREFIX_TITLE = _('Tool')
|
||||
|
||||
TOOL_USER_ENABLED = serializers.BooleanField(
|
||||
label=_('User tool'), default=True,
|
||||
help_text=_("If enabled, users can utilize all tools in the workspace")
|
||||
label=_('Tools in the Workbench'), default=True,
|
||||
help_text=_(
|
||||
"*! If enabled, users with RBAC permissions will be able to utilize all "
|
||||
"tools in the workbench"
|
||||
)
|
||||
)
|
Loading…
Reference in New Issue
Block a user