mirror of https://github.com/jumpserver/jumpserver
pref: 去掉 i18n 变更
parent
675516f6da
commit
3f6c3c3dbb
|
@ -16,7 +16,7 @@ class AuthValidateMixin(serializers.Serializer):
|
||||||
choices=SecretType.choices, required=True, label=_('Secret type')
|
choices=SecretType.choices, required=True, label=_('Secret type')
|
||||||
)
|
)
|
||||||
secret = EncryptedField(
|
secret = EncryptedField(
|
||||||
label=_('Secret'), required=False, max_length=40960, allow_blank=True,
|
label=_('Secret/Password'), required=False, max_length=40960, allow_blank=True,
|
||||||
allow_null=True, write_only=True,
|
allow_null=True, write_only=True,
|
||||||
)
|
)
|
||||||
passphrase = serializers.CharField(
|
passphrase = serializers.CharField(
|
||||||
|
|
|
@ -584,7 +584,7 @@ msgid "Asset type"
|
||||||
msgstr "資産タイプ"
|
msgstr "資産タイプ"
|
||||||
|
|
||||||
#: accounts/serializers/account/base.py:19
|
#: accounts/serializers/account/base.py:19
|
||||||
msgid "Secret"
|
msgid "Secret/Password"
|
||||||
msgstr "キー/パスワード"
|
msgstr "キー/パスワード"
|
||||||
|
|
||||||
#: accounts/serializers/account/base.py:24
|
#: accounts/serializers/account/base.py:24
|
||||||
|
|
|
@ -580,8 +580,8 @@ msgid "Asset type"
|
||||||
msgstr "资产类型"
|
msgstr "资产类型"
|
||||||
|
|
||||||
#: accounts/serializers/account/base.py:19
|
#: accounts/serializers/account/base.py:19
|
||||||
msgid "Secret"
|
msgid "Secret/Password"
|
||||||
msgstr "密文"
|
msgstr "密码/密钥"
|
||||||
|
|
||||||
#: accounts/serializers/account/base.py:24
|
#: accounts/serializers/account/base.py:24
|
||||||
msgid "Key password"
|
msgid "Key password"
|
||||||
|
|
Loading…
Reference in New Issue