Translate some text fragments into German
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<div class="transactions-section">
|
<div class="transactions-section">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h2 class="h3 mb-0">Letzte Buchungen</h2>
|
<h2 class="h3 mb-0">Letzte Buchungen</h2>
|
||||||
<a href="#" class="btn btn-outline-primary btn-sm">View All</a>
|
<a href="#" class="btn btn-outline-primary btn-sm">Alle ansehen</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
@@ -67,8 +67,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="list-group-item text-center py-5 text-muted">
|
<div class="list-group-item text-center py-5 text-muted">
|
||||||
<p class="mb-0">No transactions yet</p>
|
<p class="mb-0">Noch keine Buchungen</p>
|
||||||
<small>Your transactions will appear here</small>
|
<small>Deine Buchungen werden hier erscheinen</small>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user