mirror of https://github.com/jumpserver/jumpserver
fix: 修改翻译 已有 RDS 许可证
parent
797c7635a7
commit
c37e2d3dc2
|
@ -5724,7 +5724,7 @@ msgstr "API 仕える"
|
|||
|
||||
#: terminal/serializers/applet_host.py:33
|
||||
msgid "RDS Licensing"
|
||||
msgstr "RDS ライセンス"
|
||||
msgstr "既存の RDS ライセンス"
|
||||
|
||||
#: terminal/serializers/applet_host.py:34
|
||||
msgid "RDS License Server"
|
||||
|
|
|
@ -5651,8 +5651,8 @@ msgid "API Server"
|
|||
msgstr "API 服务"
|
||||
|
||||
#: terminal/serializers/applet_host.py:33
|
||||
msgid "RDS Licensing"
|
||||
msgstr "RDS 许可证"
|
||||
msgid "Existing RDS license"
|
||||
msgstr "已有 RDS 许可证"
|
||||
|
||||
#: terminal/serializers/applet_host.py:34
|
||||
msgid "RDS License Server"
|
||||
|
|
|
@ -30,7 +30,7 @@ class DeployOptionsSerializer(serializers.Serializer):
|
|||
)
|
||||
|
||||
CORE_HOST = serializers.CharField(default=settings.SITE_URL, label=_('API Server'), max_length=1024)
|
||||
RDS_Licensing = serializers.BooleanField(default=False, label=_("RDS Licensing"))
|
||||
RDS_Licensing = serializers.BooleanField(default=False, label=_("Existing RDS license"))
|
||||
RDS_LicenseServer = serializers.CharField(default='127.0.0.1', label=_('RDS License Server'), max_length=1024)
|
||||
RDS_LicensingMode = serializers.ChoiceField(choices=LICENSE_MODE_CHOICES, default=2, label=_('RDS Licensing Mode'))
|
||||
RDS_fSingleSessionPerUser = serializers.ChoiceField(choices=SESSION_PER_USER, default=1,
|
||||
|
|
Loading…
Reference in New Issue