translate linklist index
This commit is contained in:
parent
cada51f768
commit
3cb6784448
@ -23,4 +23,5 @@ password = Passwort
|
||||
password-placeholder = Leer lassen um das Passwort nicht zu ändern
|
||||
save-user = Benutzer speichern
|
||||
|
||||
userid = Benutzernummer
|
||||
userid = Benutzernummer
|
||||
statistics = Statistik
|
@ -23,4 +23,5 @@ password = Password
|
||||
password-placeholder = Leave this empty to keep the current password
|
||||
save-user = Save this user
|
||||
|
||||
userid = User ID
|
||||
userid = User ID
|
||||
statistics = Statistics
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user