mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-13 06:34:42 +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')
|
PREFIX_TITLE = _('Tool')
|
||||||
|
|
||||||
TOOL_USER_ENABLED = serializers.BooleanField(
|
TOOL_USER_ENABLED = serializers.BooleanField(
|
||||||
label=_('User tool'), default=True,
|
label=_('Tools in the Workbench'), default=True,
|
||||||
help_text=_("If enabled, users can utilize all tools in the workspace")
|
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