translate index_users

This commit is contained in:
Dietrich 2021-03-30 17:39:55 +02:00
parent 59ad7089df
commit cada51f768
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C
3 changed files with 11 additions and 4 deletions

View File

@ -22,3 +22,5 @@ email = Email
password = Passwort 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

View File

@ -22,3 +22,5 @@ email = Email
password = Password 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

View File

@ -11,13 +11,16 @@
<tr> <tr>
<th> <th>
Kürzel {{ fluent(key="userid", lang=user.language)
}}
</th> </th>
<th> <th>
Emailadresse {{ fluent(key="email", lang=user.language)
}}
</th> </th>
<th> <th>
Benutzername {{ fluent(key="username", lang=user.language)
}}
</th> </th>
</tr> </tr>
{% for user in users %} {% for user in users %}