Update translations

This commit is contained in:
Alexandre Iooss 2021-10-11 13:22:28 +02:00
parent bef8bf0ee7
commit 21e1a361b8
3 changed files with 75 additions and 102 deletions

View file

@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<div class="card-body">
{% get_providers as socialaccount_providers %}
{% if socialaccount_providers %}
<p>{% blocktrans with site.name as site_name %}Please sign in with one
<p>{% blocktrans trimmed with site.name as site_name %}Please sign in with one
of your existing third party accounts. Or, <a href="{{ signup_url }}">sign up</a>
for a {{ site_name }} account and sign in below:{% endblocktrans %}</p>
@ -27,7 +27,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% include "socialaccount/snippets/login_extra.html" %}
{% else %}
<p>{% blocktrans %}If you have not created an account yet, then please
<p>{% blocktrans trimmed %}If you have not created an account yet, then please
<a href="{{ signup_url }}">sign up</a> first.{% endblocktrans %}</p>
{% endif %}

View file

@ -36,7 +36,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
</li>
{% if request.user.is_staff %}
<li class="nav-item">
<a class="nav-link" href="{% url 'admin:index' %}">{% trans 'Admin' %}</a>
<a class="nav-link" href="{% url 'admin:index' %}">{% trans 'Manage' %}</a>
</li>
{% endif %}
</ul>