mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 15:08:22 +00:00
* fix: Correct translation for device and user limits in django.po * perf: Translate msg template --------- Co-authored-by: wangruidong <940853815@qq.com>
17 lines
429 B
Python
17 lines
429 B
Python
{% load i18n %}
|
|
<p>
|
|
{% trans 'Hello' %} {{ name }},
|
|
</p>
|
|
<p>
|
|
{% trans 'Your account has just been bound to' %} {{ oauth_name }}
|
|
</p>
|
|
<p>
|
|
<b>{% trans 'Username' %}:</b> {{ username }}<br>
|
|
<b>{{ oauth_name }}:</b> {{ oauth_id }}<br>
|
|
<b>{% trans 'Time' %}:</b> {{ time }}<br>
|
|
<b>{% trans 'IP' %}:</b> {{ ip }}
|
|
</p>
|
|
<p>
|
|
{% trans 'If the operation is not your own, unbind and change the password.' %}
|
|
</p>
|