This commit is contained in:
lijiejie
2022-04-10 02:19:29 +08:00
parent 119d72a276
commit 3f2ebf97bd
3 changed files with 9 additions and 5 deletions
Binary file not shown.
+8 -4
View File
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-10 01:26+0800\n"
"POT-Creation-Date: 2022-04-10 02:15+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,12 +17,12 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: .\dnslog\settings.py:79
#: .\dnslog\settings.py:79 .\dnslog\settings_dev.py:79
msgid "中文"
msgstr ""
#: .\dnslog\settings.py:80
msgid "English-American"
#: .\dnslog\settings.py:80 .\dnslog\settings_dev.py:80
msgid "English"
msgstr ""
#: .\logview\views.py:87 .\templates\login.html:64
@@ -117,6 +117,10 @@ msgstr ""
"Auto reload webpage once new records found, you can also check this box on a "
"search result page to monitor any keywords you like"
#: .\templates\login.html:51
msgid "请创建第一个账户,默认将成为管理员"
msgstr "Create first user, it will become the sys admin"
#: .\templates\login.html:51
msgid "用户名即域名前缀,越短,越有利于绕过限制"
msgstr "Username will become your domain name prefix"
+1 -1
View File
@@ -48,7 +48,7 @@
<div class="alert-warning mb-2">{{ error_msg }}</div>
{% if reg == 'true' %}
<p class="alert alert-info">{% if init == 'true' %}<span style="color: red">请创建第一个账户,默认将成为管理员</span><br />{% endif %}{% translate '用户名即域名前缀,越短,越有利于绕过限制' %}</p>
<p class="alert alert-info">{% if init == 'true' %}<span style="color: red">{% translate '请创建第一个账户,默认将成为管理员' %}</span><br />{% endif %}{% translate '用户名即域名前缀,越短,越有利于绕过限制' %}</p>
<input type="text" id="username" name="username" class="form-control mt-3" placeholder="{% translate '用户名' %}" value="{{ username }}" required autofocus>
<input type="email" id="email" name="email" class="form-control" placeholder="{% translate '邮箱' %}" value="{{ email }}" style="border-radius: 0;margin-bottom: -1px;" required autofocus>