translation: Define new stings and continue translation

This commit is contained in:
2024-04-13 13:25:09 +02:00
parent 5d925ead67
commit 8cd326663c
15 changed files with 496 additions and 209 deletions

View File

@@ -9,14 +9,14 @@
<div class="table-adoption-notice-info">
<table>
<tr>
<th>Ort</th>
<th>Suchen seit</th>
<th>{% translate "Ort" %}</th>
<th>{% translate "Suchen seit" %}</th>
</tr>
<tr>
{% if adoption_notice.location %}
<td>{{ adoption_notice.location.name }}, {{ adoption_notice.location.postcode }}</td>
{% else %}
<td>Kein Ort angegeben</td>
<td>{% translate "Kein Ort angegeben" %}</td>
{% endif %}
<td>{{ adoption_notice.searching_since }}</td>
</tr>
@@ -26,7 +26,7 @@
{% if adoption_notice.description %}
{{ adoption_notice.description }}
{% else %}
Keine Beschreibung angegeben
{% translate "Keine Beschreibung angegeben" %}
{% endif %}
</p>