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
|
password-placeholder = Leer lassen um das Passwort nicht zu ändern
|
||||||
save-user = Benutzer speichern
|
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
|
password-placeholder = Leave this empty to keep the current password
|
||||||
save-user = Save this user
|
save-user = Save this user
|
||||||
|
|
||||||
userid = User ID
|
userid = User ID
|
||||||
|
statistics = Statistics
|
@ -11,16 +11,20 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
Kürzel
|
{{ fluent(key="link-code", lang=user.language)
|
||||||
|
}}
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Ziellink
|
{{ fluent(key="link-target", lang=user.language)
|
||||||
|
}}
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Benutzername
|
{{ fluent(key="username", lang=user.language)
|
||||||
|
}}
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Statistik
|
{{ fluent(key="statistics", lang=user.language)
|
||||||
|
}}
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for links_user in links_per_users %}
|
{% for links_user in links_per_users %}
|
||||||
|
Loading…
Reference in New Issue
Block a user