translation: Add more strings

This commit is contained in:
2024-04-13 13:59:52 +02:00
parent 44b3a98830
commit 2902a799f5
17 changed files with 172 additions and 170 deletions

View File

@@ -3,6 +3,6 @@
{% block content %}
<p>{% translate "Account activation failed" %}</p>
<p>{% translate "Account aktivierung fehlgeschlagen" %}</p>
{% endblock %}

View File

@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
<p>{% translate "You are now activated. Have fun." %}</p>
<p>{% translate "Dein Account ist nun aktiviert. Viel Spaß!" %}</p>
{% endblock %}

View File

@@ -1,8 +1,8 @@
{% load i18n %}
{% trans "Activate account at" %} {{ site.name }}:
{% trans "Account aktivieren" %} {{ site.name }}:
<a href="{{ site.domain }}{% url 'django_registration_activate' activation_key%}">{% trans "Activate by clicking this link" %}</a>
{% trans "or open the following link in your browser" %}:
{% trans "oder öffne den folgenden link im Browser" %}:
{{ site.domain }}{% url 'django_registration_activate' activation_key%}
{% blocktrans %}Link is valid for {{ expiration_days }} days.{% endblocktrans %}
{% blocktrans %}Der link ist gültig für {{ expiration_days }} tage.{% endblocktrans %}

View File

@@ -1 +1 @@
{% load i18n %}{% translate "Account activation on" %} {{ site.name }}
{% load i18n %}{% translate "Account aktivieren" %} {{ site.name }}

View File

@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
<p>{% translate "Activation failed. Please send an e-mail to info@notfellchen.org to get an account." %}</p>
<p>{% translate "Aktivierung fehlgeschlagen. Sende eine E-Mail an info@notfellchen.org für einen Account." %}</p>
{% endblock %}

View File

@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
<p>{% translate "Registration is currently closed." %}</p>
<p>{% translate "Registrierung ist fehlgeschlagen." %}</p>
{% endblock %}

View File

@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
<p>{% translate "You are now registered. Activation email sent." %}</p>
<p>{% translate "Du bist nun registriert. Du hast eine E-Mail mit einem Link zur aktivierung bekommen." %}</p>
{% endblock %}

View File

@@ -7,9 +7,9 @@
{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="{% translate 'Submit' %}" />
<input type="submit" value="{% translate 'Registrieren' %}" />
</form>
{% else %}
<p>{% translate "You're already logged in." %}</p>
<p>{% translate "Du bist bereits eingeloggt." %}</p>
{% endif %}
{% endblock %}

View File

@@ -2,6 +2,6 @@
{% load i18n %}
{% block content %}
<p>{% translate "Logged out" %}!</p>
<a href="{% url 'login'%}">{% translate "Click here to login again." %}</a>
<p>{% translate "Ausloggen" %}!</p>
<a href="{% url 'login'%}">{% translate "Hier klicken um die wieder einzuloggen." %}</a>
{% endblock %}

View File

@@ -4,13 +4,13 @@
{% block content %}
{% if form.errors %}
<p>{% translate "Your username and password didn't match. Please try again." %}</p>
<p>{% translate "Dein Username oder Passwort ist falsch." %}</p>
{% endif %}
{% if user.is_authenticated %}
<p>{% translate "You're already logged in." %}</p>
<p>{% translate "Du bist bereits eingeloggt." %}</p>
{% else %} {% if next %}
<p>{% translate "Please login to see this page." %}</p>
<p>{% translate "Bitte log dich ein um diese Seite sehen zu können." %}</p>
{% endif %}
{% endif %}
@@ -27,10 +27,10 @@
<td>{{ form.password }}</td>
</tr>
</table>
<input type="submit" value={% translate "login" %} />
<input type="submit" value={% translate "Einloggen" %} />
<input type="hidden" name="next" value="{{ next }}" />
</form>
<p><a href="{% url 'password_reset' %}">{% translate "Lost password?" %}</a></p>
<p><a href="{% url 'password_reset' %}">{% translate "Passwort vergessen?" %}</a></p>
{% endif %}
{% endblock %}

View File

@@ -2,6 +2,6 @@
{% load i18n %}
{% block content %}
<h1>{% translate "The password has been changed!" %}</h1>
<p><a href="{% url 'login' %}">log in again?</a></p>
<h1>{% translate "Dein Passwort wurde erfolgreich geändert!" %}</h1>
<p><a href="{% url 'login' %}">{% trans "Wieder einloggen?" %}?</a></p>
{% endblock %}

View File

@@ -3,29 +3,29 @@
{% block content %}
{% if validlink %}
<p>{% translate "Please enter (and confirm) your new password." %}</p>
<p>{% translate "Bitte änder und bestätige dein neues Passwort." %}</p>
<form action="" method="post">
{% csrf_token %}
<table>
<tr>
<td>{{ form.new_password1.errors }}
<label for="id_new_password1">{% translate "New password" %}:</label></td>
<label for="id_new_password1">{% translate "Neues Passwort" %}:</label></td>
<td>{{ form.new_password1 }}</td>
</tr>
<tr>
<td>{{ form.new_password2.errors }}
<label for="id_new_password2">{% translate "Confirm password" %}:</label></td>
<label for="id_new_password2">{% translate "Passwort bestätigen" %}:</label></td>
<td>{{ form.new_password2 }}</td>
</tr>
<tr>
<td></td>
<td><input type="submit" value={% translate "Change my password" %} /></td>
<td><input type="submit" value={% translate "Passwort ändern" %} /></td>
</tr>
</table>
</form>
{% else %}
<h1>{% translate "Password reset failed" %}</h1>
<p>{% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}</p>
<h1>{% translate "Zurücksetzen vom Passwort fehlgeschlagen" %}</h1>
<p>{% translate "Der Link zum Zurücksetzen vom Passwort ist ungültig, vielleicht weil er bereits benutzt wurde. Bitte beantrage die Zurücksetzung erneut." %}</p>
{% endif %}
{% endblock %}

View File

@@ -2,5 +2,5 @@
{% load i18n %}
{% block content %}
<p>{% translate "We've emailed you instructions for setting your password. If they haven't arrived in a few minutes, check your spam folder." %}</p>
{% endblock %}
<p>{% translate "Wir haben dir eine E-Mail mit Informationen zum Zurücksetzen deines Passworts zugesendet. Wenn du die E-Mail nicht in wenigen Minuten bekommst schau bitte in deinem Spam-Ordner." %}</p>
{% endblock %}

View File

@@ -1,3 +1,3 @@
{% load i18n %}
{% translate "Someone asked for password reset for your email. Follow the link below:" %}
{{ protocol}}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
{% translate "Jemand hat um versucht dein Passwort zurückzusetzen. Wenn du das warst kannst du das unter folgendem Link tun:" %}
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

View File

@@ -2,14 +2,14 @@
{% load i18n %}
{% block content %}
<form action="" method="post">
{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
<h1> {% translate "Password reset" %} </h1>
<p>{% translate "Provide the e-mail address that is connected with your account" %}</p>
<p>{{ form.email }}</p>
<input type="submit" class="btn btn-default btn-lg" value={% translate "Reset" %}>
</form>
<form action="" method="post">
{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors }}
{% endif %}
<h1>{% translate "Passwort zurücksetzen" %} </h1>
<p>{% translate "Bitte gib die E-Mail ein die mit deinem Account verknüpft ist." %}</p>
<p>{{ form.email }}</p>
<input type="submit" class="btn btn-default btn-lg" value={% translate "Zurücksetzen" %}>
</form>
{% endblock %}