translate linklist index

This commit is contained in:
Dietrich 2021-03-30 17:43:35 +02:00
parent cada51f768
commit 3cb6784448
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C
3 changed files with 12 additions and 6 deletions

View File

@ -24,3 +24,4 @@ password-placeholder = Leer lassen um das Passwort nicht zu ändern
save-user = Benutzer speichern
userid = Benutzernummer
statistics = Statistik

View File

@ -24,3 +24,4 @@ password-placeholder = Leave this empty to keep the current password
save-user = Save this user
userid = User ID
statistics = Statistics

View File

@ -11,16 +11,20 @@
<tr>
<th>
Kürzel
{{ fluent(key="link-code", lang=user.language)
}}
</th>
<th>
Ziellink
{{ fluent(key="link-target", lang=user.language)
}}
</th>
<th>
Benutzername
{{ fluent(key="username", lang=user.language)
}}
</th>
<th>
Statistik
{{ fluent(key="statistics", lang=user.language)
}}
</th>
</tr>
{% for links_user in links_per_users %}