perf: notification i18n

This commit is contained in:
wangruidong
2024-05-24 15:42:12 +08:00
committed by w940853815
parent 8ebdd59e00
commit 0ea2339ad5
18 changed files with 173 additions and 124 deletions

View File

@@ -1,15 +1,15 @@
{% load i18n %}
<p>{% trans 'Hello' %} {{ name }},</p>
<p>{% trans 'Dear' %} {{ name }},</p>
<p>
{% trans 'Your password has just been successfully updated' %}
</p>
<p>
<b>{% trans 'IP' %}:</b> {{ ip_address }} <br />
<b>{% trans 'IP' %}:</b> {{ ip_address }} <br/>
<b>{% trans 'Browser' %}:</b> {{ browser }}
</p>
-
<p>
{% trans 'If the password update was not initiated by you, your account may have security issues' %} <br />
{% trans 'If the password update was not initiated by you, your account may have security issues' %} <br/>
{% trans 'If you have any questions, you can contact the administrator' %}
</p>

View File

@@ -1,15 +1,15 @@
{% load i18n %}
<p>{% trans 'Hello' %} {{ name }},</p>
<p>{% trans 'Dear' %} {{ name }},</p>
<p>
{% trans 'Your public key has just been successfully updated' %}
</p>
<p>
<b>{% trans 'IP' %}:</b> {{ ip_address }} <br />
<b>{% trans 'IP' %}:</b> {{ ip_address }} <br/>
<b>{% trans 'Browser' %}:</b> {{ browser }}
</p>
-
<p>
{% trans 'If the public key update was not initiated by you, your account may have security issues' %} <br />
{% trans 'If the public key update was not initiated by you, your account may have security issues' %} <br/>
{% trans 'If you have any questions, you can contact the administrator' %}
</p>