mirror of https://github.com/jumpserver/jumpserver
perf: 优化 MFA 绑定提示
parent
36ad42beb2
commit
1da187c373
Binary file not shown.
|
@ -4028,17 +4028,17 @@ msgid "name not unique"
|
||||||
msgstr "名称重复"
|
msgstr "名称重复"
|
||||||
|
|
||||||
#: users/templates/users/_base_otp.html:14
|
#: users/templates/users/_base_otp.html:14
|
||||||
msgid "Security token validation"
|
msgid "Please enter the password of"
|
||||||
msgstr "安全令牌验证"
|
msgstr "请输入"
|
||||||
|
|
||||||
#: users/templates/users/_base_otp.html:14 xpack/plugins/cloud/models.py:78
|
#: users/templates/users/_base_otp.html:14 xpack/plugins/cloud/models.py:78
|
||||||
#: xpack/plugins/cloud/serializers.py:178
|
#: xpack/plugins/cloud/serializers.py:178
|
||||||
msgid "Account"
|
msgid "account"
|
||||||
msgstr "账户"
|
msgstr "账户"
|
||||||
|
|
||||||
#: users/templates/users/_base_otp.html:14
|
#: users/templates/users/_base_otp.html:14
|
||||||
msgid "Follow these steps to complete the binding operation"
|
msgid "to complete the binding operation"
|
||||||
msgstr "请按照以下步骤完成绑定操作"
|
msgstr "的密码完成绑定操作"
|
||||||
|
|
||||||
#: users/templates/users/_granted_assets.html:7
|
#: users/templates/users/_granted_assets.html:7
|
||||||
msgid "Loading"
|
msgid "Loading"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="verify">{% trans 'Security token validation' %} {% trans 'Account' %} <span>{{ user.username }}</span> {% trans 'Follow these steps to complete the binding operation' %}</div>
|
<div class="verify">{% trans 'Please enter the password of' %} {% trans 'account' %} <span>{{ user.username }}</span> {% trans 'to complete the binding operation' %}</div>
|
||||||
<hr style="width: 500px; margin: auto; margin-top: 10px;">
|
<hr style="width: 500px; margin: auto; margin-top: 10px;">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue