mirror of https://github.com/jumpserver/jumpserver
parent
62d403bf21
commit
0eab83f73b
|
@ -31,7 +31,7 @@ class ExistAssetPrimaryKeyRelatedField(serializers.PrimaryKeyRelatedField):
|
||||||
|
|
||||||
|
|
||||||
class RemoteAppSerializer(serializers.Serializer):
|
class RemoteAppSerializer(serializers.Serializer):
|
||||||
asset_info = serializers.SerializerMethodField()
|
asset_info = serializers.SerializerMethodField(label=_('Asset Info'))
|
||||||
asset = ExistAssetPrimaryKeyRelatedField(
|
asset = ExistAssetPrimaryKeyRelatedField(
|
||||||
queryset=Asset.objects, required=True, label=_("Asset"), allow_null=True
|
queryset=Asset.objects, required=True, label=_("Asset"), allow_null=True
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:94dbd28454eaced93affd6baeb1f7c2cb1b2c28a7144ccdcef6963a2fad92616
|
oid sha256:0f2fdd3a7bd34a26d068fc6ce521d0ea9983c477b13536ba3f51700a554d4ae3
|
||||||
size 128666
|
size 128706
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-07-18 14:01+0800\n"
|
"POT-Creation-Date: 2022-07-19 10:45+0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -412,6 +412,10 @@ msgstr "ホスト"
|
||||||
msgid "Port"
|
msgid "Port"
|
||||||
msgstr "ポート"
|
msgstr "ポート"
|
||||||
|
|
||||||
|
#: applications/serializers/attrs/application_category/remote_app.py:34
|
||||||
|
msgid "Asset Info"
|
||||||
|
msgstr "資産情報"
|
||||||
|
|
||||||
#: applications/serializers/attrs/application_category/remote_app.py:39
|
#: applications/serializers/attrs/application_category/remote_app.py:39
|
||||||
#: applications/serializers/attrs/application_type/chrome.py:14
|
#: applications/serializers/attrs/application_type/chrome.py:14
|
||||||
#: applications/serializers/attrs/application_type/mysql_workbench.py:14
|
#: applications/serializers/attrs/application_type/mysql_workbench.py:14
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3803a3c5301b92b11e1478dc674d8a95525203ff9636e8ab99914b660005aa37
|
oid sha256:9c2b13f7242beec8786179e03de895bd3e9d8d6392b74c2398409c1bfa33d9f8
|
||||||
size 106048
|
size 106088
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: JumpServer 0.3.3\n"
|
"Project-Id-Version: JumpServer 0.3.3\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2022-07-18 14:01+0800\n"
|
"POT-Creation-Date: 2022-07-19 10:45+0800\n"
|
||||||
"PO-Revision-Date: 2021-05-20 10:54+0800\n"
|
"PO-Revision-Date: 2021-05-20 10:54+0800\n"
|
||||||
"Last-Translator: ibuler <ibuler@qq.com>\n"
|
"Last-Translator: ibuler <ibuler@qq.com>\n"
|
||||||
"Language-Team: JumpServer team<ibuler@qq.com>\n"
|
"Language-Team: JumpServer team<ibuler@qq.com>\n"
|
||||||
|
@ -407,6 +407,10 @@ msgstr "主机"
|
||||||
msgid "Port"
|
msgid "Port"
|
||||||
msgstr "端口"
|
msgstr "端口"
|
||||||
|
|
||||||
|
#: applications/serializers/attrs/application_category/remote_app.py:34
|
||||||
|
msgid "Asset Info"
|
||||||
|
msgstr "资产信息"
|
||||||
|
|
||||||
#: applications/serializers/attrs/application_category/remote_app.py:39
|
#: applications/serializers/attrs/application_category/remote_app.py:39
|
||||||
#: applications/serializers/attrs/application_type/chrome.py:14
|
#: applications/serializers/attrs/application_type/chrome.py:14
|
||||||
#: applications/serializers/attrs/application_type/mysql_workbench.py:14
|
#: applications/serializers/attrs/application_type/mysql_workbench.py:14
|
||||||
|
|
Loading…
Reference in New Issue